mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
8 lines
401 B
XML
8 lines
401 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.appcompat.widget.AppCompatButton xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/textView"
|
|
android:layout_height="36dp"
|
|
android:layout_width="match_parent"
|
|
style="@style/DiamondButton"
|
|
android:background="@drawable/diamond_button_white"
|
|
android:layout_margin="6dp" />
|