aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_search.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-03-15 05:12:02 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-03-15 05:12:02 +0000
commite076e2374f8bba9e268a124e67e473ecdbd06f21 (patch)
treedfd90592ce759c0dee37a5d11dc5520e4531425d /app/src/main/res/layout/activity_search.xml
parent1c1b084566ca3c65652310e403faee5f061d36ee (diff)
downloadinfinity-for-reddit-e076e2374f8bba9e268a124e67e473ecdbd06f21.tar
infinity-for-reddit-e076e2374f8bba9e268a124e67e473ecdbd06f21.tar.gz
infinity-for-reddit-e076e2374f8bba9e268a124e67e473ecdbd06f21.tar.bz2
infinity-for-reddit-e076e2374f8bba9e268a124e67e473ecdbd06f21.tar.lz
infinity-for-reddit-e076e2374f8bba9e268a124e67e473ecdbd06f21.tar.xz
infinity-for-reddit-e076e2374f8bba9e268a124e67e473ecdbd06f21.tar.zst
infinity-for-reddit-e076e2374f8bba9e268a124e67e473ecdbd06f21.zip
Implement custom multiple themes (Buggy).
Diffstat (limited to 'app/src/main/res/layout/activity_search.xml')
-rw-r--r--app/src/main/res/layout/activity_search.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_search.xml b/app/src/main/res/layout/activity_search.xml
index 6317ac03..f9ac9a90 100644
--- a/app/src/main/res/layout/activity_search.xml
+++ b/app/src/main/res/layout/activity_search.xml
@@ -4,10 +4,12 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:id="@+id/coordinator_layout_search_activity"
android:background="?attr/backgroundColor"
tools:application=".SearchActivity">
<com.google.android.material.appbar.AppBarLayout
+ android:id="@+id/appbar_layout_search_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/toolbarAndTabBackgroundColor"