Add a way to customize the on boarding logo.
This commit is contained in:
parent
8245ad8bc3
commit
4c45346160
8 changed files with 111 additions and 8 deletions
12
features/login/impl/src/main/res/raw/keep.xml
Normal file
12
features/login/impl/src/main/res/raw/keep.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright 2025 New Vector Ltd.
|
||||
~
|
||||
~ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
||||
~ Please see LICENSE files in the repository root for full details.
|
||||
-->
|
||||
<!--
|
||||
Note: one or several custom_logo drawable can be added at build time. Ensure that these
|
||||
resource are not stripped out by the resource shrinker.
|
||||
-->
|
||||
<resources xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:keep="@drawable/custom_logo" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue