daniel-stoneuk / material-about-library

Makes it easy to create beautiful about screens for your apps
Apache License 2.0
1.12k stars 140 forks source link

Suggestion: ClickListener for MaterialAboutTitleItem #37

Closed Rainer-Lang closed 7 years ago

Rainer-Lang commented 7 years ago

I use the TitleItem for the app name. This item should be linked to Google Play. May you add a ClickListener?

daniel-stoneuk commented 7 years ago

Added! You can use ConvenienceBuilder.createRateOnClickAction() to create a Play Store intent.

Rainer-Lang commented 7 years ago

I saw this RateActionItem. But it wasn't what I wanted right now. Maybe I will use it later. Thanks for adding. 👍

Rainer-Lang commented 7 years ago

@daniel-stoneuk It isn't working. No onClick()

daniel-stoneuk commented 7 years ago

.setOnClickListener in the builder?

Rainer-Lang commented 7 years ago

In the builder of the TitleItem

daniel-stoneuk commented 7 years ago

There should be? Which dependency are you using. Also how's the app going?

Rainer-Lang commented 7 years ago

I set the Listener but no onClick()