Fix Configure map layout.

This commit is contained in:
Dmitriy Prodchenko 2014-10-25 20:15:47 +03:00
parent 3c308d7d35
commit 762764ed8e
2 changed files with 5 additions and 4 deletions

View file

@ -5,10 +5,9 @@
android:layout_width="match_parent"
android:layout_height="64dp"
android:paddingLeft="16dp"
android:layout_marginRight="16dp">
android:paddingRight="16dp">
<LinearLayout android:layout_width="0dp"
android:layout_marginLeft="8dp"
android:layout_weight="1"
android:orientation="vertical"
android:layout_height="wrap_content">
@ -26,6 +25,8 @@
android:focusable="false"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="8dp"/>
android:layout_marginLeft="11dp"/>
<!-- android:layout_marginLeft="8dp"
android:layout_marginRight="8dp" -->
</LinearLayout>

View file

@ -7,6 +7,7 @@
android:background="#fffc00"
android:paddingLeft="16dp">
<TextView android:id="@+id/title"
android:layout_marginLeft="8dp"
android:layout_weight="1"
android:layout_width="0dp"
android:capitalize="characters"
@ -17,7 +18,6 @@
android:gravity="left|bottom"
android:layout_height="40dp"/>
<!-- android:layout_marginBottom="9dp"
android:layout_marginLeft="8dp"
android:layout_marginTop="16dp" -->
<!-- android:maxLines="2" -->
</LinearLayout>