@@ -244,6 +244,8 @@ public class MyTabFragment extends BaseMvpFragment<MyTabFragmentPresenter> imple
mFlowerCount.setText(String.valueOf(bean.getIntegralAmount()));
if (Integer.valueOf(bean.getUnreadAmount()) <= 0) {
mUnReadIcon.setVisibility(View.INVISIBLE);
+ }else{
+ mUnReadIcon.setVisibility(View.VISIBLE);
}
@@ -294,6 +294,7 @@
android:layout_marginTop="10dp"
android:layout_marginRight="10dp"
android:background="@color/red"
+ android:visibility="invisible"
roundframelayout:radio="30"></com.edufound.reader.cusview.RoundFrameLayout>
</FrameLayout>