summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2018-05-14 14:03:10 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-05-14 14:03:10 -0700
commitc2d31d04c985fa57ce042e218aafa9a8652d3afe (patch)
treea7eec7666c6074975c77f704a0ee3a4481c12d5e
parentc66727ebf001607cee14521c35bc852b55fd9845 (diff)
parent23e371b933935c51cb7945e562b9bb79d8a7acc3 (diff)
downloadandroidplot-c2d31d04c985fa57ce042e218aafa9a8652d3afe.tar.gz
Fix errors caught by aapt2
am: 23e371b933 Change-Id: I673f2b03d6ef64c1194d0d423c6d4a996287a275
-rw-r--r--Examples/DemoApp/res/values/style.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/DemoApp/res/values/style.xml b/Examples/DemoApp/res/values/style.xml
index d465715..188f3a0 100644
--- a/Examples/DemoApp/res/values/style.xml
+++ b/Examples/DemoApp/res/values/style.xml
@@ -14,7 +14,7 @@
~ limitations under the License.
-->
-<resources xmlns="http://schemas.android.com/apk/lib/com.androidplot.xy">
+<resources xmlns:android="http://schemas.android.com/apk/lib/com.androidplot.xy">
<style name="sample_activity">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">fill_parent</item>
@@ -31,4 +31,4 @@
<!--<item name="XYPlot:androidplot.title">my domain</item>-->
</style>
-</resources> \ No newline at end of file
+</resources>