mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Merge pull request #22 from brion/spell
Disable spell suggestions in non-editable title view on detail page
This commit is contained in:
commit
31cc991c63
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:imeOptions="flagNoExtractUi"
|
android:imeOptions="flagNoExtractUi"
|
||||||
/>
|
android:inputType="textNoSuggestions"/>
|
||||||
<!-- <TextView
|
<!-- <TextView
|
||||||
android:id="@+id/mediaDetailDescription"
|
android:id="@+id/mediaDetailDescription"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue