android-about-page icon indicating copy to clipboard operation
android-about-page copied to clipboard

Not able to resize the Image.

Open siddimania opened this issue 8 years ago • 2 comments

is it possible to resize the image ?

siddimania avatar Sep 05 '16 07:09 siddimania

Hi @siddimania,

Actually, the image uses wrap_content which is good to match source size, if it doesn't suit your need, you can override about_image style : <style name="about_image">...</style>

Original style : https://github.com/medyo/android-about-page/blob/master/library/src/main/res/values/styles.xml#L18

medyo avatar Sep 05 '16 13:09 medyo

Could adding the possibility to set a view with a custom layout as an Element help with this issue?

Torkin1 avatar Jan 12 '21 13:01 Torkin1