Advertisement
Guest User

Untitled

a guest
May 21st, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.65 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.    xmlns:tools="http://schemas.android.com/tools"
  3.    android:layout_width="match_parent"
  4.    android:layout_height="match_parent"
  5.    android:background="#ffff581b"
  6.    android:paddingBottom="@dimen/activity_vertical_margin"
  7.    android:paddingLeft="@dimen/activity_horizontal_margin"
  8.    android:paddingRight="@dimen/activity_horizontal_margin"
  9.    android:paddingTop="@dimen/activity_vertical_margin"
  10.    tools:context=".MainActivity" />
  11.  
  12.  
  13.  
  14.                 <LinearLayout
  15.                    android:id="@+id/options"
  16.                    android:layout_width="fill_parent"
  17.                    android:layout_height="match_parent"
  18.                    android:orientation="vertical"
  19.                    android:textSize="10dp"
  20.  
  21.  
  22.                    <ImageView
  23.                        xmlns:android="http://schemas.android.com/apk/res/android"
  24.                        android:src="@android:drawable/divider_horizontal_dark"
  25.                        android:layout_width="fill_parent"
  26.                        android:layout_height="wrap_content"
  27.                        android:scaleType="fitXY"
  28.                        android:paddingLeft="5dp"
  29.                        android:paddingRight="5dp"
  30.                        android:paddingBottom="2dp"
  31.                        android:paddingTop="2dp"
  32.                        android:background="#ff000000" />
  33.  
  34.  
  35.                     <Switch
  36.                        android:id="@+id/switch1"
  37.                        android:layout_width="match_parent"
  38.                        android:layout_height="wrap_content"
  39.                        android:layout_alignLeft="@+id/button1"
  40.                        android:layout_alignParentRight="true"
  41.                        android:layout_below="@+id/button1"
  42.                        android:onClick="raminfuse"
  43.                        android:text="Metaon R.A.M Infuser"
  44.                        android:textSize="20dp" />
  45.  
  46.                     <ImageView
  47.                        xmlns:android="http://schemas.android.com/apk/res/android"
  48.                        android:src="@android:drawable/divider_horizontal_dark"
  49.                        android:layout_width="fill_parent"
  50.                        android:layout_height="wrap_content"
  51.                        android:scaleType="fitXY"
  52.                        android:paddingLeft="5dp"
  53.                        android:paddingRight="5dp"
  54.                        android:paddingBottom="2dp"
  55.                        android:paddingTop="2dp"
  56.                        android:background="#ff000000" />
  57.  
  58.  
  59.                     <Switch
  60.                        android:id="@+id/switch1"
  61.                        android:layout_width="match_parent"
  62.                        android:layout_height="wrap_content"
  63.                        android:layout_alignLeft="@+id/Button01"
  64.                        android:layout_alignParentRight="true"
  65.                        android:layout_below="@+id/Button01"
  66.                        android:onClick="installiql"
  67.                        android:text="Install SQL"
  68.                        android:textSize="20dp" />
  69.  
  70.  
  71.                     <ImageView
  72.                        xmlns:android="http://schemas.android.com/apk/res/android"
  73.                        android:src="@android:drawable/divider_horizontal_dark"
  74.                        android:layout_width="fill_parent"
  75.                        android:layout_height="wrap_content"
  76.                        android:scaleType="fitXY"
  77.                        android:paddingLeft="5dp"
  78.                        android:paddingRight="5dp"
  79.                        android:paddingBottom="2dp"
  80.                        android:paddingTop="2dp"
  81.                        android:background="#ff000000" />
  82.  
  83.                     <Switch
  84.                        android:id="@+id/switch1"
  85.                        android:layout_width="match_parent"
  86.                        android:layout_height="wrap_content"
  87.                        android:layout_alignParentLeft="true"
  88.                        android:layout_alignParentRight="true"
  89.                        android:layout_alignParentTop="true"
  90.                        android:onClick="selfrepair"
  91.                        android:text="Metaon Self-Repair"
  92.                        android:textSize="20dp" />
  93.  
  94.  
  95.                     <ImageView
  96.                        xmlns:android="http://schemas.android.com/apk/res/android"
  97.                        android:src="@android:drawable/divider_horizontal_dark"
  98.                        android:layout_width="fill_parent"
  99.                        android:layout_height="wrap_content"
  100.                        android:scaleType="fitXY"
  101.                        android:paddingLeft="5dp"
  102.                        android:paddingRight="5dp"
  103.                        android:paddingBottom="2dp"
  104.                        android:paddingTop="2dp"
  105.                        android:background="#ff000000" />
  106.  
  107.  
  108.  
  109.                     <ImageView
  110.                        xmlns:android="http://schemas.android.com/apk/res/android"
  111.                        android:src="@android:drawable/divider_horizontal_dark"
  112.                        android:layout_width="fill_parent"
  113.                        android:layout_height="wrap_content"
  114.                        android:scaleType="fitXY"
  115.                        android:paddingLeft="5dp"
  116.                        android:paddingRight="5dp"
  117.                        android:paddingBottom="2dp"
  118.                        android:paddingTop="2dp"
  119.                        android:background="#ff000000" />
  120.  
  121.                     </LinearLayout>
  122.             </FrameLayout>
  123.  
  124. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement