mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-10 19:48: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:orientation="horizontal" >
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/directions_trip_details_list_frame"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" >
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/directions_trip_details_list_frame"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical" >
|
||||
|
@ -120,7 +116,6 @@
|
|||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/directions_trip_details_map_frame"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue