]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/main_app_layout.xml
fix styling of "Last update: ..." text
[mobile-ledger.git] / app / src / main / res / layout / main_app_layout.xml
index 80aa5b2d6a5feebd3b91fbc83f203bfb2e5fa746..842b867f5d3ef2d3da1138aa1f570643fc0eb15f 100644 (file)
@@ -52,7 +52,7 @@
             <androidx.appcompat.widget.Toolbar
                 android:id="@+id/toolbar"
                 android:layout_width="match_parent"
-                android:layout_height="?attr/actionBarSize"
+                android:layout_height="@dimen/toolbar_height"
                 android:background="?colorPrimary"
                 android:theme="@style/AppTheme.AppBarOverlay"
                 app:popupTheme="@style/AppTheme.PopupOverlay"
 
                     <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"
                         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>