From 11c7d56a1ab6e3741e293c459d656be0956ec942 Mon Sep 17 00:00:00 2001 From: Apalak Dutta Date: Sat, 23 Sep 2023 14:21:26 +0530 Subject: [PATCH] Adding buttons to list item --- .../src/main/res/layout/listview_layout.xml | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/examples/example_bestshot/example/app/src/main/res/layout/listview_layout.xml b/examples/example_bestshot/example/app/src/main/res/layout/listview_layout.xml index 5fcbbaa..beb923c 100644 --- a/examples/example_bestshot/example/app/src/main/res/layout/listview_layout.xml +++ b/examples/example_bestshot/example/app/src/main/res/layout/listview_layout.xml @@ -127,6 +127,65 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file