diff --git a/res/color/search_chip_background_color.xml b/res/color/search_chip_background_color.xml index c94d155a5f39464adc9cb70ccb2cd512f5125f2b..157e622321a73d3431bd24f29c2041a4692d719a 100644 --- a/res/color/search_chip_background_color.xml +++ b/res/color/search_chip_background_color.xml @@ -16,7 +16,7 @@ --> - - + + \ No newline at end of file diff --git a/res/drawable/bottom_sheet_dialog_background.xml b/res/drawable/bottom_sheet_dialog_background.xml index 703667a52423ac8aef3b3576999f5155fb99f419..f3f7bb930fedc9e62cd8fe0aaf77fcdcbdf7e9ed 100644 --- a/res/drawable/bottom_sheet_dialog_background.xml +++ b/res/drawable/bottom_sheet_dialog_background.xml @@ -15,7 +15,7 @@ --> - + \ No newline at end of file diff --git a/res/drawable/ic_hamburger.xml b/res/drawable/ic_hamburger.xml index bc273524ba973bce677a3975297e79d28abe813c..09e9782d822e2cc2ece7994f92f61dadfc989245 100644 --- a/res/drawable/ic_hamburger.xml +++ b/res/drawable/ic_hamburger.xml @@ -20,6 +20,6 @@ android:viewportWidth="24" android:viewportHeight="24"> \ No newline at end of file diff --git a/res/drawable/list_divider.xml b/res/drawable/list_divider.xml index 5067af08e842dd9fc197a8f8d3f618c343c1b768..de96b1f12df9b083d9180caf9fc1dde49d4a0296 100644 --- a/res/drawable/list_divider.xml +++ b/res/drawable/list_divider.xml @@ -15,7 +15,7 @@ --> + android:tint="@android:color/transparent"> + android:background="@*android:color/e_drawer_background"> diff --git a/res/layout/fragment_pick.xml b/res/layout/fragment_pick.xml index cba4ecb9a467c25c1d892f39317b872ea7b40efc..c3446f4944e80da98a7e9913b062b349fb9121fa 100644 --- a/res/layout/fragment_pick.xml +++ b/res/layout/fragment_pick.xml @@ -44,8 +44,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="4dp" - android:backgroundTint="@color/fragment_pick_button_background_color" - android:textColor="@color/fragment_pick_button_text_color" android:layout_marginEnd="4dp" /> diff --git a/res/layout/inspector_activity.xml b/res/layout/inspector_activity.xml index 8763351c9f33b27ca4cb3217b777a13deb006cc8..4d531b1970892c35648ad6bddc547467bc3277c0 100644 --- a/res/layout/inspector_activity.xml +++ b/res/layout/inspector_activity.xml @@ -55,7 +55,7 @@ android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?android:attr/actionBarSize" - android:background="?android:attr/colorBackground" + android:background="@*android:color/e_action_bar" android:theme="?actionBarTheme" app:title="@string/inspector_title" app:titleTextAppearance="@style/ToolbarTitle" @@ -76,7 +76,7 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@drawable/bottom_sheet_dialog_background" + android:background="@color/app_background_color" android:paddingBottom="5dp"> + android:background="?android:colorBackground" /> diff --git a/res/values-night/colors.xml b/res/values-night/colors.xml index 143b3e693cfa8847837796f909cfea62d7198da0..71c0d45b2ad8adb1fb6ea43fee83864b38c749eb 100644 --- a/res/values-night/colors.xml +++ b/res/values-night/colors.xml @@ -14,14 +14,8 @@ limitations under the License. --> - #202124 - #3C4043 #52000000 - #8AB4F8 - #3D8AB4F8 - #5F6368 - @android:color/white @android:color/white @@ -32,7 +26,6 @@ #36ffffff #9aa0a6 - ?android:colorSecondary #202124 diff --git a/res/values-night/themes.xml b/res/values-night/themes.xml index 8ade73172dd2fdfff1ce649528d6356ad1ad73d3..ddf2dcd0278b53d0f53542362831e510a8a7a175 100644 --- a/res/values-night/themes.xml +++ b/res/values-night/themes.xml @@ -18,30 +18,4 @@ - diff --git a/res/values-v31/styles.xml b/res/values-v31/styles.xml index c82ff581433ae77f8b0a17c02869e6e37d368bff..5c64448bb75be1969a760cf6fe7b90f92b0f8de8 100644 --- a/res/values-v31/styles.xml +++ b/res/values-v31/styles.xml @@ -39,7 +39,7 @@ diff --git a/res/values/colors.xml b/res/values/colors.xml index 12b8762aafe4d26ad1b7166d85705cbf4d37969b..54d86f25fa9369adf4a128ed3fb95c3badfcd18e 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -18,13 +18,13 @@ else that needs to manually declare a background matching the "default" app background (e.g. the drawer overlay). --> - @android:color/white - @android:color/white + @*android:color/e_background + @*android:color/e_floating_background #99FFFFFF - #1E88E5 - #E3F2FD - #E0E0E0 + @*android:color/e_accent + @*android:color/e_alpha_accent + @*android:color/e_stroke_color #fff1f3f4 @android:color/transparent @@ -55,7 +55,7 @@ #1f000000 ?android:colorSecondary - @color/app_background_color + @*android:color/e_action_bar @color/primary @color/primary diff --git a/res/values/styles.xml b/res/values/styles.xml index 1efd1d5d188c41cf57465e28cc9fa5b624e48a89..6576d445de920f36e32b68882159a2fe7faab8a8 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -24,6 +24,7 @@ override this --> ?android:textColorPrimary false + @drawable/ic_arrow_back @@ -37,7 +38,7 @@ @@ -113,6 +113,8 @@