mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
* Dynamic theme switching and visual tweaks * update action runner to use macos-11 for iOS 15 support * additional tweaks * refinements * refinements * formatting and tweaks
6 lines
229 B
XML
6 lines
229 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
|
|
<solid android:color="@color/white"/>
|
|
<size android:width="20dp" android:height="20dp"/>
|
|
</shape>
|