mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 22:35:14 +01:00
6 lines
332 B
XML
6 lines
332 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<com.google.android.material.button.MaterialButton style="@style/Theme.Widget.Button.TextButton"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="@string/set_as_default_for_all"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android" />
|