Add RecyclerView Manager: finally correct swiping and scrolling handling

Add Delete Task confirmation
This commit is contained in:
2015-12-23 23:27:43 -05:00
parent df32a42951
commit ea6c23ae38
14 changed files with 208 additions and 72 deletions

View File

@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="10dp"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="16dp"
android:orientation="vertical"
tools:context=".activities.MainActivity">
<TextView