UNPKG

@pelumi_coder/react-native-floating-bubble

Version:

A floating bubble component for React Native (compatible with 0.76+). Fork of hybriteq/react-native-floating-bubble

17 lines (16 loc) 640 B
<?xml version="1.0" encoding="utf-8"?> <com.txusballesteros.bubbles.BubbleLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" android:clipChildren="false" android:clipToPadding="false"> <ImageView android:id="@+id/avatar" android:layout_width="70dp" android:layout_height="70dp" android:layout_gravity="center" android:background="@drawable/profile_decorator" android:src="@drawable/bubble_icon" android:scaleType="centerCrop"/> </com.txusballesteros.bubbles.BubbleLayout>