diff options
Diffstat (limited to 'packages/SystemUI/res/values-tvdpi/dimens.xml')
-rw-r--r-- | packages/SystemUI/res/values-tvdpi/dimens.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-tvdpi/dimens.xml b/packages/SystemUI/res/values-tvdpi/dimens.xml index 7667f3e..5327cee 100644 --- a/packages/SystemUI/res/values-tvdpi/dimens.xml +++ b/packages/SystemUI/res/values-tvdpi/dimens.xml @@ -17,4 +17,11 @@ <resources> <!-- Margin on the right side of the system icon group on Keyguard. --> <fraction name="battery_button_height_fraction">12%</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">10%</fraction> + <fraction name="battery_subpixel_smoothing_right">10%</fraction> + + <dimen name="battery_margin_bottom">1px</dimen> </resources> |