New update and delete callbacks for OnListItemInteractionListener
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user