Newer
Older
TestNotify / app / src / main / res / drawable / shape_dialog_bottom.xml
ubt on 24 Apr 2018 236 bytes init
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:bottomLeftRadius="8dp"
         android:bottomRightRadius="8dp" />
    <solid android:color="#ffffff" />
</shape>