aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/simplebutton.xml
blob: 2857b4191999d5c0033074bb33d0f745cb553a64 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<Button xmlns:android="http://schemas.android.com/apk/res/android"
    style="@style/whiteBtn"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_margin="5dp"
    android:text="text" >

</Button>