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

Commit 9333cc7d authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Add the edit text style for tablets to fix layout issue

Bug: 9556589
Change-Id: If9443b2ce10782aeb266e87fbeafa74e158121cd
parent 95b4cb57
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -44,6 +44,13 @@
        <item name="android:textSize">18sp</item>
    </style>

    <style name="wifi_item_edit_content">
        <item name="android:layout_width">0dip</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:layout_weight">7</item>
        <item name="android:textSize">18sp</item>
    </style>

    <style name="wifi_section">
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">wrap_content</item>