#edit text with hover in box [ TextInputLayout New Design ] in android studio
Explore tagged Tumblr posts
jeeteshsurana · 6 years ago
Link
Edit text with hover in box [ TextInputLayout New Design ] in android studio 
<com.google.android.material.textfield.TextInputLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">
            <com.google.android.material.textfield.TextInputEditText
                    android:hint="Number"
                    android:id="@+id/edt_Values"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"/>
        </com.google.android.material.textfield.TextInputLayout>
note:- implement Material lib 
In Java
implementation 'com.android.support:design:28.0.0-alpha1' 
In Kotlin
implementation "com.google.android.material:material:1.0.0"
0 notes
jeeteshsurana · 6 years ago
Text
edit text with hover in box [ TextInputLayout New Design ] in android studio
https://ift.tt/31W2ch3
Edit text with hover in box [ TextInputLayout New Design ] in android studio 
<com.google.android.material.textfield.TextInputLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">
            <com.google.android.material.textfield.TextInputEditText
                    android:hint="Number"
                    android:id="@+id/edt_Values"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"/>
        </com.google.android.material.textfield.TextInputLayout>
note:- implement Material lib 
In Java
implementation 'com.android.support:design:28.0.0-alpha1' 
In Kotlin
implementation "com.google.android.material:material:1.0.0"
via Blogger https://ift.tt/2RC9LVp
0 notes