打包成功
5
android/res/drawable/ps_image_placeholder.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#CCCCCC" />
|
||||
</shape>
|
||||
BIN
android/res/drawable/ps_permission.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
android/res/drawable/splash.png
Normal file
|
After Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 64 KiB |
5
android/res/values/colors.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ps_color_grey">#666666</color>
|
||||
<color name="ps_color_white">#FFFFFF</color>
|
||||
</resources>
|
||||
7
android/res/values/ids.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<resources>
|
||||
<!--google play game service client id-->
|
||||
<string name="app_id" translatable="false">77777777777</string>
|
||||
<!--PictureSelector-->
|
||||
<item name="title_bar" type="id"/>
|
||||
</resources>
|
||||
@@ -1,2 +1,18 @@
|
||||
<resources>
|
||||
<string name="app_name" translatable="false">101 Okey Neşeli</string>
|
||||
<!--google start-->
|
||||
<!--google sign in -->
|
||||
<!--google play game service sign -->
|
||||
<string name="google_client_id" translatable="false">77777777777-pe7pidhpuc9ohkg5t8aqip7qboire346.apps.googleusercontent.com</string>
|
||||
<!--google end-->
|
||||
<!--Adjust-->
|
||||
<string name="Adjust_AppToken" translatable="false">4fbx099pwqv4</string>
|
||||
<!--Bugly-->
|
||||
<string name="Tely_AppId" translatable="false">63f5a8b9d4</string>
|
||||
<string name="Tely_Version" translatable="false">1.0.0</string>
|
||||
<string name="Tely_Channel" translatable="false">happyokey</string>
|
||||
<bool name="Tely_IsDebug" translatable="false">false</bool>
|
||||
<!--zego-->
|
||||
<string name="zego_appID" translatable="false">zego_57566727</string>
|
||||
<string name="zego_appSign" translatable="false">zego_e7e8723ad58492924c5c26087f735ee2f8b748cbd30acff1194ef1b37810f389</string>
|
||||
</resources>
|
||||
|
||||