Skip to content

Commit

Permalink
ToolBar UI Update #1 Part 2
Browse files Browse the repository at this point in the history
*Only scroll app bar down when at top.
  • Loading branch information
rayliverified committed Mar 12, 2018
1 parent e5fafd4 commit db006bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
android:layout_width="match_parent"
android:layout_height="62dp"
android:background="@color/transparent"
app:layout_scrollFlags="scroll|enterAlways"/>
app:layout_scrollFlags="scroll"/>
</android.support.design.widget.AppBarLayout>

<android.support.v7.widget.RecyclerView
Expand Down

0 comments on commit db006bf

Please sign in to comment.