am a7cb63a1: Merge "Remove inappropriate triangle icons from quick settings panel." into honeycomb

* commit 'a7cb63a15319c5a4b59f67e66c93b5b9616475d4':
  Remove inappropriate triangle icons from quick settings panel.
This commit is contained in:
Daniel Sandler
2011-01-20 17:05:28 -08:00
committed by Android Git Automerger

View File

@@ -65,14 +65,6 @@
style="@style/StatusBarPanelSettingsContents"
android:text="@string/status_bar_settings_wifi_button"
/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="top"
android:layout_marginTop="16dp"
android:layout_marginRight="2dp"
android:src="@drawable/ic_notification_open"
/>
</LinearLayout>
<View style="@style/StatusBarPanelSettingsPanelSeparator" />
@@ -158,14 +150,6 @@
style="@style/StatusBarPanelSettingsContents"
android:text="@string/status_bar_settings_settings_button"
/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="top"
android:layout_marginTop="16dp"
android:layout_marginRight="2dp"
android:src="@drawable/ic_notification_open"
/>
</LinearLayout>
<View style="@style/StatusBarPanelSettingsPanelSeparator" />