|
@@ -30,6 +30,7 @@ import android.widget.Toast;
|
30
|
30
|
import com.androidquery.callback.AQuery2;
|
31
|
31
|
import com.androidquery.callback.AjaxStatus;
|
32
|
32
|
import com.androidquery.callback.BitmapAjaxCallback;
|
|
33
|
+
|
33
|
34
|
import com.app.hubert.guide.NewbieGuide;
|
34
|
35
|
import com.app.hubert.guide.core.Builder;
|
35
|
36
|
import com.app.hubert.guide.core.Controller;
|
|
@@ -130,12 +131,12 @@ public class MainActivity extends BaseFragmentActivity implements MineFragment.o
|
130
|
131
|
|
131
|
132
|
public void onResume() {
|
132
|
133
|
super.onResume();
|
133
|
|
- MobclickAgent.onResume(this);
|
|
134
|
+// MobclickAgent.onResume(this);
|
134
|
135
|
}
|
135
|
136
|
|
136
|
137
|
public void onPause() {
|
137
|
138
|
super.onPause();
|
138
|
|
- MobclickAgent.onPause(this);
|
|
139
|
+// MobclickAgent.onPause(this);
|
139
|
140
|
}
|
140
|
141
|
|
141
|
142
|
@Override
|
|
@@ -192,8 +193,11 @@ public class MainActivity extends BaseFragmentActivity implements MineFragment.o
|
192
|
193
|
exitAnimation.setDuration(500);
|
193
|
194
|
exitAnimation.setFillAfter(true);
|
194
|
195
|
final GuidePage guidePage = GuidePage.newInstance().addHighLight(navigationLayout.getCenter_frame(), HighLight.Shape.CIRCLE).setLayoutRes(R.layout.guide_layout).setEverywhereCancelable(true).setOnLayoutInflatedListener(new OnLayoutInflatedListener() {
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
195
|
199
|
@Override
|
196
|
|
- public void onLayoutInflated(View view, Controller controller) {
|
|
200
|
+ public void onLayoutInflated(View view,Controller controller) {
|
197
|
201
|
try {
|
198
|
202
|
TextView textView = view.findViewById(R.id.guid_layout_content);
|
199
|
203
|
textView.setText("点击此处立即记账");
|