mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-27 21:27:41 +08:00
9 lines
261 B
XML
9 lines
261 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<stroke android:width="1dip" android:color="@color/gray_text_light" />
|
|
|
|
<corners android:radius="30dip" />
|
|
|
|
</shape> |