aboutsummaryrefslogtreecommitdiffstats
path: root/samples/layout/main_button_back.xml
blob: b356bf67d5fad0992fbbbf84ea37547a33993f24 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<ImageButton xmlns:android="http://schemas.android.com/apk/res/android" 
	android:background="@drawable/button_bg"
	android:padding="5dip"
    android:gravity="center"
    android:layout_weight="1"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
/>