]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/styles.xml
more themed colors usage
[mobile-ledger.git] / app / src / main / res / values / styles.xml
index cf076fb137e765b5a387eec93665959cdc5abdec..64b7f91fc23ff12f3ba309d5868b7afd0239a43b 100644 (file)
@@ -23,8 +23,9 @@
     <!-- target primary color: #935FF2 -->
     <style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
         <item name="colorPrimary">#935FF2</item>
+        <item name="colorOnPrimary">?android:attr/colorBackground</item>
         <item name="colorAccent">#653BD0</item>
-        <item name="drawer_background">#ffffffff</item>
+        <item name="drawer_background">?android:attr/popupBackground</item>
         <item name="table_row_dark_bg">#286c33d4</item>
         <item name="table_row_light_bg">#28ddcbff</item>
         <item name="windowActionBar">false</item>
 
     <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
 
-    <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
+    <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.DayNight" />
 
     <style name="nav_button">
         <item name="android:layout_width">match_parent</item>