Tsung-Mao Fang 0c4187fda7 Create a banner message widget
Based on our ux spec, we create this widget to
let everyone can follow up our spec easily.

Bug: 173184155
Test: Run robotest and apply this widget in Settings and see the ui
Change-Id: I65ebf5f5d9c59e9e52bfb5ad0d8a003a9642303a
2020-11-24 19:45:26 +08:00

14 lines
260 B
Plaintext

android_library {
name: "SettingsLibBannerMessagePreference",
srcs: ["src/**/*.java"],
resource_dirs: ["res"],
static_libs: [
"androidx.preference_preference",
],
sdk_version: "system_current",
min_sdk_version: "21",
}