From 8971837d225b6dca5a6274feea9caad2e46f88cd Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 5 Sep 2017 19:17:02 -0700 Subject: [PATCH] fix crash on Samsung Galaxy Note 3 running 4.4 Can't repro on Nexus emulator running 4.4 nor on Samsung running 4.4.4, but the reporter says this fixes it. And from reading it appears expecting older devices to load Material themes without an AppCompat library is wrong. --- xwords4/android/app/src/main/res/values-v11/themes.xml | 4 ++++ xwords4/android/app/src/main/res/values-v21/themes.xml | 4 ++++ xwords4/android/app/src/main/res/values/styles.xml | 2 -- xwords4/android/app/src/main/res/values/themes.xml | 4 ++++ 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 xwords4/android/app/src/main/res/values-v11/themes.xml create mode 100644 xwords4/android/app/src/main/res/values-v21/themes.xml create mode 100644 xwords4/android/app/src/main/res/values/themes.xml diff --git a/xwords4/android/app/src/main/res/values-v11/themes.xml b/xwords4/android/app/src/main/res/values-v11/themes.xml new file mode 100644 index 000000000..0d55c6559 --- /dev/null +++ b/xwords4/android/app/src/main/res/values-v11/themes.xml @@ -0,0 +1,4 @@ + + +