medyo / android-about-page

Create an awesome About Page for your Android App in 2 minutes
2.04k stars 283 forks source link

Resize Image in setImage #137

Closed BEN00262 closed 4 years ago

BEN00262 commented 4 years ago

how can i resize the image size in setImage

medyo commented 4 years ago

by overriding this style

<style name="about_image">
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:gravity">center</item>
        <item name="android:layout_marginBottom">30dp</item>
        <item name="android:layout_marginTop">20dp</item>
    </style>