2016-06-14 11:24:57 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-06-17 23:52:03 +02:00
|
|
|
<RelativeLayout
|
2016-06-14 11:24:57 +02:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-10-25 20:26:53 +02:00
|
|
|
android:id="@+id/fragment_holder"
|
2016-06-14 11:24:57 +02:00
|
|
|
android:layout_width="match_parent"
|
2018-06-17 23:52:03 +02:00
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/fragment_placeholder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"/>
|
|
|
|
|
|
|
|
<include
|
|
|
|
android:id="@+id/bottom_actions"
|
|
|
|
layout="@layout/bottom_actions"/>
|
|
|
|
|
|
|
|
</RelativeLayout>
|