mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 20:24:32 +01:00
Refactor reactions dialog to match Material3 spec.
This commit is contained in:
committed by
Greyson Parrelli
parent
0e7ace0da4
commit
56a2b27745
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_selected="true">
|
||||
<shape>
|
||||
<solid android:color="@color/signal_colorPrimaryContainer" />
|
||||
<corners android:radius="8dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape />
|
||||
</item>
|
||||
</selector>
|
||||
Reference in New Issue
Block a user