Several home screen changes

This commit is contained in:
topjohnwu
2020-08-09 02:32:13 -07:00
parent 1276c28e03
commit da2b00de59
9 changed files with 57 additions and 37 deletions
+1
View File
@@ -43,6 +43,7 @@
<string name="invalid_update_channel">Invalid Update Channel</string>
<string name="uninstall_magisk_title">Uninstall Magisk</string>
<string name="uninstall_magisk_msg">All modules will be disabled/removed!\nRoot will be removed!\nYour data potentially encrypted if not already!</string>
<string name="home_check_safetynet">Check SafetyNet</string>
<!--Install-->
<string name="keep_force_encryption">Preserve force encryption</string>
+8 -1
View File
@@ -87,6 +87,13 @@
<item name="iconTint">?colorOnPrimary</item>
</style>
<style name="WidgetFoundation.Button.Outlined.Error">
<item name="strokeColor">@color/color_error_transient</item>
<item name="rippleColor">@color/color_error_transient</item>
<item name="android:textColor">@color/color_error_transient</item>
<item name="iconTint">@color/color_error_transient</item>
</style>
<style name="WidgetFoundation.Button.Flat" parent="Widget.MaterialComponents.Button.UnelevatedButton">
<item name="android:textStyle">bold</item>
<item name="iconGravity">textStart</item>
@@ -206,4 +213,4 @@
<item name="srcCompat">@drawable/ic_checkbox</item>
</style>
</resources>
</resources>