FossifyGallery/app/src/main/res/layout/activity_medium.xml

24 lines
770 B
XML
Raw Normal View History

2016-02-20 22:54:41 +01:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
2016-02-20 22:54:41 +01:00
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/fragment_holder"
2016-02-20 22:54:41 +01:00
android:layout_width="match_parent"
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
android:id="@+id/view_pager"
2016-02-20 22:54:41 +01:00
android:layout_width="match_parent"
android:layout_height="match_parent"/>
2016-02-20 22:54:41 +01:00
<include
android:id="@+id/bottom_actions"
layout="@layout/bottom_actions"/>
<ImageView
android:id="@+id/top_shadow"
android:layout_width="match_parent"
android:layout_height="@dimen/default_status_action_height"
android:background="@drawable/gradient_background_flipped"/>
</RelativeLayout>