Fix configure map layout.
This commit is contained in:
parent
762764ed8e
commit
dfdc983676
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="64dp"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingLeft="24dp"
|
||||
android:paddingRight="16dp">
|
||||
|
||||
<LinearLayout android:layout_width="0dp"
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#fffc00"
|
||||
android:paddingLeft="16dp">
|
||||
android:paddingLeft="16dp"
|
||||
android:layout_marginBottom="4dp">
|
||||
<TextView android:id="@+id/title"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_width="0dp"
|
||||
android:capitalize="characters"
|
||||
|
@ -16,8 +16,8 @@
|
|||
android:ellipsize="end"
|
||||
android:background="#ff0202"
|
||||
android:gravity="left|bottom"
|
||||
android:layout_height="40dp"/>
|
||||
<!-- android:layout_marginBottom="9dp"
|
||||
android:layout_height="36dp"/>
|
||||
<!--
|
||||
android:layout_marginTop="16dp" -->
|
||||
<!-- android:maxLines="2" -->
|
||||
</LinearLayout>
|
Loading…
Reference in a new issue