aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-07-10 12:46:54 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-07-10 12:46:54 +0000
commit36d24523b68e4ebecab02e7afff044b1625b80c9 (patch)
treecc1140b0225f4ec23b1d6d2947107f3053736744 /app/src/main/res
parentbc91260e8a36524294c635970051f902ed533cfc (diff)
downloadinfinity-for-reddit-36d24523b68e4ebecab02e7afff044b1625b80c9.tar
infinity-for-reddit-36d24523b68e4ebecab02e7afff044b1625b80c9.tar.gz
infinity-for-reddit-36d24523b68e4ebecab02e7afff044b1625b80c9.tar.bz2
infinity-for-reddit-36d24523b68e4ebecab02e7afff044b1625b80c9.tar.lz
infinity-for-reddit-36d24523b68e4ebecab02e7afff044b1625b80c9.tar.xz
infinity-for-reddit-36d24523b68e4ebecab02e7afff044b1625b80c9.tar.zst
infinity-for-reddit-36d24523b68e4ebecab02e7afff044b1625b80c9.zip
Select subreddit in PostTextActivity.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/activity_subreddit_selection.xml12
1 files changed, 3 insertions, 9 deletions
diff --git a/app/src/main/res/layout/activity_subreddit_selection.xml b/app/src/main/res/layout/activity_subreddit_selection.xml
index bb8b13b8..6e844466 100644
--- a/app/src/main/res/layout/activity_subreddit_selection.xml
+++ b/app/src/main/res/layout/activity_subreddit_selection.xml
@@ -1,14 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
-<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
- tools:context=".SubredditSelectionActivity">
-
- <androidx.recyclerview.widget.RecyclerView
- android:id="@+id/recycler_view_subreddit_selection_activity"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
-
-</androidx.constraintlayout.widget.ConstraintLayout> \ No newline at end of file
+ android:id="@+id/frame_layout_subreddit_selection_activity"
+ tools:context=".SubredditSelectionActivity" /> \ No newline at end of file