[apps/home] Display app name and icon

Change-Id: Ia09827dd1fa027cee80145c0d2dab5a29cd51d11
This commit is contained in:
Romain Goyet
2016-10-03 14:12:23 +02:00
parent dbab72fced
commit 748fac0de8
10 changed files with 65 additions and 15 deletions

View File

@@ -23,6 +23,7 @@ public:
virtual KDCoordinate cellWidth() override;
virtual View * reusableCell(int index) override;
virtual int reusableCellCount() override;
void willDisplayCellAtLocation(View * cell, int i, int j) override;
private:
int numberOfIcons();
void setActiveIndex(int index);