mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
16 lines
396 B
XML
16 lines
396 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
A FAB does not work, because even with fabSize="mini" it will be too big due to shadow drawing
|
|
on lower API levels
|
|
-->
|
|
<ripple
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:color="@color/briar_primary_dark">
|
|
|
|
<item>
|
|
<shape android:shape="oval">
|
|
<solid android:color="@color/briar_primary"/>
|
|
</shape>
|
|
</item>
|
|
|
|
</ripple> |