summaryrefslogtreecommitdiffstats
path: root/navigationbar
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Navigation bar code cleanup"Maurice Lam2014-06-251-29/+18
|\
| * Navigation bar code cleanupMaurice Lam2014-06-241-29/+18
| | | | | | | | | | Bug: 15863755 Change-Id: I00876935be5cd374a9454ea053d0f899bfd8745c
* | Moved "more" resourcesMaurice Lam2014-06-242-30/+0
|/ | | | | Bug: 15863755 Change-Id: Ida5c75d324a53efc0de6fbdf00ad5f341452c091
* Merge "Make copyright headers consistent"Maurice Lam2014-06-208-103/+90
|\
| * Make copyright headers consistentMaurice Lam2014-06-208-103/+90
| | | | | | | | | | | | | | | | Fixed all the years to 2014, and all header to "The Android Open Source Project". Also fixed style so they are consistent within the project. Change-Id: I4b1c29a997a4f69c189bb94243db1e71b36c0f21
* | Add LOCAL_SDK_VERSION to makefileMaurice Lam2014-06-181-0/+1
|/ | | | | | Fix build for unbundled branches Change-Id: Ie2a8381785daa08225c9ca8a3fea64d32eaa8abb
* Update comment for SetupWizardNavBarMaurice Lam2014-06-161-3/+3
| | | | Change-Id: I660071b635a823fa44456cead3874131dbf66340
* fixbuild: Remove 'pinned' attr.Ruben Brunk2014-06-111-1/+1
| | | | | | | | | Needed by ag/481620 BUG: 15523923 BUG: 15473856 Change-Id: I5e8bf417368b60fcc33c80852e12f27b8c580774
* Merge "Material theme"Alan Viverette2014-06-061-1/+1
|\
| * Material themeAlan Viverette2014-06-061-1/+1
| | | | | | | | | | BUG: 15467097 Change-Id: I86f0df3fd0317216479304eb832def99602e1499
* | Add LAYOUT_HIDE_NAVIGATION to navigation barMaurice Lam2014-06-061-2/+14
|/ | | | | | | | | | Quantum theme moves the bar if LAYOUT_HIDE_NAVIGATION is not specified. Note that because of the way the framework is designed, this have the side effect of also applying LAYOUT_FULLSCREEN so contents may be behind the status bar. This will be fixed later when we enable the transparent status bar. Change-Id: I2403571711678f457da07b1e4645df1931612530
* Move navigationbar to frameworks/optMaurice Lam2014-06-0470-0/+880
Move the navigationbar library project to frameworks/opt so that Settings (which cannot depend on vendor/google) can use it directly. Also renamed the package from com.google.android.setupwizard.navigationbar to com.android.setupwizard.navigationbar Change-Id: Ifdc099b3d23b6f1cb35d040b4b6e4d42a5cbf6de