Auxio/app/src/main/res/drawable/ui_queue_drag_handle.xml
OxygenCobalt 4af45031b0
all: fix lints
Fix lints that have accumulated over time.

Apparently Android Studio just...stopped using lints. For no reason. I
had to upgrade to the beta version to actually get lints.
2022-08-04 13:14:21 -06:00

9 lines
No EOL
287 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<size
android:width="32dp"
android:height="4dp" />
<corners android:radius="2dp" />
<solid android:color="#FFF" />
</shape>