Browse Source
feat(ui): elegant minimal black mic icon, spacious non-clipping ambient glow, and centered bottom voice layout
main
feat(ui): elegant minimal black mic icon, spacious non-clipping ambient glow, and centered bottom voice layout
main
4 changed files with 68 additions and 27 deletions
-
18android/app/src/main/java/com/soniox/remotemic/MainActivity.kt
-
14android/app/src/main/res/drawable/bg_glow.xml
-
16android/app/src/main/res/drawable/ic_mic_minimal.xml
-
47android/app/src/main/res/layout/activity_main.xml
@ -0,0 +1,14 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android" |
|||
android:shape="oval"> |
|||
<gradient |
|||
android:angle="0" |
|||
android:endColor="#003B82F6" |
|||
android:centerColor="#263B82F6" |
|||
android:startColor="#663B82F6" |
|||
android:type="radial" |
|||
android:gradientRadius="70dp" /> |
|||
<size |
|||
android:width="140dp" |
|||
android:height="140dp" /> |
|||
</shape> |
|||
@ -0,0 +1,16 @@ |
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
|||
android:width="48dp" |
|||
android:height="48dp" |
|||
android:viewportWidth="24" |
|||
android:viewportHeight="24"> |
|||
|
|||
<!-- Minimalist Deep Matte Black Microphone Body --> |
|||
<path |
|||
android:fillColor="#0F172A" |
|||
android:pathData="M12,14 C13.66,14 15,12.66 15,11 L15,5 C15,3.34 13.66,2 12,2 C10.34,2 9,3.34 9,5 L9,11 C9,12.66 10.34,14 12,14 Z" /> |
|||
|
|||
<!-- Minimalist Outer Base Stand & Cradle --> |
|||
<path |
|||
android:fillColor="#0F172A" |
|||
android:pathData="M17.3,11 C17.3,13.93 14.93,16.3 12,16.3 C9.07,16.3 6.7,13.93 6.7,11 L5,11 C5,14.49 7.72,17.36 11,17.85 L11,21 L13,21 L13,17.85 C16.28,17.36 19,14.49 19,11 L17.3,11 Z" /> |
|||
</vector> |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue