diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2010-12-23 22:14:53 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2010-12-23 22:14:53 (GMT) |
commit | 08928516c0c9f1514c61f6c795c3931922d805ed (patch) | |
tree | 483bb58ca7fd0eb666907a0b3beb71f237c73f3b /samples/layout | |
download | SoftKeys.Theme-template-08928516c0c9f1514c61f6c795c3931922d805ed.zip SoftKeys.Theme-template-08928516c0c9f1514c61f6c795c3931922d805ed.tar.gz SoftKeys.Theme-template-08928516c0c9f1514c61f6c795c3931922d805ed.tar.bz2 |
Diffstat (limited to 'samples/layout')
-rw-r--r-- | samples/layout/main_button_back.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/layout/main_button_back.xml b/samples/layout/main_button_back.xml new file mode 100644 index 0000000..b356bf6 --- /dev/null +++ b/samples/layout/main_button_back.xml @@ -0,0 +1,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" +/> |