diff options
author | BrianBlade <n.gelbertz@gmail.com> | 2015-04-03 00:06:37 +0200 |
---|---|---|
committer | BrianBlade <n.gelbertz@gmail.com> | 2015-04-08 23:29:52 +0200 |
commit | dace8ba3d3815599a70d5e369cd3b1f418842a0e (patch) | |
tree | ede7f178510894aabb227e03fccc9f25bc85c682 /src/main/res/values-v21/dimens.xml | |
parent | 59ea143147548ee15211d7c334076a158757c85f (diff) |
Enable end-conversation by swipe gesture
Add EnhancedListView library de.timroes.android:EnhancedListView:0.3.4
to enable swipe-out for ListViews
Re-enable selectableItemBackground
Dont end selectedConversation on swipe
Call mConversationFragment.reinit() instead.
Add separate undo string for swipe MUC.
Add blacklistedConversation for undo swipe
Update title_undo_swipe_* strings
Fix undo(), rename blacklistedConversation
Fix discardUndo(); re-init selectedConversation
maintain scroll position after undo
clear notification when dismissing a conversation
modified / simplified maintain scroll position code
simplify handling of selectedConversation
change undo_muc string, remove notifyDataSetChanged()
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values-v21/dimens.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/values-v21/dimens.xml b/src/main/res/values-v21/dimens.xml new file mode 100644 index 00000000..8bc8f3f7 --- /dev/null +++ b/src/main/res/values-v21/dimens.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <dimen name="elv_undo_bottom_offset">63dp</dimen> <!-- 48dp + 15dp --> +</resources>
\ No newline at end of file |