summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/progress_bar_horizontal_trueblack.xml
diff options
context:
space:
mode:
authoralifeflow <de_al_m@qq.com>2018-04-14 14:09:19 +0900
committeralifeflow <de_al_m@qq.com>2018-04-14 14:28:28 +0900
commitdeb2cea72f0f50d5ad2e3248bc8adc65ac896275 (patch)
treed837c3183b8b25e799e82dc931997dd0b8a50dc5 /core/src/main/res/drawable/progress_bar_horizontal_trueblack.xml
parent05f923ebe256b71636e2369d48450a52ab87f944 (diff)
downloadAntennaPod-deb2cea72f0f50d5ad2e3248bc8adc65ac896275.zip
[True Black] Cleaning up Code
Remove unused imports and redundant values Coding style adjustment
Diffstat (limited to 'core/src/main/res/drawable/progress_bar_horizontal_trueblack.xml')
-rw-r--r--core/src/main/res/drawable/progress_bar_horizontal_trueblack.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/progress_bar_horizontal_trueblack.xml b/core/src/main/res/drawable/progress_bar_horizontal_trueblack.xml
new file mode 100644
index 000000000..73ad5b37c
--- /dev/null
+++ b/core/src/main/res/drawable/progress_bar_horizontal_trueblack.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:id="@android:id/background">
+ <shape>
+ <solid android:color="#33FFFFFF"/>
+ </shape>
+ </item>
+ <item android:id="@android:id/progress">
+ <clip>
+ <shape>
+ <solid android:color="@color/holo_blue_dark"/>
+ </shape>
+ </clip>
+ </item>
+</layer-list>