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

Commit c7776f7f authored by jackmu95's avatar jackmu95
Browse files

CMFileManager: Resources cleanup

- Use new copyright format
- Use an intent of 4
- Some other cleanup

Change-Id: I49e31f5fc4117bd4d7e65c78a4c70651c8139f64
parent d50a39fb
Loading
Loading
Loading
Loading
+85 −85
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The CyanogenMod Project
<!--
     Copyright (C) 2012-2013 The CyanogenMod Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -13,8 +14,8 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- The strings of the menu for navigation sort mode enumeration -->
    <string-array name="cm_filemanager_sort_mode" translatable="false">
        <item>@string/sort_by_name_asc</item>
@@ -30,7 +31,7 @@
        <item>@string/layout_details</item>
    </string-array>

  <!-- General. Filetime format mode -->
    <!-- General - Filetime format mode -->
    <string-array name="filetime_format_mode_labels" translatable="false">
        <item>@string/filetime_format_mode_system</item>
        <item>@string/filetime_format_mode_locale</item>
@@ -46,7 +47,7 @@
        <item>4</item>
    </string-array>

  <!-- General. Disk usage warning level -->
    <!-- General - Disk usage warning level -->
    <string-array name="disk_usage_warning_level_labels" translatable="false">
        <item>75%</item>
        <item>90%</item>
@@ -62,7 +63,7 @@
        <item>100</item>
    </string-array>

  <!-- General. Access modes -->
    <!-- General - Access modes -->
    <string-array name="access_mode_labels" translatable="false">
        <item>@string/pref_access_mode_safe</item>
        <item>@string/pref_access_mode_prompt</item>
@@ -79,7 +80,7 @@
        <item>2</item>
    </string-array>

  <!-- Search. Sort search results mode -->
    <!-- Search - Sort search results mode -->
    <string-array name="sort_search_results_mode_labels" translatable="false">
        <item>@string/pref_sort_search_results_mode_none</item>
        <item>@string/pref_sort_search_results_mode_name</item>
@@ -102,5 +103,4 @@
        <item>@string/compression_mode_bzip</item>
        <item>@string/compression_mode_zip</item>
    </string-array>

</resources>
+28 −28
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The CyanogenMod Project
<!--
     Copyright (C) 2012-2013 The CyanogenMod Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -13,8 +14,8 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Command definition -->
    <declare-styleable name="Command">
        <!-- Unique identifier of the commmand -->
@@ -41,5 +42,4 @@
            <enum name="pickable" value="1" />
        </attr>
    </declare-styleable>

</resources>
+45 −45
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The CyanogenMod Project
<!--
     Copyright (C) 2012-2013 The CyanogenMod Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -13,8 +14,8 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- The default background color -->
    <color name="default_background">@android:color/white</color>

@@ -34,27 +35,26 @@
    <!-- Disk usage used color filter warning -->
    <color name="disk_usage_color_filter_warning">#99ff0000</color>

  <!-- Relevance * Border color -->
    <!-- Relevance - Border color -->
    <color name="relevance_border">#becccccc</color>
  <!-- Relevance *  0% ~ 50% -->
    <!-- Relevance - 0% ~ 50% -->
    <color name="relevance_percentil_25">#bee89338</color>
  <!-- Relevance * 25% ~ 50% -->
    <!-- Relevance - 25% ~ 50% -->
    <color name="relevance_percentil_50">#bee8e238</color>
  <!-- Relevance * 50% ~ 75% -->
    <!-- Relevance - 50% ~ 75% -->
    <color name="relevance_percentil_75">#be45bc6c</color>
  <!-- Relevance * 75% ~ 100% -->
    <!-- Relevance - 75% ~ 100% -->
    <color name="relevance_percentil_100">#be207da4</color>

    <!-- A color for highlight text -->
    <color name="search_highlight">#ffffff00</color>

  <!--  Divider. Normal -->
    <!-- Divider - Normal -->
    <color name="divider_color">#90909090</color>
  <!--  Divider. Light -->
    <!-- Divider - Light -->
    <color name="divider_color_light">#50505050</color>

    <!-- Execution console -->
    <color name="console_bg">#99000000</color>
    <color name="console_fg">#99FFFFFF</color>

</resources>
+102 −102
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The CyanogenMod Project
<!--
     Copyright (C) 2012-2013 The CyanogenMod Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -13,8 +14,8 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- The primary text size -->
    <dimen name="title_text_size">16sp</dimen>
    <!-- The primary text size -->
@@ -113,5 +114,4 @@
    <!-- Theme width/height -->
    <dimen name="theme_max_width">300dip</dimen>
    <dimen name="theme_max_height">600dip</dimen>

</resources>
+12 −12
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The CyanogenMod Project
<!--
     Copyright (C) 2012-2013 The CyanogenMod Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -13,8 +14,8 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- The default progress value -->
    <integer name="default_progress_value">0</integer>

@@ -26,5 +27,4 @@

    <!-- Normal edit text sise -->
    <integer name="default_edit_text_ems">8</integer>

</resources>
Loading