diff options
Diffstat (limited to 'res/drawable/scrubber_back.xml')
-rw-r--r-- | res/drawable/scrubber_back.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/drawable/scrubber_back.xml b/res/drawable/scrubber_back.xml index 56cf5af73..c5022dec5 100644 --- a/res/drawable/scrubber_back.xml +++ b/res/drawable/scrubber_back.xml @@ -15,6 +15,5 @@ limitations under the License. --> <shape xmlns:android="http://schemas.android.com/apk/res/android"> - <solid android:color="#99333333"/> - <corners android:radius="5dip"/> + <solid android:color="@color/scrubber_background"/> </shape> |