From: Tobias Brunner Date: Tue, 26 Apr 2016 14:29:35 +0000 (+0200) Subject: android: Fix color of lists and buttons on older platforms X-Git-Tag: 5.4.1dr2~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90172b66c48372b93125b06ff0353c0d791ffb32;p=thirdparty%2Fstrongswan.git android: Fix color of lists and buttons on older platforms This adds a workaround for an issue on older platforms where the list is not properly styled with colorAccent. Similarly applies to borderless buttons. --- diff --git a/src/frontends/android/app/src/main/res/drawable/activated_background.xml b/src/frontends/android/app/src/main/res/drawable/activated_background.xml new file mode 100644 index 0000000000..04cf6effb1 --- /dev/null +++ b/src/frontends/android/app/src/main/res/drawable/activated_background.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + diff --git a/src/frontends/android/app/src/main/res/values-v15/styles.xml b/src/frontends/android/app/src/main/res/values-v15/styles.xml index 90c58a7bb6..bf40c3f262 100644 --- a/src/frontends/android/app/src/main/res/values-v15/styles.xml +++ b/src/frontends/android/app/src/main/res/values-v15/styles.xml @@ -16,6 +16,8 @@