Advertisement
Guest User

TestLayout_S

a guest
Jan 16th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:orientation="vertical" android:layout_width="match_parent"
  4.    android:layout_height="match_parent">
  5.  
  6.     <Button
  7.        android:id="@+id/btn_nfc"
  8.        android:text="Send Data"
  9.        android:layout_width="match_parent"
  10.        android:layout_height="wrap_content" />
  11.  
  12.     <TextView
  13.        android:id="@+id/nfc_tw"
  14.        android:layout_width="wrap_content"
  15.        android:layout_height="wrap_content"
  16.        android:layout_margin="@dimen/text_margin"
  17.        android:textSize="@dimen/text_title_size" />
  18.  
  19. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement