mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-26 07:43:36 +00:00
[android] Use ? for help button, remove logo from help page
Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
committed by
Konstantin Pastbin
parent
22f3cb2da1
commit
b943969df1
@@ -104,11 +104,13 @@ public class MapButtonsController extends Fragment
|
||||
{
|
||||
if (Config.isNY() && !TextUtils.isEmpty(Config.getDonateUrl(requireContext())))
|
||||
helpButton.setImageResource(R.drawable.ic_christmas_tree);
|
||||
else
|
||||
helpButton.setImageResource(R.drawable.ic_launcher);
|
||||
// Keep this button colorful in normal theme.
|
||||
if (!ThemeUtils.isNightTheme(requireContext()))
|
||||
helpButton.getDrawable().setTintList(null);
|
||||
// else
|
||||
// {
|
||||
// helpButton.setImageResource(R.drawable.ic_launcher);
|
||||
// }
|
||||
// // Keep this button colorful in normal theme.
|
||||
// if (!ThemeUtils.isNightTheme(requireContext()))
|
||||
// helpButton.getDrawable().setTintList(null);
|
||||
}
|
||||
|
||||
final View zoomFrame = mFrame.findViewById(R.id.zoom_buttons_container);
|
||||
|
||||
Reference in New Issue
Block a user