session-android/messenger/res/drawable/labeled_edit_text_background_active.xml
2020-11-24 13:10:39 +11:00

14 lines
279 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="4dp" />
<stroke
android:color="@color/signal_primary"
android:width="2dp" />
</shape>