6.5.4礼物冠名
This commit is contained in:
parent
1fd36e3ba0
commit
7859e7cb29
@ -143,6 +143,12 @@ public class GiftWallActivity extends AbsActivity {
|
||||
forwardHomePage();
|
||||
}
|
||||
});
|
||||
ViewClicksAntiShake.clicksAntiShake(findViewById(R.id.close_btn), new ViewClicksAntiShake.ViewClicksCallBack() {
|
||||
@Override
|
||||
public void onViewClicks() {
|
||||
finish();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
private void initDate() {
|
||||
|
@ -140,6 +140,7 @@ public class GiftWallDialog extends AbsDialogFragment {
|
||||
forwardHomePage();
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
private void forwardHomePage() {
|
||||
|
@ -185,4 +185,12 @@
|
||||
</FrameLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/close_btn"
|
||||
android:layout_width="8dp"
|
||||
android:layout_height="14dp"
|
||||
android:layout_marginStart="17dp"
|
||||
android:layout_marginTop="26dp"
|
||||
android:src="@mipmap/icon_regular_black" />
|
||||
</FrameLayout>
|
Loading…
Reference in New Issue
Block a user