mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 21:28:49 +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_height="0px"
|
||||||
android:layout_weight="1" >
|
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
|
<FrameLayout
|
||||||
android:id="@+id/directions_list_layout"
|
android:id="@+id/directions_list_layout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
@ -90,6 +79,17 @@
|
||||||
android:text="@string/stations_list_network_settings" />
|
android:text="@string/stations_list_network_settings" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</FrameLayout>
|
</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>
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue