Advertisement
ms_olin

Untitled

May 7th, 2017
1,931
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.67 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="@drawable/radial_background"
  6.    tools:context=".MainActivity" >
  7.  
  8.     <ImageButton
  9.        android:id="@+id/btnSwitch"
  10.        android:layout_width="wrap_content"
  11.        android:layout_height="wrap_content"
  12.        android:layout_centerHorizontal="true"
  13.        android:layout_marginTop="100dip"
  14.        android:src="@drawable/btn_switch_off"
  15.        android:background="@null"
  16.        android:contentDescription="@null" />
  17.  
  18. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement