🚀 Progress Count option
* Option to change Progress Count method (Percentage/Quantity) * Improved progress calculation
This commit is contained in:
parent
fe269fd8a0
commit
ad41bc9a1a
11 changed files with 145 additions and 19 deletions
|
|
@ -265,6 +265,7 @@
|
|||
<string name="progress_bar_padding_option">Margins</string>
|
||||
<string name="progress_bar_alignment_option">Alignment</string>
|
||||
<string name="progress_bar_font_size_option">Font size</string>
|
||||
<string name="progress_count_option">Progress count</string>
|
||||
|
||||
<!-- Browse -->
|
||||
<string name="browse_layout_option">Display mode</string>
|
||||
|
|
@ -343,6 +344,10 @@
|
|||
<string name="font_thickness_normal">Normal</string>
|
||||
<string name="font_thickness_medium">Medium</string>
|
||||
|
||||
<!-- Progress Count properties -->
|
||||
<string name="progress_count_percentage">Percentage</string>
|
||||
<string name="progress_count_quantity">Quantity</string>
|
||||
|
||||
<!-- Themes -->
|
||||
<string name="dynamic_theme">Mercury</string>
|
||||
<string name="blue_theme">Neptune</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue