File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
java/org/wordpress/android/ui/stats/refresh/utils
libs/editor/WordPressEditor/src/main/res/values Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ fun BarChart.draw(
8787 }
8888 textColor = greyColor
8989 gridColor = lightGreyColor
90- textSize = 12f
90+ textSize = 10f
9191 gridLineWidth = 1f
9292 }
9393 axisRight.apply {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3+ xmlns : tools =" http://schemas.android.com/tools"
34 android : id =" @+id/link_wrapper"
45 android : layout_width =" match_parent"
56 android : layout_height =" wrap_content"
2526 android : id =" @+id/label_start"
2627 android : layout_width =" wrap_content"
2728 android : layout_height =" wrap_content"
29+ tools : text =" January 2019"
2830 style =" @style/StatsGraphLabel" />
2931 <View
3032 android : layout_width =" 0dp"
3133 android : layout_height =" match_parent"
3234 android : layout_weight =" 1" />
3335 <TextView
3436 android : id =" @+id/label_end"
37+ tools : text =" December 2019"
3538 android : layout_width =" wrap_content"
3639 android : layout_height =" wrap_content"
3740 style =" @style/StatsGraphLabel" />
Original file line number Diff line number Diff line change 182182
183183 <style name =" StatsGraphLabel" >
184184 <item name =" android:textColor" >@color/wp_grey</item >
185- <item name =" android:textSize" >@dimen/text_small </item >
185+ <item name =" android:textSize" >@dimen/text_sz_extra_small </item >
186186 </style >
187187</resources >
Original file line number Diff line number Diff line change 5959 <item name =" spacing_multiplier_body" format =" float" type =" dimen" >1.2</item >
6060
6161 <dimen name =" aztec_title_size" >24sp</dimen >
62-
63- <dimen name =" text_small" >12sp</dimen >
64-
6562</resources >
You can’t perform that action at this time.
0 commit comments