[Provider Model] Fix the overlap when changing the font/display size
Bug: 211540142
Test: manual
Change-Id: I10032a866ee05030070b40076fa946c3e73e0d56
(cherry picked from commit 4b28a9a63c)
Merged-In:I10032a866ee05030070b40076fa946c3e73e0d56
This commit is contained in:
committed by
Android Build Coastguard Worker
parent
11ad7ec65e
commit
10925e6bf5
@@ -378,7 +378,8 @@
|
||||
android:clickable="true"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
<FrameLayout
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/button_layout"
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
@@ -390,9 +391,10 @@
|
||||
android:clickable="false"
|
||||
android:focusable="false">
|
||||
|
||||
<FrameLayout
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:layout_gravity="start|center_vertical"
|
||||
android:orientation="vertical">
|
||||
<Button
|
||||
@@ -401,12 +403,13 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/turn_off_airplane_mode"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="1"
|
||||
style="@style/Widget.Dialog.Button.BorderButton"
|
||||
android:clickable="true"
|
||||
android:focusable="true"/>
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<FrameLayout
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
@@ -417,10 +420,13 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/inline_done_button"
|
||||
style="@style/Widget.Dialog.Button"
|
||||
android:maxLines="1"
|
||||
android:ellipsize="end"
|
||||
android:clickable="true"
|
||||
android:focusable="true"/>
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</androidx.core.widget.NestedScrollView>
|
||||
</LinearLayout>
|
||||
|
||||
@@ -942,8 +942,9 @@
|
||||
</style>
|
||||
|
||||
<style name="InternetDialog.NetworkSummary">
|
||||
<item name="android:layout_marginEnd">34dp</item>
|
||||
<item name="android:layout_marginEnd">7dp</item>
|
||||
<item name="android:ellipsize">end</item>
|
||||
<item name="android:maxLines">2</item>
|
||||
<item name="android:textAppearance">@style/TextAppearance.InternetDialog.Secondary</item>
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user