the first version of the Android's morphology browser

This commit is contained in:
kr.angelov
2013-10-23 15:10:13 +00:00
parent 6d5ff6ee62
commit 244708e0a9
6 changed files with 901 additions and 34 deletions

View File

@@ -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>