]> git.ktnx.net Git - mobile-ledger.git/commitdiff
drop unused empty style
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 17 Sep 2020 08:21:03 +0000 (08:21 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 17 Sep 2020 13:26:37 +0000 (13:26 +0000)
app/src/main/res/layout/account_summary_row.xml
app/src/main/res/values-night/styles.xml
app/src/main/res/values/styles.xml

index 060577f59f67bc98a07c374eb35329e6846cbd25..8112c2a72e6d27642c53a79f7c3728031b17ccbb 100644 (file)
@@ -38,7 +38,6 @@
         >
         <TextView
             android:id="@+id/account_row_acc_name"
-            style="@style/account_summary_account_name"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_marginStart="8dp"
index 1b832d3e3bff609ee0d38a65851ff3031d8dcf83..de08d7141bc98e9900f53c7b9ffcd49f7ee86e33 100644 (file)
         <item name="android:paddingEnd">@dimen/activity_horizontal_margin</item>
     </style>
 
-    <style name="account_summary_account_name"></style>
-
     <style name="account_summary_amounts">
         <item name="android:textAlignment">viewEnd</item>
     </style>
index d56120ef5920ce6642738e36316c326d41ff0cf8..9ac40fba403192e4a081868492ea9980fee1981b 100644 (file)
         <item name="android:paddingEnd">@dimen/activity_horizontal_margin</item>
     </style>
 
-    <style name="account_summary_account_name"></style>
-
     <style name="account_summary_amounts">
         <item name="android:textAlignment">viewEnd</item>
     </style>