Based on our ux spec, so we create this widget to let everyone can follow our spec easily. Test: Apply this widget in Settings and confirm it. Bug: 173087905 Change-Id: I481b350c417745cc3332b403877627e081cc0f73
14 lines
294 B
Plaintext
14 lines
294 B
Plaintext
android_library {
|
|
name: "SettingsLibTopIntroPreference",
|
|
|
|
srcs: ["src/**/*.java"],
|
|
resource_dirs: ["res"],
|
|
|
|
static_libs: [
|
|
"androidx.annotation_annotation",
|
|
"androidx.preference_preference",
|
|
],
|
|
sdk_version: "system_current",
|
|
min_sdk_version: "21",
|
|
}
|