├── .classpath ├── .project ├── .settings └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── LICENSE.txt ├── README.md ├── assets ├── ads.json ├── bdxadsdk.jar ├── com_keymob_sdks │ └── AdmobAdapter.jar ├── gdt_plugin │ └── gdtadv2.jar └── sample.json ├── changelog.txt ├── ic_launcher-web.png ├── libs ├── android-support-v4.jar └── keymobad.jar ├── proguard-project.txt ├── project.properties ├── readme_zh.md ├── res ├── color │ ├── common_google_signin_btn_text_dark.xml │ └── common_google_signin_btn_text_light.xml ├── drawable-hdpi-v4 │ ├── common_full_open_on_phone.png │ ├── common_google_signin_btn_icon_dark_disabled.9.png │ ├── common_google_signin_btn_icon_dark_normal.9.png │ ├── common_google_signin_btn_icon_dark_pressed.9.png │ ├── common_google_signin_btn_icon_light_disabled.9.png │ ├── common_google_signin_btn_icon_light_normal.9.png │ ├── common_google_signin_btn_icon_light_pressed.9.png │ ├── common_google_signin_btn_text_dark_disabled.9.png │ ├── common_google_signin_btn_text_dark_normal.9.png │ ├── common_google_signin_btn_text_dark_pressed.9.png │ ├── common_google_signin_btn_text_light_disabled.9.png │ ├── common_google_signin_btn_text_light_normal.9.png │ └── common_google_signin_btn_text_light_pressed.9.png ├── drawable-hdpi │ └── ic_launcher.png ├── drawable-mdpi-v4 │ ├── common_google_signin_btn_icon_dark_disabled.9.png │ ├── common_google_signin_btn_icon_dark_normal.9.png │ ├── common_google_signin_btn_icon_dark_pressed.9.png │ ├── common_google_signin_btn_icon_light_disabled.9.png │ ├── common_google_signin_btn_icon_light_normal.9.png │ ├── common_google_signin_btn_icon_light_pressed.9.png │ ├── common_google_signin_btn_text_dark_disabled.9.png │ ├── common_google_signin_btn_text_dark_normal.9.png │ ├── common_google_signin_btn_text_dark_pressed.9.png │ ├── common_google_signin_btn_text_light_disabled.9.png │ ├── common_google_signin_btn_text_light_normal.9.png │ └── common_google_signin_btn_text_light_pressed.9.png ├── drawable-mdpi │ └── ic_launcher.png ├── drawable-xhdpi-v4 │ ├── common_full_open_on_phone.png │ ├── common_google_signin_btn_icon_dark_disabled.9.png │ ├── common_google_signin_btn_icon_dark_normal.9.png │ ├── common_google_signin_btn_icon_dark_pressed.9.png │ ├── common_google_signin_btn_icon_light_disabled.9.png │ ├── common_google_signin_btn_icon_light_normal.9.png │ ├── common_google_signin_btn_icon_light_pressed.9.png │ ├── common_google_signin_btn_text_dark_disabled.9.png │ ├── common_google_signin_btn_text_dark_normal.9.png │ ├── common_google_signin_btn_text_dark_pressed.9.png │ ├── common_google_signin_btn_text_light_disabled.9.png │ ├── common_google_signin_btn_text_light_normal.9.png │ └── common_google_signin_btn_text_light_pressed.9.png ├── drawable-xhdpi │ └── ic_launcher.png ├── drawable-xxhdpi-v4 │ ├── common_google_signin_btn_icon_dark_disabled.9.png │ ├── common_google_signin_btn_icon_dark_normal.9.png │ ├── common_google_signin_btn_icon_dark_pressed.9.png │ ├── common_google_signin_btn_icon_light_disabled.9.png │ ├── common_google_signin_btn_icon_light_normal.9.png │ ├── common_google_signin_btn_icon_light_pressed.9.png │ ├── common_google_signin_btn_text_dark_disabled.9.png │ ├── common_google_signin_btn_text_dark_normal.9.png │ ├── common_google_signin_btn_text_dark_pressed.9.png │ ├── common_google_signin_btn_text_light_disabled.9.png │ ├── common_google_signin_btn_text_light_normal.9.png │ └── common_google_signin_btn_text_light_pressed.9.png ├── drawable-xxhdpi │ └── ic_launcher.png ├── drawable │ ├── common_google_signin_btn_icon_dark.xml │ ├── common_google_signin_btn_icon_dark_focused.xml │ ├── common_google_signin_btn_icon_light.xml │ ├── common_google_signin_btn_icon_light_focused.xml │ ├── common_google_signin_btn_text_dark.xml │ ├── common_google_signin_btn_text_dark_focused.xml │ ├── common_google_signin_btn_text_light.xml │ └── common_google_signin_btn_text_light_focused.xml ├── layout │ ├── activity_game.xml │ └── activity_main.xml ├── values-af │ └── values.xml ├── values-am │ └── values.xml ├── values-ar │ └── values.xml ├── values-az │ └── values.xml ├── values-be │ └── values.xml ├── values-bg │ └── values.xml ├── values-bn │ └── values.xml ├── values-bs │ └── values.xml ├── values-ca │ └── values.xml ├── values-cs │ └── values.xml ├── values-da │ └── values.xml ├── values-de │ └── values.xml ├── values-el │ └── values.xml ├── values-en-rGB │ └── values.xml ├── values-es-rUS │ └── values.xml ├── values-es │ └── values.xml ├── values-et │ └── values.xml ├── values-eu │ └── values.xml ├── values-fa │ └── values.xml ├── values-fi │ └── values.xml ├── values-fr-rCA │ └── values.xml ├── values-fr │ └── values.xml ├── values-gl │ └── values.xml ├── values-gu │ └── values.xml ├── values-hi │ └── values.xml ├── values-hr │ └── values.xml ├── values-hu │ └── values.xml ├── values-hy │ └── values.xml ├── values-in │ └── values.xml ├── values-is │ └── values.xml ├── values-it │ └── values.xml ├── values-iw │ └── values.xml ├── values-ja │ └── values.xml ├── values-ka │ └── values.xml ├── values-kk │ └── values.xml ├── values-km │ └── values.xml ├── values-kn │ └── values.xml ├── values-ko │ └── values.xml ├── values-ky │ └── values.xml ├── values-large │ └── values-large.xml ├── values-lo │ └── values.xml ├── values-lt │ └── values.xml ├── values-lv │ └── values.xml ├── values-mk │ └── values.xml ├── values-ml │ └── values.xml ├── values-mn │ └── values.xml ├── values-mr │ └── values.xml ├── values-ms │ └── values.xml ├── values-my │ └── values.xml ├── values-nb │ └── values.xml ├── values-ne │ └── values.xml ├── values-nl │ └── values.xml ├── values-pa │ └── values.xml ├── values-pl │ └── values.xml ├── values-pt-rBR │ └── values.xml ├── values-pt-rPT │ └── values.xml ├── values-ro │ └── values.xml ├── values-ru │ └── values.xml ├── values-si │ └── values.xml ├── values-sk │ └── values.xml ├── values-sl │ └── values.xml ├── values-sq │ └── values.xml ├── values-sr │ └── values.xml ├── values-sv │ └── values.xml ├── values-sw │ └── values.xml ├── values-ta │ └── values.xml ├── values-te │ └── values.xml ├── values-th │ └── values.xml ├── values-tl │ └── values.xml ├── values-tr │ └── values.xml ├── values-uk │ └── values.xml ├── values-ur │ └── values.xml ├── values-uz │ └── values.xml ├── values-v11 │ └── styles.xml ├── values-v14 │ └── styles.xml ├── values-vi │ └── values.xml ├── values-xlarge │ └── values-xlarge.xml ├── values-zh-rCN │ └── values.xml ├── values-zh-rHK │ └── values.xml ├── values-zh-rTW │ └── values.xml ├── values-zu │ └── values.xml └── values │ ├── strings.xml │ ├── styles.xml │ └── values.xml └── src └── com └── keymob └── demo ├── GameActivity.java └── MainActivity.java /.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | keymob-demo 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2015-2020 keymob 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy of 4 | this software and associated documentation files (the "Software"), to deal in 5 | the Software without restriction, including without limitation the rights to 6 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 7 | the Software, and to permit persons to whom the Software is furnished to do so, 8 | subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in all 11 | copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 15 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 16 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 17 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 18 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- /assets/ads.json: -------------------------------------------------------------------------------- 1 | { 2 | "rateModel":"0", 3 | "isTesting":false, 4 | "platforms":[ 5 | { 6 | "key1":"2", 7 | "key2":"", 8 | "param":"", 9 | "class":"KeymobAdapter", 10 | "priority":"10" 11 | }, 12 | { 13 | "key1":"ca-app-pub-9010304686094680\/1984705253", 14 | "key2":"ca-app-pub-9010304686094680\/1984705253", 15 | "param":"", 16 | "class":"AdmobAdapter", 17 | "priority":"50" 18 | }, 19 | { 20 | "key1":"a3dce0b8", 21 | "key2":"2077725", 22 | "param":"{\"interstitialID\":\"2077726\",\"videoID\":\"2077729\"}", 23 | "class":"BaiduAdapter", 24 | "priority":"40" 25 | }, 26 | { 27 | "key1":"7e5039cf5935421c8b5792f598e5ff9f", 28 | "key2":"", 29 | "param":"", 30 | "class":"AmazonAdapter", 31 | "priority":"10" 32 | }, 33 | { 34 | "key1":"51bfcf7516ba475450000005", 35 | "key2":"28c26ae143999b71468de4a7b50eff51ce83fac0", 36 | "param":"", 37 | "class":"ChartboostAdapter", 38 | "priority":"30" 39 | }, 40 | { 41 | "key1":"339bf8c07e094fdfa2a227daeb075e83", 42 | "key2":"1431967654669703", 43 | "param":"1431967654670166", 44 | "class":"InmobiAdapter", 45 | "priority":"20" 46 | }, 47 | { 48 | "key1":"195743", 49 | "key2":"195745", 50 | "param":"195744", 51 | "class":"MMediaAdapter", 52 | "priority":"10" 53 | }, 54 | { 55 | "key1":"1104305065", 56 | "key2":"3020713100155263", 57 | "param":"{\"interstitialID\":\"7030704171355254\",\"appWallID\":\"3090713100853287\"}", 58 | "class":"GDTAdapter", 59 | "priority":"35" 60 | }, 61 | { 62 | "key1":"appfe61fbf788142880be", 63 | "key2":"vza0014e07fade4273a6", 64 | "param":"vz7a8bd2b98f4b461192", 65 | "class":"AdcolonyAdapter", 66 | "priority":"10" 67 | } 68 | ] 69 | } -------------------------------------------------------------------------------- /assets/bdxadsdk.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/assets/bdxadsdk.jar -------------------------------------------------------------------------------- /assets/com_keymob_sdks/AdmobAdapter.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/assets/com_keymob_sdks/AdmobAdapter.jar -------------------------------------------------------------------------------- /assets/gdt_plugin/gdtadv2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/assets/gdt_plugin/gdtadv2.jar -------------------------------------------------------------------------------- /assets/sample.json: -------------------------------------------------------------------------------- 1 | { 2 | "isTesting":true, 3 | "rateModel":1, 4 | "platforms":[ 5 | {"class":"KeymobAdapter","priority":50,"key1":"1"}, 6 | {"class":"AdmobAdapter","priority":50,"key1":"ca-app-pub-xxxxx/xxxx","key2":"ca-app-pub-xxx/xxx"}, 7 | {"class":"AmazonAdapter","priority":50,"key1":"amazon ad id"}, 8 | {"class":"ChartboostAdapter","priority":50,"key1":"appid","key2":"sign"}, 9 | {"class":"InmobiAdapter","priority":50,"key1":"property id","key2":"banner id","key3":"interstitial id"}, 10 | {"class":"IadAdapter","priority":50,"key1":"appid"}, 11 | {"class":"BaiduAdapter","priority":50,"key1":"appid","key2":"bannerid","param":"{\"interstitialID\":\"interstitial ID\",\"videoID\":\"video ID\"}"}, 12 | {"class":"GDTAdapter","priority":10,"key1":"appid","key2":"banner id","param":"{\"interstitialID\":\"interstitial ID\",\"appWallID\":\"app Wall ID\"}"}, 13 | {"class":"AdcolonyAdapter","priority":10,"key1":"appid","key2":"zone interstitia","param":"video zone"}, 14 | {"class":"MMediaAdapter","priority":50,"key1":"banner id","key2":"Interstitial ID"} 15 | ] 16 | } -------------------------------------------------------------------------------- /changelog.txt: -------------------------------------------------------------------------------- 1 | keymob 20151105 upgrade platform sdk to the last version. 2 | 3 | keymob 20170201 upgrade sdk -------------------------------------------------------------------------------- /ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/ic_launcher-web.png -------------------------------------------------------------------------------- /libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/libs/android-support-v4.jar -------------------------------------------------------------------------------- /libs/keymobad.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/libs/keymobad.jar -------------------------------------------------------------------------------- /proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-19 15 | android.library=false 16 | -------------------------------------------------------------------------------- /res/color/common_google_signin_btn_text_dark.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 9 | 12 | 14 | 15 | -------------------------------------------------------------------------------- /res/color/common_google_signin_btn_text_light.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 9 | 12 | 14 | 15 | -------------------------------------------------------------------------------- /res/drawable-hdpi-v4/common_full_open_on_phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-hdpi-v4/common_full_open_on_phone.png -------------------------------------------------------------------------------- /res/drawable-hdpi-v4/common_google_signin_btn_icon_dark_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-hdpi-v4/common_google_signin_btn_icon_dark_disabled.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi-v4/common_google_signin_btn_icon_dark_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-hdpi-v4/common_google_signin_btn_icon_dark_normal.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi-v4/common_google_signin_btn_icon_dark_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-hdpi-v4/common_google_signin_btn_icon_dark_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi-v4/common_google_signin_btn_icon_light_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-hdpi-v4/common_google_signin_btn_icon_light_disabled.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi-v4/common_google_signin_btn_icon_light_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-hdpi-v4/common_google_signin_btn_icon_light_normal.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi-v4/common_google_signin_btn_icon_light_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-hdpi-v4/common_google_signin_btn_icon_light_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi-v4/common_google_signin_btn_text_dark_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-hdpi-v4/common_google_signin_btn_text_dark_disabled.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi-v4/common_google_signin_btn_text_dark_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-hdpi-v4/common_google_signin_btn_text_dark_normal.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi-v4/common_google_signin_btn_text_dark_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-hdpi-v4/common_google_signin_btn_text_dark_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi-v4/common_google_signin_btn_text_light_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-hdpi-v4/common_google_signin_btn_text_light_disabled.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi-v4/common_google_signin_btn_text_light_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-hdpi-v4/common_google_signin_btn_text_light_normal.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi-v4/common_google_signin_btn_text_light_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-hdpi-v4/common_google_signin_btn_text_light_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable-mdpi-v4/common_google_signin_btn_icon_dark_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-mdpi-v4/common_google_signin_btn_icon_dark_disabled.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi-v4/common_google_signin_btn_icon_dark_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-mdpi-v4/common_google_signin_btn_icon_dark_normal.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi-v4/common_google_signin_btn_icon_dark_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-mdpi-v4/common_google_signin_btn_icon_dark_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi-v4/common_google_signin_btn_icon_light_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-mdpi-v4/common_google_signin_btn_icon_light_disabled.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi-v4/common_google_signin_btn_icon_light_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-mdpi-v4/common_google_signin_btn_icon_light_normal.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi-v4/common_google_signin_btn_icon_light_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-mdpi-v4/common_google_signin_btn_icon_light_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi-v4/common_google_signin_btn_text_dark_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-mdpi-v4/common_google_signin_btn_text_dark_disabled.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi-v4/common_google_signin_btn_text_dark_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-mdpi-v4/common_google_signin_btn_text_dark_normal.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi-v4/common_google_signin_btn_text_dark_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-mdpi-v4/common_google_signin_btn_text_dark_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi-v4/common_google_signin_btn_text_light_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-mdpi-v4/common_google_signin_btn_text_light_disabled.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi-v4/common_google_signin_btn_text_light_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-mdpi-v4/common_google_signin_btn_text_light_normal.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi-v4/common_google_signin_btn_text_light_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-mdpi-v4/common_google_signin_btn_text_light_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable-xhdpi-v4/common_full_open_on_phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xhdpi-v4/common_full_open_on_phone.png -------------------------------------------------------------------------------- /res/drawable-xhdpi-v4/common_google_signin_btn_icon_dark_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xhdpi-v4/common_google_signin_btn_icon_dark_disabled.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi-v4/common_google_signin_btn_icon_dark_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xhdpi-v4/common_google_signin_btn_icon_dark_normal.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi-v4/common_google_signin_btn_icon_dark_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xhdpi-v4/common_google_signin_btn_icon_dark_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi-v4/common_google_signin_btn_icon_light_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xhdpi-v4/common_google_signin_btn_icon_light_disabled.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi-v4/common_google_signin_btn_icon_light_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xhdpi-v4/common_google_signin_btn_icon_light_normal.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi-v4/common_google_signin_btn_icon_light_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xhdpi-v4/common_google_signin_btn_icon_light_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi-v4/common_google_signin_btn_text_dark_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xhdpi-v4/common_google_signin_btn_text_dark_disabled.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi-v4/common_google_signin_btn_text_dark_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xhdpi-v4/common_google_signin_btn_text_dark_normal.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi-v4/common_google_signin_btn_text_dark_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xhdpi-v4/common_google_signin_btn_text_dark_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi-v4/common_google_signin_btn_text_light_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xhdpi-v4/common_google_signin_btn_text_light_disabled.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi-v4/common_google_signin_btn_text_light_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xhdpi-v4/common_google_signin_btn_text_light_normal.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi-v4/common_google_signin_btn_text_light_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xhdpi-v4/common_google_signin_btn_text_light_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi-v4/common_google_signin_btn_icon_dark_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xxhdpi-v4/common_google_signin_btn_icon_dark_disabled.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi-v4/common_google_signin_btn_icon_dark_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xxhdpi-v4/common_google_signin_btn_icon_dark_normal.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi-v4/common_google_signin_btn_icon_dark_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xxhdpi-v4/common_google_signin_btn_icon_dark_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi-v4/common_google_signin_btn_icon_light_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xxhdpi-v4/common_google_signin_btn_icon_light_disabled.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi-v4/common_google_signin_btn_icon_light_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xxhdpi-v4/common_google_signin_btn_icon_light_normal.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi-v4/common_google_signin_btn_icon_light_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xxhdpi-v4/common_google_signin_btn_icon_light_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi-v4/common_google_signin_btn_text_dark_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xxhdpi-v4/common_google_signin_btn_text_dark_disabled.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi-v4/common_google_signin_btn_text_dark_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xxhdpi-v4/common_google_signin_btn_text_dark_normal.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi-v4/common_google_signin_btn_text_dark_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xxhdpi-v4/common_google_signin_btn_text_dark_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi-v4/common_google_signin_btn_text_light_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xxhdpi-v4/common_google_signin_btn_text_light_disabled.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi-v4/common_google_signin_btn_text_light_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xxhdpi-v4/common_google_signin_btn_text_light_normal.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi-v4/common_google_signin_btn_text_light_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xxhdpi-v4/common_google_signin_btn_text_light_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keymobdev/keymob/79d472f0bc75249c487a15f19bd14d9b27c1d14f/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable/common_google_signin_btn_icon_dark.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 9 | 12 | 14 | 15 | -------------------------------------------------------------------------------- /res/drawable/common_google_signin_btn_icon_dark_focused.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /res/drawable/common_google_signin_btn_icon_light.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 9 | 12 | 14 | 15 | -------------------------------------------------------------------------------- /res/drawable/common_google_signin_btn_icon_light_focused.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /res/drawable/common_google_signin_btn_text_dark.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 8 | 11 | 14 | 16 | 17 | -------------------------------------------------------------------------------- /res/drawable/common_google_signin_btn_text_dark_focused.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /res/drawable/common_google_signin_btn_text_light.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 9 | 12 | 14 | 15 | -------------------------------------------------------------------------------- /res/drawable/common_google_signin_btn_text_light_focused.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /res/layout/activity_game.xml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 11 |