]> git.ktnx.net Git - mobile-ledger-staging.git/commitdiff
use themed text appearance for the 'Last updated on' text
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 21 Jun 2020 04:59:59 +0000 (04:59 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 21 Jun 2020 04:59:59 +0000 (04:59 +0000)
makes its size follow system-wide text size

app/src/main/res/layout/main_app_layout.xml

index daf3bd22fd82e22b5cf3750000322c8be887d8fc..8192f1ed29b13531b5099e58345bd5300c418bb9 100644 (file)
@@ -78,6 +78,7 @@
 
                     <TextView
                         android:id="@+id/transaction_last_update_label"
+                        android:textAppearance="@android:style/TextAppearance.Material.Small"
                         android:layout_width="wrap_content"
                         android:layout_height="wrap_content"
                         android:paddingStart="8dp"