Change transport item spacing
This commit is contained in:
parent
04b8076374
commit
b38f368fb4
1 changed files with 3 additions and 2 deletions
|
@ -8,10 +8,10 @@
|
|||
android:orientation="horizontal"
|
||||
android:paddingBottom="12dp"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"
|
||||
android:paddingTop="16dp">
|
||||
android:paddingRight="16dp">
|
||||
|
||||
<net.osmand.plus.widgets.TextViewEx
|
||||
android:layout_marginTop="16dp"
|
||||
android:textAllCaps="true"
|
||||
osmand:typeface="@string/font_roboto_medium"
|
||||
android:id="@+id/route_ref"
|
||||
|
@ -24,6 +24,7 @@
|
|||
tools:text="3"/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="16dp"
|
||||
|
|
Loading…
Reference in a new issue