fixed alignment bugs in search results view.

This commit is contained in:
rachytski 2012-06-29 11:40:16 -07:00 committed by Alex Zolotarev
parent 7160c3f57e
commit 43fbdfbbe0

View file

@ -27,13 +27,17 @@
android:text="Long Distance Value"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:textAppearance="?android:attr/textAppearanceSmall"/>
<TextView
android:id="@+id/amenity"
android:text="Amenity"
android:layout_width="wrap_content"
android:layout_width="80dip"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:gravity="right"
android:ellipsize="end"
android:textAppearance="?android:attr/textAppearanceSmall"/>
</LinearLayout>