add src/ui folder for both Android and GWT UIs

This commit is contained in:
krasimir
2010-07-08 10:06:26 +00:00
parent 1cb3cfb4c2
commit 4539830212
63 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main_view"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/brushed_metal"
>
<se.fnord.android.layout.PredicateLayout
android:id="@+id/magnets_sentence"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="5dip"/>
<View
android:layout_height="8dip"
android:layout_width="fill_parent"
android:background="#FF909090"/>
<se.fnord.android.layout.PredicateLayout
android:id="@+id/magnets_bag"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="5dip"/>
</LinearLayout>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Hello World, FridgeMagnets!</string>
<string name="app_name">Fridge Magnets</string>
</resources>