Skip to content

Commit

Permalink
Scrollbar indicator added, closes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonjuni committed Jan 11, 2017
1 parent 7ac3a00 commit 0a46f94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/content_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<android.support.v7.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:scrollbars="vertical"/>

</LinearLayout>

0 comments on commit 0a46f94

Please sign in to comment.