forked from organicmaps/organicmaps-tmp
[ANDROID] using high-resolution skin by default.
This commit is contained in:
parent
3ec2036daf
commit
fab02e7920
1 changed files with 2 additions and 2 deletions
|
@ -94,12 +94,12 @@ string Platform::DeviceName() const
|
|||
|
||||
double Platform::VisualScale() const
|
||||
{
|
||||
return 1.3;
|
||||
return 2;
|
||||
}
|
||||
|
||||
string Platform::SkinName() const
|
||||
{
|
||||
return "basic.skn";
|
||||
return "basic_highres.skn";
|
||||
}
|
||||
|
||||
void Platform::GetFontNames(FilesList & res) const
|
||||
|
|
Loading…
Add table
Reference in a new issue