mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-06-02 04:55:28 -06:00
Base commit 2 (off of closed PR, impl details of the actual button will likely be different.)
This commit is contained in:
parent
95f0be0026
commit
c2b58c7224
32
src/android/app/src/main/res/drawable/button_combo.xml
Normal file
32
src/android/app/src/main/res/drawable/button_combo.xml
Normal file
@ -0,0 +1,32 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="100dp"
|
||||
android:height="100dp"
|
||||
android:viewportWidth="99.27"
|
||||
android:viewportHeight="99.27">
|
||||
|
||||
<!-- Outer circle -->
|
||||
<path
|
||||
android:fillAlpha="0.5"
|
||||
android:fillColor="#eaeaea"
|
||||
android:pathData="M49.64,49.64m-49.64,0a49.64,49.64 0,1 1,99.28 0a49.64,49.64 0,1 1,-99.28 0"
|
||||
android:strokeAlpha="0.5" />
|
||||
|
||||
<!-- Centered blocky "C" icon -->
|
||||
<path
|
||||
android:fillAlpha="0.75"
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M42,30
|
||||
H62
|
||||
V40
|
||||
H47
|
||||
V60
|
||||
H62
|
||||
V70
|
||||
H42
|
||||
V60
|
||||
H37
|
||||
V40
|
||||
H42
|
||||
Z"
|
||||
android:strokeAlpha="0.75" />
|
||||
</vector>
|
||||
@ -0,0 +1,28 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="100dp"
|
||||
android:height="100dp"
|
||||
android:viewportWidth="99.27"
|
||||
android:viewportHeight="99.27">
|
||||
<path
|
||||
android:fillAlpha="0.5"
|
||||
android:fillColor="#151515"
|
||||
android:pathData="M49.64,49.64m-49.64,0a49.64,49.64 0,1 1,99.28 0a49.64,49.64 0,1 1,-99.28 0"
|
||||
android:strokeAlpha="0.5" />
|
||||
<path
|
||||
android:fillAlpha="0.75"
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M42,30
|
||||
H62
|
||||
V40
|
||||
H47
|
||||
V60
|
||||
H62
|
||||
V70
|
||||
H42
|
||||
V60
|
||||
H37
|
||||
V40
|
||||
H42
|
||||
Z"
|
||||
android:strokeAlpha="0.75" />
|
||||
</vector>
|
||||
Loading…
Reference in New Issue
Block a user