Skip to content
Snippets Groups Projects
Commit 110da69d authored by Dhina17's avatar Dhina17 Committed by Dhina17
Browse files

fixup! Power menu styles: Initial checkin for U [1/3]

- Remove old test code that has no use here.

Change-Id: I11ac5e6c8129bf8b95dc79af658dd22d9005a63e
parent 633f9336
No related branches found
No related tags found
No related merge requests found
......@@ -743,7 +743,7 @@ public class GlobalActionsDialog extends GlobalActionsDialogLite
void showLockMessage() {
Drawable lockIcon = mContext.getDrawable(com.android.internal.R.drawable.ic_lock);
lockIcon.setTint(mContext.getColor(com.android.systemui.R.color.control_primary_text));
lockIcon.setTint(mContext.getColor(com.android.systemui.res.R.color.control_primary_text));
mLockMessage.setCompoundDrawablesWithIntrinsicBounds(null, lockIcon, null, null);
mLockMessageContainer.setVisibility(View.VISIBLE);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment