make it a RelativeLayout, and put dict on same line as state

This commit is contained in:
eehouse 2010-05-06 12:46:55 +00:00
parent 4dc69a762e
commit 27222fe336

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@ -24,9 +24,13 @@
/>
<TextView android:id="@+id/dict"
android:layout_width="wrap_content"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/state"
android:layout_below="@+id/role"
android:layout_toRightOf="@+id/state"
android:gravity="right"
/>
</LinearLayout>
</RelativeLayout>