ฉันเพิ่งเริ่มใช้ไลบรารี android.support.design ใหม่ เมื่อใช้วิดเจ็ตใด ๆ ภายในโปรแกรมแก้ไข XML ฉันจะหยุดรับคำแนะนำการเติมข้อความอัตโนมัติของ XML!
ตัวอย่างเช่น,
<android.support.design.widget.CoordinatorLayout
android:id="@+id/header_root"
android:layout_width="match_parent"
android:layout_height="200dp">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/primary_dark" />
<android.support.design.widget.FloatingActionButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|right"
android:src="@drawable/ic_action_add"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_marginTop="56dp"
app:fabSize="normal"
app:layout_anchor="@id/header_root"
app:layout_anchorGravity="bottom|right|end" />
</android.support.design.widget.CoordinatorLayout>
ไม่มีแท็กใดที่จะแสดงป๊อปอัปการเติมข้อความอัตโนมัติเช่นเมื่อฉันเริ่มพิมพ์ "android: i" จะไม่มีป๊อปอัปปรากฏขึ้นคำแนะนำเดียวที่ฉันได้รับจะแสดงในภาพต่อไปนี้
ฉันได้ลองทำความสะอาดโปรเจ็กต์ของฉันรีสตาร์ทพีซีรีสตาร์ท Android Studio .. ไม่มีอะไรทำงาน!