Files
XiaoxintongSystemOS/app/src/main/res/drawable/bt_dialer_bottomright_pressed.xml
Fanhuitong 2a0fa9f4dc version:3.2
fix:
update:增加拨号,添加联系人,通话记录
2023-04-28 10:52:38 +08:00

6 lines
234 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 内部颜色 -->
<solid android:color="#E8E8E8" />
<corners android:bottomRightRadius="@dimen/dp_8" />
</shape>