Skip to content

Commit 9f6e1b1

Browse files
committed
Enable syntax highlighting for code snippets.
1 parent 5c9e341 commit 9f6e1b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Android library for UI components.<br />
33
Gradle integration:
44

5-
```
5+
```groovy
66
repositories {
77
mavenCentral()
88
}
@@ -20,7 +20,7 @@ Requires API level 14+ <br />
2020
### ActionView
2121
<img src="https://raw.githubusercontent.com/markushi/android-ui/master/example-action.gif" alt="ActionView Example" /><br />
2222
A widget which can dynamically animate between defined Actions.
23-
```
23+
```xml
2424
<at.markushi.ui.ActionView
2525
android:id="@+id/action"
2626
android:layout_width="56dip"
@@ -30,7 +30,7 @@ A widget which can dynamically animate between defined Actions.
3030
app:av_action="drawer"/>
3131
```
3232
You can dynamically change the action with:
33-
```
33+
```java
3434
actionView.setAction(new BackAction(), ActionView.ROTATE_COUNTER_CLOCKWISE);
3535
```
3636

0 commit comments

Comments
 (0)