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

7 lines
300 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"
2016-03-29 18:00:24 +00:00
android:layout_height="match_parent"
style="@style/BottomMenu"
android:clickable="false">
2016-03-28 16:43:15 +00:00
</LinearLayout>