aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_subscribed_thing.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/item_subscribed_thing.xml')
-rw-r--r--app/src/main/res/layout/item_subscribed_thing.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_subscribed_thing.xml b/app/src/main/res/layout/item_subscribed_thing.xml
new file mode 100644
index 00000000..0f4afc20
--- /dev/null
+++ b/app/src/main/res/layout/item_subscribed_thing.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:padding="16dp"
+ android:clickable="true"
+ android:focusable="true"
+ android:background="?attr/selectableItemBackground">
+
+ <pl.droidsonroids.gif.GifImageView
+ android:id="@+id/subreddit_icon_gif_image_view_item_subscribed_subreddit"
+ android:layout_width="24dp"
+ android:layout_height="24dp"
+ android:layout_gravity="center_vertical"
+ android:layout_marginEnd="32dp"/>
+
+ <TextView
+ android:id="@+id/subreddit_name_text_view_item_subscribed_subreddit"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textColor="@color/primaryTextColor"
+ android:layout_gravity="center_vertical"/>
+
+</LinearLayout> \ No newline at end of file