mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
fix attachment remove button alignment
fixes #3597 Closes #4077 // FREEBIE
This commit is contained in:
committed by
Moxie Marlinspike
parent
415a61a09b
commit
2d65464c04
@@ -1,11 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<size android:height="24dp" android:width="24dp"/>
|
||||
<solid android:color="@color/white"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<size android:height="21dp" android:width="21dp"/>
|
||||
|
||||
Reference in New Issue
Block a user