mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 14:43:09 +01:00
Add React With Any Search and update UX.
This commit is contained in:
8
app/src/main/res/drawable/bottom_toolbar_shadow.xml
Normal file
8
app/src/main/res/drawable/bottom_toolbar_shadow.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:angle="-90"
|
||||
android:dither="true"
|
||||
android:startColor="@color/transparent_black"
|
||||
android:endColor="@color/transparent_black_15" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user