Fancy toggle button for main menu

This commit is contained in:
partisan 2025-05-14 14:31:05 +02:00
parent 1691891a4d
commit fafe7e2cd5
11 changed files with 109 additions and 19 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="?attr/colorSurfaceContainerLowest" />
<stroke
android:width="2dp"
android:color="?attr/colorOutline"/>
</shape>