Newer
Older
RxSprout / app / src / main / res / drawable / text_border.xml
KeijuMatsumoto on 28 Nov 2017 180 bytes [add] Project
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <stroke android:width="3dp"
        android:color="#000000"/>
</shape>