File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
src/com/android/systemui/statusbar/phone Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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"
7272 android:layout_gravity="center|bottom"
7373 />
7474 </FrameLayout>
75+ -->
7576 <FrameLayout
7677 android : layout_height =" wrap_content"
7778 android : layout_width =" wrap_content"
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments