1
0
Fork 0

Initial import. Version 1.0

This commit is contained in:
Carlos Mogas da Silva 2010-04-24 22:02:20 +01:00
commit 97afaf3667
21 changed files with 585 additions and 0 deletions

15
res/layout/widget.xml Normal file
View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="72dip"
android:layout_height="72dip"
android:id="@+id/widget"
android:gravity="center">
<ImageButton
android:id="@+id/button"
android:layout_width="72dip"
android:layout_height="72dip"
android:background="@drawable/widget_inner"
android:layout_gravity="center_horizontal"
/>
</LinearLayout>