Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

android / dayu

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • dayu
  • captcha
  • src
  • main
  • res
  • drawable
  • drag_seek_progress_fail.xml
Find file
BlameHistoryPermalink
  • luofan's avatar
    集成图形验证码lib · 09b81edf
    luofan committed 4 years ago
    09b81edf
drag_seek_progress_fail.xml 989 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
<?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="#f8f9fb" />
            <size android:height="58.5dp" />
            <stroke
                android:width="0.5dp"
                android:color="#e5e5e5" />
        </shape>
    </item>
    <item android:id="@android:id/secondaryProgress">
        <clip>
            <shape>
                <solid android:color="#ffe0e0e0" />
                <size android:height="58.5dp" />
            </shape>
        </clip>
    </item>
    <item android:id="@android:id/progress">
        <clip>
            <shape>
                <solid android:color="#f3fef1" />
                <size android:height="58.5dp" />
                <stroke
                    android:width="0.5dp"
                    android:color="#f32121" />
            </shape>
        </clip>
    </item>
</layer-list>