habitica-android/Habitica/res/layout/task_setup_item.xml

9 lines
401 B
XML
Raw Permalink Normal View History

2016-02-02 13:59:28 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-09-22 14:10:15 +00:00
<androidx.appcompat.widget.AppCompatButton xmlns:android="http://schemas.android.com/apk/res/android"
2017-03-31 14:44:57 +00:00
android:id="@+id/textView"
android:layout_height="36dp"
2016-02-02 13:59:28 +00:00
android:layout_width="match_parent"
2017-03-31 14:44:57 +00:00
style="@style/DiamondButton"
android:background="@drawable/diamond_button_white"
android:layout_margin="6dp" />