gui adjustments for new mobile gui card deck

This commit is contained in:
doitux
2012-06-12 23:38:01 +02:00
parent 2eb0c0c19a
commit 5b28aeef89
5 changed files with 84 additions and 67 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ void CardDeckStyleReader::readStyleFile(QString file)
{
#ifdef ANDROID
//on Android we use just the defaul style packed with the binary via qrc
currentFileName = ":/android//android-data/gfx/cards/default/defaultdeckstyle.xml";
currentDir = ":/android/android-data/gfx/cards/default/";
currentFileName = ":/android/android-data/gfx/cards/default_800x480/defaultdeckstyle_800x480.xml";
currentDir = ":/android/android-data/gfx/cards/default_800x480/";
#else
//if style file failed --> default style fallback
if(QFile(file).exists()) {