diff options
| author | krasimir <krasimir@chalmers.se> | 2010-06-10 13:38:15 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-06-10 13:38:15 +0000 |
| commit | 07da5a43c9aedba5832819d1bef163b2998282d3 (patch) | |
| tree | 2b371cd91a4eec7e948936427fc8f8e3bf50a897 /src/android/Fridge/res | |
| parent | d6f32b3bcd03e7fe806a1b64cd370ba78dc00aa7 (diff) | |
AndroidUI: implemented search in the bag of words
Diffstat (limited to 'src/android/Fridge/res')
| -rw-r--r-- | src/android/Fridge/res/layout/main.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/android/Fridge/res/layout/main.xml b/src/android/Fridge/res/layout/main.xml index 1e531d52c..67ce499fb 100644 --- a/src/android/Fridge/res/layout/main.xml +++ b/src/android/Fridge/res/layout/main.xml @@ -1,5 +1,6 @@ <?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" @@ -7,9 +8,9 @@ > <se.fnord.android.layout.PredicateLayout android:id="@+id/magnets_sentence" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:padding="5dip"/> + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:padding="5dip"/> <View android:layout_height="8dip" |
