tachiyomi/app/src/main/res/layout/material_text_button.xml
Jay 2c79b97815 Perform a global search while seatching in the library
There's a button at the top of the list to do it
2020-05-08 15:58:23 -04:00

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" />