Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

public class DefaultScrollHandle extends RelativeLayout implements ScrollHandle {

private final static int HANDLE_LONG = 65;
private final static int HANDLE_SHORT = 40;
private final static int DEFAULT_TEXT_SIZE = 16;
private final static int HANDLE_LONG = 35;
private final static int HANDLE_SHORT = 20;
private final static int DEFAULT_TEXT_SIZE = 13;

private float relativeHandlerMiddle = 0f;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:color="#6C7A89"
android:width="1dp" />
<corners
android:topLeftRadius="10dp"
android:topRightRadius="10dp" />
<solid android:color="#DADFE1" />
</shape>
android:topLeftRadius="5dp"
android:topRightRadius="5dp" />
<solid android:color="#B403A9F4" />
</shape>
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:color="#6C7A89"
android:width="1dp" />
<corners
android:bottomLeftRadius="10dp"
android:topLeftRadius="10dp" />
<solid android:color="#DADFE1" />
</shape>
android:bottomLeftRadius="5dp"
android:topLeftRadius="5dp" />
<solid android:color="#B403A9F4" />
</shape>