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

Commit 6d7b207b authored by Marco Brohet's avatar Marco Brohet
Browse files

CMFM: Set translatable="false"

Change-Id: Ic9189ab8869b01465b2f3eb24f1d75697642266f
parent 38942e0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
         * holo: @android:style/Theme.Holo
         * holo_light: @android:style/Theme.Holo.Light
  -->
  <string name="base_theme">holo_light</string>
  <string name="base_theme" translatable="false">holo_light</string>

  <!-- The image preview -->
  <drawable name="theme_preview_drawable">@drawable/theme_preview</drawable>
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
         * holo: @android:style/Theme.Holo
         * holo_light: @android:style/Theme.Holo.Light
  -->
  <string name="dark_base_theme">holo</string>
  <string name="dark_base_theme" translatable="false">holo</string>

  <!-- The image preview -->
  <drawable name="dark_theme_preview_drawable">@drawable/dark_theme_preview</drawable>