]> git.ktnx.net Git - mobile-ledger-staging.git/commitdiff
drop empty style
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 20 May 2020 21:11:36 +0000 (00:11 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 20 May 2020 21:11:36 +0000 (00:11 +0300)
app/src/main/res/layout/activity_new_transaction.xml
app/src/main/res/values/styles.xml

index 3b730b3ce2c408867fbd207df26a0e6ac052a5d9..7a37dbf841e93a42c9b07c8b1ca5c656d21279fa 100644 (file)
@@ -29,7 +29,6 @@
 
         <TextView
             android:id="@+id/simulationLabel"
-            style="@style/StretchedTextView"
             android:layout_width="0dp"
             android:layout_height="0dp"
             android:layout_margin="@dimen/activity_horizontal_margin"
index 28486aec7f8ce9344a853f56aa4cb01ba3f616bb..9bd102f25ee6c25107df3c5e913d2f230d9b112f 100644 (file)
@@ -17,8 +17,6 @@
 
 <resources>
 
-    <style name="StretchedTextView" parent="Widget.AppCompat.TextView"></style>
-
     <style name="myFabStyle" parent="Widget.MaterialComponents.FloatingActionButton">
         <item name="tint" state="disabled">?android:attr/colorBackground</item>
     </style>