Based on our ux spec, we create this widget to let everyone can follow up our spec easily. Bug: 175181773 Test: Run robotest and apply this widget in Settings and see the ui Change-Id: I4ea5f38c44aacfeb2c8dbe4a7d31159712f95441
15 lines
301 B
Plaintext
15 lines
301 B
Plaintext
android_library {
|
|
name: "SettingsLibMainSwitchPreference",
|
|
|
|
srcs: ["src/**/*.java"],
|
|
resource_dirs: ["res"],
|
|
|
|
static_libs: [
|
|
"androidx.preference_preference",
|
|
"SettingsLibRestrictedLockUtils",
|
|
],
|
|
|
|
sdk_version: "system_current",
|
|
min_sdk_version: "21",
|
|
}
|