From cd3c9d93053241b48051ca20d301e4768a576456 Mon Sep 17 00:00:00 2001 From: Isidro Henoch Date: Sat, 11 Dec 2021 18:09:42 -0600 Subject: Adds the search behaviour - Updates units_activity to include a search input - Adds the search functionality to the Units VM - Adds the required events to the Units Activity to perform the search --- androidApp/src/main/res/layout/units_activity.xml | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'androidApp/src/main/res/layout') diff --git a/androidApp/src/main/res/layout/units_activity.xml b/androidApp/src/main/res/layout/units_activity.xml index fa98bfc..750e00f 100644 --- a/androidApp/src/main/res/layout/units_activity.xml +++ b/androidApp/src/main/res/layout/units_activity.xml @@ -16,6 +16,32 @@ app:layout_constraintBottom_toBottomOf="parent" android:background="@color/colorPrimary"/> + + + + + +