Multiple fixes to browser
- Support dial phone number when input "wtai://wp/mc" scheme in url
- Fix folder creation done button broken in bookmark screen
when user in landscape mode.
Change-Id: I3978e3ec309c778da6ba214ac556b91585d033ff
diff --git a/res/layout/new_folder_layout.xml b/res/layout/new_folder_layout.xml
index ad9ba4b..dc0fa39 100644
--- a/res/layout/new_folder_layout.xml
+++ b/res/layout/new_folder_layout.xml
@@ -40,6 +40,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:textAppearance="?android:attr/textAppearanceMedium"
+ android:inputType="textCapSentences|textNoSuggestions"
android:background="@null"
android:gravity="center_vertical"
android:paddingLeft="6dip"