Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
27425f7d84
1 changed files with 4 additions and 2 deletions
|
@ -349,8 +349,10 @@ public class MapContextMenuFragment extends Fragment implements DownloadEvents {
|
||||||
|
|
||||||
AndroidUtils.setTextPrimaryColor(getMapActivity(),
|
AndroidUtils.setTextPrimaryColor(getMapActivity(),
|
||||||
(TextView) view.findViewById(R.id.context_menu_line1), nightMode);
|
(TextView) view.findViewById(R.id.context_menu_line1), nightMode);
|
||||||
AndroidUtils.setTextSecondaryColor(getMapActivity(),
|
View menuLine2 = view.findViewById(R.id.context_menu_line2);
|
||||||
(TextView) view.findViewById(R.id.context_menu_line2), nightMode);
|
if (menuLine2 != null) {
|
||||||
|
AndroidUtils.setTextSecondaryColor(getMapActivity(), (TextView) menuLine2, nightMode);
|
||||||
|
}
|
||||||
((Button) view.findViewById(R.id.title_button_top_right))
|
((Button) view.findViewById(R.id.title_button_top_right))
|
||||||
.setTextColor(!nightMode ? getResources().getColor(R.color.map_widget_blue) : getResources().getColor(R.color.osmand_orange));
|
.setTextColor(!nightMode ? getResources().getColor(R.color.map_widget_blue) : getResources().getColor(R.color.osmand_orange));
|
||||||
AndroidUtils.setTextSecondaryColor(getMapActivity(),
|
AndroidUtils.setTextSecondaryColor(getMapActivity(),
|
||||||
|
|
Loading…
Reference in a new issue