Add ASM enabled/disabled text to the Storage settings.

Bug: 33199077
Test: Settings Robo Tests
Change-Id: I86897c63b584d3c8be171723367a6b4e060684f3
This commit is contained in:
Daniel Nishi
2017-01-10 15:58:26 -08:00
parent b465005c29
commit a3494347e4
5 changed files with 118 additions and 36 deletions

View File

@@ -8029,4 +8029,13 @@
<!-- The percent of storage used by a storage volume. Exposed inside of a donut graph. [CHAR LIMIT=4]-->
<string name="storage_percent_used"><xliff:g id="percent" example="50%">%1$s</xliff:g>%%</string>
<!-- Indicates if the automatic storage manager is enabled or not. [CHAR_LIMIT=40] -->
<string name="storage_manager_indicator">Storage Manager: <xliff:g id="status" example="on">^1</xliff:g></string>
<!-- Off status for the automatic storage manager. [CHAR_LIMIT=10] -->
<string name="storage_manager_indicator_off">Off</string>
<!-- On status for the automatic storage manager. [CHAR_LIMIT=10] -->
<string name="storage_manager_indicator_on">On</string>
</resources>

View File

@@ -438,9 +438,4 @@
<style name="AppActionPrimaryButton" parent="android:Widget.Material.Button.Colored"/>
<style name="FreeUpStorageButton">
<item name="android:buttonStyle">@android:style/Widget.Material.Button</item>
<item name="android:colorButtonNormal">#fff</item>
</style>
</resources>