|
|
@@ -1,5 +1,5 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<RelativeLayout
|
|
|
+<LinearLayout
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -7,15 +7,18 @@
|
|
|
android:background="@color/CFFFFFF"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginBottom="@dimen/action_bar_height">
|
|
|
<android.support.v4.view.ViewPager
|
|
|
android:id="@+id/view_pager_bucket_list"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_alignParentTop="true"
|
|
|
- android:layout_marginTop="30dp"
|
|
|
android:layout_marginBottom="35dp"
|
|
|
+ android:layout_marginTop="30dp"
|
|
|
android:paddingLeft="25dp"
|
|
|
- android:paddingTop="30dp"
|
|
|
android:paddingRight="25dp"/>
|
|
|
|
|
|
<android.support.design.widget.TabLayout
|
|
|
@@ -60,5 +63,5 @@
|
|
|
android:text="@string/bucket_list_write"
|
|
|
android:textColor="@color/CD0D0D0"
|
|
|
android:textSize="12sp"/>
|
|
|
-
|
|
|
-</RelativeLayout>
|
|
|
+ </RelativeLayout>
|
|
|
+</LinearLayout>
|