清除全部未读数(隐藏图标,功能下线)
This commit is contained in:
parent
ef9c218f87
commit
7c287e2abf
@ -192,7 +192,7 @@ public class PDLiveConversationListActivity extends AbsActivity implements View.
|
|||||||
container.post(new Runnable() {
|
container.post(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
// showGuideView();
|
showGuideView();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
android:textStyle="bold" />
|
android:textStyle="bold" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
android:visibility="gone"
|
||||||
android:id="@+id/news_icon_clearance"
|
android:id="@+id/news_icon_clearance"
|
||||||
android:layout_width="24dp"
|
android:layout_width="24dp"
|
||||||
android:layout_height="24dp"
|
android:layout_height="24dp"
|
||||||
|
Loading…
Reference in New Issue
Block a user