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

Disable sound effects on items that has no onClick action #28

Closed Robyer closed 7 years ago

Robyer commented 7 years ago

Currently on clicking any item (including the MaterialAboutTitleItem and MaterialAboutActionItem) it plays the system "click" sound, but it does't make sense for static items without any attached onClick action.

Please disable sound effects on such items. In layout it can be done by using android:soundEffectsEnabled="false", there will be similar method to do it programatically.

daniel-stoneuk commented 7 years ago

Sure. I'll work on this for 1.5.0 (hopefully tonight). Thanks!

daniel-stoneuk commented 7 years ago

Sorted. Thanks!