Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c22e0192 authored by Alan Viverette's avatar Alan Viverette
Browse files

Scroll handle should have intrinsic width and height

Bug: 23349046
Change-Id: I8eab751d0df37aa81848159f847d2ff32a903cff
parent 3e465f9c
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:tint="?attr/colorControlNormal"
       android:shape="rectangle">
    <solid android:color="#84ffffff" />
    <size android:width="4dp" />
    <solid
        android:color="#84ffffff" />
    <size
        android:width="4dp"
        android:height="4dp" />
</shape>