bosphere / Android-FadingEdgeLayout

A versatile layout that fades its edges regardless of child view type.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library not working on Galaxy Note 3

nikola6789 opened this issue · comments

Hi there,

This library has some issue on mentioned phone - Samsung Galaxy Note 3 with OS Android Lollipop 5.0. Can you please check what it is?

Here is what is going on:

  1. Code is used on XML layout with following parameters:
    <com.bosphere.fadingedgelayout.FadingEdgeLayout
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_weight="50"
    android:layout_width="0dp"
    android:layout_height="90dp"
    android:layout_gravity="center"
    android:layout_margin="2dp"
    android:id="@+id/fading_edge_layout"
    app:fel_edge="top|left|bottom|right"
    app:fel_size_top="20dp"
    app:fel_size_bottom="20dp"
    app:fel_size_left="20dp"
    app:fel_size_right="20dp">

</com.bosphere.fadingedgelayout.FadingEdgeLayout>

  1. Inside that layout we have one cardView which contains a GoogleMap view in lite mode.

  2. This whole layout is one item for the recycle view.

When we remove your layout, the cardview and mapview are showing, but with your layout, they don't show. That was actual issue - we do not see anything, it's literally blank.

I tested on Marshmallow OS as well (HTC One M9 phone), same issue.

On Android 7.0 and above, it's working fine.

Let me know if you need any additional info.

Thanks,
Nikola