diff options
author | Steve Kondik <steve@cyngn.com> | 2015-12-05 00:25:36 -0800 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2015-12-05 00:52:17 -0800 |
commit | 0dc882ea06de7a322f62796883c45d5fd1f216f8 (patch) | |
tree | 299030c060d2b1ce4fe5bf7950afe3659d815e49 /packages/SystemUI/res/layout/keyguard_status_bar.xml | |
parent | c1cacfbc14e29916194048218f5d483f4b3554e3 (diff) | |
download | frameworks_base-0dc882ea06de7a322f62796883c45d5fd1f216f8.zip frameworks_base-0dc882ea06de7a322f62796883c45d5fd1f216f8.tar.gz frameworks_base-0dc882ea06de7a322f62796883c45d5fd1f216f8.tar.bz2 |
Revert "Themes: Expose "ALL" layouts hard code in frameworks base for themes"
* Many apps which display listviews crash with this change. Reverting
for now.
This reverts commit e6458a3380b36ab0e3538159e854b7f815a838f3.
Change-Id: Icc4d0ee18c708a5692db0b20f7b6b2084d8dd43b
Diffstat (limited to 'packages/SystemUI/res/layout/keyguard_status_bar.xml')
-rw-r--r-- | packages/SystemUI/res/layout/keyguard_status_bar.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/SystemUI/res/layout/keyguard_status_bar.xml b/packages/SystemUI/res/layout/keyguard_status_bar.xml index a337e90..8d33742 100644 --- a/packages/SystemUI/res/layout/keyguard_status_bar.xml +++ b/packages/SystemUI/res/layout/keyguard_status_bar.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - ~ Copyright (C) 2015 The Android Open Source Project + ~ Copyright (C) 2014 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. @@ -58,7 +58,7 @@ android:layout_gravity="center_vertical" android:layout_marginStart="@dimen/header_battery_margin_keyguard" android:paddingEnd="@dimen/battery_level_padding_end" - android:textColor="@color/status_bar_battery_level_text_color" + android:textColor="#ffffff" android:visibility="gone" android:textSize="@dimen/battery_level_text_size" android:importantForAccessibility="noHideDescendants"/> @@ -73,7 +73,7 @@ android:gravity="center_vertical" android:ellipsize="marquee" android:textAppearance="?android:attr/textAppearanceSmall" - android:textColor="@color/keyguard_carrier_text_color" + android:textColor="#ffffff" android:singleLine="true" /> </com.android.systemui.statusbar.phone.KeyguardStatusBarView> |