summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/trebuchet/LauncherActionInfo.java
blob: f808ebe84894b1b677585cf3bc1760ebc9aed15c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.cyanogenmod.trebuchet;

class LauncherActionInfo {

    /*
     * The launcher action
     */
    LauncherAction.Action action;

    /*
     * The drawable for the launcher action
     */
    int drawable;

    /*
     * The title for the launcher action
     */
    String title;
}