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

Commit 1bd9adb4 authored by Manu Suresh's avatar Manu Suresh
Browse files

Merge branch '1686-a15-FP6' into 'a15'

FP6: parts: improve functionality of fairphone moments switch and move it to Buttons

See merge request e/devices/android_device_fairphone_FP6!36
parents 3820f1d5 c7db1e97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:tint="#d8ff4f"
    android:tint="?android:attr/colorControlNormal"
    android:height="24dp"
    android:width="24dp"
    android:viewportWidth="960"
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Switch Settings -->
    <string name="hardware_switch_category_title">Schalter</string>
    <string name="hardware_switch_title">Schalter-Aktion</string>
    <string name="hardware_switch_summary">Einstellung der Funktion des Schalters</string>
</resources>
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Switch Settings -->
    <string name="hardware_switch_category_title">Cambiar</string>
    <string name="hardware_switch_title">Acción de Cambiar</string>
    <string name="hardware_switch_summary">Configurar la función de conmutación de hardware</string>
</resources>
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Switch Settings -->
    <string name="hardware_switch_category_title">Interrupteur</string>
    <string name="hardware_switch_title">Action du Interrupteur</string>
    <string name="hardware_switch_summary">Configurer l\'interrupteur</string>
</resources>
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Switch Settings -->
    <string name="hardware_switch_category_title">InterruttoreAzione interruttore</string>
    <string name="hardware_switch_title">Azione interruttore</string>
    <string name="hardware_switch_summary">Configurare la funzione dell\'interruttore hardware</string>
</resources>
Loading