|
|
@@ -1,95 +1,70 @@
|
|
|
<?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"
|
|
|
android:layout_height="match_parent"
|
|
|
>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/image_show_bucket_list"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
- android:layout_marginTop="30dp"
|
|
|
- android:layout_marginBottom="35dp"
|
|
|
- app:srcCompat="@drawable/img_bestbucket_1"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_above="@+id/text_view_bucket_list_title"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
- android:layout_marginTop="231dp"
|
|
|
- android:layout_marginBottom="5dp"
|
|
|
- android:lineSpacingExtra="6sp"
|
|
|
- android:text="@string/bucket_list_best"
|
|
|
- android:textColor="@color/CFFFFFF"
|
|
|
- android:textSize="14sp"/>
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/text_view_bucket_list_title"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerInParent="true"
|
|
|
- android:lineSpacingExtra="10sp"
|
|
|
- android:text="@string/bucket_list_best_example1"
|
|
|
- android:textAlignment="center"
|
|
|
- android:textColor="@color/CFFFFFF"
|
|
|
- android:textSize="25sp"/>
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/button_show_bucket_list"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_below="@+id/text_view_bucket_list_title"
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
- android:layout_marginTop="13dp"
|
|
|
- app:srcCompat="@drawable/icon_plus"/>
|
|
|
+ <android.support.v4.view.ViewPager
|
|
|
+ android:id="@+id/view_pager_bucket_list"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_marginTop="30dp"
|
|
|
+ android:layout_marginBottom="35dp"
|
|
|
+ android:paddingLeft="25dp"
|
|
|
+ android:paddingRight="25dp"
|
|
|
+ app:layout_behavior="@string/appbar_scrolling_view_behavior"/>
|
|
|
|
|
|
- <android.support.design.widget.TabLayout
|
|
|
- android:id="@+id/tutorial_tab_layout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_marginStart="0dp"
|
|
|
- android:layout_marginTop="513dp"
|
|
|
- app:tabBackground="@drawable/tab_selector"
|
|
|
- app:tabGravity="center"
|
|
|
- app:tabIndicatorHeight="0dp"/>
|
|
|
+ <android.support.design.widget.TabLayout
|
|
|
+ android:id="@+id/tab_layout_bucket_list"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_marginBottom="35dp"
|
|
|
+ app:tabBackground="@drawable/tab_selector"
|
|
|
+ app:tabGravity="center"
|
|
|
+ app:tabIndicatorHeight="0dp"
|
|
|
+ />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/image_view_text_balloon"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_marginEnd="73dp"
|
|
|
- android:layout_marginBottom="22dp"
|
|
|
- app:srcCompat="@drawable/ic_textballoon_shape"/>
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/image_view_text_balloon"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_marginEnd="73dp"
|
|
|
+ android:layout_marginBottom="22dp"
|
|
|
+ app:srcCompat="@drawable/ic_textballoon_shape"/>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/image_view_floating_plus"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_marginEnd="22dp"
|
|
|
- android:layout_marginBottom="22dp"
|
|
|
- app:srcCompat="@drawable/icon_floating_plus"/>
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/image_view_floating_plus"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_marginEnd="22dp"
|
|
|
+ android:layout_marginBottom="22dp"
|
|
|
+ app:srcCompat="@drawable/icon_floating_plus"/>
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_marginEnd="96dp"
|
|
|
- android:layout_marginBottom="29dp"
|
|
|
- android:lineSpacingExtra="4sp"
|
|
|
- android:text="@string/bucket_list_write"
|
|
|
- android:textColor="@color/CD0D0D0"
|
|
|
- android:textSize="10.5sp"/>
|
|
|
-</RelativeLayout>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_marginEnd="96dp"
|
|
|
+ android:layout_marginBottom="29dp"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:text="@string/bucket_list_write"
|
|
|
+ android:textColor="@color/CD0D0D0"
|
|
|
+ android:textSize="11sp"/>
|
|
|
+ </RelativeLayout>
|
|
|
+</LinearLayout>
|