Lighten and unify toolbar shadows.

fork-5.53.8
Greyson Parrelli 2021-02-10 22:05:09 -05:00
rodzic b35c96b0b6
commit eb79300fe2
6 zmienionych plików z 9 dodań i 16 usunięć

Wyświetl plik

@ -1,7 +0,0 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="@android:color/transparent"
android:endColor="#30000000"
android:angle="90" />
</shape>

Wyświetl plik

@ -3,6 +3,6 @@
<gradient
android:angle="90"
android:dither="true"
android:startColor="@android:color/transparent"
android:endColor="@color/conversation_compose_divider" />
android:startColor="@color/transparent_black"
android:endColor="@color/transparent_black_10" />
</shape>

Wyświetl plik

@ -19,8 +19,8 @@
<View
android:id="@+id/camera_contacts_top_shadow"
android:layout_width="match_parent"
android:layout_height="2dp"
android:background="@drawable/search_toolbar_shadow"
android:layout_height="5dp"
android:background="@drawable/toolbar_shadow"
app:layout_constraintTop_toBottomOf="@id/camera_contacts_toolbar" />
<LinearLayout

Wyświetl plik

@ -221,8 +221,8 @@
<View
android:id="@+id/conversation_toolbar_shadow"
android:layout_width="match_parent"
android:layout_height="4dp"
android:background="@drawable/search_toolbar_shadow"
android:layout_height="5dp"
android:background="@drawable/toolbar_shadow"
app:layout_constraintTop_toBottomOf="@id/toolbar"/>
<ViewStub

Wyświetl plik

@ -109,7 +109,7 @@
<View
android:id="@+id/conversation_list_toolbar_shadow"
android:layout_width="match_parent"
android:layout_height="4dp"
android:layout_height="5dp"
android:background="@drawable/toolbar_shadow"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="parent"

Wyświetl plik

@ -13,7 +13,7 @@
android:background="@color/signal_background_primary"/>
<View android:layout_width="match_parent"
android:layout_height="4dp"
android:background="@drawable/search_toolbar_shadow"/>
android:layout_height="5dp"
android:background="@drawable/toolbar_shadow"/>
</merge>