erro
This commit is contained in:
20
app/src/main/res/drawable/xp_progress_bar.xml
Normal file
20
app/src/main/res/drawable/xp_progress_bar.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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>
|
||||
<corners android:radius="12dp" />
|
||||
<solid android:color="#E5E7EB" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:id="@android:id/progress">
|
||||
<scale android:scaleWidth="100%">
|
||||
<shape>
|
||||
<corners android:radius="12dp" />
|
||||
<gradient
|
||||
android:startColor="#A35AFF"
|
||||
android:endColor="#7C3AED"
|
||||
android:angle="0" />
|
||||
</shape>
|
||||
</scale>
|
||||
</item>
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user