aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Jahoda <phil.jahoda@gmail.com>2017-12-14 19:37:09 +0100
committerPhilipp Jahoda <phil.jahoda@gmail.com>2017-12-14 19:37:09 +0100
commit16a9be8ea09021ea3dfb9f2e61a9acb4bfdb3fcc (patch)
treed502b665aec02bd2a87b13ccf40989ba8408ded7
parent41aff3f13d34a465c867d01e79cdcb1af7a36764 (diff)
downloadMPAndroidChart-16a9be8ea09021ea3dfb9f2e61a9acb4bfdb3fcc.tar.gz
Update gitignore, add assets
-rw-r--r--MPChartExample/.gitignore1
-rw-r--r--MPChartExample/src/com/xxmassdeveloper/mpchartexample/notimportant/MainActivity.java11
-rw-r--r--design/other/bottom.pngbin0 -> 23219 bytes
-rw-r--r--design/other/left.pngbin0 -> 241389 bytes
-rw-r--r--design/other/right.pngbin0 -> 4161 bytes
5 files changed, 6 insertions, 6 deletions
diff --git a/MPChartExample/.gitignore b/MPChartExample/.gitignore
index 796b96d1..67e07b8f 100644
--- a/MPChartExample/.gitignore
+++ b/MPChartExample/.gitignore
@@ -1 +1,2 @@
/build
+/release
diff --git a/MPChartExample/src/com/xxmassdeveloper/mpchartexample/notimportant/MainActivity.java b/MPChartExample/src/com/xxmassdeveloper/mpchartexample/notimportant/MainActivity.java
index 617e43c0..7490c3c9 100644
--- a/MPChartExample/src/com/xxmassdeveloper/mpchartexample/notimportant/MainActivity.java
+++ b/MPChartExample/src/com/xxmassdeveloper/mpchartexample/notimportant/MainActivity.java
@@ -90,7 +90,8 @@ public class MainActivity extends Activity implements OnItemClickListener {
"A bar chart with multiple DataSet objects. One multiple colors per DataSet."));
objects.add(new ContentItem(
"Charts in ViewPager Fragments",
- "Demonstration of charts inside ViewPager Fragments. In this example the focus was on the design and look and feel of the chart."));
+ "Demonstration of charts inside ViewPager Fragments. In this example the focus was on the design and look and feel of the" +
+ " chart."));
objects.add(new ContentItem(
"BarChart inside ListView",
"Demonstrates the usage of a BarChart inside a ListView item."));
@@ -135,12 +136,10 @@ public class MainActivity extends Activity implements OnItemClickListener {
"Realm.io Database",
"This demonstrates how to use this library with Realm.io mobile database.");
objects.add(realm);
-
- ContentItem time = new ContentItem(
+ objects.add(new ContentItem(
"Time Chart",
- "Simple demonstration of a time-chart. This chart draws one line entry per hour originating from the current time in milliseconds.");
- time.isNew = true;
- objects.add(time);
+ "Simple demonstration of a time-chart. This chart draws one line entry per hour originating from the current time in " +
+ "milliseconds."));
objects.add(new ContentItem(
"Filled LineChart",
"This demonstrates how to fill an area between two LineDataSets."));
diff --git a/design/other/bottom.png b/design/other/bottom.png
new file mode 100644
index 00000000..368f3098
--- /dev/null
+++ b/design/other/bottom.png
Binary files differ
diff --git a/design/other/left.png b/design/other/left.png
new file mode 100644
index 00000000..03e7404c
--- /dev/null
+++ b/design/other/left.png
Binary files differ
diff --git a/design/other/right.png b/design/other/right.png
new file mode 100644
index 00000000..9c9ea436
--- /dev/null
+++ b/design/other/right.png
Binary files differ