Advertisement
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="fill_parent"
- android:layout_height="fill_parent"
- android:background="@drawable/bg_1"
- android:orientation="vertical" >
- <ImageView
- android:id="@+id/imageView1"
- android:layout_width="fill_parent"
- android:layout_height="55dp"
- android:background="@color/backcolor"
- android:padding="10dp"
- android:src="@drawable/logosmall" />
- <GridView
- android:id="@+id/gridViewMyMenu"
- android:layout_width="fill_parent"
- android:layout_height="280dp"
- android:horizontalSpacing="5dp"
- android:numColumns="2"
- android:verticalSpacing="5dp" >
- </GridView>
- <LinearLayout
- android:id="@+id/l1"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:gravity="center_horizontal"
- android:layout_alignParentBottom="true">
- <include layout="@layout/footer_tabs"/>
- </LinearLayout>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement