mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-08 17:07:39 +00:00
11 lines
424 B
XML
11 lines
424 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
|
||
|
<style name="Widget.Button.Text" parent="Widget.MaterialComponents.Button.TextButton">
|
||
|
<item name="android:layout_width">wrap_content</item>
|
||
|
<item name="android:layout_height">wrap_content</item>
|
||
|
<item name="android:textColor">@color/colorSecondary</item>
|
||
|
<item name="rippleColor">@color/colorSecondary</item>
|
||
|
</style>
|
||
|
|
||
|
</resources>
|