mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 06:33:38 +01:00
Add polish to voice note bubbles.
This commit is contained in:
committed by
Cody Henthorne
parent
b4b1e5b605
commit
ac54b5cbdf
9
app/src/main/res/drawable/audio_wave_thumb.xml
Normal file
9
app/src/main/res/drawable/audio_wave_thumb.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle"
|
||||
android:thickness="2dp"
|
||||
android:useLevel="false">
|
||||
<size android:width="2dp" android:height="28dp" />
|
||||
<corners android:radius="30dp" />
|
||||
<solid android:color="@color/white" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user