Advertisement
sandro1234

sender xml

Sep 10th, 2015
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.78 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.    xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
  3.    android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
  4.    android:paddingRight="@dimen/activity_horizontal_margin"
  5.    android:paddingTop="@dimen/activity_vertical_margin"
  6.    android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".Sender">
  7.  
  8.     <Button
  9.        android:layout_width="wrap_content"
  10.        android:layout_height="wrap_content"
  11.        android:text="press 2 send"
  12.        android:id="@+id/sendbtn"
  13.        android:layout_centerVertical="true"
  14.        android:layout_centerHorizontal="true"
  15.        android:onClick="broadcast" />
  16. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement