We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25930d commit 81cabaeCopy full SHA for 81cabae
README.md
@@ -26,9 +26,15 @@ Add the library project (or just copy the files manually) and then insert the vi
26
android:orientation="vertical">
27
28
<com.wrapp.floatlabelededittext.FloatLabeledEditText
29
+ android:layout_width="match_parent"
30
android:layout_height="wrap_content"
31
+ float:fletFloatingHint="Username"/>
32
+
33
+ <com.wrapp.floatlabelededittext.FloatLabeledEditText
34
android:layout_width="match_parent"
- float:fletFloatingHint="Test"/>
35
+ android:layout_height="wrap_content"
36
+ float:fletFloatingHint="Password"
37
+ float:fletInputType="textPassword"/>
38
</LinearLayout>
39
```
40
Developed By
0 commit comments