添加clientid和content-languag
This commit is contained in:
@@ -51,6 +51,11 @@
|
||||
android:src="@drawable/triangle" />
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -138,7 +143,6 @@
|
||||
android:clipToPadding="false"
|
||||
android:nestedScrollingEnabled="false"
|
||||
android:paddingBottom="16dp"
|
||||
tools:itemCount="3"
|
||||
tools:listitem="@layout/item_device" />
|
||||
</LinearLayout>
|
||||
|
||||
@@ -168,7 +172,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:nestedScrollingEnabled="false"
|
||||
tools:itemCount="3"
|
||||
tools:listitem="@layout/item_family" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
@@ -8,4 +8,5 @@
|
||||
android:paddingHorizontal="14dp"
|
||||
android:paddingVertical="12dp"
|
||||
android:textColor="@color/black"
|
||||
android:text="张三"
|
||||
android:textSize="16sp" />
|
||||
|
||||
Reference in New Issue
Block a user