Go to file
Adnan Begovic eac6272970 CMSDK: Create support for ExpandedStyles in CustomTiles.
Applications can now set and expanded style for either a
  gridview layout or a listview layout when providing content
  to be shown in the details panel.

  The mechanism is shown below

  mCustomTile = new CustomTile.Builder(this)
        ...
        .setExpandedStyle(new CustomTile.ListExpandedStyle())
        .build()

  Within SystemUI, if your application states that it wants an expanded
  view, the expanded view onclick will take priority over both
  the onClick intent as well as the onClickUri.

Change-Id: Ib181dab32d1792b6b778fd1ea2f0531bdf407c5f
2015-06-04 17:33:02 -07:00
api CMSDK: Add check-api generated texts. 2015-06-01 10:11:30 -07:00
cm Automatic translation import 2015-05-31 16:59:52 +03:00
samples/customtiles CMSDK: Update sample for new declared permission. 2015-05-13 02:43:29 +00:00
src/java CMSDK: Create support for ExpandedStyles in CustomTiles. 2015-06-04 17:33:02 -07:00
system-api CMSDK: Add check-api generated texts. 2015-06-01 10:11:30 -07:00
tests CMSDK: Update tests for new permissions. 2015-05-13 02:43:46 +00:00
Android.mk CMSDK: Setup initial check-api mechanism. 2015-06-01 10:11:30 -07:00
README.md CMSDK: Update README 2015-04-30 13:47:01 -07:00
org.cyanogenmod.platform.xml CMSDK: Create Quick Settings Tile API. 2015-04-26 16:55:08 -07:00

README.md

WIKI

For any inquiries regarding this project, please reference the wiki