mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 11:51:10 +01:00
Refactor conversation settings screens into a single fragment with new UI.
This commit is contained in:
committed by
Cody Henthorne
parent
f19033a7a2
commit
da2ee33dff
6
app/src/main/res/drawable/icon_button_squircle.xml
Normal file
6
app/src/main/res/drawable/icon_button_squircle.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/signal_background_secondary" />
|
||||
<corners android:radius="18dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user