Commit 84db658a by sikang

update

parent f0d30d64
...@@ -216,7 +216,8 @@ public class ReviewHookActivity extends BaseActivity { ...@@ -216,7 +216,8 @@ public class ReviewHookActivity extends BaseActivity {
if (BuildConfig.HIBERNATION) { if (BuildConfig.HIBERNATION) {
mTopBar.setAlpha(1); mTopBar.setAlpha(1);
} else { } else {
mTopBar.setAlpha(slideOffset); mTopBar.setAlpha(1);
// mTopBar.setAlpha(slideOffset);
} }
} }
...@@ -247,18 +248,22 @@ public class ReviewHookActivity extends BaseActivity { ...@@ -247,18 +248,22 @@ public class ReviewHookActivity extends BaseActivity {
mDrawer.openDrawer(Gravity.LEFT); mDrawer.openDrawer(Gravity.LEFT);
} }
return; return;
} else if (i == R.id.activity_review_helpCenter_btn) { }else {
HelpCenterActivity.start(ReviewHookActivity.this);
return;
} else if (i == R.id.activity_review_hotline_btn) {
DialogFactory.showMessageDialog(ReviewHookActivity.this, LibConfig.HOTLINE);
} else if (i == R.id.activity_review_policy_btn) {
String agreement = AgreementPolicyActivity.getLocalPolicy();
WebActivity.start(ReviewHookActivity.this, getString(R.string.login_statement_title), agreement);
} else {
startLogin(); startLogin();
return; return;
} }
// else if (i == R.id.activity_review_helpCenter_btn) {
// HelpCenterActivity.start(ReviewHookActivity.this);
// return;
// } else if (i == R.id.activity_review_hotline_btn) {
// DialogFactory.showMessageDialog(ReviewHookActivity.this, LibConfig.HOTLINE);
// } else if (i == R.id.activity_review_policy_btn) {
// String agreement = AgreementPolicyActivity.getLocalPolicy();
// WebActivity.start(ReviewHookActivity.this, getString(R.string.login_statement_title), agreement);
// } else {
// startLogin();
// return;
// }
} }
}, R.id.activity_review_menu_btn, }, R.id.activity_review_menu_btn,
R.id.activity_review_certify_btn, R.id.activity_review_certify_btn,
......
...@@ -83,8 +83,7 @@ ...@@ -83,8 +83,7 @@
<ImageView <ImageView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="190dp" android:layout_height="65dp"
android:background="@drawable/banner02"
android:clickable="false" android:clickable="false"
android:longClickable="false" /> android:longClickable="false" />
...@@ -111,7 +110,6 @@ ...@@ -111,7 +110,6 @@
android:id="@+id/activity_review_topbar" android:id="@+id/activity_review_topbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="50dp" android:layout_height="50dp"
android:alpha="0"
android:background="@drawable/app_bar_bg" /> android:background="@drawable/app_bar_bg" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment