Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <com.facebook.drawee.view.SimpleDraweeView
  2. android:id="@+id/iv"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. fresco:actualImageScaleType="none"
  6. fresco:placeholderImageScaleType="center"
  7. fresco:placeholderImage="@drawable/spinner"/>
  8.  
  9. </merge>
  10.  
  11. @BindView(R.id.iv)
  12. DraweeView iv; //this
  13.  
  14. import kotlinx.android.synthetic.main.mylayout.view.iv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement