kopia lustrzana https://github.com/ryukoposting/Signal-Android
Lighten and unify toolbar shadows.
rodzic
b35c96b0b6
commit
eb79300fe2
|
@ -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>
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
Ładowanie…
Reference in New Issue