Advertisement
Arfi

Untitled

Jun 29th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.87 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="fill_parent"
  4.     android:layout_height="fill_parent">
  5.  
  6.     <LinearLayout
  7.         android:layout_width="wrap_content"
  8.         android:layout_height="wrap_content"
  9.         android:layout_gravity="center"
  10.         android:layout_centerHorizontal="true"
  11.         android:layout_marginTop="570px">
  12.  
  13.         <Button
  14.             android:layout_width="wrap_content"
  15.             android:layout_height="wrap_content"
  16.             android:layout_gravity="center"
  17.             android:text="Zrรณb"
  18.             android:onClick="takePhoto"
  19.             android:id="@+id/nocosieodwalilo"
  20.             android:layout_centerVertical="true"
  21.             android:layout_centerHorizontal="true" />
  22.  
  23.     </LinearLayout>
  24.  
  25.     </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement