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

Commit fc4114e1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Avoid strings clipped" into main

parents 1e03a468 da2dfeee
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>