clawdnode-android/app/build/intermediates/packaged_res/debug/drawable/input_background.xml

10 lines
295 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#FFFFFF" />
<stroke
android:width="1dp"
android:color="#E5E2DE" />
<corners android:radius="6dp" />
</shape>