mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 18:38:48 +00:00
directions_content.xml: Fix CoordinatorLayout child order; important for Android 4.x which doesn't know about view elevation.
This commit is contained in:
parent
379c376294
commit
f7dee2a280
1 changed files with 11 additions and 11 deletions
|
@ -37,17 +37,6 @@
|
|||
android:layout_height="0px"
|
||||
android:layout_weight="1" >
|
||||
|
||||
<ScrollView
|
||||
android:id="@+id/directions_quick_return"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="top"
|
||||
android:background="@android:color/white"
|
||||
android:elevation="3dp" >
|
||||
|
||||
<include layout="@layout/directions_form_include" />
|
||||
</ScrollView>
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/directions_list_layout"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -90,6 +79,17 @@
|
|||
android:text="@string/stations_list_network_settings" />
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
|
||||
<ScrollView
|
||||
android:id="@+id/directions_quick_return"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="top"
|
||||
android:background="@android:color/white"
|
||||
android:elevation="3dp" >
|
||||
|
||||
<include layout="@layout/directions_form_include" />
|
||||
</ScrollView>
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
</LinearLayout>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue