mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix logo in password UI
This commit is contained in:
BIN
app/src/free/res/drawable/ic_launcher_foreground.png
Normal file
BIN
app/src/free/res/drawable/ic_launcher_foreground.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
BIN
app/src/libre/res/drawable/ic_launcher_foreground.png
Normal file
BIN
app/src/libre/res/drawable/ic_launcher_foreground.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.4 KiB |
4
app/src/main/res/color/long_shadow.xml
Normal file
4
app/src/main/res/color/long_shadow.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item android:color="@color/transparent"/>
|
||||
</selector>
|
||||
@@ -59,16 +59,15 @@
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:minHeight="148dp"
|
||||
android:minHeight="144dp"
|
||||
android:layout_marginTop="?attr/actionBarSize">
|
||||
<ImageView
|
||||
android:layout_width="78dp"
|
||||
android:layout_height="78dp"
|
||||
android:layout_width="96dp"
|
||||
android:layout_height="96dp"
|
||||
android:layout_gravity="center"
|
||||
android:padding="0dp"
|
||||
android:contentDescription="@string/about"
|
||||
android:src="@mipmap/ic_launcher"
|
||||
android:background="@drawable/background_image_button"
|
||||
android:backgroundTint="?attr/colorPrimaryDark"/>
|
||||
android:src="@drawable/ic_launcher_foreground"/>
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
BIN
app/src/pro/res/drawable/ic_launcher_foreground.png
Normal file
BIN
app/src/pro/res/drawable/ic_launcher_foreground.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.4 KiB |
Reference in New Issue
Block a user