summaryrefslogtreecommitdiff
path: root/src/android/Fridge/res
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/Fridge/res')
-rw-r--r--src/android/Fridge/res/layout/main.xml7
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"