1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-25 02:37:11 -07:00

added icon. fixed path. (Close #18)

This commit is contained in:
Alex Dibrivnyi 2017-04-13 19:03:41 +03:00
parent 23fae473aa
commit b93a89c190
2 changed files with 2 additions and 2 deletions

View file

@ -58,11 +58,11 @@ public class AboutActivity extends MaterialAboutActivity {
.build());
supportCardBuilder.addItem(new MaterialAboutActionItem.Builder()
.text(R.string.egab_guide)
.icon(R.drawable.ic_about_black)
.icon(R.drawable.ic_guide)
.setOnClickListener(new MaterialAboutActionItem.OnClickListener() {
@Override
public void onClick() {
openHTMLPage(config.webHomePage);
openHTMLPage(config.guideHtmlPath);
if (config.analytics != null) {
config.analytics.logUiEvent(config.logUiEventName, getString(R.string.egab_guide));
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB