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
  • baseSDK
  • src
  • main
  • res
  • drawable
  • bg_sop_item.xml
Find file
Normal viewHistoryPermalink
bg_sop_item.xml 558 Bytes
Edit
Newer Older
mReturn's avatar
工单优化&友盟share
90cd84b4
 
mReturn committed 5 years ago
1 2 3 4 5
<?xml version="1.0" encoding="UTF-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- 边框颜色值 -->
    <item>
        <shape>
mReturn's avatar
工单优化
baf60316
 
mReturn committed 5 years ago
6
            <solid android:color="@color/pickerview_wheelview_textcolor_divider" />
mReturn's avatar
工单优化&友盟share
90cd84b4
 
mReturn committed 5 years ago
7 8 9 10 11 12 13 14 15
        </shape>
    </item>

    <!--这个是按钮边框设置为四周 并且宽度为1-->
    <item
        android:top="@dimen/dp_sale_step"
        >
        <shape>
            <!--这个是背景颜色-->
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
16
            <solid android:color="@color/white" />
mReturn's avatar
工单优化&友盟share
90cd84b4
 
mReturn committed 5 years ago
17 18 19
        </shape>
    </item>
</layer-list>