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

Commit cc0ed45d authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '2543-t-album' into 'v1-t'

Change album string to folders

See merge request !94
parents 77ad876b 3dd3e554
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
            android:layout_weight="1"
            android:minHeight="48dp"
            android:textColor="@color/e_primary_text_color"
            android:text="@string/widget_type_album"/>
            android:text="@string/e_widget_type_album"/>
    <RadioButton android:id="@+id/widget_type_photo"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
        app:iconTint="@color/color_default_primary"/>
    <item android:id="@+id/action_select"
        android:icon="@drawable/ic_selection"
        android:title="@string/select_album"
        android:title="@string/e_select_album"
        android:showAsAction="ifRoom"
        app:iconTint="@color/color_default_primary"/>
    
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
    <item
        android:id="@+id/action_album"
        android:icon="@drawable/e_ic_album"
        android:title="@string/albums_title" />
        android:title="@string/e_albums_title" />
    <item
        android:id="@+id/action_videos"
        android:icon="@drawable/e_ic_videos"
+6 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="e_select_album">Ordner auswählen</string>
    <string name="e_widget_type_album">Wählen Sie einen Ordner</string>
    <string name="e_albums_title">Ordner</string>
</resources>
+6 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="e_select_album">Seleccionar carpeta</string>
    <string name="e_widget_type_album">Elegir una carpeta</string>
    <string name="e_albums_title">Carpetas</string>
</resources>
Loading