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
|
<gradient
|
||||||
android:angle="90"
|
android:angle="90"
|
||||||
android:dither="true"
|
android:dither="true"
|
||||||
android:startColor="@android:color/transparent"
|
android:startColor="@color/transparent_black"
|
||||||
android:endColor="@color/conversation_compose_divider" />
|
android:endColor="@color/transparent_black_10" />
|
||||||
</shape>
|
</shape>
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
<View
|
<View
|
||||||
android:id="@+id/camera_contacts_top_shadow"
|
android:id="@+id/camera_contacts_top_shadow"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="2dp"
|
android:layout_height="5dp"
|
||||||
android:background="@drawable/search_toolbar_shadow"
|
android:background="@drawable/toolbar_shadow"
|
||||||
app:layout_constraintTop_toBottomOf="@id/camera_contacts_toolbar" />
|
app:layout_constraintTop_toBottomOf="@id/camera_contacts_toolbar" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
|
|
@ -221,8 +221,8 @@
|
||||||
<View
|
<View
|
||||||
android:id="@+id/conversation_toolbar_shadow"
|
android:id="@+id/conversation_toolbar_shadow"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="4dp"
|
android:layout_height="5dp"
|
||||||
android:background="@drawable/search_toolbar_shadow"
|
android:background="@drawable/toolbar_shadow"
|
||||||
app:layout_constraintTop_toBottomOf="@id/toolbar"/>
|
app:layout_constraintTop_toBottomOf="@id/toolbar"/>
|
||||||
|
|
||||||
<ViewStub
|
<ViewStub
|
||||||
|
|
|
@ -109,7 +109,7 @@
|
||||||
<View
|
<View
|
||||||
android:id="@+id/conversation_list_toolbar_shadow"
|
android:id="@+id/conversation_list_toolbar_shadow"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="4dp"
|
android:layout_height="5dp"
|
||||||
android:background="@drawable/toolbar_shadow"
|
android:background="@drawable/toolbar_shadow"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
android:background="@color/signal_background_primary"/>
|
android:background="@color/signal_background_primary"/>
|
||||||
|
|
||||||
<View android:layout_width="match_parent"
|
<View android:layout_width="match_parent"
|
||||||
android:layout_height="4dp"
|
android:layout_height="5dp"
|
||||||
android:background="@drawable/search_toolbar_shadow"/>
|
android:background="@drawable/toolbar_shadow"/>
|
||||||
|
|
||||||
</merge>
|
</merge>
|
Ładowanie…
Reference in New Issue