change open image to open with for image menu

maybe fix a cosmetic issue with headlinesfragment
This commit is contained in:
Andrew Dolgov 2015-12-02 13:42:40 +03:00
parent 13472a2a2e
commit 6071ede5b9
2 changed files with 3 additions and 1 deletions

View File

@ -1237,6 +1237,8 @@ public class HeadlinesFragment extends Fragment implements OnItemClickListener,
if (m_activity.getTheme().resolveAttribute(R.attr.headlineHeaderBackground, tv, true)) {
holder.headlineHeader.setBackgroundColor(tv.data);
}
} else {
holder.headlineHeader.setBackgroundDrawable(null);
}
}
}

View File

@ -3,7 +3,7 @@
<item
android:id="@+id/article_img_open"
app:showAsAction=""
android:title="@string/article_img_open"/>
android:title="@string/open_with"/>
<item
android:id="@+id/article_img_copy"
app:showAsAction=""