Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Livin21 committed Dec 27, 2016
1 parent c73e54f commit d962a33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
```

## How to use it? ##
### * Define required icons in res/values/icons.xml ###
### Define required icons in res/values/icons.xml ###
```xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
Expand All @@ -49,7 +49,7 @@ dependencies {
<string name="fa_settings_gears">&#xf085;</string>
</resources>
```
### * Now use custom view in activity.xml ###
### Now use custom view in activity.xml ###
```xml
<com.lmntrx.livin.library.droidawesome.DroidAwesomeAutoCompleteTextView
android:layout_width="wrap_content"
Expand Down Expand Up @@ -91,7 +91,7 @@ imageView.setImageDrawable(
.build()
);
```
### * To use with menu items ###
### To use with menu items ###
```xml
<!--XML-->
<menu xmlns:android="http://schemas.android.com/apk/res/android"
Expand Down

0 comments on commit d962a33

Please sign in to comment.