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

19 lines
765 B
XML
Raw Normal View History

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"
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"
style="@style/HabiticaButton.Purple.Small"
android:background="@drawable/layout_rounded_bg"
android:layout_marginVertical="6dp"
android:layout_marginHorizontal="@dimen/spacing_large"
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"
style="@style/BottomMenuItemText"
tools:text="Menu Item"/>
2016-03-28 16:43:15 +00:00
</LinearLayout>