change open image to open with for image menu
maybe fix a cosmetic issue with headlinesfragment
This commit is contained in:
parent
13472a2a2e
commit
6071ede5b9
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user