summaryrefslogtreecommitdiffstats
path: root/res/layout/switch_bar.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #16660819 Switchbar text should be white not greyFabrice Di Meglio2014-07-291-0/+1
| | | | | | | - use "?android:attr/textColorPrimary" so that we are white and matching the color of the Activity Title Change-Id: I18bc47d2080fcc171b86e5b56bfc86bbe8637caa
* Stop using framework-private switch assetAlan Viverette2014-07-221-1/+2
| | | | | BUG: 16467249 Change-Id: I0829c3dea522cf59e0f92046ea7c6092d416ad4c
* Fix bug #16319697 ACTION_DEVICE_INFO_SETTINGS intent causes Settings app to ↵Fabrice Di Meglio2014-07-151-2/+1
| | | | | | | | crash - fix the way we are passing switchBarMarginStart / switchBarMarginEnd Change-Id: Ic6e67643be10877a74ae68075460fa5fd4cc5da1
* Fix bug #15729260 Switch should not have any outer glow ripple around its circleFabrice Di Meglio2014-06-181-1/+2
| | | | | | - @null for the background Change-Id: If2fa9f3dcdbd79af42e308120ce0c3ba3bc78ea3
* Update Settings redlines per UX requestFabrice Di Meglio2014-06-101-2/+2
| | | | | | See bug: #15384992 Setting Dashboard - padding updates Change-Id: Ie95b6cee701847d7f76f2e2a72aaf8fc64bc4dd9
* Tune SwitchBar paddingFabrice Di Meglio2014-05-201-2/+2
| | | | | | | - remove hardcoded values - use UX specs padding values for Phone and Tablet UI Change-Id: Ic907c52860a1cc17acddd271943c8b2da20fb957
* Use SwitchBar for Accessibility SettingsFabrice Di Meglio2014-05-151-1/+1
| | | | | | | | | | 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
* Introduce SwitchBar widgetFabrice Di Meglio2014-05-141-0/+37
- 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