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

Commit 91a6ffff authored by Marten Gajda's avatar Marten Gajda
Browse files

consolidate styles

add German translation for check list
parent be787716
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@
    <string name="task_title">Titel</string>
    <string name="task_location">Ort</string>
    <string name="task_description">Beschreibung</string>
    <string name="task_checklist">Checkliste</string>
    <string name="task_start">Beginn</string>
    <string name="task_due">Fällig</string>
    <string name="task_completed">Fertiggestellt</string>

res/values-sw600dp-v11/styles.xml

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">

    <!--
    On large devices we have to set a custom background since there doesn't seem to exist a way
    to combine the default background for selectable and for activated items, but we need both.
    -->
    <style name="tasks_expandable_list_item">
        <item name="android:background">@drawable/selectable_list_item</item>
    </style>

</resources>
 No newline at end of file
+8 −0
Original line number Diff line number Diff line
@@ -24,4 +24,12 @@
        <item name="android:layout_marginRight">25dp</item>
    </style>

    <!--
    On large devices we have to set a custom background since there doesn't seem to exist a way
    to combine the default background for selectable and for activated items, but we need both.
    -->
    <style name="tasks_expandable_list_item">
        <item name="android:background">@drawable/selectable_list_item</item>
    </style>

</resources>
 No newline at end of file