Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b50bd8c authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Remove dedicated wimax icon to fix RSSI layout." into ics-mr1

parents 0ddcad0b 633eabe5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
        android:visibility="gone"
        android:id="@+id/spacer"
        />
    <FrameLayout
    <!--<FrameLayout
        android:id="@+id/wimax_combo"
        android:layout_height="wrap_content"
        android:layout_width="wrap_content"
@@ -72,6 +72,7 @@
            android:layout_gravity="center|bottom"
            />
    </FrameLayout>
    -->
    <FrameLayout
        android:layout_height="wrap_content"
        android:layout_width="wrap_content"
+5 −5
Original line number Diff line number Diff line
@@ -350,11 +350,11 @@ public class PhoneStatusBar extends StatusBar {
                (SignalClusterView)sb.findViewById(R.id.signal_cluster);
        mNetworkController.addSignalCluster(signalCluster);
        signalCluster.setNetworkController(mNetworkController);
	final ImageView wimaxRSSI = 
                (ImageView)sb.findViewById(R.id.wimax_signal);
        if (wimaxRSSI != null) {
            mNetworkController.addWimaxIconView(wimaxRSSI);
        }
//        final ImageView wimaxRSSI = 
//                (ImageView)sb.findViewById(R.id.wimax_signal);
//        if (wimaxRSSI != null) {
//            mNetworkController.addWimaxIconView(wimaxRSSI);
//        }
        // Recents Panel
        mRecentTasksLoader = new RecentTasksLoader(context);
        updateRecentsPanel();