mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 23:15:44 +01:00
Add a gradient and background to the onboarding megaphone.
This commit is contained in:
committed by
Alan Evans
parent
5d515198e6
commit
e6dfe96569
@@ -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>
|
||||
Reference in New Issue
Block a user