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

10 lines
411 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"
style="@style/RowWrapper">
<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>