Created
May 8, 2019 22:41
-
-
Save sazal-ns/0013d05b7d7cb52854decdba48bf207b to your computer and use it in GitHub Desktop.
Scrim Overlay for Text background.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <shape xmlns:android="http://schemas.android.com/apk/res/android" | |
| android:shape="rectangle"> | |
| <gradient | |
| android:angle="90" | |
| android:centerY="0.3" | |
| android:startColor="#CC000000" | |
| android:centerColor="#66000000" | |
| android:endColor="#00000000" | |
| android:type="linear"/> | |
| </shape> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment