Implement multiple selection and drag on press-and-hold

This commit is contained in:
2016-02-23 19:15:29 -05:00
parent cdc80bdbbd
commit 693e0143b5
47 changed files with 547 additions and 140 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<solid android:color="@color/grey_100" />
<stroke android:width="2dip" android:color="@color/grey_500"/>
</shape>