mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 07:05:49 +03:00
fix QR code icon size
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
6b78e642a8
commit
88e4a6e723
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
~ SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:width="64dp"
|
||||
android:height="64dp"
|
||||
android:tint="#FFFFFF"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960">
|
||||
|
|
Loading…
Reference in a new issue