mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 23:50:13 -04:00
Tab arrows now have dedicated space
Right scrolling detection finally works correctly New task floating action button icon is now white
This commit is contained in:
@@ -48,6 +48,10 @@
|
||||
android:id="@+id/tabs"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toRightOf="@+id/left_arrow"
|
||||
android:layout_toEndOf="@+id/left_arrow"
|
||||
android:layout_toLeftOf="@+id/right_arrow"
|
||||
android:layout_toStartOf="@+id/right_arrow"
|
||||
app:tabMode="scrollable" />
|
||||
</RelativeLayout>
|
||||
</android.support.design.widget.AppBarLayout>
|
||||
@@ -65,5 +69,5 @@
|
||||
android:layout_gravity="end|bottom"
|
||||
android:layout_margin="@dimen/fab_margin"
|
||||
android:onClick="onNewTaskClick"
|
||||
android:src="@android:drawable/ic_input_add" />
|
||||
android:src="@drawable/ic_add_white_24dp" />
|
||||
</android.support.design.widget.CoordinatorLayout>
|
||||
|
Reference in New Issue
Block a user