File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
40
40
```
41
41
42
42
## How to use it? ##
43
- ### * Define required icons in res/values/icons.xml ###
43
+ ### Define required icons in res/values/icons.xml ###
44
44
``` xml
45
45
<?xml version =" 1.0" encoding =" utf-8" ?>
46
46
<resources >
@@ -49,7 +49,7 @@ dependencies {
49
49
<string name =" fa_settings_gears" > </string >
50
50
</resources >
51
51
```
52
- ### * Now use custom view in activity.xml ###
52
+ ### Now use custom view in activity.xml ###
53
53
``` xml
54
54
<com .lmntrx.livin.library.droidawesome.DroidAwesomeAutoCompleteTextView
55
55
android : layout_width =" wrap_content"
@@ -91,7 +91,7 @@ imageView.setImageDrawable(
91
91
.build()
92
92
);
93
93
```
94
- ### * To use with menu items ###
94
+ ### To use with menu items ###
95
95
``` xml
96
96
<!-- XML-->
97
97
<menu xmlns : android =" http://schemas.android.com/apk/res/android"
You can’t perform that action at this time.
0 commit comments