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 | 3037f9f8fdcc6cdadfe94ba248d10e647578cf53 (patch) | |
| tree | e07e981d8d6b05c1a3dc836434d88bff7d76c703 /app/src/main/res/layout/mirror.xml | |
| parent | 70290eb3d79a5347cdc114daf6ce0b1b2e86528a (diff) | |
| download | scrcpy-android-3037f9f8fdcc6cdadfe94ba248d10e647578cf53.tar.gz | |
app: refine physical-device interface
Use target-safe capture defaults and remove redundant navigation and
frame-rate controls.
Diffstat (limited to 'app/src/main/res/layout/mirror.xml')
| -rw-r--r-- | app/src/main/res/layout/mirror.xml | 40 |
1 files changed, 1 insertions, 39 deletions
diff --git a/app/src/main/res/layout/mirror.xml b/app/src/main/res/layout/mirror.xml index d2355a8..0e1768a 100644 --- a/app/src/main/res/layout/mirror.xml +++ b/app/src/main/res/layout/mirror.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Video surface with optional target navigation and reconnect controls. --> +<!-- Video surface with transient connection status. --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/root" @@ -38,44 +38,6 @@ android:singleLine="true" android:ellipsize="end" android:text="@string/connecting"/> - - - <Button - android:id="@+id/nav_back" - style="@style/Button.Secondary" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_marginStart="@dimen/space_sm" - android:minWidth="0dp" - android:minHeight="@dimen/touch_min" - android:paddingHorizontal="@dimen/space_md" - android:paddingVertical="@dimen/space_xs" - android:text="@string/nav_back"/> - - <Button - android:id="@+id/nav_home" - style="@style/Button.Secondary" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_marginStart="@dimen/space_sm" - android:minWidth="0dp" - android:minHeight="@dimen/touch_min" - android:paddingHorizontal="@dimen/space_md" - android:paddingVertical="@dimen/space_xs" - android:text="@string/nav_home"/> - - <Button - android:id="@+id/nav_recents" - style="@style/Button.Secondary" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_marginStart="@dimen/space_sm" - android:minWidth="0dp" - android:minHeight="@dimen/touch_min" - android:paddingHorizontal="@dimen/space_md" - android:paddingVertical="@dimen/space_xs" - android:text="@string/nav_recents"/> - <Button android:id="@+id/reconnect" style="@style/Button.Secondary" |