Skip to content

Commit

Permalink
update splash
Browse files Browse the repository at this point in the history
  • Loading branch information
Omiknight committed Mar 4, 2017
1 parent 67d7d04 commit 4ba5f20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import com.cins.daily.di.component.ActivityComponent;
import com.cins.daily.di.component.DaggerActivityComponent;
import com.cins.daily.di.module.ActivityModule;
import com.cins.daily.mvp.entity.NewsChannelTable;
import com.cins.daily.mvp.presenter.base.BasePresenter;
import com.cins.daily.mvp.ui.activities.AboutActivity;
import com.cins.daily.mvp.ui.activities.NewsActivity;
Expand All @@ -40,6 +41,8 @@
import com.socks.library.KLog;
import com.squareup.leakcanary.RefWatcher;

import java.util.List;

import butterknife.ButterKnife;
import rx.Subscription;

Expand Down
4 changes: 3 additions & 1 deletion app/src/main/res/layout/app_bar_news.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
android:foreground="?android:attr/selectableItemBackground"
android:maxHeight="?attr/actionBarSize"
android:padding="@dimen/item_margin"
android:src="@drawable/ic_add"/>
android:src="@drawable/ic_add"
android:contentDescription=""
tools:ignore="ContentDescription"/>
</LinearLayout>

</android.support.design.widget.AppBarLayout>
Expand Down

0 comments on commit 4ba5f20

Please sign in to comment.