|
| 1 | +/* |
| 2 | + * Copyright (c) 2021-present, salesforce.com, inc. |
| 3 | + * All rights reserved. |
| 4 | + * Redistribution and use of this software in source and binary forms, with or |
| 5 | + * without modification, are permitted provided that the following conditions |
| 6 | + * are met: |
| 7 | + * - Redistributions of source code must retain the above copyright notice, this |
| 8 | + * list of conditions and the following disclaimer. |
| 9 | + * - Redistributions in binary form must reproduce the above copyright notice, |
| 10 | + * this list of conditions and the following disclaimer in the documentation |
| 11 | + * and/or other materials provided with the distribution. |
| 12 | + * - Neither the name of salesforce.com, inc. nor the names of its contributors |
| 13 | + * may be used to endorse or promote products derived from this software without |
| 14 | + * specific prior written permission of salesforce.com, inc. |
| 15 | + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 16 | + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 17 | + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 18 | + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
| 19 | + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 20 | + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 21 | + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 22 | + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 23 | + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 24 | + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 25 | + * POSSIBILITY OF SUCH DAMAGE. |
| 26 | + */ |
1 | 27 | package com.salesforce.androidsdk.ui |
2 | 28 |
|
3 | 29 | import android.os.Bundle |
@@ -55,8 +81,6 @@ import com.salesforce.androidsdk.R.string.sf__server_url_save |
55 | 81 | import com.salesforce.androidsdk.app.SalesforceSDKManager |
56 | 82 | import com.salesforce.androidsdk.config.BootConfig |
57 | 83 | import com.salesforce.androidsdk.config.OAuthConfig |
58 | | -import com.salesforce.androidsdk.ui.components.CORNER_RADIUS |
59 | | -import com.salesforce.androidsdk.ui.components.PADDING_SIZE |
60 | 84 | import com.salesforce.androidsdk.ui.components.TEXT_SIZE |
61 | 85 | import com.salesforce.androidsdk.ui.theme.hintTextColor |
62 | 86 | import com.salesforce.androidsdk.util.test.ExcludeFromJacocoGeneratedReport |
|
0 commit comments