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

11 lines
542 B
XML
Raw Normal View History

2019-05-21 10:28:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Button xmlns:android="http://schemas.android.com/apk/res/android"
2020-09-17 15:58:59 +00:00
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
2024-05-31 07:54:06 +00:00
android:layout_height="wrap_content"
2020-09-17 15:58:59 +00:00
style="@style/HabiticaButton.Primary"
2024-05-31 07:54:06 +00:00
android:paddingTop="@dimen/spacing_medium"
android:paddingBottom="@dimen/spacing_medium"
tools:text="Tesqweqwe qweqwe qweq eqweq weqwe qweqweqw eqwe qwe qweqweq qwe qweq weq w qweq weqw eqwe qwe qwe qwet">
2019-05-21 10:28:16 +00:00
</Button>