kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix Boost bottom sheet dark theme bugs.
rodzic
510a295198
commit
818eb81f87
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<stroke android:color="@color/signal_divider_minor" android:width="1dp" />
|
<stroke android:color="@color/signal_button_secondary_stroke" android:width="1.5dp" />
|
||||||
<corners android:radius="@dimen/material_button_full_round_corner_radius" />
|
<corners android:radius="@dimen/material_button_full_round_corner_radius" />
|
||||||
</shape>
|
</shape>
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<stroke android:color="@color/signal_divider_minor" android:width="1dp" />
|
<stroke android:color="@color/signal_button_secondary_stroke" android:width="1.5dp" />
|
||||||
<corners android:radius="38dp" />
|
<corners android:radius="38dp" />
|
||||||
</shape>
|
</shape>
|
Ładowanie…
Reference in New Issue