diff --git a/app/src/main/res/layout/include_home_device.xml b/app/src/main/res/layout/include_home_device.xml index 34845ee97..40f630ea5 100644 --- a/app/src/main/res/layout/include_home_device.xml +++ b/app/src/main/res/layout/include_home_device.xml @@ -38,6 +38,7 @@ android:layout_marginStart="@dimen/l1" android:text="@string/home_device_title" android:textAppearance="@style/AppearanceFoundation.Title" + android:textColor="?colorPrimary" app:layout_constraintBottom_toBottomOf="@+id/home_device_icon" app:layout_constraintEnd_toStartOf="@+id/home_device_action_reboot" app:layout_constraintStart_toEndOf="@+id/home_device_icon" @@ -212,7 +213,7 @@ + tools:text="Yes" /> @@ -229,7 +230,7 @@ + tools:text="Yes" /> diff --git a/app/src/main/res/layout/include_home_magisk.xml b/app/src/main/res/layout/include_home_magisk.xml index 665136729..7dd7ce031 100644 --- a/app/src/main/res/layout/include_home_magisk.xml +++ b/app/src/main/res/layout/include_home_magisk.xml @@ -40,6 +40,7 @@ android:layout_marginStart="@dimen/l1" android:text="@string/magisk" android:textAppearance="@style/AppearanceFoundation.Title" + android:textColor="?colorPrimary" app:layout_constraintBottom_toBottomOf="@+id/home_magisk_icon" app:layout_constraintEnd_toStartOf="@+id/home_magisk_action" app:layout_constraintStart_toEndOf="@+id/home_magisk_icon" diff --git a/app/src/main/res/layout/include_home_manager.xml b/app/src/main/res/layout/include_home_manager.xml index e06839c3d..2e5e5577d 100644 --- a/app/src/main/res/layout/include_home_manager.xml +++ b/app/src/main/res/layout/include_home_manager.xml @@ -40,6 +40,7 @@ android:layout_marginStart="@dimen/l1" android:text="@{viewModel.stateHideManagerName}" android:textAppearance="@style/AppearanceFoundation.Title" + android:textColor="?colorPrimary" app:layout_constraintBottom_toBottomOf="@+id/home_manager_icon" app:layout_constraintEnd_toStartOf="@+id/home_manager_action" app:layout_constraintStart_toEndOf="@+id/home_manager_icon" diff --git a/app/src/main/res/values/styles_view_md2.xml b/app/src/main/res/values/styles_view_md2.xml index 585552bd2..6e91ba3f5 100644 --- a/app/src/main/res/values/styles_view_md2.xml +++ b/app/src/main/res/values/styles_view_md2.xml @@ -78,12 +78,13 @@ wrap_content wrap_content false - @style/AppearanceFoundation.Caption + @style/AppearanceFoundation.Caption.Variant