You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Added themes
All files (that used styles) were refactored to use styles directly so themes can only actually adjust colors - Elaborate themes would be super hard to maintain and would certainly break over time
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
tools:layout_gravity="center">
|
||||
|
||||
<com.google.android.material.checkbox.MaterialCheckBox
|
||||
style="?styleCheckboxNormal"
|
||||
style="@style/WidgetFoundation.Checkbox"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="start|center_vertical"
|
||||
@@ -31,7 +31,7 @@
|
||||
tools:checked="true" />
|
||||
|
||||
<com.google.android.material.checkbox.MaterialCheckBox
|
||||
style="?styleCheckboxNormal"
|
||||
style="@style/WidgetFoundation.Checkbox"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="start|center_vertical"
|
||||
@@ -41,7 +41,7 @@
|
||||
app:tint="?colorPrimary" />
|
||||
|
||||
<com.google.android.material.checkbox.MaterialCheckBox
|
||||
style="?styleCheckboxNormal"
|
||||
style="@style/WidgetFoundation.Checkbox"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="start|center_vertical"
|
||||
|
||||
Reference in New Issue
Block a user