diff options
| -rw-r--r-- | core/res/res/drawable/scrollbar_handle_material.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/drawable/scrollbar_handle_material.xml b/core/res/res/drawable/scrollbar_handle_material.xml index 1b3bb9b6fd75..56fececcc2c2 100644 --- a/core/res/res/drawable/scrollbar_handle_material.xml +++ b/core/res/res/drawable/scrollbar_handle_material.xml @@ -17,6 +17,6 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android" android:tint="?attr/colorControlNormal" android:shape="rectangle"> - <solid android:color="#42ffffff" /> + <solid android:color="#84ffffff" /> <size android:width="4dp" /> </shape> |