বাংলায় অ্যান্ড্রয়েড সহায়িকা - Bangla Android Guide

একটি QuickContactBadge ভিউ

একটি QuickContactBadge যোগ করতে, আপনার লেআউটে একটি < QuickContactBadge> এলিমেন্ট প্রবেশ করান। উদাহরণস্বরূপ:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
                android:layout_width="match_parent"
                android:layout_height="match_parent">
...
    <QuickContactBadge
               android:id=@+id/quickbadge
               android:layout_height="wrap_content"
               android:layout_width="wrap_content"
               android:scaleType="centerCrop"/>
    ...
</RelativeLayout>