1
0
Fork 0
mirror of https://gitlab.com/dadada_/uuidgen.git synced 2025-06-08 10:03:57 +02:00

Initial commit

This commit is contained in:
Tim Schubert 2020-11-07 20:39:23 +01:00
commit 3c8a8522d8
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
67 changed files with 1824 additions and 0 deletions

View 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>