2016-03-28 16:43:15 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-04-15 11:29:48 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:layout_width="match_parent"
|
2016-03-28 16:43:15 +00:00
|
|
|
android:layout_height="wrap_content"
|
2022-05-20 08:51:32 +00:00
|
|
|
style="@style/HabiticaButton.Purple.Small"
|
|
|
|
|
android:background="@drawable/layout_rounded_bg"
|
|
|
|
|
android:layout_marginVertical="6dp"
|
|
|
|
|
android:layout_marginHorizontal="@dimen/spacing_large"
|
2019-04-15 11:29:48 +00:00
|
|
|
android:clickable="true"
|
|
|
|
|
android:focusable="true">
|
2016-03-28 16:43:15 +00:00
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView"
|
|
|
|
|
android:layout_width="match_parent"
|
2016-03-29 18:00:24 +00:00
|
|
|
android:layout_height="wrap_content"
|
2019-04-15 11:29:48 +00:00
|
|
|
style="@style/BottomMenuItemText"
|
|
|
|
|
tools:text="Menu Item"/>
|
2016-03-28 16:43:15 +00:00
|
|
|
</LinearLayout>
|