<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:andro>
    android:shape="rectangle">
    <gradient
        android:startColor="#ccc"
        android:endColor="#ccc"
        android:angle="135"/>
    <padding android:left="3dp"
        android:top="3dp"
        android:right="3dp"
        android:bottom="3dp" />
    <corners android:radius="8dp" />
</shape>

res/drawable/reset_setup_bg_press.xml

相关文章:

  • 2022-12-23
  • 2022-01-19
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2021-06-16
  • 2021-07-29
  • 2022-12-23
猜你喜欢
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
  • 2022-02-16
  • 2021-07-31
相关资源
相似解决方案