mirror of
https://github.com/oxen-io/session-android.git
synced 2026-01-04 16:56:43 +00:00
Fix audio color on light theme.
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20">
|
||||
<path
|
||||
android:fillColor="#2090EA"
|
||||
android:fillColor="@color/core_blue"
|
||||
android:pathData="M10,10m-9,0a9,9 0,1 1,18 0a9,9 0,1 1,-18 0" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:fillColor="@color/core_white"
|
||||
android:pathData="M9.0001,11.9393L14.4697,6.4697L15.5304,7.5303L9.0001,14.0607L5.4697,10.5303L6.5304,9.4697L9.0001,11.9393Z" />
|
||||
</vector>
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:autoRewind="true"
|
||||
app:foregroundTintColor="@color/core_blue"
|
||||
app:small="true" />
|
||||
|
||||
<include layout="@layout/media_overview_selected_overlay" />
|
||||
|
||||
Reference in New Issue
Block a user