mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-10 15:38:49 +00:00
directions_trip_details_content.xml: Remove unused FrameLayout.
This commit is contained in:
parent
0138c069ca
commit
2433c548b8
1 changed files with 92 additions and 97 deletions
|
@ -7,12 +7,8 @@
|
||||||
android:baselineAligned="false"
|
android:baselineAligned="false"
|
||||||
android:orientation="horizontal" >
|
android:orientation="horizontal" >
|
||||||
|
|
||||||
<FrameLayout
|
|
||||||
android:id="@+id/directions_trip_details_list_frame"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent" >
|
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
android:id="@+id/directions_trip_details_list_frame"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:orientation="vertical" >
|
android:orientation="vertical" >
|
||||||
|
@ -120,7 +116,6 @@
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</FrameLayout>
|
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/directions_trip_details_map_frame"
|
android:id="@+id/directions_trip_details_map_frame"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue