Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use This library for Blurry LinearLayout ? #92

Open
Sanaebadi97 opened this issue May 19, 2019 · 0 comments
Open

Can I use This library for Blurry LinearLayout ? #92

Sanaebadi97 opened this issue May 19, 2019 · 0 comments

Comments

@Sanaebadi97
Copy link

Sanaebadi97 commented May 19, 2019

I have not ImageView instead of this, I have LinearLayout . and this has the background. how can set blurry on the image of this?

<RelativeLayout
    android:id="@+id/include_sliding_panel_childtwo"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">


//this is my linearLayout
        <LinearLayout
            android:id="@+id/play_list_bg"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_above="@+id/bottom_palyLayout2"
            android:layout_alignParentStart="true"
            android:layout_alignParentTop="true"
            android:background="@drawable/bg_player"
            android:clickable="true"
            android:focusable="true"
            android:orientation="vertical">

//this is my linearLayout


            <RelativeLayout
                android:id="@+id/rl_small"
                android:layout_width="match_parent"
                android:layout_height="?attr/actionBarSize">

                <include
                    android:id="@+id/slidepanelchildtwo_topviewone"
                    layout="@layout/include_slidepanelchildtwo_topviewone"
                    android:layout_width="match_parent"
                    android:layout_height="?attr/actionBarSize"
                    android:visibility="invisible"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant