Added swipe actions for messages.
- there is a minor layout problem on pre-Lollipop devices
This commit is contained in:
@ -45,4 +45,12 @@
|
||||
<color name="material_drawer_dark_selected_text">@color/material_drawer_primary</color>
|
||||
<color name="material_drawer_dark_header_selection_text">#FFF</color>
|
||||
|
||||
<!-- swipeable list -->
|
||||
<color name="bg_item_normal_state">#ffffffff</color>
|
||||
<color name="bg_item_swiping_state">@color/colorPrimaryLight</color>
|
||||
<color name="bg_item_swiping_active_state">@color/colorPrimary</color>
|
||||
<color name="bg_swipe_item_neutral">@android:color/transparent</color>
|
||||
<color name="bg_swipe_item_trash">#fff45f30</color>
|
||||
<color name="bg_swipe_item_archive">#fff9930d</color>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user