Loading res/values/theme.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading themes/res/values/dark_theme.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
res/values/theme.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading
themes/res/values/dark_theme.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading