feat:去掉年度盛典icon换回默认的;
feat:关于我们移除备案信息展示
@@ -1,9 +1,6 @@
|
|||||||
package com.nnbc123.app.ui.user;
|
package com.nnbc123.app.ui.user;
|
||||||
|
|
||||||
import android.content.Intent;
|
|
||||||
import android.net.Uri;
|
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
import android.view.View;
|
|
||||||
import android.widget.TextView;
|
import android.widget.TextView;
|
||||||
|
|
||||||
import com.netease.nim.uikit.StatusBarUtil;
|
import com.netease.nim.uikit.StatusBarUtil;
|
||||||
@@ -34,30 +31,6 @@ public class AboutActivity extends BaseActivity {
|
|||||||
|
|
||||||
private void initView() {
|
private void initView() {
|
||||||
mTvVersions = findViewById(R.id.versions);
|
mTvVersions = findViewById(R.id.versions);
|
||||||
View ivGo = findViewById(R.id.iv_go);
|
|
||||||
ivGo.setOnClickListener(view -> {
|
|
||||||
tipsDialog = new CommonTipDialog(context);
|
|
||||||
tipsDialog.setOkText("确认");
|
|
||||||
tipsDialog.setTipMsg("确认前往查看备案信息");
|
|
||||||
tipsDialog.setOnActionListener(new CommonTipDialog.OnActionListener() {
|
|
||||||
@Override
|
|
||||||
public void onOk() {
|
|
||||||
if (tipsDialog != null) {
|
|
||||||
tipsDialog.dismiss();
|
|
||||||
}
|
|
||||||
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://beian.miit.gov.cn "));
|
|
||||||
startActivity(intent);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onCancel() {
|
|
||||||
if (tipsDialog != null) {
|
|
||||||
tipsDialog.dismiss();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
tipsDialog.show();
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@@ -45,28 +45,4 @@
|
|||||||
android:textColor="@color/text_title_282828"
|
android:textColor="@color/text_title_282828"
|
||||||
android:textSize="14sp" />
|
android:textSize="14sp" />
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_alignParentBottom="true"
|
|
||||||
android:layout_centerHorizontal="true"
|
|
||||||
android:layout_marginBottom="16dp"
|
|
||||||
android:orientation="horizontal">
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:gravity="center"
|
|
||||||
android:id="@+id/tv_ICP"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="ICP备案号:桂ICP备2022001089号-2A\n南宁冰创网络科技有限公司 版权所有"
|
|
||||||
android:textColor="@color/color_A2A7B8"
|
|
||||||
android:textSize="12dp" />
|
|
||||||
|
|
||||||
<ImageView
|
|
||||||
android:id="@+id/iv_go"
|
|
||||||
android:layout_width="12dp"
|
|
||||||
android:layout_height="12dp"
|
|
||||||
android:layout_marginTop="2dp"
|
|
||||||
android:src="@drawable/base_ic_arrow_a2a7b8_12" />
|
|
||||||
</LinearLayout>
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 37 KiB |