From c0faeacce83c2982c1a50c0cad0f5b460b9a5bc7 Mon Sep 17 00:00:00 2001 From: uykek Date: Sat, 30 May 2020 11:02:37 +0200 Subject: [PATCH] Let AppTheme extend DayNightTheme and add a new actionbar style with the attributes the AppTheme previously inherited from DarkActionBar. --- app/src/main/res/values/styles.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index cba9695..75b60d3 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,11 +1,17 @@ - + +