5 lines
No EOL
312 B
XML
5 lines
No EOL
312 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<stroke android:color="@color/signal_button_secondary_stroke" android:width="1.5dp" />
|
|
<corners android:radius="@dimen/material_button_full_round_corner_radius" />
|
|
</shape> |