]> git.ktnx.net Git - mobile-ledger.git/commitdiff
fix styling of "Last update: ..." text
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 28 Jun 2020 16:54:48 +0000 (19:54 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 28 Jun 2020 16:54:48 +0000 (19:54 +0300)
app/src/main/res/layout/main_app_layout.xml

index 8192f1ed29b13531b5099e58345bd5300c418bb9..842b867f5d3ef2d3da1138aa1f570643fc0eb15f 100644 (file)
                         android:paddingStart="8dp"
                         android:paddingEnd="8dp"
                         android:text="@string/transactions_last_update_label"
-                        android:textColor="@android:color/tertiary_text_light" />
+                        />
 
                     <TextView
                         android:id="@+id/transactions_last_update"
-                        style="@android:style/Widget.DeviceDefault.Light.TextView"
+                        android:textAppearance="@android:style/TextAppearance.Material.Small"
                         android:layout_width="0dp"
                         android:layout_height="wrap_content"
                         android:layout_weight="1"
                         android:text="\?"
-                        android:textColor="@android:color/tertiary_text_light"
                         tools:ignore="HardcodedText" />
                 </LinearLayout>