kopia lustrzana https://github.com/ryukoposting/Signal-Android
Utilize round outline for deleted messages.
rodzic
987f69227a
commit
01543dd52b
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||||||
|
<stroke android:width="1dp" android:color="@color/signal_background_secondary"/>
|
||||||
|
<corners android:radius="18dp"/>
|
||||||
|
</shape>
|
|
@ -24,7 +24,7 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="8dp"
|
android:layout_marginStart="8dp"
|
||||||
android:background="@drawable/rounded_rectangle_secondary_18"
|
android:background="@drawable/rounded_outline_secondary_18"
|
||||||
app:layout_constrainedWidth="true"
|
app:layout_constrainedWidth="true"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
|
Ładowanie…
Reference in New Issue