Logo

GitLab

Sign in

customer / drp_android

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • drp_android
  • app
  • src
  • main
  • res
  • drawable
  • reload.xml
  • 2.0.0 工程从gitlab 迁移
    b8b10de7
    杨琦 authored
    2017-09-04 10:32:04 +0800  
    Browse Code »
reload.xml 450 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >

    <gradient
        android:angle="90"
        />

    <corners
        android:bottomLeftRadius="4dp"
        android:bottomRightRadius="4dp"
        android:topLeftRadius="4dp"
        android:topRightRadius="4dp" />

    <stroke
        android:width="1dip"
        android:color="@color/gray" />


</shape>