diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-07-10 12:46:54 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-07-10 12:46:54 +0000 |
commit | 36d24523b68e4ebecab02e7afff044b1625b80c9 (patch) | |
tree | cc1140b0225f4ec23b1d6d2947107f3053736744 /app/src/main/res | |
parent | bc91260e8a36524294c635970051f902ed533cfc (diff) | |
download | infinity-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.xml | 12 |
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 |