summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/resources/bars/ldrtl-mdpi
Commit message (Collapse)AuthorAgeFilesLines
* Update system icon resolution in LayoutLib.Deepanshu Gupta2014-06-272-0/+0
| | | | | | | | | | | | This fixes some bugs with the resolution of icons for Status Bar and Navigation Bar by separating the icons into v21 and v11 directories. An icon is searched in v21 directory by default. For simulating older platforms, v11 directory is searched first and then v21 is used as a fallback. This also adds xxhdpi versions of home, back and recent icons. Change-Id: Ia6eafc83856eacafc4fb0b13d87793d4aa24f106
* Add navigtaion bar icons to simulate older platforms.Deepanshu Gupta2014-06-232-0/+0
| | | | | | | | | | | LayoutLib can simulate older versions of the platform to a very limited extent. This change adds the old navigtaion bar icons back and moves the latest ones to directories suffixed with "-v21". The code handles this resolution in a very crude way. This also removes a bunch of unused code and fixes some style warnings. Change-Id: Ib6e7bfd8dfb34b2ccd87f660ca979eb5ef14bae7
* Material navigation bar for layoutlib.Deepanshu Gupta2014-06-182-0/+0
| | | | Change-Id: Id65600e5f4ffb3cd0f90c3c710f88d9b668f754f
* Fix layout rendering for RTL localesDeepanshu Gupta2014-01-272-0/+0
This changeset adds the framework resources for RTL locales and mirrors the layout if the application is RTL aware. Use ICU to check the character orientation of the locale - right to left or left to right. Set the layout direction on the top level layout accordingly. Also, load the RTL resources for Nav Bar when the locale is RTL. Change-Id: Icbb57ee2ac7c6d8dfc34c2f04dce34d820b9b1ed