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

Commit da2dfeee authored by tomhsu's avatar tomhsu Committed by Tom Hsu
Browse files

Avoid strings clipped

Flag: EXEMPT bugfix
fix: b/328519283
Test: Manual test. see b/328519283#10
Change-Id: I3524c8f98e6f3628e5697a6cd8be74f8c664690b
parent 6dcdf8bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@
                        android:orientation="vertical"
                        android:clickable="false"
                        android:layout_width="wrap_content"
                        android:layout_height="match_parent"
                        android:layout_height="wrap_content"
                        android:gravity="start|center_vertical">
                        <TextView
                            android:id="@+id/mobile_title"
+1 −1
Original line number Diff line number Diff line
@@ -1354,7 +1354,7 @@

    <style name="InternetDialog.Network">
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">88dp</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:layout_marginStart">@dimen/internet_dialog_network_layout_margin</item>
        <item name="android:layout_marginEnd">@dimen/internet_dialog_network_layout_margin</item>
        <item name="android:layout_gravity">center_vertical|start</item>