[PSS][a11y] Permission Dialog warning text overlaps

Remove line height

Default: https://screenshot.googleplex.com/6Y5oJhrPUDZK5ip.png
Max: https://screenshot.googleplex.com/8WoA6GCXZJsjcAW.png

Bug: 278842778
Test: manual
Change-Id: I41b595e1f80010af3374cf7056db384c65019013
This commit is contained in:
yyalan
2023-08-15 16:13:31 +01:00
parent c1243b1954
commit 9b2dc18a97

View File

@@ -64,8 +64,7 @@
android:layout_height="wrap_content"
android:text="@string/screenrecord_permission_dialog_warning_entire_screen"
style="@style/TextAppearance.Dialog.Body.Message"
android:gravity="start"
android:lineHeight="@dimen/screenrecord_warning_line_height"/>
android:gravity="start"/>
<!-- Buttons -->
<LinearLayout