From 353028420b92774d9a6ccdfe9318481de00b17e7 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Tue, 22 Aug 2017 21:49:55 -0500 Subject: Add an adapter for binding an ObservableList to a LinearLayout EditTexts do not work in ListViews. Signed-off-by: Jason A. Donenfeld --- app/src/main/res/values/ids.xml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/src/main/res/values/ids.xml (limited to 'app/src/main/res/values/ids.xml') diff --git a/app/src/main/res/values/ids.xml b/app/src/main/res/values/ids.xml new file mode 100644 index 00000000..7f34f808 --- /dev/null +++ b/app/src/main/res/values/ids.xml @@ -0,0 +1,4 @@ + + + + -- cgit v1.2.3-59-g8ed1b