Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 554a982c authored by Weng Su's avatar Weng Su
Browse files

Refine the secondary mobile network layout in Internet Dialog

- Set minHeight to maintain the default layout

- Set layout_height="wrap_content" to avoid large fonts being cut off

Bug: 383666876
Flag: EXEMPT resource update only
Test: Manual testing
Change-Id: I73fdbf87a13feb60c5613992ef118471ed8b5358
parent 1651900f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,8 @@
	android:orientation="vertical"
	android:clickable="false"
	android:layout_width="match_parent"
	android:layout_height="match_parent"
	android:layout_height="wrap_content"
	android:minHeight="72dp"
	android:gravity="start|center_vertical">
	<TextView
	    android:id="@+id/secondary_mobile_title"