summaryrefslogtreecommitdiff
path: root/src/ui/android/res/layout/lexical_item.xml
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-10-23 15:10:13 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-10-23 15:10:13 +0000
commit10fa2baa56a4166d75a3807198b17c2b34db77de (patch)
tree74004dc0d09df3617c6b6013c810ce10a5a1044b /src/ui/android/res/layout/lexical_item.xml
parent0882396875e26995ef996890e022acc3662eb70f (diff)
the first version of the Android's morphology browser
Diffstat (limited to 'src/ui/android/res/layout/lexical_item.xml')
-rw-r--r--src/ui/android/res/layout/lexical_item.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/ui/android/res/layout/lexical_item.xml b/src/ui/android/res/layout/lexical_item.xml
index 0c56b6730..49f090a26 100644
--- a/src/ui/android/res/layout/lexical_item.xml
+++ b/src/ui/android/res/layout/lexical_item.xml
@@ -3,7 +3,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<ImageView
- android:id="@+id/icon"
+ android:id="@+id/arrow"
android:layout_width="30dp"
android:layout_height="30dp"
android:contentDescription="@string/open_image"
@@ -14,8 +14,14 @@
<TextView
android:id="@+id/lexical_desc"
android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:layout_toRightOf="@+id/icon"
+ android:layout_height="wrap_content"
+ android:layout_toRightOf="@id/arrow"
android:paddingLeft="10dp"
android:textSize="25sp"/>
+
+ <WebView
+ android:id="@+id/lexical_inflection"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/lexical_desc"/>
</RelativeLayout> \ No newline at end of file