Commit 6966b81
Patrick Ivarsson
Fix for default text size being set in PX instead of DP
The default text size in ComponentBase was defined as 10 pixels
instead of 10dp, which causes tiny text and does not reflect
the javadoc and the general behavior of setTextSize(...)1 parent ccf6b7e commit 6966b81
File tree
1 file changed
+1
-1
lines changed- MPChartLib/src/main/java/com/github/mikephil/charting/components
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments