Skip to content

Commit fe1b67f

Browse files
authored
Update README.md
1 parent 7f02669 commit fe1b67f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ mViewPager.addOnPageChangeListener(new ViewPager.OnPageChangeListener() {
8989
}
9090
});
9191
```
92+
##### Supported xml attributes:
93+
```
94+
app:activeColor="@color/colorPrimary" // Set Active Indicator Color
95+
app:inactiveColor="@color/colorAccent" // Set Inactive Indicator Color
96+
```
9297

9398
##### Other supported methods:
9499

0 commit comments

Comments
 (0)