2017-04-06 18:58:51 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:gravity="center">
|
2020-11-16 12:04:54 +00:00
|
|
|
<com.google.android.material.button.MaterialButton
|
2017-04-06 18:58:51 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="22dp"
|
|
|
|
|
android:layout_marginBottom="18dp"
|
|
|
|
|
android:layout_marginEnd="24dp"
|
|
|
|
|
android:layout_marginStart="24dp"
|
|
|
|
|
android:textAllCaps="false"
|
2020-11-16 12:04:54 +00:00
|
|
|
style="@style/HabiticaButton.Gray"
|
2017-04-06 18:58:51 +00:00
|
|
|
android:id="@+id/btn_add_task"
|
|
|
|
|
tools:text="Add habit">
|
|
|
|
|
|
2020-11-16 12:04:54 +00:00
|
|
|
</com.google.android.material.button.MaterialButton>
|
2017-04-06 18:58:51 +00:00
|
|
|
</LinearLayout>
|