2016-02-20 22:54:41 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-04-18 21:29:19 +02:00
|
|
|
<RelativeLayout
|
2016-02-20 22:54:41 +01:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-10-25 20:26:53 +02:00
|
|
|
android:id="@+id/fragment_holder"
|
2016-02-20 22:54:41 +01:00
|
|
|
android:layout_width="match_parent"
|
2016-10-25 20:26:53 +02:00
|
|
|
android:layout_height="match_parent">
|
2016-02-20 22:54:41 +01:00
|
|
|
|
2017-01-02 22:47:47 +01:00
|
|
|
<com.simplemobiletools.commons.views.MyViewPager
|
2016-04-18 21:29:19 +02:00
|
|
|
android:id="@+id/view_pager"
|
2016-02-20 22:54:41 +01:00
|
|
|
android:layout_width="match_parent"
|
2016-04-18 21:29:19 +02:00
|
|
|
android:layout_height="match_parent"/>
|
2016-02-20 22:54:41 +01:00
|
|
|
|
2018-06-17 23:52:03 +02:00
|
|
|
<include
|
2018-06-17 15:20:41 +02:00
|
|
|
android:id="@+id/bottom_actions"
|
2018-06-17 23:52:03 +02:00
|
|
|
layout="@layout/bottom_actions"/>
|
2018-06-17 15:20:41 +02:00
|
|
|
|
2016-04-18 21:29:19 +02:00
|
|
|
</RelativeLayout>
|