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

Commit 7aedb638 authored by tibbi's avatar tibbi
Browse files

adding a new string about changing color

parent 8460d39a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ buildscript {
        propMinSdkVersion = 16
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '3.18.6'
        propVersionName = '3.18.7'
        kotlin_version = '1.2.31'
        support_libs = '27.1.0'
    }
+1 −2
Original line number Diff line number Diff line
@@ -9,8 +9,7 @@
    <RelativeLayout
        android:id="@+id/filepicker_holder"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical">
        android:layout_height="wrap_content">

        <com.simplemobiletools.commons.views.Breadcrumbs
            android:id="@+id/filepicker_breadcrumbs"
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@
    <string name="foreground_color">Foreground color</string>
    <string name="app_icon_color">App icon color</string>
    <string name="restore_defaults">Restore defaults</string>
    <string name="change_color">Change color</string>
    <string name="theme">Theme</string>
    <string name="changing_color_description">Changing a color will make it switch to Custom theme</string>
    <string name="save">Save</string>
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@
    <string name="foreground_color">Foreground color</string>
    <string name="app_icon_color">App icon color</string>
    <string name="restore_defaults">Restore defaults</string>
    <string name="change_color">Change color</string>
    <string name="theme">Theme</string>
    <string name="changing_color_description">Changing a color will make it switch to Custom theme</string>
    <string name="save">Save</string>
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@
    <string name="foreground_color">Color de primer pla</string>
    <string name="app_icon_color">Color de la icona d\'aplicació</string>
    <string name="restore_defaults">Valors per defecte</string>
    <string name="change_color">Change color</string>
    <string name="theme">Tema</string>
    <string name="changing_color_description">Canviar un color farà que canvii a tema personalitzat</string>
    <string name="save">Dear</string>
Loading