Is There any solution to set image darkly?
<LinearLayout
android:background="@drawable/terminalImage"
android:layout_width="match_parent"
android:layout_height="match_parent">
I wrote like this, so I can't use background anymore. Is there any option or solution to set background image darkly?