Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
PublicAndroidApps
Nebulo
Commits
04abbde1
Commit
04abbde1
authored
Jul 01, 2019
by
Daniel Wolf
Browse files
Replaced MaterialEditText in AppChoosalDialog with TextInputLayout
parent
fa492fa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/layout/dialog_app_choosal.xml
View file @
04abbde1
...
...
@@ -32,30 +32,23 @@
style=
"@style/Base.Widget.AppCompat.Button.Borderless"
android:layout_height=
"24dp"
/>
<com.
frostnerd.materialedittext.MaterialEditTex
t
<com.
google.android.material.textfield.TextInputLayou
t
android:layout_width=
"match_parent"
app:image=
"@drawable/ic_search"
app:iconTint=
"?attr/foregroundElementColor"
app:allowCollapse=
"false"
app:animationDuration=
"0"
app:indicatorState=
"undefined"
app:indicatorVisibilityWhenUnused=
"hidden"
app:revealType=
"revealInstant"
android:id=
"@+id/nameTil"
app:errorEnabled=
"true"
android:hint=
"@string/search"
android:textColorHint=
"?attr/foregroundElementColor"
android:layout_toStartOf=
"@id/clearSearch"
android:layout_alignParentStart=
"true"
app:revealDelay=
"0"
app:labelText=
"@string/search"
android:layout_height=
"wrap_content"
>
<EditText
<
com.google.android.material.textfield.TextInput
EditText
android:layout_width=
"match_parent"
android:textColor=
"?attr/foregroundElementColor"
android:layout_height=
"wrap_content"
android:importantForAutofill=
"no"
android:hint=
"@string/hint_searchterm"
android:id=
"@+id/search"
android:inputType=
"text"
/>
</com.frostnerd.materialedittext.MaterialEditText>
android:inputType=
"text"
android:layout_height=
"wrap_content"
/>
</com.google.android.material.textfield.TextInputLayout>
</RelativeLayout>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment