summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2018-05-14 14:13:10 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-05-14 14:13:10 -0700
commit80efaa555a663df5a07011dda4dbd5e68df163d6 (patch)
tree7c26578e015587fbb77e3fcbeaab90245c45c576
parentae7ab5056a67f747bce10277d58b18cc8a0bc1b6 (diff)
parentc2d31d04c985fa57ce042e218aafa9a8652d3afe (diff)
downloadandroidplot-80efaa555a663df5a07011dda4dbd5e68df163d6.tar.gz
Fix errors caught by aapt2 am: 23e371b933
am: c2d31d04c9 Change-Id: I5a06dce4e17be8187910fca68db5d4221323ac23
-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>