Skip to content

Commit 8b50bd8

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Remove dedicated wimax icon to fix RSSI layout." into ics-mr1
2 parents 0ddcad0 + 633eabe commit 8b50bd8

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

packages/SystemUI/res/layout/signal_cluster_view.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
android:visibility="gone"
5252
android:id="@+id/spacer"
5353
/>
54-
<FrameLayout
54+
<!--<FrameLayout
5555
android:id="@+id/wimax_combo"
5656
android:layout_height="wrap_content"
5757
android:layout_width="wrap_content"
@@ -72,6 +72,7 @@
7272
android:layout_gravity="center|bottom"
7373
/>
7474
</FrameLayout>
75+
-->
7576
<FrameLayout
7677
android:layout_height="wrap_content"
7778
android:layout_width="wrap_content"

packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,11 @@ protected View makeStatusBarView() {
350350
(SignalClusterView)sb.findViewById(R.id.signal_cluster);
351351
mNetworkController.addSignalCluster(signalCluster);
352352
signalCluster.setNetworkController(mNetworkController);
353-
final ImageView wimaxRSSI =
354-
(ImageView)sb.findViewById(R.id.wimax_signal);
355-
if (wimaxRSSI != null) {
356-
mNetworkController.addWimaxIconView(wimaxRSSI);
357-
}
353+
// final ImageView wimaxRSSI =
354+
// (ImageView)sb.findViewById(R.id.wimax_signal);
355+
// if (wimaxRSSI != null) {
356+
// mNetworkController.addWimaxIconView(wimaxRSSI);
357+
// }
358358
// Recents Panel
359359
mRecentTasksLoader = new RecentTasksLoader(context);
360360
updateRecentsPanel();

0 commit comments

Comments
 (0)