File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
Android library for UI components.<br />
3
3
Gradle integration:
4
4
5
- ```
5
+ ``` groovy
6
6
repositories {
7
7
mavenCentral()
8
8
}
@@ -20,7 +20,7 @@ Requires API level 14+ <br />
20
20
### ActionView
21
21
<img src =" https://raw.githubusercontent.com/markushi/android-ui/master/example-action.gif " alt =" ActionView Example " /><br />
22
22
A widget which can dynamically animate between defined Actions.
23
- ```
23
+ ``` xml
24
24
<at .markushi.ui.ActionView
25
25
android:id=" @+id/action"
26
26
android:layout_width=" 56dip"
@@ -30,7 +30,7 @@ A widget which can dynamically animate between defined Actions.
30
30
app:av_action=" drawer" />
31
31
```
32
32
You can dynamically change the action with:
33
- ```
33
+ ``` java
34
34
actionView. setAction(new BackAction (), ActionView . ROTATE_COUNTER_CLOCKWISE );
35
35
```
36
36
You can’t perform that action at this time.
0 commit comments