android-about-page
android-about-page copied to clipboard
Not able to resize the Image.
is it possible to resize the image ?
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
Could adding the possibility to set a view with a custom layout as an Element help with this issue?