change the shape of the fast scrollbar

This commit is contained in:
tibbi 2017-03-04 20:13:58 +01:00
parent 2bc78212b9
commit 084d685993
3 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,9 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="@dimen/small_margin"/>
<corners
android:topLeftRadius="@dimen/normal_margin"
android:bottomLeftRadius="@dimen/normal_margin"/>
<solid android:color="@color/color_primary"/>

View File

@ -25,8 +25,7 @@
android:layout_height="match_parent"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:paddingLeft="@dimen/small_margin"
android:paddingRight="@dimen/small_margin"/>
android:paddingLeft="@dimen/normal_margin"/>
</RelativeLayout>
</android.support.v4.widget.SwipeRefreshLayout>

View File

@ -8,6 +8,6 @@
<dimen name="timer_padding">24dp</dimen>
<dimen name="tmb_shadow_height">50dp</dimen>
<dimen name="exclude_folder_img_size">48dp</dimen>
<dimen name="fastscroll_width">8dp</dimen>
<dimen name="fastscroll_width">6dp</dimen>
<dimen name="fastscroll_height">40dp</dimen>
</resources>