]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/styles.xml
"final" fixes on account list layout
[mobile-ledger.git] / app / src / main / res / values / styles.xml
index 9bd102f25ee6c25107df3c5e913d2f230d9b112f..b0c366d23b9872f4d7e653d9c182e8ddddf1f818 100644 (file)
     </style>
 
     <style name="account_summary_account_name">
-        <item name="android:layout_width">wrap_content</item>
-        <item name="android:layout_height">wrap_content</item>
-        <item name="android:layout_weight">5</item>
     </style>
 
     <style name="account_summary_amounts">
-        <item name="android:layout_width">wrap_content</item>
-        <item name="android:layout_height">wrap_content</item>
-        <item name="android:layout_marginEnd">0dp</item>
-        <item name="android:layout_weight">1</item>
-        <item name="android:minWidth">60dp</item>
         <item name="android:textAlignment">viewEnd</item>
     </style>