aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/scrollbar_transparent_black.xml
blob: 6c92afe4ca344e1f8f63e38fc9a8be9203fd02e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>

<shape
    xmlns:android="http://schemas.android.com/apk/res/android">

    <solid
        android:color="@color/translucent_grey" />

    <size
        android:width="3dp" />

    <stroke
        android:width="0dp" />

</shape>