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

12 lines
486 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"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="wrap_content"
2016-03-29 18:00:24 +00:00
style="@style/BottomMenuItem"
android:clickable="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" />
2016-03-28 16:43:15 +00:00
</LinearLayout>