diff options
Diffstat (limited to 'packages/SystemUI/res/values-hdpi')
-rw-r--r-- | packages/SystemUI/res/values-hdpi/dimens.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-hdpi/dimens.xml b/packages/SystemUI/res/values-hdpi/dimens.xml index 799619f..10b00eb 100644 --- a/packages/SystemUI/res/values-hdpi/dimens.xml +++ b/packages/SystemUI/res/values-hdpi/dimens.xml @@ -18,4 +18,11 @@ <resources> <!-- Margin on the right side of the system icon group on Keyguard. --> <fraction name="battery_button_height_fraction">10.5%</fraction> + + <!-- Fraction value to smooth the edges of the battery icon. The path will be inset by this + fraction of a pixel.--> + <fraction name="battery_subpixel_smoothing_left">20%</fraction> + <fraction name="battery_subpixel_smoothing_right">12%</fraction> + + <dimen name="battery_margin_bottom">1px</dimen> </resources> |