You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Added new search functionality to module screen
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
<!--Progress-->
|
||||
<attr name="styleProgressDeterminate" format="reference" />
|
||||
<attr name="styleProgressIndeterminate" format="reference" />
|
||||
<attr name="styleProgressIndeterminateCircular" format="reference" />
|
||||
|
||||
<!--endregion-->
|
||||
|
||||
|
||||
@@ -56,7 +56,11 @@
|
||||
<item name="styleRadioNormal">@style/WidgetFoundation.RadioButton</item>
|
||||
|
||||
<item name="styleProgressDeterminate">@style/WidgetFoundation.ProgressBar</item>
|
||||
<item name="styleProgressIndeterminate">@style/WidgetFoundation.ProgressBar.Indeterminate
|
||||
<item name="styleProgressIndeterminate">
|
||||
@style/WidgetFoundation.ProgressBar.Indeterminate
|
||||
</item>
|
||||
<item name="styleProgressIndeterminateCircular">
|
||||
@style/WidgetFoundation.ProgressBar.Indeterminate.Circular
|
||||
</item>
|
||||
|
||||
<!--///-->
|
||||
|
||||
@@ -162,4 +162,10 @@ variant. Make sure to use style referenced by attribute defined it attrs.xml.
|
||||
<item name="android:layout_width">100dp</item>
|
||||
</style>
|
||||
|
||||
<style name="WidgetFoundation.ProgressBar.Indeterminate.Circular" parent="Widget.AppCompat.ProgressBar">
|
||||
<item name="android:indeterminate">true</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:layout_width">wrap_content</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user