1
0
Fork 0
mirror of https://gitlab.com/dadada_/uuidgen.git synced 2025-06-07 17:43:57 +02:00
uuidgen/app/src/main/res/drawable/uuid_selector.xml
2020-11-08 16:38:33 +01:00

7 lines
328 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- pressed -->
<item android:drawable="@color/material_blue_grey_800" android:state_pressed="true" />
<!-- default -->
<item android:drawable="@color/background_floating_material_light" />
</selector>