diff options
Diffstat (limited to 'res/layout/searchlist_item.xml')
-rw-r--r-- | res/layout/searchlist_item.xml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/res/layout/searchlist_item.xml b/res/layout/searchlist_item.xml deleted file mode 100644 index b057a966d..000000000 --- a/res/layout/searchlist_item.xml +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="match_parent" - android:layout_height="match_parent"> - - <ImageView - android:id="@+id/imgvFeedimage" - android:contentDescription="@string/cover_label" - android:layout_width="@dimen/thumbnail_length_itemlist" - android:layout_height="@dimen/thumbnail_length_itemlist" - android:layout_alignParentLeft="true" - android:layout_centerVertical="true" - android:scaleType="centerCrop"/> - - <LinearLayout - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_centerVertical="true" - android:layout_toRightOf="@id/imgvFeedimage" - android:orientation="vertical"> - - <TextView - android:id="@+id/txtvTitle" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_margin="4dp" - android:lines="2" - android:ellipsize="end" - android:textColor="?android:attr/textColorPrimary" - android:textSize="@dimen/text_size_small"/> - - <TextView - android:id="@+id/txtvSubtitle" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_margin="4dp" - android:lines="1" - android:ellipsize="end" - android:textColor="?android:attr/textColorTertiary" - android:textSize="@dimen/text_size_small"/> - </LinearLayout> - -</RelativeLayout>
\ No newline at end of file |