mirror of
https://github.com/bitwarden/mobile
synced 2026-01-01 16:13:15 +00:00
bottom navigation tab page on android
This commit is contained in:
13
src/Android/Resources/drawable/bottom_nav_bg.xml
Normal file
13
src/Android/Resources/drawable/bottom_nav_bg.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#D2D6DF" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:top="1dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#F5F5F7" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user