Skip to content

SomeTimes hint text not showing  #34

@matghazaryan

Description

@matghazaryan

screenshot 2014-12-13 17 23 19

When I try to write something and hide keyboard the hint not showing. Could you please fix this issue?

For example if we set text input type as password and background as shape.
Here is my code

  <com.wrapp.floatlabelededittext.FloatLabeledEditText
        android:layout_width="match_parent"
        android:layout_height="@dimen/activity_edit_text_height"
        android:layout_marginBottom="@dimen/activity_small_margin"
        android:background="@drawable/edit_text_bg"
        float:fletPadding="5dp">

        <EditText
            android:id="@+id/login_email"
            android:inputType="textEmailAddress"
            android:gravity="bottom"
            android:layout_gravity="bottom"
            android:hint="@string/your_email_address"
            style="@style/ncv_edit_text_style"/>
    </com.wrapp.floatlabelededittext.FloatLabeledEditText>

    <com.wrapp.floatlabelededittext.FloatLabeledEditText
        android:layout_width="match_parent"
        android:layout_height="@dimen/activity_edit_text_height"
        android:background="@drawable/edit_text_bg"
        float:fletPadding="5dp">

        <EditText
            android:id="@+id/login_password"
            android:inputType="textPassword"
            android:hint="@string/password"
            android:gravity="bottom"
            android:imeOptions="actionDone"
            android:layout_gravity="bottom"
            style="@style/ncv_edit_text_style"/>
    </com.wrapp.floatlabelededittext.FloatLabeledEditText>

style.xml <style name="ncv_edit_text_style">
match_parent
@dimen/activity_edit_text_height
@color/text_color_black
@color/text_color_black
@dimen/activity_text_size_small
@drawable/edit_text_bg
@dimen/activity_edit_text_inner_padding
@dimen/activity_edit_text_inner_padding
@dimen/activity_edit_text_inner_padding
bottom
</style>

edit_text_bg

<solid android:color="@color/ncv_edit_text_solid_color"/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions