新增了一些工程

This commit is contained in:
xuhuixiang
2025-02-25 15:13:39 +08:00
parent 168dfd9e58
commit b65c79430e
154 changed files with 4002 additions and 39 deletions

View File

@@ -330,6 +330,9 @@ public class MainActivity2 extends AppCompatActivity {
}
public void setBackDrawables(int drawableId){
showTopLy.setBackgroundResource(drawableId);
}
//跳转通知列表
private void notifyclick() {
@@ -836,7 +839,7 @@ public class MainActivity2 extends AppCompatActivity {
otherApp.setVisibility(View.INVISIBLE);
ivNotify.setVisibility(View.VISIBLE);
if(userId == 112){
if(userId == 112||userId == 87||userId == 91||userId ==93||userId ==92||userId==84){
ivNotify.setVisibility(View.INVISIBLE);
}
ivotherApp.setImageResource(R.mipmap.ic_shousuo);

View File

@@ -332,7 +332,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/top_vvvv"
android:background="@color/white"
android:orientation="vertical"
android:visibility="visible">