1
0
forked from GitHub/gf-core

restore the visualisation of abstract trees from the app

This commit is contained in:
kr.angelov
2014-12-08 16:17:42 +00:00
parent ba9ccca0bd
commit 34f2ce6f5e
2 changed files with 32 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
android:layout_toRightOf="@id/arrow"
android:paddingLeft="10dp"
android:textSize="25sp"/>
<org.grammaticalframework.ui.android.ParseTreeView
android:id="@+id/desc_details"
android:layout_width="match_parent"
@@ -26,4 +26,11 @@
android:layout_below="@id/alternative_desc"
android:textSize="25sp"
/>
<TextView
android:id="@+id/abstract_tree"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@id/desc_details"
android:textSize="15sp"/>
</RelativeLayout>