mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
change the shape of the fast scrollbar
This commit is contained in:
@@ -3,7 +3,9 @@
|
|||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="rectangle">
|
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"/>
|
<solid android:color="@color/color_primary"/>
|
||||||
|
|
||||||
|
@@ -25,8 +25,7 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
android:paddingLeft="@dimen/small_margin"
|
android:paddingLeft="@dimen/normal_margin"/>
|
||||||
android:paddingRight="@dimen/small_margin"/>
|
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
</android.support.v4.widget.SwipeRefreshLayout>
|
</android.support.v4.widget.SwipeRefreshLayout>
|
||||||
|
@@ -8,6 +8,6 @@
|
|||||||
<dimen name="timer_padding">24dp</dimen>
|
<dimen name="timer_padding">24dp</dimen>
|
||||||
<dimen name="tmb_shadow_height">50dp</dimen>
|
<dimen name="tmb_shadow_height">50dp</dimen>
|
||||||
<dimen name="exclude_folder_img_size">48dp</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>
|
<dimen name="fastscroll_height">40dp</dimen>
|
||||||
</resources>
|
</resources>
|
||||||
|
Reference in New Issue
Block a user