mirror of
https://gitlab.com/dadada_/uuidgen.git
synced 2025-06-07 17:43:57 +02:00
7 lines
328 B
XML
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>
|