]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/styles.xml
drop unused style attribute
[mobile-ledger.git] / app / src / main / res / values / styles.xml
index ff81ea0794e370b82dcf7ba73c4a7dc37abb36d4..888ccbfed7a585fea149af86873db0a89d5e4225 100644 (file)
@@ -21,7 +21,6 @@
     <!-- target primary color: #935FF2 -->
     <style name="AppTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
         <item name="colorOnPrimary">@android:color/white</item>
-        <item name="drawer_background">?android:attr/popupBackground</item>
         <item name="windowActionBar">false</item>
         <item name="windowNoTitle">true</item>
         <item name="textColor">#686868</item>
         <item name="android:textAlignment">viewEnd</item>
     </style>
 
-    <style name="account_summary_account_entry_table">
-        <item name="android:layout_width">match_parent</item>
-        <item name="android:layout_height">match_parent</item>
-    </style>
-
     <style name="transaction_list_comment">
         <item name="android:textAppearance">@android:style/TextAppearance.Material.Small</item>
         <item name="android:textColor">?commentColor</item>