About 12,800,000 results
Open links in new tab
  1. How to change the hint size of TextInputLayout - Stack Overflow

    You can reduce the font size on the EditText - that will reduce the size of the hint as well. i.e. android:textSize="16sp"

  2. android - Increase TextInputLayout focused text size - Stack Overflow

    Apr 11, 2017 · You can use the default hintTextAppearance for TextInputLayout. Working fine for me <android.support.design.widget.TextInputLayout android:id="@+id/input_Email" …

  3. android - How to change hint text size in TextInputLayout - Stack Overflow

    Feb 8, 2016 · Changing the final hint size / floating label size is possible via a style and calling SetHintTextAppearance using something like the following:- …

  4. TextInputLayout | API reference - Android Developers

    Using TextInputEditText instead of an EditText provides accessibility support for the text field and allows TextInputLayout greater control over the visual aspects of the text field. This is an …

  5. TextInputLayout Styling - Medium

    Mar 10, 2020 · So, to increase or decrease spaces between the error/helper messages and bottom line/border you should use “android:layout_marginBottom” parameter, between the …

  6. Android TextInputLayout Example - DigitalOcean

    Aug 3, 2022 · Android TextInputLayout is a design component that comes with the Material Design Support Library. Android TexInputLayout extends LinearLayout. The primary use of a …

  7. How to Fix the TextInputLayout Height Issue in Android Studio

    Discover how to solve the issue of a `TextInputLayout` being too high in Android Studio with simple adjustments to your layout.---This video is based on the ...

  8. How to change the size of the EditText hint in TextInputLayout

    The size of the regular hint text is set to the EditText's text size when that is added to the TextInputLayout during inflation/initialization. This value is ultimately set on a private helper …

  9. Learning Android - Styling the default text size in… | Boffin Lab

    The Material TextInputLayout sets the style on the TextInputEditText itself and does not take the value of editTextStyle from the theme. It sets the style based on the materialThemeOverlay …

  10. Different Ways to Increase Editor Font Size in Android Studio

    Mar 12, 2021 · In this article, we will see different ways to increase the editor font size of Android Studio. We are going to discuss three different methods for doing this task. Method 1: …

  11. Some results have been removed
Refresh