cosmetics to simulate route dialogue
This commit is contained in:
parent
50b0e1c963
commit
cc64308cd4
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent" android:orientation="vertical">
|
||||
<TextView android:text="@string/select_animate_speedup" android:gravity="center"
|
||||
<TextView android:text="@string/select_animate_speedup" android:gravity="left"
|
||||
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="10dp" android:layout_marginRight="10dp" android:layout_marginTop="5dp"/>
|
||||
<SeekBar android:id="@+id/Speedup" android:layout_width="fill_parent" android:layout_height="wrap_content"
|
||||
|
@ -19,7 +19,7 @@
|
|||
<CheckBox android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/AnnounceGPXWpt"
|
||||
android:layout_marginLeft="10dp" android:layout_marginRight="10dp"
|
||||
android:text="@string/announce_gpx_waypoints"/>
|
||||
<TextView android:text="@string/animate_routing_using_gpx" android:gravity="center"
|
||||
<TextView android:text="@string/animate_routing_using_gpx" android:gravity="left"
|
||||
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="10dp" android:layout_marginRight="10dp" android:layout_marginTop="5dp"/>
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Reference in a new issue