From ac1b8a07373ab015395171abad434b8b3fb862a9 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Sat, 5 Sep 2015 10:39:06 -0700 Subject: Fix host list for API 10 and before There is some kind of problem with inheriting TextAppearance.AppCompat on API 10 and before that causes a crash. Instead only inherit it on API 11 (Honeycomb) and later. This doesn't make any visual difference with Gingerbread and before. --- app/src/main/res/values-v11/styles.xml | 22 +++++++++++++++++++++ app/src/main/res/values/styles.xml | 35 +++++++++++++++++----------------- 2 files changed, 39 insertions(+), 18 deletions(-) create mode 100644 app/src/main/res/values-v11/styles.xml (limited to 'app/src/main') diff --git a/app/src/main/res/values-v11/styles.xml b/app/src/main/res/values-v11/styles.xml new file mode 100644 index 0000000..9f8d6a0 --- /dev/null +++ b/app/src/main/res/values-v11/styles.xml @@ -0,0 +1,22 @@ + + + - - -- cgit v1.2.3