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
  • detail_end_react_unselected.xml
Find file
Normal viewHistoryPermalink
detail_end_react_unselected.xml 314 Bytes
Edit
Newer Older
罗翻's avatar
增加服务说明页面,去除basepresenter中的mActivity
3a16a783
 
罗翻 committed 7 years ago
1 2 3 4 5 6 7 8 9
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:bottomRightRadius="@dimen/dp_3"
        android:topRightRadius="@dimen/dp_3"
        />
    <stroke
        android:width="0.3dp"
        android:color="@color/cl_home_button" />
</shape>