Add a gradient and background to the onboarding megaphone.

This commit is contained in:
Greyson Parrelli
2021-01-10 10:53:22 -05:00
committed by Alan Evans
parent 5d515198e6
commit e6dfe96569
5 changed files with 54 additions and 22 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:type="linear"
android:angle="90"
android:startColor="@color/signal_background_primary"
android:endColor="@color/signal_transparent" />
</shape>