aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-09-04 16:51:35 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-09-04 16:51:35 +0000
commit5d12ff78efcccbdf8c2c6bd8c99ef357703c06f0 (patch)
tree4be65497f4232e31e9f131dda42b3fa8328fddcf /app/src/main/res
parente217d6222eec6b3cb21f99458446e9d6dae96585 (diff)
downloadinfinity-for-reddit-5d12ff78efcccbdf8c2c6bd8c99ef357703c06f0.tar
infinity-for-reddit-5d12ff78efcccbdf8c2c6bd8c99ef357703c06f0.tar.gz
infinity-for-reddit-5d12ff78efcccbdf8c2c6bd8c99ef357703c06f0.tar.bz2
infinity-for-reddit-5d12ff78efcccbdf8c2c6bd8c99ef357703c06f0.tar.lz
infinity-for-reddit-5d12ff78efcccbdf8c2c6bd8c99ef357703c06f0.tar.xz
infinity-for-reddit-5d12ff78efcccbdf8c2c6bd8c99ef357703c06f0.tar.zst
infinity-for-reddit-5d12ff78efcccbdf8c2c6bd8c99ef357703c06f0.zip
Show correct title in SubscribedThingListingActivity. Remove SubredditSelectionActivity.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/activity_subreddit_selection.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/app/src/main/res/layout/activity_subreddit_selection.xml b/app/src/main/res/layout/activity_subreddit_selection.xml
deleted file mode 100644
index ea677d17..00000000
--- a/app/src/main/res/layout/activity_subreddit_selection.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<androidx.coordinatorlayout.widget.CoordinatorLayout 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:application=".SubredditSelectionActivity">
-
- <com.google.android.material.appbar.AppBarLayout
- android:id="@+id/appbar_layout_subreddit_selection_activity"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:theme="@style/AppTheme.AppBarOverlay">
-
- <com.google.android.material.appbar.CollapsingToolbarLayout
- android:id="@+id/collapsing_toolbar_layout_subreddit_selection_activity"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- app:layout_scrollFlags="scroll|enterAlways"
- app:titleEnabled="false"
- app:toolbarId="@+id/toolbar_subreddit_selection_activity">
-
- <androidx.appcompat.widget.Toolbar
- android:id="@+id/toolbar_subreddit_selection_activity"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:minHeight="?attr/actionBarSize"
- app:popupTheme="@style/AppTheme.PopupOverlay"
- app:navigationIcon="?attr/homeAsUpIndicator" />
-
- </com.google.android.material.appbar.CollapsingToolbarLayout>
-
- </com.google.android.material.appbar.AppBarLayout>
-
- <androidx.fragment.app.FragmentContainerView
- android:id="@+id/frame_layout_subreddit_selection_activity"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- app:layout_behavior="@string/appbar_scrolling_view_behavior" />
-
-</androidx.coordinatorlayout.widget.CoordinatorLayout> \ No newline at end of file