Files
Xuewang365OSLenovo/app/src/main/res/drawable/shape_thumb_icon.xml
fanhuitong 2ae033b3f5 version:6.2
fix:
update:修改负二屏手电筒为时间
2022-11-15 15:23:20 +08:00

10 lines
267 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<size
android:width="@dimen/dp_14"
android:height="@dimen/dp_14" />
<solid android:color="#535353" />
</shape>