Added flag for multiline support for share box necessary due to textCaps flat

This commit is contained in:
RyanBateman 2012-10-15 17:15:12 -04:00
parent 601f5e1884
commit f4ed9d31ed
2 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.newsblur" package="com.newsblur"
android:versionCode="21" android:versionCode="23"
android:versionName="0.9.70" > android:versionName="0.9.72" >
<uses-sdk <uses-sdk
android:minSdkVersion="8" android:minSdkVersion="8"

View file

@ -18,7 +18,8 @@
android:layout_below="@id/dialog_message" android:layout_below="@id/dialog_message"
android:layout_marginBottom="10dp" android:layout_marginBottom="10dp"
android:layout_marginTop="5dp" android:layout_marginTop="5dp"
android:inputType="textCapSentences" android:singleLine="false"
android:inputType="textCapSentences|textMultiLine"
android:hint="@string/share_comment_hint" android:hint="@string/share_comment_hint"
android:textSize="11sp" /> android:textSize="11sp" />