
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.
9 lines
No EOL
287 B
XML
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> |