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

Commit a15ff10b authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Revert alarm on/off switch to system strings.

Bug: 7628798
Change-Id: I70e04947529a2fdcc04ec3e4155db839e740865f
parent 3b93ebda
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -74,8 +74,6 @@
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:id="@+id/onoff"
            android:textOn="@string/alarm_on"
            android:textOff="@string/alarm_off"
            android:thumbTextPadding="10dp"
            android:layout_gravity="center_vertical|right"/>
    </LinearLayout>
+0 −5
Original line number Diff line number Diff line
@@ -462,11 +462,6 @@
    <!-- Label for the Cities activity displayed on-screen when that activity must be represented to the user. -->
    <string name="cities_activity_title">Cities</string>

    <!-- Text in a Toggle button indicating an alarm is enabled -->
    <string name="alarm_on">ON</string>
    <!-- Text in a Toggle button indicating an alarm is disabled -->
    <string name="alarm_off">OFF</string>

    <!-- Settings strings -->
    <!-- Header in the preferences settings for the section pertaining to clocks on the main fragment -->
    <string name="clock_settings">CLOCK</string>