Skip to content

Commit 74ffbbb

Browse files
committed
Merge pull request claucookie#3 from johnjohndoe/patch-1
Improve formatting.
2 parents c7cfa00 + acc3f9c commit 74ffbbb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ compile 'com.github.claucookie.miniequalizer:library:1.0.0'
1919
## Layout
2020

2121
````xml
22-
<es.claucookie.miniequalizerlibrary.EqualizerView
23-
xmlns:custom="http://schemas.android.com/apk/res-auto"
24-
android:id="@+id/equalizer_view"
25-
android:layout_width="30dp"
26-
android:layout_height="30dp"
27-
custom:foregroundColor="@color/link_text_material_light"
28-
custom:animDuration="3500"/>
22+
<es.claucookie.miniequalizerlibrary.EqualizerView
23+
xmlns:custom="http://schemas.android.com/apk/res-auto"
24+
android:id="@+id/equalizer_view"
25+
android:layout_width="30dp"
26+
android:layout_height="30dp"
27+
custom:foregroundColor="@color/link_text_material_light"
28+
custom:animDuration="3500"/>
2929
````
3030

3131
### Attributes

0 commit comments

Comments
 (0)