Skip to content

Commit d962a33

Browse files
committed
Update README.md
1 parent c73e54f commit d962a33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
```
4141

4242
## How to use it? ##
43-
### * Define required icons in res/values/icons.xml ###
43+
### Define required icons in res/values/icons.xml ###
4444
```xml
4545
<?xml version="1.0" encoding="utf-8"?>
4646
<resources>
@@ -49,7 +49,7 @@ dependencies {
4949
<string name="fa_settings_gears">&#xf085;</string>
5050
</resources>
5151
```
52-
### * Now use custom view in activity.xml ###
52+
### Now use custom view in activity.xml ###
5353
```xml
5454
<com.lmntrx.livin.library.droidawesome.DroidAwesomeAutoCompleteTextView
5555
android:layout_width="wrap_content"
@@ -91,7 +91,7 @@ imageView.setImageDrawable(
9191
.build()
9292
);
9393
```
94-
### * To use with menu items ###
94+
### To use with menu items ###
9595
```xml
9696
<!--XML-->
9797
<menu xmlns:android="http://schemas.android.com/apk/res/android"

0 commit comments

Comments
 (0)