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:
@@ -25,7 +25,7 @@
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/developer_link"
|
||||
style="?styleImageSmall"
|
||||
style="@style/WidgetFoundation.Image.Small"
|
||||
app:layout_constraintEnd_toStartOf="@+id/developer_more"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/developer_more"
|
||||
style="?styleImageSmall"
|
||||
style="@style/WidgetFoundation.Image.Small"
|
||||
android:layout_height="14sp"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/developer_link"
|
||||
app:layout_constraintStart_toEndOf="@+id/developer_link"
|
||||
|
||||
Reference in New Issue
Block a user