mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-16 05:45:04 -05:00
Add cloud icon
This commit is contained in:
parent
84c624517c
commit
d38b200b01
@ -224,6 +224,7 @@ public class KeyListFragment extends LoaderFragment
|
||||
*/
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
|
||||
mStickyList.setFastScrollAlwaysVisible(true);
|
||||
mStickyList.addHeaderView();
|
||||
|
||||
mStickyList.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE_MODAL);
|
||||
mStickyList.getWrappedList().setMultiChoiceModeListener(new MultiChoiceModeListener() {
|
||||
|
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_action_cloud.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_action_cloud.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 450 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_action_cloud.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_action_cloud.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 335 B |
BIN
OpenKeychain/src/main/res/drawable-xhdpi/ic_action_cloud.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-xhdpi/ic_action_cloud.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 538 B |
BIN
OpenKeychain/src/main/res/drawable-xxhdpi/ic_action_cloud.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-xxhdpi/ic_action_cloud.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 760 B |
Loading…
Reference in New Issue
Block a user