Skip to content

Commit 81cabae

Browse files
committed
Update README example
1 parent e25930d commit 81cabae

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,15 @@ Add the library project (or just copy the files manually) and then insert the vi
2626
android:orientation="vertical">
2727

2828
<com.wrapp.floatlabelededittext.FloatLabeledEditText
29+
android:layout_width="match_parent"
2930
android:layout_height="wrap_content"
31+
float:fletFloatingHint="Username"/>
32+
33+
<com.wrapp.floatlabelededittext.FloatLabeledEditText
3034
android:layout_width="match_parent"
31-
float:fletFloatingHint="Test"/>
35+
android:layout_height="wrap_content"
36+
float:fletFloatingHint="Password"
37+
float:fletInputType="textPassword"/>
3238
</LinearLayout>
3339
```
3440
Developed By

0 commit comments

Comments
 (0)