Merge "Change the initial visibility of IME switch button"

This commit is contained in:
satok
2010-12-09 08:10:53 -08:00
committed by Android (Google) Code Review

View File

@@ -41,7 +41,7 @@
android:layout_height="match_parent"
android:layout_marginLeft="8dip"
android:src="@drawable/ic_sysbar_ime_default"
android:visibility="invisible"
android:visibility="gone"
/>
<com.android.systemui.statusbar.tablet.NotificationIconArea
android:id="@+id/notificationIcons"