1
0
mirror of https://github.com/stom79/exodus-android-app synced 2024-12-23 09:08:45 +01:00

Add Scrollbar on the side of app list

Fix #31
This commit is contained in:
Schoumi 2018-07-02 17:54:26 +02:00
parent d735d57baf
commit bd2ff73c27

View File

@ -71,7 +71,8 @@
<android.support.v7.widget.RecyclerView
android:id="@+id/app_list"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:scrollbars="vertical"/>
</android.support.v4.widget.SwipeRefreshLayout>
</android.support.constraint.ConstraintLayout>