summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2018-05-14 14:19:34 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-05-14 14:19:34 -0700
commitc4c1e0f24f7eb10b7cea7f34a8f2ab15c7e5f8d8 (patch)
tree7c26578e015587fbb77e3fcbeaab90245c45c576
parent51310e7b38f96d8934a8e5c4e75d3af451145b13 (diff)
parent80efaa555a663df5a07011dda4dbd5e68df163d6 (diff)
downloadandroidplot-c4c1e0f24f7eb10b7cea7f34a8f2ab15c7e5f8d8.tar.gz
Fix errors caught by aapt2 am: 23e371b933 am: c2d31d04c9
am: 80efaa555a Change-Id: If6e862c0ac3066086b62ff773e9ac127477b83aa
-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>