mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Added flag for multiline support for share box necessary due to textCaps flat
This commit is contained in:
parent
601f5e1884
commit
f4ed9d31ed
2 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.newsblur"
|
||||
android:versionCode="21"
|
||||
android:versionName="0.9.70" >
|
||||
android:versionCode="23"
|
||||
android:versionName="0.9.72" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="8"
|
||||
|
|
|
@ -18,7 +18,8 @@
|
|||
android:layout_below="@id/dialog_message"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:layout_marginTop="5dp"
|
||||
android:inputType="textCapSentences"
|
||||
android:singleLine="false"
|
||||
android:inputType="textCapSentences|textMultiLine"
|
||||
android:hint="@string/share_comment_hint"
|
||||
android:textSize="11sp" />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue