From 7b230a3e6d971ec53c4c5b0b12b43892855d0051 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 1 Mar 2019 09:42:32 -0600 Subject: [PATCH] [android] fix a tiny mistake in styles.xml Fixes: https://github.com/xamarin/xamarin-android/issues/2657 We have some regression tests that build this app with Xamarin.Android. We discovered a new feature `$(AndroidUseAapt2)` was triggering this app to fail to build. Luckily there is just a tiny mistake here, which `aapt` ignored and `aapt2` reported as an error. --- .../MyDriving/MyDriving.Android/Resources/values/styles.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MobileApps/MyDriving/MyDriving.Android/Resources/values/styles.xml b/src/MobileApps/MyDriving/MyDriving.Android/Resources/values/styles.xml index 4f19eac5..3e2720b2 100644 --- a/src/MobileApps/MyDriving/MyDriving.Android/Resources/values/styles.xml +++ b/src/MobileApps/MyDriving/MyDriving.Android/Resources/values/styles.xml @@ -30,7 +30,7 @@ @color/accent - - - \ No newline at end of file +