Skip to content

Commit e256399

Browse files
Update README.md
1 parent 9d72898 commit e256399

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ protected void onActivityResult(int requestCode, int resultCode, @Nullable Inten
6262
}
6363
```
6464
* Chaging Theme
65+
6566
To change theme you should override this style to extends your AppTheme
6667

6768
``` xml
@@ -71,7 +72,7 @@ protected void onActivityResult(int requestCode, int resultCode, @Nullable Inten
7172
<style name="SFB.Base" parent="App.AppTheme"/>
7273
```
7374

74-
And for customizing bottomNavigation colors you should override this style :
75+
And for customizing bottomNavigation or bottons color you should override this style :
7576

7677
``` xml
7778
<style name="SFB.Base.Theme.Browser" parent="SFB.Base.Theme">

0 commit comments

Comments
 (0)