Fix Configure map layout.
This commit is contained in:
parent
3c308d7d35
commit
762764ed8e
2 changed files with 5 additions and 4 deletions
|
@ -5,10 +5,9 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="64dp"
|
android:layout_height="64dp"
|
||||||
android:paddingLeft="16dp"
|
android:paddingLeft="16dp"
|
||||||
android:layout_marginRight="16dp">
|
android:paddingRight="16dp">
|
||||||
|
|
||||||
<LinearLayout android:layout_width="0dp"
|
<LinearLayout android:layout_width="0dp"
|
||||||
android:layout_marginLeft="8dp"
|
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
|
@ -26,6 +25,8 @@
|
||||||
android:focusable="false"
|
android:focusable="false"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginRight="8dp"/>
|
android:layout_marginLeft="11dp"/>
|
||||||
|
<!-- android:layout_marginLeft="8dp"
|
||||||
|
android:layout_marginRight="8dp" -->
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
|
@ -7,6 +7,7 @@
|
||||||
android:background="#fffc00"
|
android:background="#fffc00"
|
||||||
android:paddingLeft="16dp">
|
android:paddingLeft="16dp">
|
||||||
<TextView android:id="@+id/title"
|
<TextView android:id="@+id/title"
|
||||||
|
android:layout_marginLeft="8dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:capitalize="characters"
|
android:capitalize="characters"
|
||||||
|
@ -17,7 +18,6 @@
|
||||||
android:gravity="left|bottom"
|
android:gravity="left|bottom"
|
||||||
android:layout_height="40dp"/>
|
android:layout_height="40dp"/>
|
||||||
<!-- android:layout_marginBottom="9dp"
|
<!-- android:layout_marginBottom="9dp"
|
||||||
android:layout_marginLeft="8dp"
|
|
||||||
android:layout_marginTop="16dp" -->
|
android:layout_marginTop="16dp" -->
|
||||||
<!-- android:maxLines="2" -->
|
<!-- android:maxLines="2" -->
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Reference in a new issue