more work on android gui

This commit is contained in:
doitux
2012-05-11 02:01:39 +02:00
parent 09dac64e8c
commit aba6e750a8
8 changed files with 235 additions and 70 deletions
@@ -112,12 +112,13 @@ gameLobbyDialogImpl::gameLobbyDialogImpl(startWindowImpl *parent, ConfigFile *c)
treeView_GameList->setColumnWidth(0,190);
treeView_GameList->setColumnWidth(1,65);
treeView_GameList->setColumnWidth(2,65);
treeView_GameList->setColumnWidth(2,65);
treeView_GameList->setColumnWidth(3,40);
treeView_GameList->setColumnWidth(4,40);
#ifdef GUI_800x480
treeView_GameList->setStyleSheet("QTreeView {background-color: white; background-image: url(\""+myAppDataPath +"gfx/gui/misc/background_gamelist.png\"); background-attachment: fixed; background-position: top center ; background-repeat: no-repeat; color:rgb(0, 0, 0); font: 14px}");
treeView_GameList->setStyleSheet("QTreeView {background-color: white; background-image: url(\""+myAppDataPath +"gfx/gui/misc/background_gamelist.png\"); background-attachment: fixed; background-position: top center ; background-repeat: no-repeat; color:rgb(0, 0, 0); font: 20px}");
treeView_GameList->header()->setStyleSheet("QObject {font: bold 18px}");
#else
treeView_GameList->setStyleSheet("QTreeView {background-color: white; background-image: url(\""+myAppDataPath +"gfx/gui/misc/background_gamelist.png\"); background-attachment: fixed; background-position: top center ; background-repeat: no-repeat;}");
#endif
@@ -1494,8 +1495,10 @@ void gameLobbyDialogImpl::changeGameListFilter(int index)
writeDialogSettings(1);
#ifdef GUI_800x480
if(index) treeView_GameList->setStyleSheet("QTreeView { border-radius: 4px; border: 2px solid blue; background-color: white; background-image: url(\""+myAppDataPath +"gfx/gui/misc/background_gamelist.png\"); background-attachment: fixed; background-position: top center ; background-repeat: no-repeat; color:rgb(0, 0, 0); font: 14px}");
else treeView_GameList->setStyleSheet("QTreeView { background-color: white; background-image: url(\""+myAppDataPath +"gfx/gui/misc/background_gamelist.png\"); background-attachment: fixed; background-position: top center ; background-repeat: no-repeat; color:rgb(0, 0, 0); font: 14px}");
if(index) treeView_GameList->setStyleSheet("QTreeView { border-radius: 4px; border: 2px solid blue; background-color: white; background-image: url(\""+myAppDataPath +"gfx/gui/misc/background_gamelist.png\"); background-attachment: fixed; background-position: top center ; background-repeat: no-repeat; color:rgb(0, 0, 0); font: 20px}");
else treeView_GameList->setStyleSheet("QTreeView { background-color: white; background-image: url(\""+myAppDataPath +"gfx/gui/misc/background_gamelist.png\"); background-attachment: fixed; background-position: top center ; background-repeat: no-repeat; color:rgb(0, 0, 0); font: 20px}");
treeView_GameList->header()->setStyleSheet("QObject {font: bold 18px}");
#else
if(index) treeView_GameList->setStyleSheet("QTreeView { border-radius: 4px; border: 2px solid blue; background-color: white; background-image: url(\""+myAppDataPath +"gfx/gui/misc/background_gamelist.png\"); background-attachment: fixed; background-position: top center ; background-repeat: no-repeat;}");
else treeView_GameList->setStyleSheet("QTreeView { background-color: white; background-image: url(\""+myAppDataPath +"gfx/gui/misc/background_gamelist.png\"); background-attachment: fixed; background-position: top center ; background-repeat: no-repeat;}");
@@ -1709,7 +1712,7 @@ void gameLobbyDialogImpl::showAutoStartTimer()
autoStartTimerOverlay->setGeometry(((scrollArea_gameInfos->geometry().width()-190)/2), ((scrollArea_gameInfos->geometry().height()-50)/2), 190, 50);
QString string(tr("The game will start in<br><b>%1</b> seconds.").arg(6));
autoStartTimerOverlay->setText("<span style='color:#008B00; font-size:9pt;'>"+string+"</span>");
autoStartTimerOverlay->setText("<span style='color:#008B00; font-size:10px;'>"+string+"</span>");
autoStartTimerCounter = 6;
autoStartTimer->start(1000);
@@ -1720,7 +1723,7 @@ void gameLobbyDialogImpl::updateAutoStartTimer()
--autoStartTimerCounter;
if(autoStartTimerCounter) {
QString string(tr("The game will start in<br><b>%1</b> seconds.").arg(autoStartTimerCounter));
autoStartTimerOverlay->setText("<span style='color:#008B00; font-size:9pt;'>"+string+"</span>");
autoStartTimerOverlay->setText("<span style='color:#008B00; font-size:10px;'>"+string+"</span>");
} else {
autoStartTimer->stop();
autoStartTimerOverlay->hide();
+2 -1
View File
@@ -504,10 +504,11 @@ gameTableImpl::gameTableImpl(ConfigFile *c, QMainWindow *parent)
myUniversalMessageDialog = new myMessageDialogImpl(myConfig, this);
myUniversalMessageDialog->setParent(this);
//hide left and right icon from maemo gui for ANDROID
//hide left and right icon and menubar from maemo gui for ANDROID
#ifdef ANDROID
fullscreenButton->hide();
tabsButton->hide();
menubar->hide();
#endif
//Connects
+15 -4
View File
@@ -44,11 +44,8 @@
<height>16777215</height>
</size>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="styleSheet">
<string notr="true">QObject {font-size: 20px}</string>
<string notr="true">QObject {font-size: 20px; font-color: rgb(0, 0, 0)}</string>
</property>
<property name="currentIndex">
<number>0</number>
@@ -157,6 +154,9 @@ p, li { white-space: pre-wrap; }
</property>
<item row="0" column="0">
<widget class="QTextBrowser" name="textBrowser_2">
<property name="styleSheet">
<string notr="true">QObject {font-size: 20px; font-color: rgb(0, 0, 0)}</string>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
@@ -210,6 +210,7 @@ p, li { white-space: pre-wrap; }
&lt;table border=&quot;0&quot; style=&quot;-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;&quot;&gt;
&lt;tr&gt;
&lt;td style=&quot;border: none;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';&quot;&gt;&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';&quot;&gt;&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';&quot;&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;</string>
@@ -295,6 +296,16 @@ p, li { white-space: pre-wrap; }
</widget>
</widget>
</item>
<item row="1" column="0">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="styleSheet">
<string notr="true">QObject {font-size: 30px}</string>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
@@ -10,6 +10,12 @@
<height>424</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>800</width>
@@ -44,7 +50,7 @@
</size>
</property>
<property name="styleSheet">
<string notr="true">QObject {font: bold 18px}</string>
<string notr="true">QObject {font: 24px}</string>
</property>
<property name="currentIndex">
<number>0</number>
@@ -67,9 +73,18 @@
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<layout class="QGridLayout" name="gridLayout_3">
<property name="spacing">
<property name="topMargin">
<number>4</number>
</property>
<property name="bottomMargin">
<number>4</number>
</property>
<property name="horizontalSpacing">
<number>0</number>
</property>
<property name="verticalSpacing">
<number>5</number>
</property>
<item row="4" column="0">
<layout class="QHBoxLayout">
<property name="spacing">
@@ -112,18 +127,6 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>310</width>
<height>24</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>300</width>
<height>24</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QObject {font: bold 18px}</string>
</property>
@@ -186,18 +189,6 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>24</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>24</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QObject {font: bold 18px}</string>
</property>
@@ -234,18 +225,6 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>24</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>24</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QObject {font: bold 18px}</string>
</property>
@@ -288,7 +267,7 @@
</size>
</property>
<property name="styleSheet">
<string notr="true">QObject {font: 18px}</string>
<string notr="true">QObject {font: 20px}</string>
</property>
<item>
<property name="text">
@@ -345,7 +324,7 @@
</size>
</property>
<property name="styleSheet">
<string notr="true">QObject {font: bold 18px}</string>
<string notr="true">QObject {font: bold 20px}</string>
</property>
<property name="text">
<string>Join &amp;any game</string>
@@ -384,7 +363,7 @@
</size>
</property>
<property name="styleSheet">
<string notr="true">QObject {font: bold 18px}</string>
<string notr="true">QObject {font: bold 20px}</string>
</property>
<property name="text">
<string>&amp;Create Game</string>
@@ -410,7 +389,7 @@
</size>
</property>
<property name="styleSheet">
<string notr="true">QObject {font: bold 18px}</string>
<string notr="true">QObject {font: bold 20px}</string>
</property>
<property name="text">
<string>&amp;Join Game</string>
@@ -434,9 +413,6 @@
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="styleSheet">
<string notr="true">QObject { font: 18px; } QTreeView::item { font: 16px; }</string>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
@@ -533,7 +509,7 @@
<property name="minimumSize">
<size>
<width>252</width>
<height>190</height>
<height>210</height>
</size>
</property>
<property name="styleSheet">
@@ -548,7 +524,7 @@
<x>0</x>
<y>0</y>
<width>292</width>
<height>186</height>
<height>206</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
@@ -1041,7 +1017,7 @@
<item>
<widget class="QLabel" name="label_connectedPlayersCounter">
<property name="styleSheet">
<string notr="true">QObject {font: 12px}</string>
<string notr="true">QObject {font: 14px}</string>
</property>
<property name="text">
<string/>
@@ -1057,7 +1033,7 @@
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QObject {font: 12px}</string>
<string notr="true">QObject {font: 14px}</string>
</property>
<property name="text">
<string/>
@@ -1067,7 +1043,7 @@
<item>
<widget class="QLabel" name="label_runningGamesCounter">
<property name="styleSheet">
<string notr="true">QObject {font: 12px}</string>
<string notr="true">QObject {font: 14px}</string>
</property>
<property name="text">
<string/>
@@ -1092,7 +1068,7 @@
<item>
<widget class="QLabel" name="label">
<property name="styleSheet">
<string notr="true">QObject {font: 12px}</string>
<string notr="true">QObject {font: 14px}</string>
</property>
<property name="text">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
@@ -1125,7 +1101,7 @@ p, li { white-space: pre-wrap; }
<item>
<widget class="QLabel" name="label_pokerthDotNet">
<property name="styleSheet">
<string notr="true">QObject {font: 12px}</string>
<string notr="true">QObject {font: 14px}</string>
</property>
<property name="text">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
@@ -78,7 +78,7 @@
<property name="checked">
<bool>false</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gridLayout2">
<property name="topMargin">
<number>0</number>
</property>
@@ -155,6 +155,9 @@
</property>
<item row="0" column="0">
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<item>
<widget class="QLabel" name="label_14">
<property name="styleSheet">
@@ -320,7 +323,7 @@
<string notr="true"/>
</property>
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="tab_3">
<attribute name="title">
@@ -718,6 +721,9 @@ p, li { white-space: pre-wrap; }
<property name="enabled">
<bool>false</bool>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNoPredictiveText</set>
</property>
</widget>
</item>
<item>
@@ -1751,7 +1757,11 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_InternetServerListAddress"/>
<widget class="QLineEdit" name="lineEdit_InternetServerListAddress">
<property name="inputMethodHints">
<set>Qt::ImhNoPredictiveText</set>
</property>
</widget>
</item>
</layout>
</widget>
@@ -1786,6 +1796,9 @@ p, li { white-space: pre-wrap; }
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_InternetServerAddress">
<property name="inputMethodHints">
<set>Qt::ImhNoPredictiveText</set>
</property>
<property name="maxLength">
<number>60</number>
</property>
@@ -1822,7 +1835,11 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_avatarServerAddress"/>
<widget class="QLineEdit" name="lineEdit_avatarServerAddress">
<property name="inputMethodHints">
<set>Qt::ImhNoPredictiveText</set>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout_7">
@@ -1934,7 +1951,11 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_internetGameName"/>
<widget class="QLineEdit" name="lineEdit_internetGameName">
<property name="inputMethodHints">
<set>Qt::ImhNoPredictiveText</set>
</property>
</widget>
</item>
</layout>
</item>
@@ -2118,6 +2139,9 @@ p, li { white-space: pre-wrap; }
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNoPredictiveText</set>
</property>
<property name="maxLength">
<number>12</number>
</property>
@@ -2201,6 +2225,9 @@ p, li { white-space: pre-wrap; }
<height>25</height>
</size>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNoPredictiveText</set>
</property>
<property name="maxLength">
<number>12</number>
</property>
@@ -2334,6 +2361,9 @@ p, li { white-space: pre-wrap; }
<height>25</height>
</size>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNoPredictiveText</set>
</property>
<property name="maxLength">
<number>12</number>
</property>
@@ -2495,6 +2525,9 @@ p, li { white-space: pre-wrap; }
<height>25</height>
</size>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNoPredictiveText</set>
</property>
<property name="maxLength">
<number>12</number>
</property>
@@ -2600,6 +2633,9 @@ p, li { white-space: pre-wrap; }
<height>25</height>
</size>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNoPredictiveText</set>
</property>
<property name="maxLength">
<number>12</number>
</property>
@@ -2831,6 +2867,9 @@ p, li { white-space: pre-wrap; }
<height>25</height>
</size>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNoPredictiveText</set>
</property>
<property name="maxLength">
<number>12</number>
</property>
@@ -2940,6 +2979,9 @@ p, li { white-space: pre-wrap; }
<height>25</height>
</size>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNoPredictiveText</set>
</property>
<property name="maxLength">
<number>12</number>
</property>
@@ -3073,6 +3115,9 @@ p, li { white-space: pre-wrap; }
<height>25</height>
</size>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNoPredictiveText</set>
</property>
<property name="maxLength">
<number>12</number>
</property>
@@ -3206,6 +3251,9 @@ p, li { white-space: pre-wrap; }
<height>25</height>
</size>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNoPredictiveText</set>
</property>
<property name="maxLength">
<number>12</number>
</property>
@@ -3339,6 +3387,9 @@ p, li { white-space: pre-wrap; }
<height>25</height>
</size>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNoPredictiveText</set>
</property>
<property name="maxLength">
<number>12</number>
</property>
@@ -3530,7 +3581,11 @@ p, li { white-space: pre-wrap; }
<number>0</number>
</property>
<item>
<widget class="QLineEdit" name="lineEdit_logDir"/>
<widget class="QLineEdit" name="lineEdit_logDir">
<property name="inputMethodHints">
<set>Qt::ImhNoPredictiveText</set>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_openLogDir">
+7 -1
View File
@@ -81,7 +81,7 @@
<enum>Qt::NoFocus</enum>
</property>
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="tab_Hands">
<attribute name="title">
@@ -660,6 +660,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>45</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
+113
View File
@@ -421,5 +421,118 @@
<file>android-data/gfx/gui/misc/windowicon.png</file>
<file>android-data/fonts/DejaVuSans-Bold.ttf</file>
<file>android-data/fonts/n019003l.pfb</file>
<file>android-data/gfx/avatars/default/misc/00a0b3d26a67841239b8883183b7a8f0.png</file>
<file>android-data/gfx/avatars/default/misc/0f2ca195ebaec613ffc8626185415b18.png</file>
<file>android-data/gfx/avatars/default/misc/2b0fca47b50e2cc4f910eba9ffa858a9.png</file>
<file>android-data/gfx/avatars/default/misc/2d5248926bda0c674f31e25981de33a4.png</file>
<file>android-data/gfx/avatars/default/misc/5e802a524d92f339ad1adedf5675c467.png</file>
<file>android-data/gfx/avatars/default/misc/6b1ae8bfc14ffb2ae3247c7327b1f5ed.png</file>
<file>android-data/gfx/avatars/default/misc/7b7d565bf61d15722085e0489c474078.png</file>
<file>android-data/gfx/avatars/default/misc/7ee6c7e39bdecf872f782f7fefeffc6c.png</file>
<file>android-data/gfx/avatars/default/misc/08ced517579b3d258c947aec6c0a0dd4.png</file>
<file>android-data/gfx/avatars/default/misc/08e18c4e25a5052575e6a409e71959f5.png</file>
<file>android-data/gfx/avatars/default/misc/9a106f3f5f9647c77174da1977dcb3c1.png</file>
<file>android-data/gfx/avatars/default/misc/9ae421286ad12b4a5e7d2ca767e3d9a3.png</file>
<file>android-data/gfx/avatars/default/misc/9ff203623c75d8570126599d45922aa3.png</file>
<file>android-data/gfx/avatars/default/misc/20e7e95df017855a44a16ff54bb8252a.png</file>
<file>android-data/gfx/avatars/default/misc/20f0819f145c3a6e7272adc2909f35e7.png</file>
<file>android-data/gfx/avatars/default/misc/030a14c105d3fd164cb4bae54bad6191.png</file>
<file>android-data/gfx/avatars/default/misc/41c06d77495fbcd69cfbb4457ebc11dc.png</file>
<file>android-data/gfx/avatars/default/misc/44d23de146bd9d753571915226c44cfd.png</file>
<file>android-data/gfx/avatars/default/misc/53d7f2bda9b904adf62153a9341d48db.png</file>
<file>android-data/gfx/avatars/default/misc/70bf201de8b46b19a30b94d6ea717043.png</file>
<file>android-data/gfx/avatars/default/misc/76fcf5f16951e17a63e4ff50d09278f7.png</file>
<file>android-data/gfx/avatars/default/misc/85de4941160836a15745859dfcd9828e.png</file>
<file>android-data/gfx/avatars/default/misc/88fdee1614fdbf125d0a82bc349da0ff.png</file>
<file>android-data/gfx/avatars/default/misc/150bfd890394dceb33c66ec8d033b7f4.png</file>
<file>android-data/gfx/avatars/default/misc/192f2abb785082aa9cbd745f763c7afb.png</file>
<file>android-data/gfx/avatars/default/misc/663f3d7a9ad330b2c77aa5f542fedf38.png</file>
<file>android-data/gfx/avatars/default/misc/778eca12f78519ac598f8858bdaf5ffa.png</file>
<file>android-data/gfx/avatars/default/misc/3036f43bab1f56a3c3dd693c0551bbd8.png</file>
<file>android-data/gfx/avatars/default/misc/3956df277e41217641829542a4591c5f.png</file>
<file>android-data/gfx/avatars/default/misc/5858abb9942a4d7faabfb6e7ff2520fd.png</file>
<file>android-data/gfx/avatars/default/misc/8426dadd34be5db4f4cdfa12ec1e8c53.png</file>
<file>android-data/gfx/avatars/default/misc/32955c19e24eba10fd63f1dcc75b5a25.png</file>
<file>android-data/gfx/avatars/default/misc/71348dd09e29dbe4ee6accc25d74bc94.png</file>
<file>android-data/gfx/avatars/default/misc/82487a6a11cfd4174d3c56c13f47c03e.png</file>
<file>android-data/gfx/avatars/default/misc/276648a9e4397177ba6e065bb8392a0f.png</file>
<file>android-data/gfx/avatars/default/misc/92875006f8786c9fa082ca13ae188a28.png</file>
<file>android-data/gfx/avatars/default/misc/910800128fa4afacd15c61a67e6d01a5.png</file>
<file>android-data/gfx/avatars/default/misc/a8c3d13377c17b06341b3904185ca30d.png</file>
<file>android-data/gfx/avatars/default/misc/aafbbe402e1883657b2db3e2f7574e5a.png</file>
<file>android-data/gfx/avatars/default/misc/bb2ae3396e8523545a955ceec97a273b.png</file>
<file>android-data/gfx/avatars/default/misc/c824fc964b0f051569d961d24d0897cd.png</file>
<file>android-data/gfx/avatars/default/misc/c10142a7b42f9e5c89ad4c644c570b74.png</file>
<file>android-data/gfx/avatars/default/misc/cd78743ae833cb838395e126ddc4b298.png</file>
<file>android-data/gfx/avatars/default/misc/d0b3c777001d2548fc87c112a181ddbf.png</file>
<file>android-data/gfx/avatars/default/misc/d2dfc050bd61af58f05853864d5f9c4e.png</file>
<file>android-data/gfx/avatars/default/misc/d2e74be7f80276f90091f90b2a78ddfb.png</file>
<file>android-data/gfx/avatars/default/misc/d9a4712147692ace05d5b87a5f76223f.png</file>
<file>android-data/gfx/avatars/default/misc/d7204e29016ca8963c02f46d4d41dc7d.png</file>
<file>android-data/gfx/avatars/default/misc/dccda20e75901d151e199cf0d74451d4.png</file>
<file>android-data/gfx/avatars/default/misc/e4e0c2850b68a65dcce6e83512e60665.png</file>
<file>android-data/gfx/avatars/default/misc/e6a7b4c2d32f5c5ff8cd895b928b5594.png</file>
<file>android-data/gfx/avatars/default/misc/e6e6b9af8c7bea68e359538e1298efd6.png</file>
<file>android-data/gfx/avatars/default/misc/e604d933cf5dcbef120c516c66083b13.png</file>
<file>android-data/gfx/avatars/default/misc/eb427f89e4773e87afb87505885cf698.png</file>
<file>android-data/gfx/avatars/default/misc/eb7612a2b515bd826babec8f649b44cf.png</file>
<file>android-data/gfx/avatars/default/misc/ed1dc23e53b713ab69850f808e39498e.png</file>
<file>android-data/gfx/avatars/default/misc/f3e4763d3f5ba1a4bde813667efa82a1.png</file>
<file>android-data/gfx/avatars/default/misc/f08cff60124b7690f13319fcf67a0b26.png</file>
<file>android-data/gfx/avatars/default/misc/f12b7ce0222d0303a0de70c7dfa9ac0f.png</file>
<file>android-data/gfx/avatars/default/misc/f48c98f3814cafa82e1c444915ceb0a7.png</file>
<file>android-data/gfx/avatars/default/misc/f4893bf7b611d72231e94fa487cc74e9.png</file>
<file>android-data/gfx/avatars/default/misc/f69440dd7d5483cc33d93c52cbb2c64d.png</file>
<file>android-data/gfx/avatars/default/misc/fee2595e8a7be7ea50a39604e8c72e5e.png</file>
<file>android-data/gfx/avatars/default/people/0c24b06358f7b308d6b47c59ebace73d.png</file>
<file>android-data/gfx/avatars/default/people/0c04318e6fa54534935e3e6cfe12c4a1.png</file>
<file>android-data/gfx/avatars/default/people/6ad16e2c3e4b8e4e6da47032d4372f4b.png</file>
<file>android-data/gfx/avatars/default/people/6ecea83d9fac6b4cae97e2fccd09a5f6.png</file>
<file>android-data/gfx/avatars/default/people/9f49fc3d6062ddc08dc6bbd9ef9b399d.png</file>
<file>android-data/gfx/avatars/default/people/14e3f39cc775608bcecf5597248b3558.png</file>
<file>android-data/gfx/avatars/default/people/16b702a87f681c4343486523a1a867e8.png</file>
<file>android-data/gfx/avatars/default/people/39fa73528e8dc1a5a478938affe79100.png</file>
<file>android-data/gfx/avatars/default/people/45e16bc214942321a3814fb43a84a88e.png</file>
<file>android-data/gfx/avatars/default/people/95df673e5ee4d02f0f95d5c7ff091cfb.png</file>
<file>android-data/gfx/avatars/default/people/237c518f2bb6ac99f6eb1012e18460b9.png</file>
<file>android-data/gfx/avatars/default/people/490ed3a748f6f4d6c261436198f2368f.png</file>
<file>android-data/gfx/avatars/default/people/74672ebfa2ab02968386c4e441a08668.png</file>
<file>android-data/gfx/avatars/default/people/bc28d08c451a775f9e332c14a397096b.png</file>
<file>android-data/gfx/avatars/default/people/bed234c6672d512bdb4c2768f0b3f90c.png</file>
<file>android-data/gfx/avatars/default/people/c6d57064672b9a6c78a06248d2a60770.png</file>
<file>android-data/gfx/avatars/default/people/c018b15b8164a303b9395b1e89c51004.png</file>
<file>android-data/gfx/avatars/default/people/cbd2e0c6ee579fb8e0f3942639cf988d.png</file>
<file>android-data/gfx/avatars/default/people/d6f8a45e9243b7e7e4e2c8e41df1c9f5.png</file>
<file>android-data/gfx/avatars/default/people/d21268e1d2ec969367ee5b54bd34738b.png</file>
<file>android-data/gfx/avatars/default/people/d66940c138c207c68a338769d683e691.png</file>
<file>android-data/gfx/avatars/default/people/da34195981d255656f39c05481de3b6a.png</file>
<file>android-data/gfx/avatars/default/people/e3e1ae15f7d808fce16c26c049e2cbe9.png</file>
<file>android-data/gfx/avatars/default/people/e54e67ebd5265cf549362a2cda5a999c.png</file>
<file>android-data/gfx/avatars/default/people/ef0975f38a367a45cb8042b438957304.png</file>
<file>android-data/translations/pokerth_af.qm</file>
<file>android-data/translations/pokerth_bg.qm</file>
<file>android-data/translations/pokerth_ca.qm</file>
<file>android-data/translations/pokerth_cz.qm</file>
<file>android-data/translations/pokerth_de.qm</file>
<file>android-data/translations/pokerth_dk.qm</file>
<file>android-data/translations/pokerth_es.qm</file>
<file>android-data/translations/pokerth_fi.qm</file>
<file>android-data/translations/pokerth_fr.qm</file>
<file>android-data/translations/pokerth_gr.qm</file>
<file>android-data/translations/pokerth_hu.qm</file>
<file>android-data/translations/pokerth_it.qm</file>
<file>android-data/translations/pokerth_jp.qm</file>
<file>android-data/translations/pokerth_lt.qm</file>
<file>android-data/translations/pokerth_nl.qm</file>
<file>android-data/translations/pokerth_no.qm</file>
<file>android-data/translations/pokerth_pl.qm</file>
<file>android-data/translations/pokerth_ptbr.qm</file>
<file>android-data/translations/pokerth_ptpt.qm</file>
<file>android-data/translations/pokerth_ru.qm</file>
<file>android-data/translations/pokerth_sk.qm</file>
<file>android-data/translations/pokerth_sv.qm</file>
<file>android-data/translations/pokerth_ta.qm</file>
<file>android-data/translations/pokerth_tr.qm</file>
<file>android-data/translations/pokerth_zhcn.qm</file>
</qresource>
</RCC>