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/values/ids.xml | |
| parent | f379b93d52bf0dbd3816ec3f64d165314771d2a6 (diff) | |
| download | scrcpy-android-852a8a00273c9128efeed0217a8e5d3fcd8bf780.tar.gz | |
app: harden mirroring lifecycle and state
Diffstat (limited to 'app/src/main/res/values/ids.xml')
| -rw-r--r-- | app/src/main/res/values/ids.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/src/main/res/values/ids.xml b/app/src/main/res/values/ids.xml deleted file mode 100644 index f551102..0000000 --- a/app/src/main/res/values/ids.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- IDs referenced from Mirror.java that live only in the debug - layout (src/debug/res/layout/mirror.xml). Declaring them here - means R.id.* is stable across both build types; findViewById - returns null in release where the views are absent. --> -<resources> - <item name="overlay_target" type="id"/> - <item name="overlay_stats" type="id"/> - <item name="overlay_event" type="id"/> -</resources> |