diff options
| author | Lena <lena@omega> | 2026-08-01 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-08-01 00:00:00 +0000 |
| commit | 852a8a00273c9128efeed0217a8e5d3fcd8bf780 (patch) | |
| tree | c72f959731fa3c7c809cf1a0222363b6c9c9b03b /app/src/main/res/drawable/ic_launcher_foreground.xml | |
| parent | f379b93d52bf0dbd3816ec3f64d165314771d2a6 (diff) | |
| download | scrcpy-android-852a8a00273c9128efeed0217a8e5d3fcd8bf780.tar.gz | |
app: harden mirroring lifecycle and state
Diffstat (limited to 'app/src/main/res/drawable/ic_launcher_foreground.xml')
| -rw-r--r-- | app/src/main/res/drawable/ic_launcher_foreground.xml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml index e5b7400..ba62f39 100644 --- a/app/src/main/res/drawable/ic_launcher_foreground.xml +++ b/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -1,16 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Foreground: a fresh take on wireless screen mirroring. - 1. A small phone (source) and a larger phone (target display). - 2. Cyan wireless arcs rising from the small phone toward the large - one - the wireless ADB link / casting direction. - 3. A play triangle on the large screen - references scrcpy's - upstream identity ("playing what the device is showing"). - Geometry mirrors the AI-generated reference 1:1. The arcs carry the - one accent colour; everything else is the light foreground tone. - For the Android 13+ themed (monochrome) icon the same drawable is - reused: the system tints by coverage, so the colours here are - irrelevant in that mode. Adaptive viewport is 108x108; all content - stays inside the inner safe zone. --> +<!-- Wireless screen-mirroring glyph for the adaptive launcher icon. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="108dp" android:height="108dp" |