1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-04 01:23:15 +00:00

layout adjustments

This commit is contained in:
Kyle Spearrin
2017-12-22 11:36:09 -05:00
parent 7f431dbd01
commit 94a4a38798
5 changed files with 10 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
<?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"/>
<stroke android:width="2dp" android:color="#B5B5B5"/>
<stroke android:width="1dp" android:color="#B5B5B5"/>
<size android:width="28dp" android:height="28dp"/>
</shape>