diff --git a/oeffi/AndroidManifest.xml b/oeffi/AndroidManifest.xml index e152d9e..f0437ba 100644 --- a/oeffi/AndroidManifest.xml +++ b/oeffi/AndroidManifest.xml @@ -63,7 +63,7 @@ android:icon="@mipmap/ic_oeffi_stations_color_48dp" android:label="@string/app_name" android:networkSecurityConfig="@xml/network_security_config" - android:theme="@style/My.Theme.Light"> + android:theme="@style/My.Theme"> + android:taskAffinity="de.schildbach.oeffi.directions" /> - - - - - - - - - diff --git a/oeffi/res/drawable/list_divider.xml b/oeffi/res/drawable/list_divider.xml new file mode 100644 index 0000000..65f7aaf --- /dev/null +++ b/oeffi/res/drawable/list_divider.xml @@ -0,0 +1,8 @@ + + + + + diff --git a/oeffi/res/drawable/list_entry_background.xml b/oeffi/res/drawable/list_entry_background.xml index 7860976..bb3c6f0 100644 --- a/oeffi/res/drawable/list_entry_background.xml +++ b/oeffi/res/drawable/list_entry_background.xml @@ -5,14 +5,14 @@ - + - + diff --git a/oeffi/res/layout/directions_content.xml b/oeffi/res/layout/directions_content.xml index 7167165..ac7a732 100644 --- a/oeffi/res/layout/directions_content.xml +++ b/oeffi/res/layout/directions_content.xml @@ -87,7 +87,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="top" - android:background="@android:color/white" + android:background="@color/bg_level1" android:elevation="@dimen/elevation_panel"> diff --git a/oeffi/res/layout/directions_location_dropdown_entry.xml b/oeffi/res/layout/directions_location_dropdown_entry.xml index 5061a6f..090a74f 100644 --- a/oeffi/res/layout/directions_location_dropdown_entry.xml +++ b/oeffi/res/layout/directions_location_dropdown_entry.xml @@ -4,7 +4,9 @@ style="?android:attr/dropDownItemStyle" android:layout_width="match_parent" android:layout_height="wrap_content" + android:background="@color/bg_level0" android:drawablePadding="@dimen/list_entry_padding_horizontal_lax" + android:drawableTint="@color/fg_less_significant" android:minHeight="52dp" android:paddingLeft="@dimen/list_entry_padding_horizontal_lax" android:textSize="@dimen/font_size_large" /> diff --git a/oeffi/res/layout/directions_map_pin.xml b/oeffi/res/layout/directions_map_pin.xml index d20b26c..eb26496 100644 --- a/oeffi/res/layout/directions_map_pin.xml +++ b/oeffi/res/layout/directions_map_pin.xml @@ -17,7 +17,8 @@ android:gravity="left" android:paddingBottom="@dimen/list_entry_padding_vertical" android:paddingLeft="@dimen/list_entry_padding_horizontal" - android:paddingRight="@dimen/list_entry_padding_horizontal" /> + android:paddingRight="@dimen/list_entry_padding_horizontal" + android:textColor="@color/fg_significant_on_light" /> + android:text="@string/directions_map_pin_button_from" + android:textColor="@color/fg_significant_on_light" />