mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-25 18:47:12 -07:00
changed color
This commit is contained in:
parent
251255cd8c
commit
845ad401f9
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ public class AboutActivity extends MaterialAboutActivity {
|
|||
.build());
|
||||
supportCardBuilder.addItem(new MaterialAboutActionItem.Builder()
|
||||
.text(R.string.egab_guide)
|
||||
.icon(R.drawable.ic_help_24dp)
|
||||
.icon(R.drawable.ic_help_black_24dp)
|
||||
.setOnClickListener(new MaterialAboutActionItem.OnClickListener() {
|
||||
@Override
|
||||
public void onClick() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue