diff options
Diffstat (limited to 'res/layout/itemdescription_listitem.xml')
-rw-r--r-- | res/layout/itemdescription_listitem.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/res/layout/itemdescription_listitem.xml b/res/layout/itemdescription_listitem.xml deleted file mode 100644 index d6a3f6a16..000000000 --- a/res/layout/itemdescription_listitem.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> - -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:orientation="vertical" - android:layout_width="match_parent" - android:layout_height="match_parent"> - - <TextView - android:id="@+id/txtvTitle" - android:layout_margin="8dp" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:lines="1" - android:ellipsize="end" - android:textColor="?android:attr/textColorPrimary" - android:textSize="@dimen/text_size_small"/> - - <TextView - android:id="@+id/txtvDescription" - android:layout_margin="8dp" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:lines="3" - android:ellipsize="end" - android:textColor="?android:attr/textColorTertiary" - android:textSize="@dimen/text_size_micro"/> -</LinearLayout>
\ No newline at end of file |