Files
rr3-apk/decompiled/resources/res/drawable/mbridge_nativex_play_progress.xml
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

38 lines
1.3 KiB
XML

<?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 android:shape="rectangle">
<corners
android:radius="5dp"
android:topLeftRadius="5dp"
android:topRightRadius="5dp"
android:bottomLeftRadius="5dp"
android:bottomRightRadius="5dp"/>
<gradient
android:startColor="#7fcccccc"
android:endColor="#7fcccccc"
android:angle="270"
android:centerY="0.75"
android:centerColor="#7fcccccc"/>
</shape>
</item>
<item android:id="@android:id/progress">
<clip>
<shape>
<corners
android:radius="5dp"
android:topLeftRadius="5dp"
android:topRightRadius="5dp"
android:bottomLeftRadius="5dp"
android:bottomRightRadius="5dp"/>
<gradient
android:startColor="#3fb8ff"
android:endColor="#3fb8ff"
android:angle="270"
android:centerY="0.75"
android:centerColor="#3fb8ff"/>
</shape>
</clip>
</item>
</layer-list>