|
|
@@ -9,59 +9,59 @@
|
|
|
|
|
|
<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_marginBottom="35dp"
|
|
|
- android:layout_marginTop="30dp"
|
|
|
- android:paddingLeft="25dp"
|
|
|
- android:paddingRight="25dp"/>
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
- <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"/>
|
|
|
+ <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:paddingLeft="25dp"
|
|
|
+ android:paddingRight="25dp"/>
|
|
|
+
|
|
|
+ <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="87dp"
|
|
|
- android:layout_marginBottom="27dp"
|
|
|
- android:lineSpacingExtra="4sp"
|
|
|
- android:text="@string/bucket_list_write"
|
|
|
- android:textColor="@color/CD0D0D0"
|
|
|
- android:textSize="12sp"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_marginEnd="87dp"
|
|
|
+ android:layout_marginBottom="27dp"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:text="@string/bucket_list_write"
|
|
|
+ android:textColor="@color/CD0D0D0"
|
|
|
+ android:textSize="12sp"/>
|
|
|
</RelativeLayout>
|
|
|
</LinearLayout>
|