diff options
author | Jorim Jaggi <jjaggi@google.com> | 2015-01-07 18:25:12 +0100 |
---|---|---|
committer | Jorim Jaggi <jjaggi@google.com> | 2015-01-21 16:56:58 +0100 |
commit | b93024f1e8676c3b964cca6f86c9c7056da37d88 (patch) | |
tree | 9308751f8885f4176a740996b309bf731ac4941b /packages/SystemUI/res/layout-sw600dp | |
parent | 2325f276cf01ad3f630eabefcaf4e35825413517 (diff) | |
download | frameworks_base-b93024f1e8676c3b964cca6f86c9c7056da37d88.zip frameworks_base-b93024f1e8676c3b964cca6f86c9c7056da37d88.tar.gz frameworks_base-b93024f1e8676c3b964cca6f86c9c7056da37d88.tar.bz2 |
Remove dead code #10: Clean up PhoneStatusBar
- Remove carrier label
- Remove emergency calls only label
- Remove dead methods and fiels.
Change-Id: If242a8fa926d21d77fc54867f4244e7d82626fff
Diffstat (limited to 'packages/SystemUI/res/layout-sw600dp')
-rw-r--r-- | packages/SystemUI/res/layout-sw600dp/carrier_label.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/carrier_label.xml b/packages/SystemUI/res/layout-sw600dp/carrier_label.xml deleted file mode 100644 index b33caf8..0000000 --- a/packages/SystemUI/res/layout-sw600dp/carrier_label.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** Copyright 2012, 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. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ ---> - -<Space - xmlns:android="http://schemas.android.com/apk/res/android" - android:visibility="gone" - />
\ No newline at end of file |