mirror of
https://gitlab.com/dadada_/uuidgen.git
synced 2025-06-08 10:03:57 +02:00
Initial commit
This commit is contained in:
commit
3c8a8522d8
67 changed files with 1824 additions and 0 deletions
7
app/src/main/res/drawable/uuid_selector.xml
Normal file
7
app/src/main/res/drawable/uuid_selector.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue