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

Commit 77859dfa authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Adjust layout to avoid clipping.

Fixes the WiFi AP dialogs getting clipped at the right edge.

Bug: 6525128
Change-Id: Ic1c5c682d51e1492fe3c739c01255db886a90518
parent a5ac7ce5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
         android:layout_height="wrap_content">

    <LinearLayout
            android:layout_width="wrap_content"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:orientation="vertical">

+3 −3
Original line number Diff line number Diff line
@@ -21,11 +21,11 @@
    </style>

    <style name="wifi_item">
        <item name="android:layout_width">560dip</item>
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:layout_marginTop">8dip</item>
        <item name="android:layout_marginLeft">32dip</item>
        <item name="android:layout_marginRight">32dip</item>
        <item name="android:layout_marginLeft">16dip</item>
        <item name="android:layout_marginRight">16dip</item>
        <item name="android:orientation">horizontal</item>
        <item name="android:gravity">center_vertical</item>
    </style>
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@
    </style>

    <style name="wifi_item">
        <item name="android:layout_width">200dip</item>
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:layout_marginTop">8dip</item>
        <item name="android:layout_marginLeft">16dip</item>