mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2025-12-31 08:50:01 +01:00
16 lines
508 B
XML
16 lines
508 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/custom_menu_items_wrapper"
|
|
android:layout_width="0dp"
|
|
android:layout_weight="1"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical" >
|
|
</LinearLayout>
|
|
|
|
</LinearLayout> |