diff options
| author | 2023-11-24 12:26:48 +0000 | |
|---|---|---|
| committer | 2023-11-24 12:26:48 +0000 | |
| commit | e53abfbff2963804bc8096ddfce52777b8da6752 (patch) | |
| tree | b43aaea6f3cd42c54d9a263f322b8c15aa9a1cb0 | |
| parent | c2abaca42f9a57fe39246a4accb9e0920cf5c1df (diff) | |
| parent | 2ef3c74943fc1cf179767ec68825bea235684d90 (diff) | |
Merge "Ensure Audio Sources View is 48dp" into main
| -rw-r--r-- | packages/SystemUI/res/layout/screen_record_dialog_audio_source.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/screen_record_dialog_audio_source.xml b/packages/SystemUI/res/layout/screen_record_dialog_audio_source.xml index 130472d67500..02c8c3a5202e 100644 --- a/packages/SystemUI/res/layout/screen_record_dialog_audio_source.xml +++ b/packages/SystemUI/res/layout/screen_record_dialog_audio_source.xml @@ -17,7 +17,8 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="250dp" - android:layout_height="48dp" + android:layout_height="wrap_content" + android:minHeight="48dp" android:orientation="vertical" android:padding="12dp"> <TextView |