Changeset 17423 for issm/mobile/android/ISSM_APP/res/layout/menupage.xml
- Timestamp:
- 03/12/14 12:39:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/mobile/android/ISSM_APP/res/layout/menupage.xml ΒΆ
r14516 r17423 1 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 android:layout_width="fill_parent" 3 android:layout_height="fill_parent" 4 android:background="@drawable/mainbackground" > 5 6 <Button 7 android:id="@+id/intro" 8 android:layout_width="wrap_content" 9 android:layout_height="wrap_content" 10 android:layout_marginTop="60dp" 11 android:layout_marginLeft="15dp" 12 android:background="@drawable/snow_button" 13 android:text="About" /> 2 android:layout_width="fill_parent" 3 android:layout_height="fill_parent" 4 android:background="@drawable/mainbackground" > 14 5 15 <Button16 android:id="@+id/video"17 android:layout_width="wrap_content"18 android:layout_height="wrap_content"19 android:layout_alignTop="@+id/intro"20 android:layout_alignParentRight="true"21 android:layout_marginRight="19dp"22 android:background="@drawable/snow_button"23 android:text="Video" />6 <TextView 7 android:layout_width="200sp" 8 android:layout_height="wrap_content" 9 android:layout_alignParentTop="true" 10 android:layout_centerHorizontal="true" 11 android:layout_marginTop="95sp" 12 android:gravity="center" 13 android:text="Welcome to" 14 android:textSize="40sp" /> 24 15 25 <Button 26 android:id="@+id/start" 27 android:layout_width="wrap_content" 28 android:layout_height="wrap_content" 29 android:layout_alignParentBottom="true" 30 android:layout_alignRight="@+id/intro" 31 android:layout_marginBottom="73dp" 32 android:background="@drawable/snow_button" 33 android:text="Play" /> 16 <!-- <Button --> 17 <!-- android:id="@+id/intro" --> 18 <!-- android:layout_width="wrap_content" --> 19 <!-- android:layout_height="wrap_content" --> 20 <!-- android:layout_marginLeft="15dp" --> 21 <!-- android:layout_marginTop="60dp" --> 22 <!-- android:background="@drawable/snow_button" --> 23 <!-- android:text="About" /> --> 34 24 35 <Button36 android:id="@+id/visitus"37 android:layout_width="wrap_content"38 android:layout_height="wrap_content"39 android:layout_alignParentTop="true"40 android:layout_centerHorizontal="true"41 android:layout_marginTop="15dp"42 android:background="@drawable/snow_button"43 android:text="Team" />44 45 <Button46 android:id="@+id/galleryimage"47 android:layout_width="wrap_content"48 android:layout_height="wrap_content"49 android:layout_alignTop="@+id/start"50 android:layout_alignParentRight="true"51 android:layout_marginRight="19dp"52 android:background="@drawable/snow_button"53 android:text="Gallery" />54 25 55 </RelativeLayout> 26 <!-- <Button --> 27 <!-- android:id="@+id/video" --> 28 <!-- android:layout_width="wrap_content" --> 29 <!-- android:layout_height="wrap_content" --> 30 <!-- android:layout_alignParentRight="true" --> 31 <!-- android:layout_alignTop="@+id/intro" --> 32 <!-- android:layout_marginRight="19dp" --> 33 <!-- android:background="@drawable/snow_button" --> 34 <!-- android:text="Video" /> --> 35 36 <Button 37 android:id="@+id/start" 38 android:layout_width="wrap_content" 39 android:layout_height="wrap_content" 40 android:layout_alignParentBottom="true" 41 android:layout_centerHorizontal="true" 42 android:layout_marginBottom="70sp" 43 android:background="@drawable/snow_button" 44 android:gravity="center" 45 android:shadowColor="#ffffff" 46 android:shadowDx="0" 47 android:shadowDy="0" 48 android:shadowRadius="8" 49 android:text="Start" 50 android:textAlignment="center" 51 android:textColor="#ffffff" 52 android:textSize="18sp" /> 53 54 <!-- <Button --> 55 <!-- android:id="@+id/visitus" --> 56 <!-- android:layout_width="wrap_content" --> 57 <!-- android:layout_height="wrap_content" --> 58 <!-- android:layout_alignParentTop="true" --> 59 <!-- android:layout_centerHorizontal="true" --> 60 <!-- android:layout_marginTop="15dp" --> 61 <!-- android:background="@drawable/snow_button" --> 62 <!-- android:text="Team" /> --> 63 64 65 <!-- <Button --> 66 <!-- android:id="@+id/galleryimage" --> 67 <!-- android:layout_width="wrap_content" --> 68 <!-- android:layout_height="wrap_content" --> 69 <!-- android:layout_alignParentRight="true" --> 70 <!-- android:layout_alignTop="@+id/start" --> 71 <!-- android:layout_marginRight="19dp" --> 72 <!-- android:background="@drawable/snow_button" --> 73 <!-- android:text="Gallery" /> --> 74 75 </RelativeLayout>
Note:
See TracChangeset
for help on using the changeset viewer.