Guest User

image_btn_layout_test.xml

a guest
Apr 5th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.36 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Button xmlns:android="http://schemas.android.com/apk/res/android"
  3.        android:layout_width="wrap_content"
  4.        android:layout_height="wrap_content"
  5.        android:background="#f00"
  6.        android:padding="8dp"
  7.        android:text="ADDED BUTTON"
  8.        android:textColor="#fff"
  9.        android:textSize="20sp"/>
Add Comment
Please, Sign In to add comment