1 parent cac961e commit dc10365Copy full SHA for dc10365
1 file changed
app/src/main/res/layout/task_attr_item.xml
@@ -3,6 +3,7 @@
3
android:id="@+id/linearlayout0"
4
android:layout_width="match_parent"
5
android:layout_height="50dp"
6
+ xmlns:tools="http://schemas.android.com/tools"
7
android:background="@drawable/list_item_selector">
8
9
<ImageView
@@ -39,8 +40,11 @@
39
40
android:layout_height="wrap_content"
41
android:layout_alignParentRight="true"
42
android:layout_centerVertical="true"
43
+ android:layout_marginLeft="150dp"
44
android:layout_marginRight="15dp"
45
android:text="@string/no_pick"
46
+ android:singleLine="true"
47
+ tools:text="cc"
48
android:textColor="@color/font_3"
49
android:textSize="16sp" />
50
0 commit comments