mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 08:45:17 +03:00
Merge pull request #3303 from dan0xii/curco
Sets the cursor colour on the passcode screen to grey.
This commit is contained in:
commit
3fc27cc927
1 changed files with 8 additions and 4 deletions
|
@ -56,7 +56,8 @@
|
|||
android:cursorVisible="true"
|
||||
android:imeOptions="flagNoExtractUi"
|
||||
android:importantForAutofill="no"
|
||||
android:hint="@string/hidden_character">
|
||||
android:hint="@string/hidden_character"
|
||||
android:textCursorDrawable="@null">
|
||||
<requestFocus/>
|
||||
</EditText>
|
||||
|
||||
|
@ -66,7 +67,8 @@
|
|||
android:cursorVisible="true"
|
||||
android:imeOptions="flagNoExtractUi"
|
||||
android:importantForAutofill="no"
|
||||
android:hint="@string/hidden_character"/>
|
||||
android:hint="@string/hidden_character"
|
||||
android:textCursorDrawable="@null" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/txt2"
|
||||
|
@ -74,7 +76,8 @@
|
|||
android:cursorVisible="true"
|
||||
android:imeOptions="flagNoExtractUi"
|
||||
android:importantForAutofill="no"
|
||||
android:hint="@string/hidden_character"/>
|
||||
android:hint="@string/hidden_character"
|
||||
android:textCursorDrawable="@null" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/txt3"
|
||||
|
@ -82,7 +85,8 @@
|
|||
android:cursorVisible="true"
|
||||
android:imeOptions="flagNoExtractUi"
|
||||
android:importantForAutofill="no"
|
||||
android:hint="@string/hidden_character"/>
|
||||
android:hint="@string/hidden_character"
|
||||
android:textCursorDrawable="@null" />
|
||||
</LinearLayout>
|
||||
|
||||
<android.support.v7.widget.AppCompatButton
|
||||
|
|
Loading…
Reference in a new issue