diff options
Diffstat (limited to 'packages/SystemUI/res/layout/status_bar.xml')
-rw-r--r-- | packages/SystemUI/res/layout/status_bar.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/status_bar.xml b/packages/SystemUI/res/layout/status_bar.xml index cfec230..291dc65 100644 --- a/packages/SystemUI/res/layout/status_bar.xml +++ b/packages/SystemUI/res/layout/status_bar.xml @@ -2,7 +2,7 @@ <!-- /* apps/common/assets/default/default/skins/StatusBar.xml ** -** Copyright 2015, The Android Open Source Project +** Copyright 2006, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. @@ -100,7 +100,7 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_marginStart="@dimen/header_battery_margin_keyguard" - android:textColor="@color/status_bar_battery_level_text_color" + android:textColor="#ffffff" android:textSize="@dimen/battery_level_text_size" /> <com.android.systemui.statusbar.policy.Clock |