diff options
Diffstat (limited to 'res/layout/trackable_button.xml')
| -rw-r--r-- | res/layout/trackable_button.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/trackable_button.xml b/res/layout/trackable_button.xml new file mode 100644 index 0000000..f06c703 --- /dev/null +++ b/res/layout/trackable_button.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_height="wrap_content" + android:layout_width="fill_parent" + android:padding="5dip" > + <Button style="@style/button" + android:id="@+id/button" /> +</LinearLayout>
\ No newline at end of file |
