Initial commit

This commit is contained in:
Michatec
2025-04-27 15:07:05 +02:00
commit 2162c9fb40
157 changed files with 12179 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- View is "selected" -->
<!-- <item android:state_selected="true"-->
<!-- android:drawable="@drawable/ic_circular_button_playback_selected_56dp" />-->
<item android:drawable="@drawable/shape_player_button_small_selected" android:state_focused="true" />
<!-- Default state. -->
<item android:drawable="@drawable/shape_player_button_small" />
</selector>