Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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="match_parent"
- android:orientation="vertical">
- <TextView
- android:id="@+id/menu"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="0dp"
- android:layout_marginBottom="10dp"
- android:gravity="center"
- android:background="#ffc107"
- android:textStyle="bold"
- android:textSize="25dp"
- android:text="Menu Pi.Not Sport Shop" />
- <ListView
- android:id="@+id/id_list"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment