Mehdi Sakout

Results 64 comments of Mehdi Sakout

Can you share a screenshot ?

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 : `...` Original style :...

Thank you @ahmetturk, could you make a pull request so I can merge it ?

Hi @drogbababa There is no special method for that, but you could create a new element and set gravity to center, to get something like: https://github.com/medyo/android-about-page/blob/master/app/src/main/java/mehdi/sakout/aboutpage/sample/MainActivity.java#L46

@drogbababa please post one question per issue, Thank you

Hi @mahasadhu, Please take a look at : https://github.com/medyo/android-about-page/issues/50#issuecomment-219664873

Hi @rajeevjaiswal, please give a try to the last `android-about-page` version

Hi @cyyuk, Could move the DynamicBox initialization to onViewCreated https://developer.android.com/reference/android/app/Fragment.html#onViewCreated(android.view.View,android.os.Bundle)

Hi @ericmguimaraes, Could you share a sample of your code?