aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
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