Menu
Who Do Is
  • Home
  • What
  • How
  • Is
  • Can
  • Are
  • Does
  • Do
  • Why
  • Who
  • Where
  • Which
  • Which
  • Should
  • Will
  • When
  • What’s
  • Did
Who Do Is

[ANSWERED] Android TextInputLayout – no space below bottom line

Posted on November 14, 2022

Solution 1 :

Just use the standard TextInputLayout in the Material Components library.

   <com.google.android.material.textfield.TextInputLayout
       android_layout_width="match_parent"
       android_layout_height="wrap_content"
       android_hint="Hint">

       <com.google.android.material.textfield.TextInputEditText
           android_layout_width="match_parent"
           android_layout_height="wrap_content"
           android_text="Text"/>

   </com.google.android.material.textfield.TextInputLayout>

enter image description here

Solution 2 :

Create a drawable file bg_edittext.xml

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns_android="http://schemas.android.com/apk/res/android">

    <item>
        <shape android_shape="rectangle">
            <stroke android_width="1dp" android_color="#000"/>
        </shape>
    </item>
    <item android_bottom="1dp">
        <shape android_shape="rectangle">
            <solid android_color="#fff"/>
        </shape>
    </item>

</layer-list>

and go to your edittext, set

 android_background="@drawable/bg_edittext"

Problem :

I’ve created text input using TextInputLayout and TextInputEditText.
TextInputLayout should have gray background and editText line should be on the bottom without any margin. I tried with 0 margins and padding, but I didn’t manage how to do that.

How it looks like:

How it looks like

What I need:

What I need

Comments

Comment posted by stackoverflow.com/a/57740128/12553303

this will help you –>

Comment posted by ʍѳђઽ૯ท

Please add your xml codes to the question too.

Comment posted by Gabriele Mariotti

No reason to use a custom background in the TextInputEditText.

READ  [ANSWERED] android - Kotlin - combining flows
Powered by Inline Related Posts

Recent Posts

  • How can I play with my cat without toys?
  • What is a bag pipe band called?
  • Are Honda Civics actually fast?
  • Are Yankee candles toxic?
  • How do I pair my Michael Kors smartwatch with my Android?

Recent Comments

No comments to show.

Archives

  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022

Categories

  • ¿Cómo
  • ¿Cuál
  • ¿Cuántas
  • ¿Cuánto
  • ¿Que
  • ¿Quién
  • 90” and 108” so you may have to round up to the nearest size.
  • and delete any Spotify folders from it. Once this is done
  • Android
  • Are
  • At
  • Bei
  • blink
  • C'est
  • Can
  • carbs
  • Comment
  • Did
  • Do
  • Does
  • During
  • For
  • Has
  • How
  • In
  • Is
  • Ist
  • Kann
  • Können
  • nouveau
  • On
  • or 108 inches.2020-08-03
  • Où
  • owning
  • Pourquoi
  • Puis-je
  • Quand
  • Quante
  • Quel
  • Quelle
  • Quelles
  • Quels
  • Qui
  • Should
  • Sind
  • Sollte
  • spiritual
  • tap the downward-facing arrow on the top left. A downward-facing arrow will appear underneath each song in the album; they'll turn green as the download completes.2020-07-28
  • Uncategorized
  • Wann
  • Warum
  • Was
  • Welche
  • Welcher
  • Welches
  • Welke
  • Wer
  • Were
  • What
  • What's
  • When
  • Where
  • Which
  • Who
  • Whose
  • Why
  • Wie
  • Will
  • Wo
  • Woher
  • you will receive two curtains each with the same measurements of width 66"" (168cm) x drop 54""(137cm).
  • you'll see a green downward-facing arrow next to each song.2021-02-26
©2023 Who Do Is | Powered by SuperbThemes & WordPress