| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- Add summary line support to SwitchBar.
- Remove obsolete strings.
- Wire up switchbar to zen mode w/ dialog prompt.
- Remove obsolete callback pref helper.
Bug: 20064962
Change-Id: Ifede00b5d43d441ccd94db96bd2796bc57d1a990
|
|
|
|
|
|
|
| |
- use "?android:attr/textColorPrimary" so that we are white
and matching the color of the Activity Title
Change-Id: I18bc47d2080fcc171b86e5b56bfc86bbe8637caa
|
|
|
|
|
| |
BUG: 16467249
Change-Id: I0829c3dea522cf59e0f92046ea7c6092d416ad4c
|
|
|
|
|
|
|
|
| |
crash
- fix the way we are passing switchBarMarginStart / switchBarMarginEnd
Change-Id: Ic6e67643be10877a74ae68075460fa5fd4cc5da1
|
|
|
|
|
|
| |
- @null for the background
Change-Id: If2fa9f3dcdbd79af42e308120ce0c3ba3bc78ea3
|
|
|
|
|
|
| |
See bug: #15384992 Setting Dashboard - padding updates
Change-Id: Ie95b6cee701847d7f76f2e2a72aaf8fc64bc4dd9
|
|
|
|
|
|
|
| |
- remove hardcoded values
- use UX specs padding values for Phone and Tablet UI
Change-Id: Ic907c52860a1cc17acddd271943c8b2da20fb957
|
|
|
|
|
|
|
|
|
|
| |
Deals with Talkback / Captions / Magnification Gestures
- follow up CL to 41937766981423c9252e12e3319b2e7532739627
Related to bug #14898161 On/Off switches must move down from Action Bar
Change-Id: Ibda0ed05b399f1b2b4464c5b22a3e9fd3d378867
|
|
- SwitchBar is a LinearLayout that containts a TextView and a Switch and
is intended to replace all Switches that are put in the ActionBar as a
custom view
- use the new SwitchBar for WifiSetting only for now (a later CL will
take care of all the other Setting that are using a Switch in the
ActionBar)
Related to bug #14898161 On/Off switches must move down from Action Bar
Change-Id: I5e98dbe995bba8f440d08459e09ca3ac09d3464b
|