Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
If I understand the functionality correctly, then overlaying a stub view on top with a gradient should be more than enough.
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#FF0000FF"
android:centerColor="#880000FF"
android:endColor="#000000FF">
</gradient>
</shape>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question