This preference contains an usage summary and a total summary and a horizontal progress bar. The number of usage summary will show with enlarged font size. Bug: 174964885 Test: atest UsageProgressBarPreferenceTest Change-Id: I97fc27ac2b8d08202e776713bc035bd9b80bbbbc
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
android_library {
|
|
name: "SettingsLibUsageProgressBarPreference",
|
|
|
|
srcs: ["src/**/*.java"],
|
|
resource_dirs: ["res"],
|
|
|
|
static_libs: [
|
|
"androidx.preference_preference",
|
|
],
|
|
|
|
sdk_version: "system_current",
|
|
min_sdk_version: "21",
|
|
}
|