mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 11:20:47 +01:00
Update styling of the media rail selection states.
This commit is contained in:
committed by
Greyson Parrelli
parent
eada1e96ee
commit
ad6d1a2e8d
@@ -5,8 +5,6 @@
|
||||
|
||||
<corners android:radius="8dp" />
|
||||
|
||||
<stroke
|
||||
android:width="1px"
|
||||
android:color="@color/transparent_white_20" />
|
||||
<solid android:color="#1F000000" />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="8dp" />
|
||||
|
||||
<solid android:color="#3D000000" />
|
||||
|
||||
</shape>
|
||||
@@ -4,5 +4,5 @@
|
||||
|
||||
<stroke
|
||||
android:width="3dp"
|
||||
android:color="@color/core_ultramarine"/>
|
||||
android:color="@color/signal_light_colorNeutral"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user