From 81c1df4ba4047facadc1e111a118a368e0528fb5 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. --- 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') 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