fix: 首次提交
72
setupdesign/Android.bp
Normal file
@@ -0,0 +1,72 @@
|
||||
//
|
||||
// Build the setup design library.
|
||||
//
|
||||
|
||||
package {
|
||||
default_applicable_licenses: ["external_setupdesign_license"],
|
||||
}
|
||||
|
||||
// Added automatically by a large-scale-change
|
||||
//
|
||||
// large-scale-change included anything that looked like it might be a license
|
||||
// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
|
||||
//
|
||||
// Please consider removing redundant or irrelevant files from 'license_text:'.
|
||||
// See: http://go/android-license-faq
|
||||
license {
|
||||
name: "external_setupdesign_license",
|
||||
visibility: [":__subpackages__"],
|
||||
license_kinds: [
|
||||
"SPDX-license-identifier-Apache-2.0",
|
||||
],
|
||||
license_text: [
|
||||
"LICENSE",
|
||||
"NOTICE",
|
||||
],
|
||||
}
|
||||
|
||||
android_library {
|
||||
name: "setupdesign",
|
||||
static_libs: [
|
||||
"androidx.annotation_annotation",
|
||||
"androidx.appcompat_appcompat",
|
||||
"androidx.core_core",
|
||||
"androidx.legacy_legacy-support-core-ui",
|
||||
"androidx.recyclerview_recyclerview",
|
||||
"androidx.window_window",
|
||||
"com.google.android.material_material",
|
||||
"error_prone_annotations",
|
||||
"setupcompat",
|
||||
"setupdesign-strings",
|
||||
],
|
||||
manifest: "main/AndroidManifest.xml",
|
||||
resource_dirs: [
|
||||
"main/res",
|
||||
],
|
||||
sdk_version: "current",
|
||||
srcs: [
|
||||
"main/src/**/*.java",
|
||||
],
|
||||
min_sdk_version: "21",
|
||||
optimize: {
|
||||
proguard_flags_files: ["proguard.flags"],
|
||||
},
|
||||
lint: {
|
||||
baseline_filename: "lint-baseline.xml",
|
||||
},
|
||||
}
|
||||
|
||||
//
|
||||
// Strings that will not exposing.
|
||||
// If app requires these strings, please copy the string definitions directly.
|
||||
//
|
||||
|
||||
android_library {
|
||||
name: "setupdesign-strings",
|
||||
manifest: "strings/AndroidManifest.xml",
|
||||
resource_dirs: [
|
||||
"strings/res",
|
||||
],
|
||||
min_sdk_version: "19",
|
||||
sdk_version: "current",
|
||||
}
|
||||
202
setupdesign/LICENSE
Normal file
@@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
3
setupdesign/METADATA
Normal file
@@ -0,0 +1,3 @@
|
||||
third_party {
|
||||
license_type: NOTICE
|
||||
}
|
||||
0
setupdesign/MODULE_LICENSE_APACHE2
Normal file
202
setupdesign/NOTICE
Normal file
@@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
10
setupdesign/OWNERS
Normal file
@@ -0,0 +1,10 @@
|
||||
alexylli@google.com
|
||||
catinglin@google.com
|
||||
cnchen@google.com
|
||||
cyrillee@google.com
|
||||
nicolehuang@google.com
|
||||
pastychang@google.com
|
||||
pihuei@google.com
|
||||
prochinwang@google.com
|
||||
|
||||
cipson@google.com #{LAST_RESORT_SUGGESTION}
|
||||
61
setupdesign/build.gradle
Normal file
@@ -0,0 +1,61 @@
|
||||
/**
|
||||
* Include this gradle file if you are building against this as a standalone gradle library project,
|
||||
* as opposed to building it as part of the git-tree. This is typically the file you want to include
|
||||
* if you create a new project in Android Studio. Besides, SetupDesign library is dependent with
|
||||
* SetupCompat library, you should also include setupcompat library in project.
|
||||
*
|
||||
* For example, you can include the following in your settings.gradle file:
|
||||
* include ':setupdesign'
|
||||
* project(':setupdesign').projectDir = new File(PATH_TO_THIS_DIRECTORY)
|
||||
* include ':setupcompat'
|
||||
* project(':setupcompat').projectDir = new File(PATH_TO_THIS_DIRECTORY)
|
||||
*
|
||||
* And then you can include the :setupdesign project as one of your dependencies
|
||||
* dependencies {
|
||||
* implementation project(path: ':setupdesign')
|
||||
* }
|
||||
*/
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.android.library)
|
||||
alias(libs.plugins.kotlin.android)
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdk 34
|
||||
namespace = "com.google.android.setupdesign"
|
||||
defaultConfig {
|
||||
minSdkVersion 31
|
||||
targetSdkVersion 34
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard.flags'
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
manifest.srcFile 'main/AndroidManifest.xml'
|
||||
java.srcDirs = ['main/src']
|
||||
res.srcDirs = ['main/res', 'strings/res']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':setupcompat')
|
||||
// implementation "androidx.annotation:annotation:1.0.0"
|
||||
implementation libs.androidx.annotation.annotation
|
||||
// implementation 'androidx.appcompat:appcompat:1.0.2'
|
||||
implementation libs.androidx.appcompat
|
||||
implementation libs.androidx.core.core
|
||||
implementation libs.legacy.support.core.ui
|
||||
// implementation "androidx.recyclerview:recyclerview:1.0.0"
|
||||
implementation libs.recyclerview
|
||||
implementation libs.window.window
|
||||
implementation libs.material
|
||||
implementation files('../libs/error_prone_annotations.jar')
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
o/out
|
||||
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.google.android.setupdesign" > <!-- Set in the BUILD or gradle file -->
|
||||
<uses-sdk android:minSdkVersion="31" />
|
||||
<!-- after SDK 30, package need to declare its visible packages. -->
|
||||
<queries tools:node="merge" >
|
||||
<intent>
|
||||
<action android:name="com.android.setupwizard.action.PARTNER_CUSTOMIZATION" />
|
||||
</intent>
|
||||
</queries>
|
||||
|
||||
</manifest>
|
||||
@@ -0,0 +1,6 @@
|
||||
aarFormatVersion=1.0
|
||||
aarMetadataVersion=1.0
|
||||
minCompileSdk=1
|
||||
minCompileSdkExtension=0
|
||||
minAndroidGradlePluginVersion=1.0.0
|
||||
coreLibraryDesugaringEnabled=false
|
||||
@@ -0,0 +1,847 @@
|
||||
int anim shared_x_axis_activity_close_enter 0x0
|
||||
int anim shared_x_axis_activity_close_enter_dynamic_color 0x0
|
||||
int anim shared_x_axis_activity_close_exit 0x0
|
||||
int anim shared_x_axis_activity_open_enter 0x0
|
||||
int anim shared_x_axis_activity_open_enter_dynamic_color 0x0
|
||||
int anim shared_x_axis_activity_open_exit 0x0
|
||||
int anim sud_pre_p_activity_close_enter 0x0
|
||||
int anim sud_pre_p_activity_close_exit 0x0
|
||||
int anim sud_pre_p_activity_open_enter 0x0
|
||||
int anim sud_pre_p_activity_open_exit 0x0
|
||||
int anim sud_slide_back_in 0x0
|
||||
int anim sud_slide_back_out 0x0
|
||||
int anim sud_slide_next_in 0x0
|
||||
int anim sud_slide_next_out 0x0
|
||||
int anim sud_stay 0x0
|
||||
int animator sud_slide_back_in 0x0
|
||||
int animator sud_slide_back_out 0x0
|
||||
int animator sud_slide_next_in 0x0
|
||||
int animator sud_slide_next_out 0x0
|
||||
int attr boxCornerRadiusBottomEnd 0x0
|
||||
int attr boxCornerRadiusBottomStart 0x0
|
||||
int attr boxCornerRadiusTopEnd 0x0
|
||||
int attr boxCornerRadiusTopStart 0x0
|
||||
int attr selectableItemBackground 0x0
|
||||
int attr sudAspectRatio 0x0
|
||||
int attr sudBackground 0x0
|
||||
int attr sudBackgroundBaseColor 0x0
|
||||
int attr sudBackgroundPatterned 0x0
|
||||
int attr sudBackgroundTile 0x0
|
||||
int attr sudButtonAllCaps 0x0
|
||||
int attr sudButtonCornerRadius 0x0
|
||||
int attr sudButtonFontFamily 0x0
|
||||
int attr sudButtonHighlightAlpha 0x0
|
||||
int attr sudButtonTertiaryGravity 0x0
|
||||
int attr sudCardBackground 0x0
|
||||
int attr sudCollapsedSummary 0x0
|
||||
int attr sudColorPrimary 0x0
|
||||
int attr sudContainer 0x0
|
||||
int attr sudContentFramePaddingBottom 0x0
|
||||
int attr sudContentFramePaddingTop 0x0
|
||||
int attr sudContentIllustrationMaxHeight 0x0
|
||||
int attr sudContentIllustrationMaxWidth 0x0
|
||||
int attr sudContentIllustrationPaddingBottom 0x0
|
||||
int attr sudContentIllustrationPaddingTop 0x0
|
||||
int attr sudDecorPaddingTop 0x0
|
||||
int attr sudDescriptionText 0x0
|
||||
int attr sudDescriptionTextColor 0x0
|
||||
int attr sudDividerCondition 0x0
|
||||
int attr sudDividerInset 0x0
|
||||
int attr sudDividerInsetEnd 0x0
|
||||
int attr sudDividerInsetStart 0x0
|
||||
int attr sudDividerInsetStartNoIcon 0x0
|
||||
int attr sudDividerShown 0x0
|
||||
int attr sudEditBoxColor 0x0
|
||||
int attr sudEditBoxStyle 0x0
|
||||
int attr sudEditTextBackgroundColor 0x0
|
||||
int attr sudExpandedSummary 0x0
|
||||
int attr sudFillContentLayoutStyle 0x0
|
||||
int attr sudGlifAccountAvatarSize 0x0
|
||||
int attr sudGlifAccountAvatarStyle 0x0
|
||||
int attr sudGlifAccountContainerStyle 0x0
|
||||
int attr sudGlifAccountNameStyle 0x0
|
||||
int attr sudGlifContentPaddingTop 0x0
|
||||
int attr sudGlifDescriptionMarginBottom 0x0
|
||||
int attr sudGlifDescriptionMarginTop 0x0
|
||||
int attr sudGlifDescriptionStyle 0x0
|
||||
int attr sudGlifHeaderGravity 0x0
|
||||
int attr sudGlifHeaderTitleStyle 0x0
|
||||
int attr sudGlifIconSize 0x0
|
||||
int attr sudGlifIconStyle 0x0
|
||||
int attr sudGlifSubtitleGravity 0x0
|
||||
int attr sudHasStableIds 0x0
|
||||
int attr sudHeader 0x0
|
||||
int attr sudIconGravity 0x0
|
||||
int attr sudIconTint 0x0
|
||||
int attr sudIllustration 0x0
|
||||
int attr sudIllustrationAspectRatio 0x0
|
||||
int attr sudIllustrationHorizontalTile 0x0
|
||||
int attr sudIllustrationImage 0x0
|
||||
int attr sudItemContainerStyle 0x0
|
||||
int attr sudItemDescriptionStyle 0x0
|
||||
int attr sudItemDescriptionTitleStyle 0x0
|
||||
int attr sudItemDescriptionTitleTextAppearence 0x0
|
||||
int attr sudItemIconContainerStyle 0x0
|
||||
int attr sudItemSummaryStyle 0x0
|
||||
int attr sudItemTitleStyle 0x0
|
||||
int attr sudItemVerboseTitleStyle 0x0
|
||||
int attr sudLayoutTheme 0x0
|
||||
int attr sudListItemIconColor 0x0
|
||||
int attr sudLoadingContentFramePaddingBottom 0x0
|
||||
int attr sudLoadingContentFramePaddingEnd 0x0
|
||||
int attr sudLoadingContentFramePaddingStart 0x0
|
||||
int attr sudLoadingContentFramePaddingTop 0x0
|
||||
int attr sudLoadingHeaderHeight 0x0
|
||||
int attr sudMarginEnd 0x0
|
||||
int attr sudMarginStart 0x0
|
||||
int attr sudNavBarBackgroundColor 0x0
|
||||
int attr sudNavBarButtonBackground 0x0
|
||||
int attr sudNavBarTextColor 0x0
|
||||
int attr sudNavBarTheme 0x0
|
||||
int attr sudPauseVideoWhenFinished 0x0
|
||||
int attr sudScrollBarThumb 0x0
|
||||
int attr sudScrollIndicators 0x0
|
||||
int attr sudStickyHeader 0x0
|
||||
int attr sudSwitchBarThumbOffColor 0x0
|
||||
int attr sudSwitchBarThumbOnColor 0x0
|
||||
int attr sudSwitchBarTrackOffColor 0x0
|
||||
int attr sudSwitchBarTrackOnColor 0x0
|
||||
int attr sudUpscaleIcon 0x0
|
||||
int attr sudUseBottomProgressBar 0x0
|
||||
int attr sudUsePartnerHeavyTheme 0x0
|
||||
int attr sudVideo 0x0
|
||||
int bool suc_footer_bar_button_align_end 0x0
|
||||
int bool sudUseTabletLayout 0x0
|
||||
int color fallback_color_device_default_dark 0x0
|
||||
int color fallback_color_device_default_light 0x0
|
||||
int color success_color_device_default_dark 0x0
|
||||
int color success_color_device_default_light 0x0
|
||||
int color sud_autofilled_highlight_bg_color 0x0
|
||||
int color sud_color_accent_dark 0x0
|
||||
int color sud_color_accent_glif_dark 0x0
|
||||
int color sud_color_accent_glif_light 0x0
|
||||
int color sud_color_accent_glif_v3_dark 0x0
|
||||
int color sud_color_accent_glif_v3_light 0x0
|
||||
int color sud_color_accent_light 0x0
|
||||
int color sud_color_background_dark 0x0
|
||||
int color sud_color_background_light 0x0
|
||||
int color sud_color_error_text_dark 0x0
|
||||
int color sud_color_error_text_light 0x0
|
||||
int color sud_dynamic_color_accent_glif_v3 0x0
|
||||
int color sud_dynamic_color_accent_glif_v3_dark 0x0
|
||||
int color sud_dynamic_color_accent_glif_v3_light 0x0
|
||||
int color sud_dynamic_switch_thumb_off_dark 0x0
|
||||
int color sud_dynamic_switch_thumb_off_light 0x0
|
||||
int color sud_dynamic_switch_thumb_on_dark 0x0
|
||||
int color sud_dynamic_switch_thumb_on_light 0x0
|
||||
int color sud_dynamic_switch_track_off_dark 0x0
|
||||
int color sud_dynamic_switch_track_off_light 0x0
|
||||
int color sud_dynamic_switch_track_on_dark 0x0
|
||||
int color sud_dynamic_switch_track_on_light 0x0
|
||||
int color sud_error_warning_default_dark 0x0
|
||||
int color sud_error_warning_default_light 0x0
|
||||
int color sud_flat_button_highlight 0x0
|
||||
int color sud_glif_background_color_dark 0x0
|
||||
int color sud_glif_background_color_light 0x0
|
||||
int color sud_glif_edit_text_bg_dark_color 0x0
|
||||
int color sud_glif_edit_text_bg_light_color 0x0
|
||||
int color sud_glif_v3_dialog_background_color_dark 0x0
|
||||
int color sud_glif_v3_dialog_background_color_light 0x0
|
||||
int color sud_glif_v3_nav_bar_color_dark 0x0
|
||||
int color sud_glif_v3_nav_bar_color_light 0x0
|
||||
int color sud_glif_v3_nav_bar_divider_color_dark 0x0
|
||||
int color sud_glif_v3_nav_bar_divider_color_light 0x0
|
||||
int color sud_glif_v3_text_color_dark 0x0
|
||||
int color sud_glif_v3_text_color_light 0x0
|
||||
int color sud_glif_window_bg_dark_color 0x0
|
||||
int color sud_glif_window_bg_light_color 0x0
|
||||
int color sud_inactive_default_dark 0x0
|
||||
int color sud_inactive_default_light 0x0
|
||||
int color sud_link_color_dark 0x0
|
||||
int color sud_link_color_light 0x0
|
||||
int color sud_list_item_icon_color_dark 0x0
|
||||
int color sud_list_item_icon_color_light 0x0
|
||||
int color sud_navbar_bg_dark 0x0
|
||||
int color sud_navbar_bg_light 0x0
|
||||
int color sud_portal_pending_progress 0x0
|
||||
int color sud_portal_pending_progress_dark 0x0
|
||||
int color sud_portal_pending_progress_light 0x0
|
||||
int color sud_primary_default_text_dark 0x0
|
||||
int color sud_primary_default_text_light 0x0
|
||||
int color sud_progress_bar_color_dark 0x0
|
||||
int color sud_progress_bar_color_light 0x0
|
||||
int color sud_secondary_default_text_dark 0x0
|
||||
int color sud_secondary_default_text_light 0x0
|
||||
int color sud_switch_thumb_off 0x0
|
||||
int color sud_switch_thumb_off_dark 0x0
|
||||
int color sud_switch_thumb_off_light 0x0
|
||||
int color sud_switch_thumb_on 0x0
|
||||
int color sud_switch_thumb_on_dark 0x0
|
||||
int color sud_switch_thumb_on_light 0x0
|
||||
int color sud_switch_track_off 0x0
|
||||
int color sud_switch_track_off_dark 0x0
|
||||
int color sud_switch_track_off_light 0x0
|
||||
int color sud_switch_track_on 0x0
|
||||
int color sud_switch_track_on_dark 0x0
|
||||
int color sud_switch_track_on_light 0x0
|
||||
int color sud_system_accent1_100 0x0
|
||||
int color sud_system_accent1_200 0x0
|
||||
int color sud_system_accent1_300 0x0
|
||||
int color sud_system_accent1_600 0x0
|
||||
int color sud_system_accent2_100 0x0
|
||||
int color sud_system_accent2_200 0x0
|
||||
int color sud_system_accent2_600 0x0
|
||||
int color sud_system_accent3_100 0x0
|
||||
int color sud_system_accent3_200 0x0
|
||||
int color sud_system_accent3_600 0x0
|
||||
int color sud_system_accent_icon_text_button 0x0
|
||||
int color sud_system_background_surface 0x0
|
||||
int color sud_system_button_surface 0x0
|
||||
int color sud_system_button_text 0x0
|
||||
int color sud_system_dividing_line 0x0
|
||||
int color sud_system_error_warning 0x0
|
||||
int color sud_system_fallback_accent 0x0
|
||||
int color sud_system_hyperlink_text 0x0
|
||||
int color sud_system_neutral1_0 0x0
|
||||
int color sud_system_neutral1_10 0x0
|
||||
int color sud_system_neutral1_1000 0x0
|
||||
int color sud_system_neutral1_200 0x0
|
||||
int color sud_system_neutral1_300 0x0
|
||||
int color sud_system_neutral1_400 0x0
|
||||
int color sud_system_neutral1_50 0x0
|
||||
int color sud_system_neutral1_500 0x0
|
||||
int color sud_system_neutral1_600 0x0
|
||||
int color sud_system_neutral1_700 0x0
|
||||
int color sud_system_neutral1_800 0x0
|
||||
int color sud_system_neutral1_900 0x0
|
||||
int color sud_system_neutral2_100 0x0
|
||||
int color sud_system_neutral2_200 0x0
|
||||
int color sud_system_neutral2_300 0x0
|
||||
int color sud_system_neutral2_400 0x0
|
||||
int color sud_system_neutral2_50 0x0
|
||||
int color sud_system_neutral2_500 0x0
|
||||
int color sud_system_neutral2_700 0x0
|
||||
int color sud_system_primary_text 0x0
|
||||
int color sud_system_secondary_text 0x0
|
||||
int color sud_system_success_done 0x0
|
||||
int color sud_system_surface 0x0
|
||||
int color sud_system_tertiary_text_inactive 0x0
|
||||
int color sud_uniformity_backdrop_color 0x0
|
||||
int dimen sud_account_avatar_margin_end 0x0
|
||||
int dimen sud_account_avatar_max_height 0x0
|
||||
int dimen sud_account_name_text_size 0x0
|
||||
int dimen sud_alert_dialog_button_bar_button_text_size 0x0
|
||||
int dimen sud_alert_dialog_button_bar_height 0x0
|
||||
int dimen sud_alert_dialog_button_bar_width 0x0
|
||||
int dimen sud_alert_dialog_title_text_size 0x0
|
||||
int dimen sud_alert_dialog_title_text_size_material_you 0x0
|
||||
int dimen sud_card_corner_radius 0x0
|
||||
int dimen sud_card_elevation 0x0
|
||||
int dimen sud_card_land_header_text_margin_top 0x0
|
||||
int dimen sud_card_port_margin_sides 0x0
|
||||
int dimen sud_card_title_padding_bottom 0x0
|
||||
int dimen sud_card_title_padding_end 0x0
|
||||
int dimen sud_card_title_padding_start 0x0
|
||||
int dimen sud_card_title_padding_top 0x0
|
||||
int dimen sud_check_box_line_spacing_extra 0x0
|
||||
int dimen sud_check_box_margin_bottom 0x0
|
||||
int dimen sud_check_box_margin_start 0x0
|
||||
int dimen sud_check_box_margin_top 0x0
|
||||
int dimen sud_check_box_padding_start 0x0
|
||||
int dimen sud_content_frame_padding_bottom 0x0
|
||||
int dimen sud_content_frame_padding_top 0x0
|
||||
int dimen sud_content_glif_margin_bottom 0x0
|
||||
int dimen sud_content_glif_margin_top 0x0
|
||||
int dimen sud_content_illustration_max_height 0x0
|
||||
int dimen sud_content_illustration_max_width 0x0
|
||||
int dimen sud_content_illustration_min_height 0x0
|
||||
int dimen sud_content_illustration_min_width 0x0
|
||||
int dimen sud_content_illustration_padding_vertical 0x0
|
||||
int dimen sud_content_info_icon_margin_end 0x0
|
||||
int dimen sud_content_info_icon_margin_end_material_you 0x0
|
||||
int dimen sud_content_info_icon_size 0x0
|
||||
int dimen sud_content_info_icon_size_material_you 0x0
|
||||
int dimen sud_content_info_line_spacing_extra 0x0
|
||||
int dimen sud_content_info_line_spacing_extra_material_you 0x0
|
||||
int dimen sud_content_info_padding_bottom 0x0
|
||||
int dimen sud_content_info_padding_bottom_material_you 0x0
|
||||
int dimen sud_content_info_padding_top 0x0
|
||||
int dimen sud_content_info_padding_top_material_you 0x0
|
||||
int dimen sud_content_info_text_size 0x0
|
||||
int dimen sud_content_info_text_size_material_you 0x0
|
||||
int dimen sud_content_loading_frame_padding_bottom 0x0
|
||||
int dimen sud_content_loading_frame_padding_end 0x0
|
||||
int dimen sud_content_loading_frame_padding_start 0x0
|
||||
int dimen sud_content_loading_frame_padding_top 0x0
|
||||
int dimen sud_content_text_size_material_you 0x0
|
||||
int dimen sud_decor_padding_top 0x0
|
||||
int dimen sud_description_glif_margin_bottom_lists 0x0
|
||||
int dimen sud_description_glif_margin_top 0x0
|
||||
int dimen sud_description_line_spacing_extra 0x0
|
||||
int dimen sud_description_margin_bottom 0x0
|
||||
int dimen sud_description_margin_bottom_extra 0x0
|
||||
int dimen sud_description_margin_bottom_lists 0x0
|
||||
int dimen sud_description_margin_top 0x0
|
||||
int dimen sud_description_margin_top_extra 0x0
|
||||
int dimen sud_description_text_size 0x0
|
||||
int dimen sud_edit_text_corner_radius 0x0
|
||||
int dimen sud_edit_text_min_height 0x0
|
||||
int dimen sud_edit_text_padding_horizontal 0x0
|
||||
int dimen sud_expand_arrow_drawable_padding 0x0
|
||||
int dimen sud_footer_bar_button_radius_material_you 0x0
|
||||
int dimen sud_glif_alert_dialog_corner_radius 0x0
|
||||
int dimen sud_glif_alert_dialog_footer_bar_padding_start 0x0
|
||||
int dimen sud_glif_button_corner_radius 0x0
|
||||
int dimen sud_glif_button_margin_end 0x0
|
||||
int dimen sud_glif_button_margin_start 0x0
|
||||
int dimen sud_glif_button_min_height 0x0
|
||||
int dimen sud_glif_button_min_height_material_you 0x0
|
||||
int dimen sud_glif_button_padding 0x0
|
||||
int dimen sud_glif_card_elevation 0x0
|
||||
int dimen sud_glif_card_height 0x0
|
||||
int dimen sud_glif_card_width 0x0
|
||||
int dimen sud_glif_content_padding_top 0x0
|
||||
int dimen sud_glif_content_padding_top_material_you 0x0
|
||||
int dimen sud_glif_description_margin_bottom 0x0
|
||||
int dimen sud_glif_description_margin_bottom_material_you 0x0
|
||||
int dimen sud_glif_description_margin_top 0x0
|
||||
int dimen sud_glif_description_margin_top_material_you 0x0
|
||||
int dimen sud_glif_description_text_size_material_you 0x0
|
||||
int dimen sud_glif_device_default_dialog_corner_radius 0x0
|
||||
int dimen sud_glif_footer_bar_min_height 0x0
|
||||
int dimen sud_glif_footer_bar_min_height_material_you 0x0
|
||||
int dimen sud_glif_footer_bar_padding_end_material_you 0x0
|
||||
int dimen sud_glif_footer_bar_padding_start_material_you 0x0
|
||||
int dimen sud_glif_footer_bar_padding_vertical_material_you 0x0
|
||||
int dimen sud_glif_footer_button_text_size 0x0
|
||||
int dimen sud_glif_footer_button_text_size_material_you 0x0
|
||||
int dimen sud_glif_footer_padding_end 0x0
|
||||
int dimen sud_glif_footer_padding_end_embedded_activity 0x0
|
||||
int dimen sud_glif_footer_padding_start 0x0
|
||||
int dimen sud_glif_footer_padding_start_embedded_activity 0x0
|
||||
int dimen sud_glif_footer_padding_vertical 0x0
|
||||
int dimen sud_glif_header_title_margin_bottom 0x0
|
||||
int dimen sud_glif_header_title_margin_bottom_material_you 0x0
|
||||
int dimen sud_glif_header_title_margin_top 0x0
|
||||
int dimen sud_glif_header_title_margin_top_embedded_activity 0x0
|
||||
int dimen sud_glif_header_title_margin_top_material_you 0x0
|
||||
int dimen sud_glif_header_title_size_material_you 0x0
|
||||
int dimen sud_glif_icon_margin_top 0x0
|
||||
int dimen sud_glif_icon_margin_top_material_you 0x0
|
||||
int dimen sud_glif_icon_max_height 0x0
|
||||
int dimen sud_glif_icon_max_height_material_you 0x0
|
||||
int dimen sud_glif_land_content_area_weight 0x0
|
||||
int dimen sud_glif_land_header_area_weight 0x0
|
||||
int dimen sud_glif_land_middle_horizontal_spacing 0x0
|
||||
int dimen sud_glif_land_middle_horizontal_spacing_material_you 0x0
|
||||
int dimen sud_glif_margin_end 0x0
|
||||
int dimen sud_glif_margin_end_embedded_activity 0x0
|
||||
int dimen sud_glif_margin_end_material_you 0x0
|
||||
int dimen sud_glif_margin_start 0x0
|
||||
int dimen sud_glif_margin_start_embedded_activity 0x0
|
||||
int dimen sud_glif_margin_start_material_you 0x0
|
||||
int dimen sud_glif_negative_button_padding 0x0
|
||||
int dimen sud_glif_primary_button_button_margin_start 0x0
|
||||
int dimen sud_glif_primary_button_button_margin_start_material_you 0x0
|
||||
int dimen sud_glif_progress_bar_margin_vertical 0x0
|
||||
int dimen sud_glif_progress_bar_padding 0x0
|
||||
int dimen sud_glif_secondary_button_button_margin_start 0x0
|
||||
int dimen sud_glif_v3_button_corner_radius 0x0
|
||||
int dimen sud_header_container_margin_bottom 0x0
|
||||
int dimen sud_header_container_margin_bottom_material_you 0x0
|
||||
int dimen sud_header_elevation_hack 0x0
|
||||
int dimen sud_header_title_line_spacing_extra 0x0
|
||||
int dimen sud_header_title_line_spacing_extra_material_you 0x0
|
||||
int dimen sud_header_title_margin_bottom 0x0
|
||||
int dimen sud_header_title_max_size_material_you 0x0
|
||||
int dimen sud_header_title_min_size_material_you 0x0
|
||||
int dimen sud_header_title_padding_bottom 0x0
|
||||
int dimen sud_header_title_padding_top 0x0
|
||||
int dimen sud_header_title_size 0x0
|
||||
int dimen sud_header_title_size_embedded_activity 0x0
|
||||
int dimen sud_horizontal_icon_height 0x0
|
||||
int dimen sud_icon_uniformity_elevation 0x0
|
||||
int dimen sud_illustration_aspect_ratio 0x0
|
||||
int dimen sud_items_glif_icon_divider_inset 0x0
|
||||
int dimen sud_items_glif_text_divider_inset 0x0
|
||||
int dimen sud_items_icon_container_width 0x0
|
||||
int dimen sud_items_icon_divider_inset 0x0
|
||||
int dimen sud_items_min_height_material_you 0x0
|
||||
int dimen sud_items_padding_bottom 0x0
|
||||
int dimen sud_items_padding_bottom_extra 0x0
|
||||
int dimen sud_items_padding_bottom_material_you 0x0
|
||||
int dimen sud_items_padding_top 0x0
|
||||
int dimen sud_items_padding_top_material_you 0x0
|
||||
int dimen sud_items_padding_vertical 0x0
|
||||
int dimen sud_items_preferred_height 0x0
|
||||
int dimen sud_items_summary_margin_top 0x0
|
||||
int dimen sud_items_summary_margin_top_material_you 0x0
|
||||
int dimen sud_items_summary_text_size 0x0
|
||||
int dimen sud_items_summary_text_size_material_you 0x0
|
||||
int dimen sud_items_text_divider_inset 0x0
|
||||
int dimen sud_items_title_text_size 0x0
|
||||
int dimen sud_items_title_text_size_material_you 0x0
|
||||
int dimen sud_items_verbose_padding_bottom_extra 0x0
|
||||
int dimen sud_items_verbose_padding_vertical 0x0
|
||||
int dimen sud_layout_margin_sides 0x0
|
||||
int dimen sud_loading_header_height 0x0
|
||||
int dimen sud_navbar_button_drawable_padding 0x0
|
||||
int dimen sud_navbar_button_padding_sides 0x0
|
||||
int dimen sud_navbar_height 0x0
|
||||
int dimen sud_navbar_ic_intrinsic_size 0x0
|
||||
int dimen sud_navbar_padding_sides 0x0
|
||||
int dimen sud_navbar_text_size 0x0
|
||||
int dimen sud_progress_bar_margin_bottom 0x0
|
||||
int dimen sud_progress_bar_margin_bottom_material_you 0x0
|
||||
int dimen sud_progress_bar_margin_top 0x0
|
||||
int dimen sud_progress_bar_margin_top_material_you 0x0
|
||||
int dimen sud_progress_bar_margin_vertical 0x0
|
||||
int dimen sud_radio_button_line_spacing_extra 0x0
|
||||
int dimen sud_radio_button_margin_bottom 0x0
|
||||
int dimen sud_radio_button_margin_start 0x0
|
||||
int dimen sud_radio_button_margin_top 0x0
|
||||
int dimen sud_radio_button_padding_start 0x0
|
||||
int dimen sud_switch_content_padding_end 0x0
|
||||
int dimen sud_switch_divider_height 0x0
|
||||
int dimen sud_switch_divider_padding_top 0x0
|
||||
int dimen sud_switch_min_width 0x0
|
||||
int dimen sud_switch_padding_end 0x0
|
||||
int dimen sud_switch_padding_start 0x0
|
||||
int dimen sud_switch_padding_top 0x0
|
||||
int dimen sud_switch_thumb_margin 0x0
|
||||
int dimen sud_switch_thumb_size 0x0
|
||||
int dimen sud_switch_track_height 0x0
|
||||
int dimen sud_switch_track_radius 0x0
|
||||
int dimen sud_switch_track_width 0x0
|
||||
int dimen sud_title_area_elevation 0x0
|
||||
int drawable sud_autofilled_highlight_mn_bg 0x0
|
||||
int drawable sud_card_bg 0x0
|
||||
int drawable sud_card_bg_dark 0x0
|
||||
int drawable sud_card_bg_light 0x0
|
||||
int drawable sud_dialog_background_dark 0x0
|
||||
int drawable sud_dialog_background_light 0x0
|
||||
int drawable sud_edit_text_bg 0x0
|
||||
int drawable sud_edit_text_bg_shape 0x0
|
||||
int drawable sud_fourcolor_progress_bar 0x0
|
||||
int drawable sud_ic_expand 0x0
|
||||
int drawable sud_ic_expand_less 0x0
|
||||
int drawable sud_ic_expand_more 0x0
|
||||
int drawable sud_layout_background 0x0
|
||||
int drawable sud_navbar_btn_bg 0x0
|
||||
int drawable sud_navbar_btn_bg_dark 0x0
|
||||
int drawable sud_navbar_btn_bg_light 0x0
|
||||
int drawable sud_navbar_ic_back 0x0
|
||||
int drawable sud_navbar_ic_down_arrow 0x0
|
||||
int drawable sud_navbar_ic_left_arrow 0x0
|
||||
int drawable sud_navbar_ic_more 0x0
|
||||
int drawable sud_navbar_ic_next 0x0
|
||||
int drawable sud_navbar_ic_right_arrow 0x0
|
||||
int drawable sud_scroll_bar_dark 0x0
|
||||
int drawable sud_scroll_bar_light 0x0
|
||||
int drawable sud_switch_thumb_off 0x0
|
||||
int drawable sud_switch_thumb_on 0x0
|
||||
int drawable sud_switch_thumb_selector 0x0
|
||||
int drawable sud_switch_track_off_background 0x0
|
||||
int drawable sud_switch_track_on_background 0x0
|
||||
int drawable sud_switch_track_selector 0x0
|
||||
int id both 0x0
|
||||
int id bottom 0x0
|
||||
int id center_vertical 0x0
|
||||
int id default_content_container 0x0
|
||||
int id either 0x0
|
||||
int id progress_bar 0x0
|
||||
int id progress_circle 0x0
|
||||
int id progress_circle_container 0x0
|
||||
int id setup_wizard_layout 0x0
|
||||
int id suc_intrinsic_size_layout 0x0
|
||||
int id suc_layout_footer 0x0
|
||||
int id suc_layout_status 0x0
|
||||
int id suc_layout_title 0x0
|
||||
int id sud_account_avatar 0x0
|
||||
int id sud_account_name 0x0
|
||||
int id sud_bottom_scroll_view 0x0
|
||||
int id sud_content_info_container 0x0
|
||||
int id sud_content_info_description 0x0
|
||||
int id sud_content_info_icon 0x0
|
||||
int id sud_content_info_icon_container 0x0
|
||||
int id sud_glif_progress_bar 0x0
|
||||
int id sud_header_scroll_view 0x0
|
||||
int id sud_illustration_video_view 0x0
|
||||
int id sud_items_expandable_switch_content 0x0
|
||||
int id sud_items_icon 0x0
|
||||
int id sud_items_icon_container 0x0
|
||||
int id sud_items_summary 0x0
|
||||
int id sud_items_switch 0x0
|
||||
int id sud_items_switch_divider 0x0
|
||||
int id sud_items_title 0x0
|
||||
int id sud_landscape_content_area 0x0
|
||||
int id sud_landscape_header_area 0x0
|
||||
int id sud_large_progress_bar 0x0
|
||||
int id sud_layout_content 0x0
|
||||
int id sud_layout_decor 0x0
|
||||
int id sud_layout_description 0x0
|
||||
int id sud_layout_header 0x0
|
||||
int id sud_layout_icon 0x0
|
||||
int id sud_layout_icon_container 0x0
|
||||
int id sud_layout_illustration_progress_stub 0x0
|
||||
int id sud_layout_navigation_bar 0x0
|
||||
int id sud_layout_profile 0x0
|
||||
int id sud_layout_progress 0x0
|
||||
int id sud_layout_progress_illustration 0x0
|
||||
int id sud_layout_progress_stub 0x0
|
||||
int id sud_layout_sticky_header 0x0
|
||||
int id sud_layout_subtitle 0x0
|
||||
int id sud_layout_template_content 0x0
|
||||
int id sud_navbar_back 0x0
|
||||
int id sud_navbar_more 0x0
|
||||
int id sud_navbar_next 0x0
|
||||
int id sud_progress_bar 0x0
|
||||
int id sud_progress_illustration 0x0
|
||||
int id sud_recycler_view 0x0
|
||||
int id sud_scroll_view 0x0
|
||||
int id top 0x0
|
||||
int integer sudTransitionDuration 0x0
|
||||
int interpolator fast_out_extra_slow_in 0x0
|
||||
int interpolator standard_accelerate 0x0
|
||||
int interpolator standard_decelerate 0x0
|
||||
int interpolator sud_accelerate_quart 0x0
|
||||
int interpolator sud_decelerate_quart 0x0
|
||||
int interpolator sud_interpolator 0x0
|
||||
int layout sud_button 0x0
|
||||
int layout sud_content_info 0x0
|
||||
int layout sud_glif_blank_embedded_template_card 0x0
|
||||
int layout sud_glif_blank_embedded_template_compact 0x0
|
||||
int layout sud_glif_blank_embedded_template_content 0x0
|
||||
int layout sud_glif_blank_template 0x0
|
||||
int layout sud_glif_blank_template_card 0x0
|
||||
int layout sud_glif_blank_template_compact 0x0
|
||||
int layout sud_glif_blank_template_content 0x0
|
||||
int layout sud_glif_embedded_template 0x0
|
||||
int layout sud_glif_embedded_template_card 0x0
|
||||
int layout sud_glif_embedded_template_compact 0x0
|
||||
int layout sud_glif_embedded_template_content 0x0
|
||||
int layout sud_glif_header 0x0
|
||||
int layout sud_glif_illustration_loading_screen 0x0
|
||||
int layout sud_glif_list_embedded_template 0x0
|
||||
int layout sud_glif_list_embedded_template_card 0x0
|
||||
int layout sud_glif_list_embedded_template_compact 0x0
|
||||
int layout sud_glif_list_embedded_template_content 0x0
|
||||
int layout sud_glif_list_template 0x0
|
||||
int layout sud_glif_list_template_card 0x0
|
||||
int layout sud_glif_list_template_card_two_pane 0x0
|
||||
int layout sud_glif_list_template_compact 0x0
|
||||
int layout sud_glif_list_template_content 0x0
|
||||
int layout sud_glif_list_template_content_two_pane 0x0
|
||||
int layout sud_glif_list_template_two_pane 0x0
|
||||
int layout sud_glif_loading_screen 0x0
|
||||
int layout sud_glif_preference_embedded_template 0x0
|
||||
int layout sud_glif_preference_recycler_view 0x0
|
||||
int layout sud_glif_preference_template 0x0
|
||||
int layout sud_glif_preference_template_card 0x0
|
||||
int layout sud_glif_preference_template_card_two_pane 0x0
|
||||
int layout sud_glif_preference_template_compact 0x0
|
||||
int layout sud_glif_preference_template_content 0x0
|
||||
int layout sud_glif_preference_template_content_two_pane 0x0
|
||||
int layout sud_glif_preference_template_two_pane 0x0
|
||||
int layout sud_glif_profile 0x0
|
||||
int layout sud_glif_recycler_embedded_template 0x0
|
||||
int layout sud_glif_recycler_embedded_template_card 0x0
|
||||
int layout sud_glif_recycler_embedded_template_compact 0x0
|
||||
int layout sud_glif_recycler_embedded_template_content 0x0
|
||||
int layout sud_glif_recycler_template 0x0
|
||||
int layout sud_glif_recycler_template_card 0x0
|
||||
int layout sud_glif_recycler_template_card_two_pane 0x0
|
||||
int layout sud_glif_recycler_template_compact 0x0
|
||||
int layout sud_glif_recycler_template_content 0x0
|
||||
int layout sud_glif_recycler_template_content_two_pane 0x0
|
||||
int layout sud_glif_recycler_template_two_pane 0x0
|
||||
int layout sud_glif_template 0x0
|
||||
int layout sud_glif_template_card 0x0
|
||||
int layout sud_glif_template_card_two_pane 0x0
|
||||
int layout sud_glif_template_compact 0x0
|
||||
int layout sud_glif_template_content 0x0
|
||||
int layout sud_glif_template_content_two_pane 0x0
|
||||
int layout sud_glif_template_two_pane 0x0
|
||||
int layout sud_items_button_bar 0x0
|
||||
int layout sud_items_default 0x0
|
||||
int layout sud_items_description 0x0
|
||||
int layout sud_items_expandable_switch 0x0
|
||||
int layout sud_items_progress_bar 0x0
|
||||
int layout sud_items_switch 0x0
|
||||
int layout sud_items_switch_verbose 0x0
|
||||
int layout sud_items_verbose 0x0
|
||||
int layout sud_list_header 0x0
|
||||
int layout sud_list_template 0x0
|
||||
int layout sud_list_template_card 0x0
|
||||
int layout sud_list_template_card_wide 0x0
|
||||
int layout sud_list_template_header 0x0
|
||||
int layout sud_list_template_header_collapsed 0x0
|
||||
int layout sud_list_template_short 0x0
|
||||
int layout sud_navbar_view 0x0
|
||||
int layout sud_no_scroll_template 0x0
|
||||
int layout sud_no_scroll_template_card 0x0
|
||||
int layout sud_no_scroll_template_card_wide 0x0
|
||||
int layout sud_no_scroll_template_header 0x0
|
||||
int layout sud_no_scroll_template_header_collapsed 0x0
|
||||
int layout sud_no_scroll_template_short 0x0
|
||||
int layout sud_preference_recycler_view 0x0
|
||||
int layout sud_preference_recycler_view_header 0x0
|
||||
int layout sud_preference_recycler_view_normal 0x0
|
||||
int layout sud_preference_template 0x0
|
||||
int layout sud_preference_template_header 0x0
|
||||
int layout sud_progress_bar 0x0
|
||||
int layout sud_progress_bar_stub 0x0
|
||||
int layout sud_progress_illustration_layout 0x0
|
||||
int layout sud_recycler_template 0x0
|
||||
int layout sud_recycler_template_card 0x0
|
||||
int layout sud_recycler_template_card_wide 0x0
|
||||
int layout sud_recycler_template_header 0x0
|
||||
int layout sud_recycler_template_header_collapsed 0x0
|
||||
int layout sud_recycler_template_short 0x0
|
||||
int layout sud_template 0x0
|
||||
int layout sud_template_card 0x0
|
||||
int layout sud_template_card_wide 0x0
|
||||
int layout sud_template_header 0x0
|
||||
int layout sud_template_header_collapsed 0x0
|
||||
int layout sud_template_short 0x0
|
||||
int string sudFontSecondary 0x0
|
||||
int string sudFontSecondaryMedium 0x0
|
||||
int string sudFontSecondaryMediumMaterialYou 0x0
|
||||
int string sudFontSecondaryText 0x0
|
||||
int string sud_back_button_label 0x0
|
||||
int string sud_default_device_name 0x0
|
||||
int string sud_more_button_label 0x0
|
||||
int string sud_next_button_label 0x0
|
||||
int string sud_skip_button_label 0x0
|
||||
int style Animation_SudWindowAnimation 0x0
|
||||
int style Animation_SudWindowAnimation_DynamicColor 0x0
|
||||
int style SudAlertDialogTheme 0x0
|
||||
int style SudAlertDialogThemeCompat 0x0
|
||||
int style SudAlertDialogThemeCompat_Light 0x0
|
||||
int style SudAlertDialogTheme_Light 0x0
|
||||
int style SudAppCompatButtonButtonBarAlertDialog 0x0
|
||||
int style SudAppCompatButtonButtonBarAlertDialog_Light 0x0
|
||||
int style SudBaseCardTitle 0x0
|
||||
int style SudBaseHeaderTitle 0x0
|
||||
int style SudBaseThemeGlif 0x0
|
||||
int style SudBaseThemeGlifV3 0x0
|
||||
int style SudBaseThemeGlifV3_Light 0x0
|
||||
int style SudBaseThemeGlif_Light 0x0
|
||||
int style SudBase_ProgressBarLarge 0x0
|
||||
int style SudButtonItem 0x0
|
||||
int style SudButtonItem_Colored 0x0
|
||||
int style SudCardTitle 0x0
|
||||
int style SudCheckBox 0x0
|
||||
int style SudCheckBox_Multiline 0x0
|
||||
int style SudContentFrame 0x0
|
||||
int style SudContentIllustration 0x0
|
||||
int style SudContent_Glif 0x0
|
||||
int style SudDateTimePickerDialogTheme 0x0
|
||||
int style SudDateTimePickerDialogTheme_Light 0x0
|
||||
int style SudDescription 0x0
|
||||
int style SudDescription_Glif 0x0
|
||||
int style SudDeviceDefaultButtonBarButtonStyle 0x0
|
||||
int style SudDeviceDefaultButtonBarButtonStyle_Light 0x0
|
||||
int style SudDeviceDefaultWindowTitleTextAppearance 0x0
|
||||
int style SudDynamicColorAlertDialogTheme 0x0
|
||||
int style SudDynamicColorAlertDialogThemeCompat 0x0
|
||||
int style SudDynamicColorAlertDialogThemeCompat_Light 0x0
|
||||
int style SudDynamicColorAlertDialogTheme_Light 0x0
|
||||
int style SudDynamicColorBaseTheme 0x0
|
||||
int style SudDynamicColorBaseTheme_Light 0x0
|
||||
int style SudDynamicColorDateTimePickerDialogTheme 0x0
|
||||
int style SudDynamicColorDateTimePickerDialogTheme_Light 0x0
|
||||
int style SudDynamicColorTheme 0x0
|
||||
int style SudDynamicColorThemeGlifV3 0x0
|
||||
int style SudDynamicColorThemeGlifV3_DayNight 0x0
|
||||
int style SudDynamicColorThemeGlifV3_Light 0x0
|
||||
int style SudDynamicColorTheme_DayNight 0x0
|
||||
int style SudDynamicColorTheme_Light 0x0
|
||||
int style SudEditBoxTheme 0x0
|
||||
int style SudEditText 0x0
|
||||
int style SudFillContentLayout 0x0
|
||||
int style SudFourColorIndeterminateProgressBar 0x0
|
||||
int style SudFullDynamicColorAlertDialogTheme 0x0
|
||||
int style SudFullDynamicColorAlertDialogThemeCompat 0x0
|
||||
int style SudFullDynamicColorAlertDialogThemeCompat_Light 0x0
|
||||
int style SudFullDynamicColorAlertDialogTheme_Light 0x0
|
||||
int style SudFullDynamicColorTheme 0x0
|
||||
int style SudFullDynamicColorThemeGlifV3 0x0
|
||||
int style SudFullDynamicColorThemeGlifV3_DayNight 0x0
|
||||
int style SudFullDynamicColorThemeGlifV3_Light 0x0
|
||||
int style SudFullDynamicColorTheme_DayNight 0x0
|
||||
int style SudFullDynamicColorTheme_Light 0x0
|
||||
int style SudGlifAccountAvatar 0x0
|
||||
int style SudGlifAccountContainer 0x0
|
||||
int style SudGlifAccountContainerMaterialYou 0x0
|
||||
int style SudGlifAccountName 0x0
|
||||
int style SudGlifButtonBar 0x0
|
||||
int style SudGlifButtonBar_Stackable 0x0
|
||||
int style SudGlifButton_BaseTertiary 0x0
|
||||
int style SudGlifButton_Primary 0x0
|
||||
int style SudGlifButton_Secondary 0x0
|
||||
int style SudGlifButton_Tertiary 0x0
|
||||
int style SudGlifCardBackground 0x0
|
||||
int style SudGlifCardContainer 0x0
|
||||
int style SudGlifDescription 0x0
|
||||
int style SudGlifDescriptionMaterialYou 0x0
|
||||
int style SudGlifHeaderContainer 0x0
|
||||
int style SudGlifHeaderTitle 0x0
|
||||
int style SudGlifHeaderTitleMaterialYou 0x0
|
||||
int style SudGlifIcon 0x0
|
||||
int style SudGlifIconContainer 0x0
|
||||
int style SudHeaderTitle 0x0
|
||||
int style SudInfoContainer 0x0
|
||||
int style SudInfoDescription 0x0
|
||||
int style SudItemContainer 0x0
|
||||
int style SudItemContainerMaterialYou 0x0
|
||||
int style SudItemContainerMaterialYou_Description 0x0
|
||||
int style SudItemContainer_Description 0x0
|
||||
int style SudItemContainer_Description_Glif 0x0
|
||||
int style SudItemContainer_Verbose 0x0
|
||||
int style SudItemIconContainer 0x0
|
||||
int style SudItemSummary 0x0
|
||||
int style SudItemSummaryGlif 0x0
|
||||
int style SudItemSummaryMaterialYou 0x0
|
||||
int style SudItemTitle 0x0
|
||||
int style SudItemTitleMaterialYou 0x0
|
||||
int style SudItemTitle_GlifDescription 0x0
|
||||
int style SudItemTitle_SectionHeader 0x0
|
||||
int style SudItemTitle_Verbose 0x0
|
||||
int style SudLandContentContianerStyle 0x0
|
||||
int style SudLoadingContentFrame 0x0
|
||||
int style SudMaterialYouAlertDialogTheme 0x0
|
||||
int style SudMaterialYouAlertDialogThemeCompat 0x0
|
||||
int style SudMaterialYouAlertDialogThemeCompat_Light 0x0
|
||||
int style SudMaterialYouAlertDialogTheme_Light 0x0
|
||||
int style SudMaterialYouAlertDialogTitleStyle 0x0
|
||||
int style SudMaterialYouDeviceDefaultWindowTitleTextAppearance 0x0
|
||||
int style SudMaterialYouItemTitle_Verbose 0x0
|
||||
int style SudMaterialYouWindowTitleStyle 0x0
|
||||
int style SudNavBarButtonStyle 0x0
|
||||
int style SudNavBarTheme 0x0
|
||||
int style SudNavBarThemeDark 0x0
|
||||
int style SudNavBarThemeLight 0x0
|
||||
int style SudRadioButton 0x0
|
||||
int style SudSwitchBarStyle 0x0
|
||||
int style SudSwitchStyle 0x0
|
||||
int style SudSwitchStyle_Divided 0x0
|
||||
int style SudTextAppearanceDeviceDefaultMedium 0x0
|
||||
int style SudTextAppearanceDeviceDefaultMedium_Light 0x0
|
||||
int style SudTextFieldAutoFilledTheme 0x0
|
||||
int style SudThemeGlif 0x0
|
||||
int style SudThemeGlifV2 0x0
|
||||
int style SudThemeGlifV2_DayNight 0x0
|
||||
int style SudThemeGlifV2_Light 0x0
|
||||
int style SudThemeGlifV3 0x0
|
||||
int style SudThemeGlifV3_DayNight 0x0
|
||||
int style SudThemeGlifV3_Light 0x0
|
||||
int style SudThemeGlifV4 0x0
|
||||
int style SudThemeGlifV4_DayNight 0x0
|
||||
int style SudThemeGlifV4_Light 0x0
|
||||
int style SudThemeGlif_DayNight 0x0
|
||||
int style SudThemeGlif_Light 0x0
|
||||
int style SudThemeMaterial 0x0
|
||||
int style SudThemeMaterial_DayNight 0x0
|
||||
int style SudThemeMaterial_Light 0x0
|
||||
int style SudWindowTitleStyle 0x0
|
||||
int style TextAppearance_SudCardTitle 0x0
|
||||
int style TextAppearance_SudDescription 0x0
|
||||
int style TextAppearance_SudDescription_Secondary 0x0
|
||||
int style TextAppearance_SudGlifBody 0x0
|
||||
int style TextAppearance_SudGlifItemSummary 0x0
|
||||
int style TextAppearance_SudGlifItemTitle 0x0
|
||||
int style TextAppearance_SudItemSummary 0x0
|
||||
int style TextAppearance_SudMaterialYouDescription 0x0
|
||||
int style TextAppearance_SudMaterialYouItemSummary 0x0
|
||||
int style TextAppearance_SudMaterialYouItemTitle 0x0
|
||||
int[] styleable SudAbstractItem { 0x10100d0 }
|
||||
int styleable SudAbstractItem_android_id 0
|
||||
int[] styleable SudButtonItem { 0x1010048, 0x101000e, 0x101014f, 0x1010000 }
|
||||
int styleable SudButtonItem_android_buttonStyle 0
|
||||
int styleable SudButtonItem_android_enabled 1
|
||||
int styleable SudButtonItem_android_text 2
|
||||
int styleable SudButtonItem_android_theme 3
|
||||
int[] styleable SudDescriptionMixin { 0x0, 0x0, 0x0, 0x0 }
|
||||
int styleable SudDescriptionMixin_sudDescriptionText 0
|
||||
int styleable SudDescriptionMixin_sudDescriptionTextColor 1
|
||||
int styleable SudDescriptionMixin_sudGlifDescriptionMarginBottom 2
|
||||
int styleable SudDescriptionMixin_sudGlifDescriptionMarginTop 3
|
||||
int[] styleable SudDividerItemDecoration { 0x101012a, 0x1010214, 0x0 }
|
||||
int styleable SudDividerItemDecoration_android_dividerHeight 0
|
||||
int styleable SudDividerItemDecoration_android_listDivider 1
|
||||
int styleable SudDividerItemDecoration_sudDividerCondition 2
|
||||
int[] styleable SudExpandableSwitchItem { 0x0, 0x0 }
|
||||
int styleable SudExpandableSwitchItem_sudCollapsedSummary 0
|
||||
int styleable SudExpandableSwitchItem_sudExpandedSummary 1
|
||||
int[] styleable SudFillContentLayout { 0x1010120, 0x101011f }
|
||||
int styleable SudFillContentLayout_android_maxHeight 0
|
||||
int styleable SudFillContentLayout_android_maxWidth 1
|
||||
int[] styleable SudGlifLayout { 0x0, 0x0, 0x0, 0x0, 0x0 }
|
||||
int styleable SudGlifLayout_sudBackgroundBaseColor 0
|
||||
int styleable SudGlifLayout_sudBackgroundPatterned 1
|
||||
int styleable SudGlifLayout_sudColorPrimary 2
|
||||
int styleable SudGlifLayout_sudStickyHeader 3
|
||||
int styleable SudGlifLayout_sudUsePartnerHeavyTheme 4
|
||||
int[] styleable SudGlifLoadingFramePadding { 0x0, 0x0, 0x0, 0x0 }
|
||||
int styleable SudGlifLoadingFramePadding_sudLoadingContentFramePaddingBottom 0
|
||||
int styleable SudGlifLoadingFramePadding_sudLoadingContentFramePaddingEnd 1
|
||||
int styleable SudGlifLoadingFramePadding_sudLoadingContentFramePaddingStart 2
|
||||
int styleable SudGlifLoadingFramePadding_sudLoadingContentFramePaddingTop 3
|
||||
int[] styleable SudHeaderRecyclerView { 0x0 }
|
||||
int styleable SudHeaderRecyclerView_sudHeader 0
|
||||
int[] styleable SudIconMixin { 0x1010002, 0x0, 0x0 }
|
||||
int styleable SudIconMixin_android_icon 0
|
||||
int styleable SudIconMixin_sudIconTint 1
|
||||
int styleable SudIconMixin_sudUpscaleIcon 2
|
||||
int[] styleable SudIllustration { 0x0 }
|
||||
int styleable SudIllustration_sudAspectRatio 0
|
||||
int[] styleable SudIllustrationVideoView { 0x0, 0x0 }
|
||||
int styleable SudIllustrationVideoView_sudPauseVideoWhenFinished 0
|
||||
int styleable SudIllustrationVideoView_sudVideo 1
|
||||
int[] styleable SudIntrinsicSizeFrameLayout { 0x1010155, 0x1010159 }
|
||||
int styleable SudIntrinsicSizeFrameLayout_android_height 0
|
||||
int styleable SudIntrinsicSizeFrameLayout_android_width 1
|
||||
int[] styleable SudItem { 0x1010273, 0x101000e, 0x1010002, 0x10100f2, 0x10101e9, 0x10101e1, 0x1010194, 0x0, 0x0 }
|
||||
int styleable SudItem_android_contentDescription 0
|
||||
int styleable SudItem_android_enabled 1
|
||||
int styleable SudItem_android_icon 2
|
||||
int styleable SudItem_android_layout 3
|
||||
int styleable SudItem_android_summary 4
|
||||
int styleable SudItem_android_title 5
|
||||
int styleable SudItem_android_visible 6
|
||||
int styleable SudItem_sudIconGravity 7
|
||||
int styleable SudItem_sudIconTint 8
|
||||
int[] styleable SudListMixin { 0x10100b2, 0x0, 0x0, 0x0, 0x0 }
|
||||
int styleable SudListMixin_android_entries 0
|
||||
int styleable SudListMixin_sudDividerInset 1
|
||||
int styleable SudListMixin_sudDividerInsetEnd 2
|
||||
int styleable SudListMixin_sudDividerInsetStart 3
|
||||
int styleable SudListMixin_sudDividerShown 4
|
||||
int[] styleable SudProgressBarMixin { 0x0 }
|
||||
int styleable SudProgressBarMixin_sudUseBottomProgressBar 0
|
||||
int[] styleable SudRecyclerItemAdapter { 0x1010031, 0x101030e, 0x0 }
|
||||
int styleable SudRecyclerItemAdapter_android_colorBackground 0
|
||||
int styleable SudRecyclerItemAdapter_android_selectableItemBackground 1
|
||||
int styleable SudRecyclerItemAdapter_selectableItemBackground 2
|
||||
int[] styleable SudRecyclerMixin { 0x10100b2, 0x0, 0x0, 0x0, 0x0 }
|
||||
int styleable SudRecyclerMixin_android_entries 0
|
||||
int styleable SudRecyclerMixin_sudDividerInset 1
|
||||
int styleable SudRecyclerMixin_sudDividerInsetEnd 2
|
||||
int styleable SudRecyclerMixin_sudDividerInsetStart 3
|
||||
int styleable SudRecyclerMixin_sudHasStableIds 4
|
||||
int[] styleable SudSetupWizardLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
||||
int styleable SudSetupWizardLayout_sudBackground 0
|
||||
int styleable SudSetupWizardLayout_sudBackgroundTile 1
|
||||
int styleable SudSetupWizardLayout_sudDecorPaddingTop 2
|
||||
int styleable SudSetupWizardLayout_sudIllustration 3
|
||||
int styleable SudSetupWizardLayout_sudIllustrationAspectRatio 4
|
||||
int styleable SudSetupWizardLayout_sudIllustrationHorizontalTile 5
|
||||
int styleable SudSetupWizardLayout_sudIllustrationImage 6
|
||||
int[] styleable SudStickyHeaderListView { 0x0 }
|
||||
int styleable SudStickyHeaderListView_sudHeader 0
|
||||
int[] styleable SudSwitchItem { 0x1010106 }
|
||||
int styleable SudSwitchItem_android_checked 0
|
||||
int[] styleable SudTemplateLayout { 0x10100f2, 0x0 }
|
||||
int styleable SudTemplateLayout_android_layout 0
|
||||
int styleable SudTemplateLayout_sudContainer 1
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@integer/sudTransitionDuration"
|
||||
android:fromXDelta="100%"
|
||||
android:toXDelta="0%"
|
||||
android:interpolator="@interpolator/sud_interpolator" />
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@integer/sudTransitionDuration"
|
||||
android:fromXDelta="0%"
|
||||
android:toXDelta="-100%"
|
||||
android:interpolator="@interpolator/sud_interpolator" />
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@integer/sudTransitionDuration"
|
||||
android:fromXDelta="-100%"
|
||||
android:toXDelta="0%"
|
||||
android:interpolator="@interpolator/sud_interpolator" />
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@integer/sudTransitionDuration"
|
||||
android:fromXDelta="0%"
|
||||
android:toXDelta="100%"
|
||||
android:interpolator="@interpolator/sud_interpolator" />
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2022 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shareInterpolator="false"
|
||||
android:showBackdrop="true"
|
||||
android:backdropColor="@color/sud_glif_background_color_dark">
|
||||
|
||||
<alpha
|
||||
android:fromAlpha="0.0"
|
||||
android:toAlpha="1.0"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="true"
|
||||
android:fillAfter="true"
|
||||
android:interpolator="@interpolator/standard_decelerate"
|
||||
android:startOffset="100"
|
||||
android:duration="350" />
|
||||
|
||||
<translate
|
||||
android:fromXDelta="-25%"
|
||||
android:toXDelta="0"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="true"
|
||||
android:fillAfter="true"
|
||||
android:interpolator="@interpolator/fast_out_extra_slow_in"
|
||||
android:startOffset="0"
|
||||
android:duration="450" />
|
||||
|
||||
</set>
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2022 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shareInterpolator="false"
|
||||
android:showBackdrop="true"
|
||||
android:backdropColor="@color/sud_glif_background_color_dark">
|
||||
|
||||
<alpha
|
||||
android:fromAlpha="0.0"
|
||||
android:toAlpha="1.0"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="true"
|
||||
android:fillAfter="true"
|
||||
android:interpolator="@interpolator/standard_decelerate"
|
||||
android:startOffset="100"
|
||||
android:duration="350" />
|
||||
|
||||
<translate
|
||||
android:fromXDelta="25%"
|
||||
android:toXDelta="0"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="true"
|
||||
android:fillAfter="true"
|
||||
android:interpolator="@interpolator/fast_out_extra_slow_in"
|
||||
android:startOffset="0"
|
||||
android:duration="450" />
|
||||
|
||||
</set>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@integer/sudTransitionDuration"
|
||||
android:fromXDelta="-100%"
|
||||
android:toXDelta="0%"
|
||||
android:interpolator="@interpolator/sud_interpolator" />
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@integer/sudTransitionDuration"
|
||||
android:fromXDelta="0%"
|
||||
android:toXDelta="100%"
|
||||
android:interpolator="@interpolator/sud_interpolator" />
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@integer/sudTransitionDuration"
|
||||
android:fromXDelta="100%"
|
||||
android:toXDelta="0%"
|
||||
android:interpolator="@interpolator/sud_interpolator" />
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@integer/sudTransitionDuration"
|
||||
android:fromXDelta="0%"
|
||||
android:toXDelta="-100%"
|
||||
android:interpolator="@interpolator/sud_interpolator" />
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2022 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shareInterpolator="false"
|
||||
android:showBackdrop="true"
|
||||
android:backdropColor="@color/sud_glif_background_color_light">
|
||||
|
||||
<alpha
|
||||
android:fromAlpha="0.0"
|
||||
android:toAlpha="1.0"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="true"
|
||||
android:fillAfter="true"
|
||||
android:interpolator="@interpolator/standard_decelerate"
|
||||
android:startOffset="100"
|
||||
android:duration="350" />
|
||||
|
||||
<translate
|
||||
android:fromXDelta="-25%"
|
||||
android:toXDelta="0"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="true"
|
||||
android:fillAfter="true"
|
||||
android:interpolator="@interpolator/fast_out_extra_slow_in"
|
||||
android:startOffset="0"
|
||||
android:duration="450" />
|
||||
|
||||
</set>
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2022 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shareInterpolator="false"
|
||||
android:showBackdrop="true"
|
||||
android:backdropColor="@color/sud_system_background_surface">
|
||||
|
||||
<alpha
|
||||
android:fromAlpha="0.0"
|
||||
android:toAlpha="1.0"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="true"
|
||||
android:fillAfter="true"
|
||||
android:interpolator="@interpolator/standard_decelerate"
|
||||
android:startOffset="100"
|
||||
android:duration="350" />
|
||||
|
||||
<translate
|
||||
android:fromXDelta="-25%"
|
||||
android:toXDelta="0"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="true"
|
||||
android:fillAfter="true"
|
||||
android:interpolator="@interpolator/fast_out_extra_slow_in"
|
||||
android:startOffset="0"
|
||||
android:duration="450" />
|
||||
|
||||
</set>
|
||||
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2022 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shareInterpolator="false">
|
||||
|
||||
<alpha
|
||||
android:fromAlpha="1.0"
|
||||
android:toAlpha="0.0"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="true"
|
||||
android:fillAfter="true"
|
||||
android:interpolator="@interpolator/standard_accelerate"
|
||||
android:startOffset="0"
|
||||
android:duration="100" />
|
||||
|
||||
<translate
|
||||
android:fromXDelta="0"
|
||||
android:toXDelta="25%"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="true"
|
||||
android:fillAfter="true"
|
||||
android:interpolator="@interpolator/fast_out_extra_slow_in"
|
||||
android:startOffset="0"
|
||||
android:duration="450" />
|
||||
|
||||
</set>
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2022 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shareInterpolator="false"
|
||||
android:showBackdrop="true"
|
||||
android:backdropColor="@color/sud_glif_background_color_light">
|
||||
|
||||
<alpha
|
||||
android:fromAlpha="0.0"
|
||||
android:toAlpha="1.0"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="true"
|
||||
android:fillAfter="true"
|
||||
android:interpolator="@interpolator/standard_decelerate"
|
||||
android:startOffset="100"
|
||||
android:duration="350" />
|
||||
|
||||
<translate
|
||||
android:fromXDelta="25%"
|
||||
android:toXDelta="0"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="true"
|
||||
android:fillAfter="true"
|
||||
android:interpolator="@interpolator/fast_out_extra_slow_in"
|
||||
android:startOffset="0"
|
||||
android:duration="450" />
|
||||
|
||||
</set>
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2022 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shareInterpolator="false"
|
||||
android:showBackdrop="true"
|
||||
android:backdropColor="@color/sud_system_background_surface">
|
||||
|
||||
<alpha
|
||||
android:fromAlpha="0.0"
|
||||
android:toAlpha="1.0"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="true"
|
||||
android:fillAfter="true"
|
||||
android:interpolator="@interpolator/standard_decelerate"
|
||||
android:startOffset="100"
|
||||
android:duration="350" />
|
||||
|
||||
<translate
|
||||
android:fromXDelta="25%"
|
||||
android:toXDelta="0"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="true"
|
||||
android:fillAfter="true"
|
||||
android:interpolator="@interpolator/fast_out_extra_slow_in"
|
||||
android:startOffset="0"
|
||||
android:duration="450" />
|
||||
|
||||
</set>
|
||||
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2022 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shareInterpolator="false">
|
||||
|
||||
<alpha
|
||||
android:fromAlpha="1.0"
|
||||
android:toAlpha="0.0"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="true"
|
||||
android:fillAfter="true"
|
||||
android:interpolator="@interpolator/standard_accelerate"
|
||||
android:startOffset="0"
|
||||
android:duration="100" />
|
||||
|
||||
<translate
|
||||
android:fromXDelta="0"
|
||||
android:toXDelta="-25%"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="true"
|
||||
android:fillAfter="true"
|
||||
android:interpolator="@interpolator/fast_out_extra_slow_in"
|
||||
android:startOffset="0"
|
||||
android:duration="450" />
|
||||
|
||||
</set>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2020 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android" android:zAdjustment="normal">
|
||||
<alpha android:fromAlpha="0.0" android:toAlpha="1.0"
|
||||
android:fillEnabled="true" android:fillBefore="true" android:fillAfter="true"
|
||||
android:interpolator="@android:interpolator/linear_out_slow_in"
|
||||
android:duration="250"/>
|
||||
</set>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2020 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shareInterpolator="false" android:zAdjustment="top">
|
||||
<alpha android:fromAlpha="1.0" android:toAlpha="0.0"
|
||||
android:interpolator="@android:interpolator/linear"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="false" android:fillAfter="true"
|
||||
android:startOffset="100"
|
||||
android:duration="150"/>
|
||||
<translate android:fromYDelta="0%" android:toYDelta="8%"
|
||||
android:fillEnabled="true" android:fillBefore="true" android:fillAfter="true"
|
||||
android:interpolator="@interpolator/sud_accelerate_quart"
|
||||
android:duration="250"/>
|
||||
</set>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2020 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shareInterpolator="false"
|
||||
android:zAdjustment="top">
|
||||
<alpha android:fromAlpha="0.0" android:toAlpha="1.0"
|
||||
android:interpolator="@interpolator/sud_decelerate_quart"
|
||||
android:fillEnabled="true"
|
||||
android:fillBefore="false" android:fillAfter="true"
|
||||
android:duration="200"/>
|
||||
<translate android:fromYDelta="8%" android:toYDelta="0"
|
||||
android:fillEnabled="true" android:fillBefore="true" android:fillAfter="true"
|
||||
android:interpolator="@android:interpolator/decelerate_quint"
|
||||
android:duration="350"/>
|
||||
</set>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2020 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:zAdjustment="normal">
|
||||
<alpha android:fromAlpha="1.0" android:toAlpha="0.0"
|
||||
android:fillEnabled="true" android:fillBefore="false" android:fillAfter="true"
|
||||
android:interpolator="@android:interpolator/fast_out_slow_in"
|
||||
android:duration="217"/>
|
||||
</set>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2020 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- This is needed to keep the exiting window shown while the entering window fades in -->
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@android:integer/config_longAnimTime"
|
||||
android:fromAlpha="1.0"
|
||||
android:interpolator="@android:interpolator/decelerate_quad"
|
||||
android:toAlpha="1.0" />
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2014 Google Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- Animate the X translation. The view this animator is run on must have the methods
|
||||
setXFraction(float) and getXFraction methods implemented. Also make sure these 2 methods are
|
||||
not stripped out by proguard. -->
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:duration="@integer/sudTransitionDuration"
|
||||
android:interpolator="@android:interpolator/decelerate_quad"
|
||||
android:propertyName="xFraction"
|
||||
android:valueFrom="1.0"
|
||||
android:valueTo="0"
|
||||
tools:ignore="UnusedResources" />
|
||||
<!-- Ignore UnusedResources: can be used by clients -->
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2014 Google Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- Animate the X translation. The view this animator is run on must have the methods
|
||||
setXFraction(float) and getXFraction methods implemented. Also make sure these 2 methods are
|
||||
not stripped out by proguard. -->
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:duration="@integer/sudTransitionDuration"
|
||||
android:interpolator="@android:interpolator/decelerate_quad"
|
||||
android:propertyName="xFraction"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="-1.0"
|
||||
tools:ignore="UnusedResources" />
|
||||
<!-- Ignore UnusedResources: can be used by clients -->
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2014 Google Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- Animate the X translation. The view this animator is run on must have the methods
|
||||
setXFraction(float) and getXFraction methods implemented. Also make sure these 2 methods are
|
||||
not stripped out by proguard. -->
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:duration="@integer/sudTransitionDuration"
|
||||
android:interpolator="@android:interpolator/decelerate_quad"
|
||||
android:propertyName="xFraction"
|
||||
android:valueFrom="-1.0"
|
||||
android:valueTo="0"
|
||||
tools:ignore="UnusedResources" />
|
||||
<!-- Ignore UnusedResources: can be used by clients -->
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2014 Google Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- Animate the X translation. The view this animator is run on must have the methods
|
||||
setXFraction(float) and getXFraction methods implemented. Also make sure these 2 methods are
|
||||
not stripped out by proguard. -->
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:duration="@integer/sudTransitionDuration"
|
||||
android:interpolator="@android:interpolator/decelerate_quad"
|
||||
android:propertyName="xFraction"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="1.0"
|
||||
tools:ignore="UnusedResources" />
|
||||
<!-- Ignore UnusedResources: can be used by clients -->
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2014 Google Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- Animate the X translation. The view this animator is run on must have the methods
|
||||
setXFraction(float) and getXFraction methods implemented. Also make sure these 2 methods are
|
||||
not stripped out by proguard. -->
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@integer/sudTransitionDuration"
|
||||
android:interpolator="@android:interpolator/decelerate_quad"
|
||||
android:propertyName="xFraction"
|
||||
android:valueFrom="-1.0"
|
||||
android:valueTo="0" />
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2014 Google Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- Animate the X translation. The view this animator is run on must have the methods
|
||||
setXFraction(float) and getXFraction methods implemented. Also make sure these 2 methods are
|
||||
not stripped out by proguard. -->
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@integer/sudTransitionDuration"
|
||||
android:interpolator="@android:interpolator/decelerate_quad"
|
||||
android:propertyName="xFraction"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="1.0" />
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2014 Google Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- Animate the X translation. The view this animator is run on must have the methods
|
||||
setXFraction(float) and getXFraction methods implemented. Also make sure these 2 methods are
|
||||
not stripped out by proguard. -->
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@integer/sudTransitionDuration"
|
||||
android:interpolator="@android:interpolator/decelerate_quad"
|
||||
android:propertyName="xFraction"
|
||||
android:valueFrom="1.0"
|
||||
android:valueTo="0" />
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2014 Google Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- Animate the X translation. The view this animator is run on must have the methods
|
||||
setXFraction(float) and getXFraction methods implemented. Also make sure these 2 methods are
|
||||
not stripped out by proguard. -->
|
||||
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@integer/sudTransitionDuration"
|
||||
android:interpolator="@android:interpolator/decelerate_quad"
|
||||
android:propertyName="xFraction"
|
||||
android:valueFrom="0"
|
||||
android:valueTo="-1.0" />
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2017 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="?android:attr/colorAccent"
|
||||
android:alpha="?attr/sudButtonHighlightAlpha" />
|
||||
</selector>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="@android:color/system_neutral2_500" android:lStar="45" />
|
||||
</selector>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="@android:color/system_accent2_500" android:lStar="51" />
|
||||
</selector>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
<item android:state_enabled="false"
|
||||
android:color="?attr/sudSwitchBarThumbOffColor"
|
||||
android:alpha="?android:attr/disabledAlpha" />
|
||||
<item android:color="?attr/sudSwitchBarThumbOffColor" />
|
||||
</selector>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
<item android:state_enabled="false"
|
||||
android:color="?attr/sudSwitchBarThumbOnColor"
|
||||
android:alpha="?android:attr/disabledAlpha" />
|
||||
<item android:color="?attr/sudSwitchBarThumbOnColor" />
|
||||
</selector>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
<item android:state_enabled="false"
|
||||
android:color="?attr/sudSwitchBarTrackOffColor"
|
||||
android:alpha="?android:attr/disabledAlpha" />
|
||||
<item android:color="?attr/sudSwitchBarTrackOffColor" />
|
||||
</selector>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
<item android:state_enabled="false"
|
||||
android:color="?attr/sudSwitchBarTrackOnColor"
|
||||
android:alpha="?android:attr/disabledAlpha" />
|
||||
<item android:color="?attr/sudSwitchBarTrackOnColor" />
|
||||
</selector>
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2017 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- go/gm2-icons, from quantum_gm_ic_keyboard_arrow_up_vd_theme_24.xml -->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="20dp"
|
||||
android:height="24dp"
|
||||
android:viewportHeight="24.0"
|
||||
android:viewportWidth="20.0">
|
||||
<path
|
||||
android:fillColor="#ff000000"
|
||||
android:pathData="M17.29,15.71L12,10.41l-5.29,5.3 -1.42,-1.42L12,7.59l6.71,6.7z" />
|
||||
</vector>
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2017 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- go/gm2-icons, from quantum_gm_ic_keyboard_arrow_down_vd_theme_24.xml -->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="20dp"
|
||||
android:height="24dp"
|
||||
android:viewportHeight="24.0"
|
||||
android:viewportWidth="20.0">
|
||||
<path
|
||||
android:fillColor="#ff000000"
|
||||
android:pathData="M12,16.41l-6.71,-6.7 1.42,-1.42 5.29,5.3 5.29,-5.3 1.42,1.42z" />
|
||||
</vector>
|
||||
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- go/gm2-icons, from quantum_gm_ic_keyboard_arrow_left_vd_theme_24.xml -->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="@dimen/sud_navbar_ic_intrinsic_size"
|
||||
android:height="@dimen/sud_navbar_ic_intrinsic_size"
|
||||
android:autoMirrored="true"
|
||||
android:tint="?attr/sudNavBarTextColor"
|
||||
android:viewportHeight="24"
|
||||
android:viewportWidth="24">
|
||||
|
||||
<!-- Fill with solid black as the actual button color will be tinted on the entire drawable -->
|
||||
<path
|
||||
android:fillColor="@android:color/black"
|
||||
android:pathData="M14.29,18.71L7.59,12l6.7,-6.71 1.42,1.42 -5.3,5.29 5.3,5.29z" />
|
||||
</vector>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- go/gm2-icons, from quantum_gm_ic_keyboard_arrow_down_vd_theme_24.xml -->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="@dimen/sud_navbar_ic_intrinsic_size"
|
||||
android:height="@dimen/sud_navbar_ic_intrinsic_size"
|
||||
android:tint="?attr/sudNavBarTextColor"
|
||||
android:viewportHeight="24"
|
||||
android:viewportWidth="24">
|
||||
|
||||
<!-- Fill with solid black as the actual button color will be tinted on the entire drawable -->
|
||||
<path
|
||||
android:fillColor="@android:color/black"
|
||||
android:pathData="M12,16.41l-6.71,-6.7 1.42,-1.42 5.29,5.3 5.29,-5.3 1.42,1.42z" />
|
||||
</vector>
|
||||
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- go/gm2-icons, from quantum_gm_ic_keyboard_arrow_right_vd_theme_24.xml -->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="@dimen/sud_navbar_ic_intrinsic_size"
|
||||
android:height="@dimen/sud_navbar_ic_intrinsic_size"
|
||||
android:autoMirrored="true"
|
||||
android:tint="?attr/sudNavBarTextColor"
|
||||
android:viewportHeight="24"
|
||||
android:viewportWidth="24">
|
||||
|
||||
<!-- Fill with solid black as the actual button color will be tinted on the entire drawable -->
|
||||
<path
|
||||
android:fillColor="@android:color/black"
|
||||
android:pathData="M9.71,18.71l-1.42,-1.42 5.3,-5.29 -5.3,-5.29 1.42,-1.42 6.7,6.71z" />
|
||||
</vector>
|
||||
|
After Width: | Height: | Size: 164 B |
|
After Width: | Height: | Size: 158 B |
|
After Width: | Height: | Size: 158 B |
|
After Width: | Height: | Size: 141 B |
|
After Width: | Height: | Size: 139 B |
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/sud_navbar_ic_right_arrow" />
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/sud_navbar_ic_left_arrow" />
|
||||
|
After Width: | Height: | Size: 131 B |
|
After Width: | Height: | Size: 138 B |
|
After Width: | Height: | Size: 138 B |
|
After Width: | Height: | Size: 117 B |
|
After Width: | Height: | Size: 117 B |
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- Ignore UnusedResources: This is only used in platform variant, move to platform directory -->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:shape="rectangle"
|
||||
tools:ignore="UnusedResources">
|
||||
|
||||
<corners
|
||||
android:topLeftRadius="@dimen/sud_card_corner_radius"
|
||||
android:topRightRadius="@dimen/sud_card_corner_radius" />
|
||||
|
||||
<solid android:color="?android:attr/colorBackground" />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2017 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="false">
|
||||
<layer-list>
|
||||
<item android:drawable="@drawable/sud_edit_text_bg_shape" android:bottom="1dp"/>
|
||||
<item android:gravity="bottom">
|
||||
<shape>
|
||||
<size android:height="1dp"/>
|
||||
<solid android:color="?android:attr/textColorSecondary"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
</item>
|
||||
<item android:state_focused="false" android:state_pressed="false">
|
||||
<layer-list>
|
||||
<item android:drawable="@drawable/sud_edit_text_bg_shape" android:bottom="1dp" />
|
||||
<item android:gravity="bottom">
|
||||
<shape>
|
||||
<size android:height="1dp"/>
|
||||
<solid android:color="?android:attr/textColorSecondary"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
</item>
|
||||
<item>
|
||||
<layer-list>
|
||||
<item android:drawable="@drawable/sud_edit_text_bg_shape" android:bottom="2dp" />
|
||||
<item android:gravity="bottom">
|
||||
<shape>
|
||||
<size android:height="2dp"/>
|
||||
<solid android:color="?android:attr/colorAccent"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2017 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:topLeftRadius="4dp" android:topRightRadius="4dp"/>
|
||||
<solid android:color="?attr/sudEditTextBackgroundColor"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,194 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2017 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
|
||||
<!-- Asset for 4 color indeterminate progress bar, which is a ring with 4 shades of blue -->
|
||||
<animated-vector xmlns:aapt="http://schemas.android.com/aapt"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:ignore="MissingPrefix">
|
||||
<!-- Ignore MissingPrefix: aapt:attr tags take the name attribute without "android:" prefix -->
|
||||
<!-- TODO: Update to a newer version of lint which properly handles this case -->
|
||||
<aapt:attr name="android:drawable">
|
||||
<vector android:width="823dp" android:height="823dp" android:viewportHeight="823"
|
||||
android:viewportWidth="823">
|
||||
<group android:name="blue1" android:translateX="411.5" android:translateY="411.5">
|
||||
<path android:name="blue1_path"
|
||||
android:pathData="M0 -395 C218,-395 395,-218 395,0 C395,218 218,395 0,395 C-218,395 -395,218 -395,0 C-395,-218 -218,-395 0,-395c "
|
||||
android:strokeAlpha="1" android:strokeColor="#4688f1"
|
||||
android:strokeLineCap="round" android:strokeLineJoin="round"
|
||||
android:strokeWidth="27" />
|
||||
</group>
|
||||
<group android:name="blue2" android:translateX="411.5" android:translateY="411.5">
|
||||
<path android:name="blue2_path"
|
||||
android:pathData=" M0 -395 C218,-395 395,-218 395,0 C395,218 218,395 0,395 C-218,395 -395,218 -395,0 C-395,-218 -218,-395 0,-395c "
|
||||
android:strokeAlpha="1" android:strokeColor="#7dacf4"
|
||||
android:strokeLineCap="round" android:strokeLineJoin="round"
|
||||
android:strokeWidth="28" />
|
||||
</group>
|
||||
<group android:name="blue3" android:translateX="411.5" android:translateY="411.5">
|
||||
<path android:name="blue3_path"
|
||||
android:pathData=" M0 -395 C218,-395 395,-218 395,0 C395,218 218,395 0,395 C-218,395 -395,218 -395,0 C-395,-218 -218,-395 0,-395c "
|
||||
android:strokeAlpha="1" android:strokeColor="#c7dbfb"
|
||||
android:strokeLineCap="round" android:strokeLineJoin="round"
|
||||
android:strokeWidth="29" />
|
||||
</group>
|
||||
<group android:name="blue4" android:translateX="411.5" android:translateY="411.5">
|
||||
<path android:name="blue4_path"
|
||||
android:pathData=" M0 -395 C218,-395 395,-218 395,0 C395,218 218,395 0,395 C-218,395 -395,218 -395,0 C-395,-218 -218,-395 0,-395c "
|
||||
android:strokeAlpha="1" android:strokeColor="#e8f0fd"
|
||||
android:strokeLineCap="round" android:strokeLineJoin="round"
|
||||
android:strokeWidth="30" />
|
||||
</group>
|
||||
</vector>
|
||||
</aapt:attr>
|
||||
<target android:name="blue1_path">
|
||||
<aapt:attr name="android:animation">
|
||||
<objectAnimator android:duration="1983" android:propertyName="trimPathStart"
|
||||
android:repeatCount="infinite" android:valueFrom="0" android:valueTo="1"
|
||||
android:valueType="floatType">
|
||||
<aapt:attr name="android:interpolator">
|
||||
<pathInterpolator android:pathData="M0,0 l.21,0 c.571,0 .194,.755 .79,1" />
|
||||
</aapt:attr>
|
||||
</objectAnimator>
|
||||
</aapt:attr>
|
||||
</target>
|
||||
<target android:name="blue1_path">
|
||||
<aapt:attr name="android:animation">
|
||||
<objectAnimator android:duration="1983" android:propertyName="trimPathEnd"
|
||||
android:repeatCount="infinite" android:valueFrom="0" android:valueTo="1"
|
||||
android:valueType="floatType">
|
||||
<aapt:attr name="android:interpolator">
|
||||
<pathInterpolator android:pathData="M0,0 c0.606,0.315 0.2,1 1.0,1.0" />
|
||||
</aapt:attr>
|
||||
</objectAnimator>
|
||||
</aapt:attr>
|
||||
</target>
|
||||
<target android:name="blue1">
|
||||
<aapt:attr name="android:animation">
|
||||
<objectAnimator android:duration="1983" android:propertyName="rotation"
|
||||
android:repeatCount="infinite" android:valueFrom="0" android:valueTo="355"
|
||||
android:valueType="floatType">
|
||||
<aapt:attr name="android:interpolator">
|
||||
<pathInterpolator android:pathData="M0,0 c0.829,0.228 0.2,0.915 1.0,1.0" />
|
||||
</aapt:attr>
|
||||
</objectAnimator>
|
||||
</aapt:attr>
|
||||
</target>
|
||||
<target android:name="blue2_path">
|
||||
<aapt:attr name="android:animation">
|
||||
<objectAnimator android:duration="1983" android:propertyName="trimPathStart"
|
||||
android:repeatCount="infinite" android:valueFrom="0" android:valueTo="1"
|
||||
android:valueType="floatType">
|
||||
<aapt:attr name="android:interpolator">
|
||||
<pathInterpolator android:pathData="M0,0 l.21,0 c.571,0 .145,.831 .79,1" />
|
||||
</aapt:attr>
|
||||
</objectAnimator>
|
||||
</aapt:attr>
|
||||
</target>
|
||||
<target android:name="blue2_path">
|
||||
<aapt:attr name="android:animation">
|
||||
<objectAnimator android:duration="1983" android:propertyName="trimPathEnd"
|
||||
android:repeatCount="infinite" android:valueFrom="0" android:valueTo="1"
|
||||
android:valueType="floatType">
|
||||
<aapt:attr name="android:interpolator">
|
||||
<pathInterpolator android:pathData="M0,0 c0.606,0.315 0.2,1 1.0,1.0" />
|
||||
</aapt:attr>
|
||||
</objectAnimator>
|
||||
</aapt:attr>
|
||||
</target>
|
||||
<target android:name="blue2">
|
||||
<aapt:attr name="android:animation">
|
||||
<objectAnimator android:duration="1983" android:propertyName="rotation"
|
||||
android:repeatCount="infinite" android:valueFrom="0" android:valueTo="355"
|
||||
android:valueType="floatType">
|
||||
<aapt:attr name="android:interpolator">
|
||||
<pathInterpolator android:pathData="M0,0 c0.792,0.233 0.2,0.915 1.0,1.0" />
|
||||
</aapt:attr>
|
||||
</objectAnimator>
|
||||
</aapt:attr>
|
||||
</target>
|
||||
<target android:name="blue3_path">
|
||||
<aapt:attr name="android:animation">
|
||||
<objectAnimator android:duration="1983" android:propertyName="trimPathStart"
|
||||
android:repeatCount="infinite" android:valueFrom="0" android:valueTo="1"
|
||||
android:valueType="floatType">
|
||||
<aapt:attr name="android:interpolator">
|
||||
<pathInterpolator android:pathData="M0,0 l.21,0 c.6138,0 .007,.883 .79,1" />
|
||||
</aapt:attr>
|
||||
</objectAnimator>
|
||||
</aapt:attr>
|
||||
</target>
|
||||
<target android:name="blue3_path">
|
||||
<aapt:attr name="android:animation">
|
||||
<objectAnimator android:duration="1983" android:propertyName="trimPathEnd"
|
||||
android:repeatCount="infinite" android:valueFrom="0" android:valueTo="1"
|
||||
android:valueType="floatType">
|
||||
<aapt:attr name="android:interpolator">
|
||||
<pathInterpolator android:pathData="M0,0 c0.606,0.315 0.2,1 1.0,1.0" />
|
||||
</aapt:attr>
|
||||
</objectAnimator>
|
||||
</aapt:attr>
|
||||
</target>
|
||||
<target android:name="blue3">
|
||||
<aapt:attr name="android:animation">
|
||||
<set android:ordering="together">
|
||||
<objectAnimator android:duration="1983" android:propertyName="rotation"
|
||||
android:repeatCount="infinite" android:valueFrom="0" android:valueTo="355"
|
||||
android:valueType="floatType">
|
||||
<aapt:attr name="android:interpolator">
|
||||
<pathInterpolator
|
||||
android:pathData="M0,0 c0.762,0.225 0.2,0.915 1.0,1.0" />
|
||||
</aapt:attr>
|
||||
</objectAnimator>
|
||||
</set>
|
||||
</aapt:attr>
|
||||
</target>
|
||||
<target android:name="blue4_path">
|
||||
<aapt:attr name="android:animation">
|
||||
<objectAnimator android:duration="1983" android:propertyName="trimPathStart"
|
||||
android:repeatCount="infinite" android:valueFrom="0" android:valueTo="1"
|
||||
android:valueType="floatType">
|
||||
<aapt:attr name="android:interpolator">
|
||||
<pathInterpolator android:pathData="M0,0 l.21,0 c.572,0 0,1 .79,1" />
|
||||
</aapt:attr>
|
||||
</objectAnimator>
|
||||
</aapt:attr>
|
||||
</target>
|
||||
<target android:name="blue4_path">
|
||||
<aapt:attr name="android:animation">
|
||||
<objectAnimator android:duration="1983" android:propertyName="trimPathEnd"
|
||||
android:repeatCount="infinite" android:valueFrom="0" android:valueTo="1"
|
||||
android:valueType="floatType">
|
||||
<aapt:attr name="android:interpolator">
|
||||
<pathInterpolator android:pathData="M0,0 c0.606,0.315 0.2,1 1.0,1.0" />
|
||||
</aapt:attr>
|
||||
</objectAnimator>
|
||||
</aapt:attr>
|
||||
</target>
|
||||
<target android:name="blue4">
|
||||
<aapt:attr name="android:animation">
|
||||
<objectAnimator android:duration="1983" android:propertyName="rotation"
|
||||
android:repeatCount="infinite" android:valueFrom="0" android:valueTo="355"
|
||||
android:valueType="floatType">
|
||||
<aapt:attr name="android:interpolator">
|
||||
<pathInterpolator android:pathData="M0,0 c0.606,0.172 0.2,0.915 1.0,1.0" />
|
||||
</aapt:attr>
|
||||
</objectAnimator>
|
||||
</aapt:attr>
|
||||
</target>
|
||||
</animated-vector>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="?android:attr/colorControlHighlight">
|
||||
</ripple>
|
||||
|
After Width: | Height: | Size: 169 B |
|
After Width: | Height: | Size: 179 B |
|
After Width: | Height: | Size: 179 B |
|
After Width: | Height: | Size: 140 B |
|
After Width: | Height: | Size: 140 B |
|
After Width: | Height: | Size: 309 B |
|
After Width: | Height: | Size: 311 B |
|
After Width: | Height: | Size: 311 B |
|
After Width: | Height: | Size: 245 B |
|
After Width: | Height: | Size: 249 B |
|
After Width: | Height: | Size: 389 B |
|
After Width: | Height: | Size: 233 B |
|
After Width: | Height: | Size: 234 B |
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/sud_autofilled_highlight_bg_color"/>
|
||||
<corners android:radius="@dimen/sud_edit_text_corner_radius"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools" android:shape="rectangle">
|
||||
|
||||
<corners
|
||||
android:topLeftRadius="@dimen/sud_card_corner_radius"
|
||||
android:topRightRadius="@dimen/sud_card_corner_radius" />
|
||||
|
||||
<!-- Ignore PrivateResource: This should be fixed -->
|
||||
<solid android:color="@color/background_material_dark" tools:ignore="PrivateResource" />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools" android:shape="rectangle">
|
||||
|
||||
<corners
|
||||
android:topLeftRadius="@dimen/sud_card_corner_radius"
|
||||
android:topRightRadius="@dimen/sud_card_corner_radius" />
|
||||
|
||||
<!-- Ignore PrivateResource: This should be fixed -->
|
||||
<solid android:color="@color/background_material_light" tools:ignore="PrivateResource" />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- The purpose of this file is to set the radius for datetime dialog which is
|
||||
copy from abc_dialog_material_background.xml of
|
||||
Base.V7.Theme.AppCompat.Light.Dialog. -->
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="?attr/dialogCornerRadius" />
|
||||
<solid android:color="@color/sud_glif_window_bg_dark_color" />
|
||||
</shape>
|
||||
</inset>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- The purpose of this file is to set the radius for datetime dialog which is
|
||||
copy from abc_dialog_material_background.xml of
|
||||
Base.V7.Theme.AppCompat.Light.Dialog. -->
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="?attr/dialogCornerRadius" />
|
||||
<solid android:color="@color/sud_glif_window_bg_light_color" />
|
||||
</shape>
|
||||
</inset>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2017 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="true" android:drawable="@drawable/sud_ic_expand_less" />
|
||||
<item android:drawable="@drawable/sud_ic_expand_more" />
|
||||
</selector>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!-- This is a fallback for the background of the Setup Wizard layout. Clients should replace this
|
||||
with a suitable tileable background. -->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<solid android:color="@color/sud_color_accent_light" />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<item android:state_pressed="true">
|
||||
<!-- Ignore PrivateResource: This should be fixed -->
|
||||
<color android:color="@color/ripple_material_dark" tools:ignore="PrivateResource" />
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<color android:color="@android:color/transparent" />
|
||||
</item>
|
||||
|
||||
</selector>
|
||||
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<item android:state_pressed="true">
|
||||
<!-- Ignore PrivateResource: This should be fixed -->
|
||||
<color android:color="@color/ripple_material_light" tools:ignore="PrivateResource" />
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<color android:color="@android:color/transparent" />
|
||||
</item>
|
||||
|
||||
</selector>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/sud_navbar_ic_left_arrow" />
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/sud_navbar_ic_down_arrow" />
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/sud_navbar_ic_right_arrow" />
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#33FFFFFF" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#33000000" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
||||