“Okrągły ImageView Android” Kod odpowiedzi

Okrągły ImageView Android

implementation 'de.hdodenhof:circleimageview:3.1.0'

<de.hdodenhof.circleimageview.CircleImageView
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/profile_image"
    android:layout_width="96dp"
    android:layout_height="96dp"
    android:src="@drawable/profile"
    app:civ_border_width="2dp"
    app:civ_border_color="#FF000000"/>
Sudarshaana

Zależność Circle ImageView w Android

implementation 'de.hdodenhof:circleimageview:3.1.0'
Frantic Falcon

Okrągły ImageView Android

implementation 'com.github.MicroProgramer:CircularImageView:1.0.3'

<com.microprogramer.library.CircularImageView
    android:layout_weight="1"
    android:layout_width="0dp"
    android:layout_gravity="center"
    android:scaleType="centerCrop"
    android:id="@+id/user_image"
    android:layout_height="match_parent"
    android:src="@drawable/profile_image"
    app:civ_border_width="2dp"
    app:civ_border_color="#FF000000"
	/>
MicroProgramer

Okrągły ImageView Android

implementation 'com.github.MicroProgramer:CircularImageView:1.0.3'
MicroProgramer

Odpowiedzi podobne do “Okrągły ImageView Android”

Pytania podobne do “Okrągły ImageView Android”

Więcej pokrewnych odpowiedzi na “Okrągły ImageView Android” w Java

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu