You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
661 B
15 lines
661 B
7 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!-- DEFAULT DIMENSIONS -->
|
||
|
<resources>
|
||
|
|
||
|
<!-- Default screen margins, per the Android Design guidelines. -->
|
||
|
<dimen name="activity_horizontal_margin">16dp</dimen>
|
||
|
<dimen name="activity_vertical_margin">16dp</dimen>
|
||
|
<dimen name="pie_segment_label_font_size">10dp</dimen>
|
||
|
<dimen name="title_font_size">20dp</dimen>
|
||
|
<dimen name="domain_label_font_size">13dp</dimen>
|
||
|
<dimen name="range_label_font_size">13dp</dimen>
|
||
|
<dimen name="range_tick_label_font_size">15dp</dimen>
|
||
|
<dimen name="domain_tick_label_font_size">15dp</dimen>
|
||
|
<dimen name="legend_text_font_size">20dp</dimen>
|
||
|
</resources>
|