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

Commit 0007c4f0 authored by Thomas Stuart's avatar Thomas Stuart Committed by Android (Google) Code Review
Browse files

Merge "Removed dividers from Phone Settings (1/2) redo" into tm-dev

parents d3a59af2 f84dd7e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -263,7 +263,7 @@
        <activity android:name=".RespondViaSmsSettings"
             android:label="@string/respond_via_sms_setting_title"
             android:configChanges="orientation|screenSize|keyboardHidden"
             android:theme="@style/Theme.Telecom.DialerSettings"
             android:theme="@style/CallSettingsWithoutDividerTheme"
             android:process=":ui"
             android:exported="true">
            <intent-filter>
+5 −0
Original line number Diff line number Diff line
@@ -92,4 +92,9 @@
        <item name="android:lineSpacingExtra">@dimen/blocked_numbers_secondary_line_spacing</item>
        <item name="android:capitalize">sentences</item>
    </style>

    <style name="CallSettingsWithoutDividerTheme" parent="Theme.Telecom.DialerSettings">
        <item name="android:listDivider">@null</item>
    </style>

</resources>