am 127bd989: Remove the shortcut textbox for now.

* commit '127bd9894faa3d1d44e3ac6998b4d23c22589bfd':
  Remove the shortcut textbox for now.
This commit is contained in:
Jean Chalard
2011-12-09 11:00:45 -08:00
committed by Android Git Automerger

View File

@@ -54,6 +54,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical" android:orientation="vertical"
android:visibility="gone" > android:visibility="gone" >
<!-- Shortcut interface. Reactivate when shortcut are supported by the subsystem.
<TextView style="?android:attr/textAppearanceSmall" <TextView style="?android:attr/textAppearanceSmall"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@@ -65,6 +66,7 @@
android:layout_marginLeft="8dip" android:layout_marginLeft="8dip"
android:layout_marginRight="8dip" android:layout_marginRight="8dip"
android:inputType="textNoSuggestions" /> android:inputType="textNoSuggestions" />
-->
<TextView android:layout_width="match_parent" <TextView android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="8dip" android:layout_marginLeft="8dip"