Fix logo in password UI

This commit is contained in:
J-Jamet
2020-10-25 15:58:06 +01:00
parent 18a2aae66a
commit 84e6d96ce0
9 changed files with 9 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View 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>

View File

@@ -59,16 +59,15 @@
<FrameLayout <FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:minHeight="148dp" android:minHeight="144dp"
android:layout_marginTop="?attr/actionBarSize"> android:layout_marginTop="?attr/actionBarSize">
<ImageView <ImageView
android:layout_width="78dp" android:layout_width="96dp"
android:layout_height="78dp" android:layout_height="96dp"
android:layout_gravity="center" android:layout_gravity="center"
android:padding="0dp"
android:contentDescription="@string/about" android:contentDescription="@string/about"
android:src="@mipmap/ic_launcher" android:src="@drawable/ic_launcher_foreground"/>
android:background="@drawable/background_image_button"
android:backgroundTint="?attr/colorPrimaryDark"/>
<FrameLayout <FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB