Initial import. Version 1.0
This commit is contained in:
commit
97afaf3667
21 changed files with 585 additions and 0 deletions
15
res/layout/widget.xml
Normal file
15
res/layout/widget.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue