Fix Configure map layout.

This commit is contained in:
Dmitriy Prodchenko 2014-10-25 20:03:17 +03:00
parent b95e6f53fc
commit 3c308d7d35
2 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,7 @@
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="64dp"
android:layout_marginLeft="16dp"
android:paddingLeft="16dp"
android:layout_marginRight="16dp">
<LinearLayout android:layout_width="0dp"
@ -13,9 +13,11 @@
android:orientation="vertical"
android:layout_height="wrap_content">
<TextView android:id="@+id/title"
android:textSize="18sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/descr"
android:textSize="14sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</LinearLayout>

View file

@ -15,7 +15,7 @@
android:ellipsize="end"
android:background="#ff0202"
android:gravity="left|bottom"
android:layout_height="31dp"/>
android:layout_height="40dp"/>
<!-- android:layout_marginBottom="9dp"
android:layout_marginLeft="8dp"
android:layout_marginTop="16dp" -->