Skip to content

Commit

Permalink
Update README.md (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
samerzmd authored and vekexasia committed Oct 19, 2016
1 parent de0e6df commit f4818bf
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ In your xml import an extra namespace on the root of your layout
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:whatever="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
android:layout_height="wrap_content"
android:orientation="vertical">
....
<!-- Your actual layout -->
....
Expand All @@ -85,7 +86,8 @@ Whenever you need to use the FormEditText just do the following in your xml.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:whatever="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
android:layout_height="wrap_content"
android:orientation="vertical">

<!-- Some stuff -->

Expand Down Expand Up @@ -134,7 +136,8 @@ You can customize them using the attributes
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:whatever="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
android:layout_height="wrap_content"
android:orientation="vertical">

<!-- Some stuff -->

Expand Down Expand Up @@ -190,7 +193,8 @@ If you want to use **regexp** as **test** attribute value you'll need to also us
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:whatever="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
android:layout_height="wrap_content"
android:orientation="vertical">

<!-- Some stuff -->

Expand Down

0 comments on commit f4818bf

Please sign in to comment.