You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
676 B
22 lines
676 B
|
3 weeks ago
|
<?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:layout_width="600dp"
|
||
|
|
android:layout_height="360dp"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:background="@drawable/submenupng"
|
||
|
|
android:orientation="vertical"
|
||
|
|
tools:ignore="MissingDefaultResource">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center|top"
|
||
|
|
android:layout_marginTop="0dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="horizontal"/>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|