mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 18:15:07 +01:00
2c79b97815
There's a button at the top of the list to do it
7 lines
361 B
XML
7 lines
361 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.google.android.material.button.MaterialButton style="@style/Theme.Widget.Button.TextButton"
|
|
android:id="@+id/button"
|
|
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" /> |