Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

hint not working #32

Open
akashagra opened this issue Aug 20, 2017 · 0 comments
Open

hint not working #32

akashagra opened this issue Aug 20, 2017 · 0 comments

Comments

@akashagra
Copy link

Hint is not working in my edit text
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="25dp"

            android:orientation="vertical">

            <com.github.florent37.materialtextfield.MaterialTextField
                android:layout_width="300dp"
                android:layout_height="wrap_content"

                app:mtf_image="@drawable/man">

                <EditText
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:hint="@string/rollno"
                    android:textColor="#333"
                    android:textColorHint="#666"
                    android:textSize="15sp"
                    android:ellipsize="end"


                     />

            </com.github.florent37.materialtextfield.MaterialTextField>

            <com.github.florent37.materialtextfield.MaterialTextField
                android:layout_width="300dp"
                android:layout_height="wrap_content"

                app:mtf_image="@drawable/man">

                <EditText
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:hint="@string/rollno"

                    android:textColor="#333"
                    android:textColorHint="#666"
                    android:textSize="15sp"
                    android:ellipsize="end"

                     />

            </com.github.florent37.materialtextfield.MaterialTextField>
        </LinearLayout>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant