Advertisement
Guest User

Untitled

a guest
Jul 26th, 2011
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.58 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3.  xmlns:android="http://schemas.android.com/apk/res/android"
  4.  android:layout_width="match_parent"
  5.  android:layout_height="match_parent" android:orientation="vertical" android:background="@drawable/indexbackground">
  6.     <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/linearLayout1">
  7.         <TextView android:id="@+id/textView1" android:layout_height="wrap_content" android:textColor="@drawable/black" android:text="123" android:layout_width="match_parent" android:textSize="30sp" android:background="#AAAFD6FF"></TextView>
  8.     </LinearLayout>
  9.     <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/linearLayout2">
  10.         <ImageButton android:layout_width="90sp" android:layout_height="90sp" android:src="@drawable/busicon2" android:layout_marginTop="20sp" android:layout_marginLeft="50sp" android:id="@+id/mainCheckBtn"></ImageButton>
  11.         <ImageButton android:layout_width="90sp" android:layout_height="90sp" android:src="@drawable/list" android:layout_marginTop="20sp" android:layout_marginLeft="40sp" android:id="@+id/mainListBtn"></ImageButton>
  12.     </LinearLayout>
  13.     <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/linearLayout3">
  14.         <TextView android:id="@+id/textView2" android:layout_height="wrap_content" android:text="456" android:textSize="20sp" android:layout_width="90sp" android:textColor="@drawable/black" android:layout_marginLeft="55sp"></TextView>
  15.         <TextView android:id="@+id/textView3" android:layout_height="wrap_content" android:layout_width="90sp" android:text="789" android:textSize="20sp" android:textColor="@drawable/black" android:layout_marginLeft="40sp"></TextView>
  16.     </LinearLayout>
  17.     <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/linearLayout4">
  18.         <ImageButton android:src="@drawable/setting" android:layout_height="90sp" android:layout_width="90sp" android:layout_marginTop="20sp" android:layout_marginLeft="110sp" android:id="@+id/mainSettingBtn"></ImageButton>
  19.     </LinearLayout>
  20.     <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/linearLayout5">
  21.         <TextView android:id="@+id/textView4" android:layout_height="wrap_content" android:layout_width="90sp" android:text="012" android:textColor="@drawable/black" android:textSize="20sp" android:layout_marginLeft="115sp"></TextView>
  22.     </LinearLayout>
  23. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement