MasayukiSuda / BubbleLayout

Bubble View for Android.
973 stars 135 forks source link

Android resource linking failed, incompatible with attribute bl_cornersRadius #30

Open Ramaraju1992 opened 2 years ago

Ramaraju1992 commented 2 years ago

FAILURE: Build failed with an exception.

Code :

<com.daasuu.bl.BubbleLayout
            android:padding="12dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            app:bl_arrowDirection="left"
            app:bl_arrowHeight="11dp"
            app:bl_arrowPosition="14dp"
            app:bl_arrowWidth="6dp"
            app:bl_cornersRadius="16"
            app:bl_strokeColor="@color/grey_1"
            app:bl_strokeWidth="1dp">

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:maxWidth="200dp"
                android:textColor="@color/black"
                android:textSize="14sp" />
        </com.daasuu.bl.BubbleLayout>

implementation 'com.github.MasayukiSuda:BubbleLayout:v1.2.2'

maven { url 'https://www.jitpack.io' }