New update and delete callbacks for OnListItemInteractionListener

This commit is contained in:
Phillip Hsu
2016-08-01 01:18:44 -07:00
parent 9561388425
commit 5ac5b34640
8 changed files with 76 additions and 20 deletions
@@ -9,13 +9,17 @@
-->
<!-- TODO: Write a layout for v21 that instead uses the elevation attribute normally.
- You may have to set a non-transparent background on the main view.
- Alternatively, just keep the CardView because that takes care of the non-transparent
- background issue for free.
-->
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
app:cardElevation="2dp"
app:cardCornerRadius="0dp">
app:cardCornerRadius="0dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp">
<LinearLayout
android:layout_width="match_parent"