Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix App Icon and improve App Layout and Colors #12

Merged
merged 4 commits into from
Jan 21, 2019
Merged

Fix App Icon and improve App Layout and Colors #12

merged 4 commits into from
Jan 21, 2019

Conversation

aschbacd
Copy link
Contributor

Hey there,

this pull request contains a few color and layout changes and also provides a fix for issue #10.

Best regards,
DA

@davidkroell
Copy link
Owner

Very neat design and icon @aschbacd!

@@ -166,7 +160,7 @@
<com.github.mikephil.charting.charts.PieChart
android:id="@+id/piechartContainers"
android:layout_width="match_parent"
android:layout_height="200dp" />
android:layout_height="200dp"/>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The labels in the Container chart are not displayed.
You changed the margin of the whole CardLayout but you haven't changed the height of the layout.

Make sure to display the labels as well

Signed-off-by: Dominik Aschbacher <aschi1231@gmail.com>
@davidkroell
Copy link
Owner

Thanks for your contribution

@davidkroell davidkroell merged commit 38db927 into davidkroell:master Jan 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants