android - SimpleDraweeView rounded inside scrollview -


i'm trying migrate uil facebook's fresco lib. far looks fine when put rounded image inside scrollview weird behaviour: while scrolling bottom, image overlaps action bar , keeps there when go up.

screenshot

this code:

            <com.facebook.drawee.view.simpledraweeview                 android:id="@+id/img_item_detail_avatar"                 android:layout_width="70dp"                 android:layout_height="70dp"                 android:layout_gravity="center_vertical|right"                 fresco:actualimagescaletype="centercrop"                 fresco:placeholderimage="@drawable/icn_avatar_mini"                 fresco:roundascircle="true"                 fresco:viewaspectratio="1" /> 

also, i'm experiencing same behaviour inside listviews. have had similar issue? how can solve it?

after couple of weeks, able solve issue! i've changed actionbar android.support.v7.widget.toolbar , works great!


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -