fedilab-Android-App/app/src/main/res/layout/pref_reset_bd_button.xml

10 lines
334 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Button
xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/Base.Widget.AppCompat.Button.Colored"
android:id="@+id/resetButton"
android:text="@string/reset_color"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>
</Button>