summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2018-05-10 15:38:23 -0700
committerColin Cross <ccross@android.com>2018-05-10 15:41:31 -0700
commit23e371b933935c51cb7945e562b9bb79d8a7acc3 (patch)
treea7eec7666c6074975c77f704a0ee3a4481c12d5e
parentc66727ebf001607cee14521c35bc852b55fd9845 (diff)
downloadandroidplot-23e371b933935c51cb7945e562b9bb79d8a7acc3.tar.gz
Fixes: external/androidplot/Examples/DemoApp/res/values/style.xml:17: error: root element must be <resources>. Bug: 79481102 Test: m java FORCE_AAPT2=true Change-Id: I2653e3bb0b89fff1443ee43d93ccc1e96c0b65af
-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>