mirror of
https://github.com/bitwarden/mobile
synced 2026-01-01 08:03:37 +00:00
themeing
This commit is contained in:
BIN
src/Android/Resources/drawable/login.png
Normal file
BIN
src/Android/Resources/drawable/login.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 657 B |
BIN
src/Android/Resources/drawable/logo.png
Normal file
BIN
src/Android/Resources/drawable/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
9
src/Android/Resources/drawable/splash_screen.xml
Normal file
9
src/Android/Resources/drawable/splash_screen.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<color android:color="@color/lightgray"/>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap android:src="@drawable/logo" android:tileMode="disabled" android:gravity="center"/>
|
||||
</item>
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user