pull/34/head
parent
02462cce82
commit
06e7e5027b
@ -0,0 +1,23 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:tools="http://schemas.android.com/tools" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:orientation="horizontal" |
||||
tools:ignore="UseCompoundDrawables"> |
||||
|
||||
<TextView |
||||
android:id="@+id/text_view" |
||||
android:layout_width="0dp" |
||||
android:layout_height="wrap_content" |
||||
android:layout_weight="1" /> |
||||
|
||||
<ImageView |
||||
android:id="@+id/iv_delete" |
||||
android:layout_width="24dp" |
||||
android:layout_height="24dp" |
||||
android:src="@drawable/ic_clear_all" |
||||
android:visibility="gone" |
||||
android:contentDescription="@string/delete" /> |
||||
|
||||
</LinearLayout> |
Loading…
Reference in new issue