新增了一些工程
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user