Delete a bunch of dead code and resources.
Deleted a bunch of unused colors. Also deleted the FAB since it's never actually used, The one xml location sets the visibility to gone and it is never changed. Change-Id: I9424d581960ef879f6742bf8f06ac8932224c7cc
This commit is contained in:
@@ -967,13 +967,6 @@
|
||||
<item>\?</item>
|
||||
</string-array>
|
||||
|
||||
<array name="ram_colors">
|
||||
<item>@color/memory_normal</item>
|
||||
<item>@color/memory_moderate</item>
|
||||
<item>@color/memory_low</item>
|
||||
<item>@color/memory_critical</item>
|
||||
</array>
|
||||
|
||||
<!-- Display color space adjustment modes for accessibility -->
|
||||
<string-array name="daltonizer_type_entries" translatable="false">
|
||||
<item>@string/daltonizer_mode_deuteranomaly</item>
|
||||
|
@@ -21,16 +21,7 @@
|
||||
|
||||
<color name="material_empty_color_light">#FFCED7DB</color>
|
||||
|
||||
<color name="memory_used">#F00</color>
|
||||
<color name="memory_avail">@color/material_empty_color_light</color>
|
||||
<color name="memory_apps_usage">#00796B</color>
|
||||
<color name="memory_downloads">#3367D6</color>
|
||||
<color name="memory_dcim">#0097A7</color>
|
||||
<color name="memory_music">#689F38</color>
|
||||
<color name="memory_cache">#283593</color>
|
||||
<color name="memory_misc">#7B1FA2</color>
|
||||
<color name="memory_user_light">#479392</color>
|
||||
<color name="memory_user_dark">#316665</color>
|
||||
|
||||
|
||||
<color name="crypt_keeper_clock_background">#ff9a9a9a</color>
|
||||
<color name="crypt_keeper_clock_foreground">#ff666666</color>
|
||||
@@ -83,19 +74,8 @@
|
||||
<color name="warning">#ff5621</color>
|
||||
<color name="confirm_device_credential_dark_background">#263238</color>
|
||||
<color name="confirm_device_credential_transparent_black">#60000000</color>
|
||||
<color name="fab_ripple">#1fffffff</color><!-- 12% white -->
|
||||
<color name="fab_shape">?android:attr/colorAccent</color>
|
||||
<color name="voice_interaction_highlight">#33b5e5</color>
|
||||
|
||||
<drawable name="fp_enrollment_header_landscape">#009688</drawable>
|
||||
|
||||
<color name="memory_normal">#ff009587</color>
|
||||
<color name="memory_moderate">#ffF3B300</color>
|
||||
<color name="memory_low">#ffff9700</color>
|
||||
<color name="memory_critical">#ffff5621</color>
|
||||
|
||||
<color name="memory_avg_use">#ff384248</color>
|
||||
|
||||
<color name="zen_rule_name_warning">@color/system_warning_color</color>
|
||||
|
||||
<!-- Accent color that matches the settings launcher icon -->
|
||||
|
@@ -238,10 +238,6 @@
|
||||
<dimen name="confirm_credentials_security_method_margin">48dp</dimen>
|
||||
<dimen name="confirm_credentials_layout_width">@dimen/match_parent</dimen>
|
||||
<dimen name="confirm_credentials_top_padding">0dp</dimen>
|
||||
<dimen name="fab_size">56dp</dimen>
|
||||
<dimen name="fab_margin">16dp</dimen>
|
||||
<dimen name="fab_elevation">12dp</dimen>
|
||||
<dimen name="fab_press_translation_z">9dp</dimen>
|
||||
|
||||
<!-- Delete managed profile dialog -->
|
||||
<dimen name="delete_profile_dialog_padding_top">16dp</dimen>
|
||||
|
Reference in New Issue
Block a user