aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2018-07-28 05:38:50 +0000
committerAlex Ning <chineseperson5@gmail.com>2018-07-28 05:38:50 +0000
commit0e6d4ae525d4b0727d9e131195f33ec74cff8861 (patch)
tree483146112d505d46a4cf9271abe35de0a23a7518 /app/src/main/res/layout
parentaca6f47a949db608772c9be376ba74a98c6d6d40 (diff)
downloadinfinity-for-reddit-0e6d4ae525d4b0727d9e131195f33ec74cff8861.tar
infinity-for-reddit-0e6d4ae525d4b0727d9e131195f33ec74cff8861.tar.gz
infinity-for-reddit-0e6d4ae525d4b0727d9e131195f33ec74cff8861.tar.bz2
infinity-for-reddit-0e6d4ae525d4b0727d9e131195f33ec74cff8861.tar.lz
infinity-for-reddit-0e6d4ae525d4b0727d9e131195f33ec74cff8861.tar.xz
infinity-for-reddit-0e6d4ae525d4b0727d9e131195f33ec74cff8861.tar.zst
infinity-for-reddit-0e6d4ae525d4b0727d9e131195f33ec74cff8861.zip
Add RecyclerView for subscribed subreddits in navigation drawer and rewrite some code
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/item_subscribed_subreddit.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_subscribed_subreddit.xml b/app/src/main/res/layout/item_subscribed_subreddit.xml
new file mode 100644
index 00000000..d8fb3247
--- /dev/null
+++ b/app/src/main/res/layout/item_subscribed_subreddit.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<android.support.constraint.ConstraintLayout
+ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+</android.support.constraint.ConstraintLayout> \ No newline at end of file