Messaging: Remove low storage handling
* SMS are the least of your storage issues, if you reach the limit * Both Intent.ACTION_DEVICE_STORAGE_LOW and Intent.ACTION_DEVICE_STORAGE_LOW are not delivered to apps after O * Remove all now unused strings from all languages - we don't sync those with crowdin (yet) Change-Id: If01f937acdafbb34d5a9e792db54de4761ec4cc5
This commit is contained in:
@@ -394,12 +394,6 @@
|
||||
<item name="android:textColor">@color/list_empty_text</item>
|
||||
</style>
|
||||
|
||||
<style name="LowStorageActionItemStyle">
|
||||
<item name="android:textColor">@color/low_storage_action_item_color</item>
|
||||
<item name="android:textSize">@dimen/low_storage_action_item_text_size</item>
|
||||
<item name="android:singleLine">false</item>
|
||||
</style>
|
||||
|
||||
<style name="SnackBarMessageWrapper">
|
||||
<item name="android:layout_marginLeft">@dimen/snack_bar_left_right_margin</item>
|
||||
<item name="android:layout_marginRight">0dp</item>
|
||||
|
||||
Reference in New Issue
Block a user