summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/setupwizard/setup/Page.java
diff options
context:
space:
mode:
authorLuis Mejia <lmejia@cyngn.com>2016-07-14 11:51:58 -0700
committerLuis Mejia <lmejia@cyngn.com>2016-07-14 19:27:13 -0700
commitb31e14b835fc09d020ea4022ed5fc518cb8410f2 (patch)
tree8dfeedbc30bd4d6701ef673d0875f66e83456265 /src/com/cyanogenmod/setupwizard/setup/Page.java
parent7c1cf5a2324b1622a12afa115bedd7a9c2031b0a (diff)
downloadpackages_apps_SetupWizard-b31e14b835fc09d020ea4022ed5fc518cb8410f2.zip
packages_apps_SetupWizard-b31e14b835fc09d020ea4022ed5fc518cb8410f2.tar.gz
packages_apps_SetupWizard-b31e14b835fc09d020ea4022ed5fc518cb8410f2.tar.bz2
Replaced last panel with ModGuide panel.
- Created and added ModGuide panel. - Added the ability to chnage navigation color. - Added the ability to start an app after wizard completion. Issue-Id: MSC-14 Change-Id: I8e17735d1a9edbd529339982981f8270cde83d96
Diffstat (limited to 'src/com/cyanogenmod/setupwizard/setup/Page.java')
-rw-r--r--src/com/cyanogenmod/setupwizard/setup/Page.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/cyanogenmod/setupwizard/setup/Page.java b/src/com/cyanogenmod/setupwizard/setup/Page.java
index ee5efd6..9e48a1b 100644
--- a/src/com/cyanogenmod/setupwizard/setup/Page.java
+++ b/src/com/cyanogenmod/setupwizard/setup/Page.java
@@ -31,6 +31,7 @@ public interface Page {
public String getKey();
public int getTitleResId();
+ public int getButtonBarBackgroundColorId();
public int getPrevButtonTitleResId();
public int getNextButtonTitleResId();
public Fragment getFragment(FragmentManager fragmentManager, int action);