Skip to content

Commit

Permalink
using dp instead of sp for text size
Browse files Browse the repository at this point in the history
  • Loading branch information
muditpant13 committed Mar 17, 2017
1 parent 56ea0bf commit 5087512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coachmarks/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<dimen name="coach_mark_pop_up_text_width">8dp</dimen>
<dimen name="coach_mark_pop_up_width_height_offset">6dp</dimen>

<dimen name="coach_mark_text_size">14sp</dimen>
<dimen name="coach_mark_text_size_ok_button">16sp</dimen>
<dimen name="coach_mark_text_size">14dp</dimen>
<dimen name="coach_mark_text_size_ok_button">16dp</dimen>

<dimen name="coach_mark_text_margin_top">6dp</dimen>
<dimen name="coach_mark_text_padding_top_bottom">8dp</dimen>
Expand Down

0 comments on commit 5087512

Please sign in to comment.