We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have not ImageView instead of this, I have LinearLayout . and this has the background. how can set blurry on the image of this?
ImageView
LinearLayout
background
<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"/>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have not
ImageView
instead of this, I haveLinearLayout
. and this has thebackground
. how can set blurry on the image of this?The text was updated successfully, but these errors were encountered: