修改动态和部分我的界面
This commit is contained in:
@@ -323,7 +323,7 @@ public class BottomTab extends LinearLayout implements View.OnClickListener {
|
||||
try {
|
||||
Bundle extra = new Bundle();
|
||||
extra.putString("package", getContext().getPackageName());
|
||||
extra.putString("class", "com.fengliyan.tianlesue.view.main.CoverActivity");
|
||||
extra.putString("class", "com.xuebiping.bolizhuzi.view.main.CoverActivity");
|
||||
extra.putInt("badgenumber", number);
|
||||
getContext().getContentResolver().call(Uri.parse("content://com.huawei.android.launcher.settings/badge/"), "change_badge", null, extra);
|
||||
} catch (Exception ignored) {
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="18dp"
|
||||
android:text="感谢您选择使用私语!"
|
||||
android:text="感谢您选择使用芊颜!"
|
||||
android:textColor="#333333"
|
||||
android:textSize="14sp" />
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
android:id="@+id/tv_sava_dialog_message"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="请同意《私语用户协议》和《私语隐私政策》"
|
||||
android:text="请同意《芊颜用户协议》和《芊颜隐私政策》"
|
||||
android:textColor="@color/black"
|
||||
android:textSize="13sp" />
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user