-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e61ea92
commit 52ddf68
Showing
296 changed files
with
1,532 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.google.android.gms" | ||
android:versionCode="3136110" | ||
android:versionName="3.1.36 (673201-10)" > | ||
|
||
<uses-sdk android:minSdkVersion="8"/> | ||
|
||
</manifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Library Project including Google Play services client jar. | ||
|
||
This can be used by an Android project to use the API's provided | ||
by Google Play services. | ||
|
||
There is technically no source, but the src folder is necessary | ||
to ensure that the build system works. The content is actually | ||
located in the libs/ directory. | ||
|
||
|
||
USAGE: | ||
|
||
Make sure you import this Android library project into your IDE | ||
and set this project as a dependency. |
8 changes: 8 additions & 0 deletions
8
google-play-services_lib/gen/com/google/android/gms/BuildConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/*___Generated_by_IDEA___*/ | ||
|
||
/** Automatically generated file. DO NOT MODIFY */ | ||
package com.google.android.gms; | ||
|
||
public final class BuildConfig { | ||
public final static boolean DEBUG = true; | ||
} |
7 changes: 7 additions & 0 deletions
7
google-play-services_lib/gen/com/google/android/gms/Manifest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/*___Generated_by_IDEA___*/ | ||
|
||
package com.google.android.gms; | ||
|
||
/* This stub is for using by IDE only. It is NOT the Manifest class actually packed into APK */ | ||
public final class Manifest { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/*___Generated_by_IDEA___*/ | ||
|
||
package com.google.android.gms; | ||
|
||
/* This stub is for using by IDE only. It is NOT the R class actually packed into APK */ | ||
public final class R { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module type="JAVA_MODULE" version="4"> | ||
<component name="FacetManager"> | ||
<facet type="android" name="Android"> | ||
<configuration> | ||
<option name="LIBRARY_PROJECT" value="true" /> | ||
</configuration> | ||
</facet> | ||
</component> | ||
<component name="NewModuleRootManager" inherit-compiler-output="true"> | ||
<exclude-output /> | ||
<content url="file://$MODULE_DIR$"> | ||
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> | ||
</content> | ||
<orderEntry type="jdk" jdkName="Android 4.2.2 Google APIs" jdkType="Android SDK" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
</component> | ||
</module> | ||
|
Binary file not shown.
1 change: 1 addition & 0 deletions
1
google-play-services_lib/libs/google-play-services.jar.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
doc=../../../docs/reference |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This file is automatically generated by Android Tools. | ||
# Do not modify this file -- YOUR CHANGES WILL BE ERASED! | ||
# | ||
# This file must be checked in Version Control Systems. | ||
# | ||
# To customize properties used by the Ant build system edit | ||
# "ant.properties", and override values to adapt the script to your | ||
# project structure. | ||
# | ||
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): | ||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt | ||
|
||
# Project target. | ||
target=android-8 | ||
android.library=true |
18 changes: 18 additions & 0 deletions
18
google-play-services_lib/res/color/common_signin_btn_text_dark.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item | ||
android:state_pressed="true" | ||
android:color="@color/common_signin_btn_dark_text_pressed" /> | ||
<item | ||
android:state_enabled="false" | ||
android:state_focused="true" | ||
android:color="@color/common_signin_btn_dark_text_disabled" /> | ||
<item | ||
android:state_focused="true" | ||
android:color="@color/common_signin_btn_dark_text_focused" /> | ||
<item | ||
android:state_enabled="false" | ||
android:color="@color/common_signin_btn_dark_text_disabled" /> | ||
<item | ||
android:color="@color/common_signin_btn_dark_text_default" /> | ||
</selector> |
18 changes: 18 additions & 0 deletions
18
google-play-services_lib/res/color/common_signin_btn_text_light.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item | ||
android:state_pressed="true" | ||
android:color="@color/common_signin_btn_light_text_pressed" /> | ||
<item | ||
android:state_enabled="false" | ||
android:state_focused="true" | ||
android:color="@color/common_signin_btn_light_text_disabled" /> | ||
<item | ||
android:state_focused="true" | ||
android:color="@color/common_signin_btn_light_text_focused" /> | ||
<item | ||
android:state_enabled="false" | ||
android:color="@color/common_signin_btn_light_text_disabled" /> | ||
<item | ||
android:color="@color/common_signin_btn_light_text_default" /> | ||
</selector> |
Binary file added
BIN
+1.77 KB
...-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.8 KB
...services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.8 KB
...ervices_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.77 KB
...play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.05 KB
google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.03 KB
...le-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2 KB
...le-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2 KB
...e-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.17 KB
...e-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.28 KB
...-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.88 KB
...-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.91 KB
...services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.91 KB
...ervices_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.88 KB
...play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.15 KB
google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.13 KB
...le-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.13 KB
...le-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.11 KB
...e-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.32 KB
...e-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.42 KB
...-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.17 KB
...-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.21 KB
...services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.21 KB
...ervices_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.17 KB
...play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.36 KB
google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.33 KB
...le-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png
Oops, something went wrong.
Binary file added
BIN
+1.34 KB
...le-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+1.31 KB
...e-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png
Oops, something went wrong.
Binary file added
BIN
+1.43 KB
...e-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+1.49 KB
...-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png
Oops, something went wrong.
Binary file added
BIN
+1.28 KB
...-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+1.29 KB
...services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+1.29 KB
...ervices_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png
Oops, something went wrong.
Binary file added
BIN
+1.28 KB
...play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png
Oops, something went wrong.
Binary file added
BIN
+1.43 KB
google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+1.43 KB
...le-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png
Oops, something went wrong.
Binary file added
BIN
+1.43 KB
...le-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+1.42 KB
...e-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png
Oops, something went wrong.
Binary file added
BIN
+1.52 KB
...e-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+1.58 KB
...-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png
Oops, something went wrong.
Binary file added
BIN
+2.38 KB
...play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+2.4 KB
...ervices_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+2.4 KB
...rvices_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png
Oops, something went wrong.
Binary file added
BIN
+2.38 KB
...lay-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png
Oops, something went wrong.
Binary file added
BIN
+2.82 KB
...le-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+2.84 KB
...e-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png
Oops, something went wrong.
Binary file added
BIN
+2.78 KB
...e-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+2.82 KB
...-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png
Oops, something went wrong.
Binary file added
BIN
+3.06 KB
...-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+3.22 KB
...play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png
Oops, something went wrong.
Binary file added
BIN
+2.51 KB
...play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+2.51 KB
...ervices_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+2.51 KB
...rvices_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png
Oops, something went wrong.
Binary file added
BIN
+2.51 KB
...lay-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png
Oops, something went wrong.
Binary file added
BIN
+2.87 KB
...le-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+2.88 KB
...e-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png
Oops, something went wrong.
Binary file added
BIN
+2.86 KB
...e-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+2.88 KB
...-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png
Oops, something went wrong.
Binary file added
BIN
+3.18 KB
...-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png
Oops, something went wrong.
Binary file added
BIN
+3.3 KB
...play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
google-play-services_lib/res/drawable/common_signin_btn_icon_dark.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item | ||
android:state_pressed="true" | ||
android:drawable="@drawable/common_signin_btn_icon_pressed_dark" /> | ||
<item | ||
android:state_enabled="false" | ||
android:state_focused="true" | ||
android:drawable="@drawable/common_signin_btn_icon_disabled_focus_dark" /> | ||
<item | ||
android:state_focused="true" | ||
android:drawable="@drawable/common_signin_btn_icon_focus_dark" /> | ||
<item | ||
android:state_enabled="false" | ||
android:drawable="@drawable/common_signin_btn_icon_disabled_dark" /> | ||
<item | ||
android:drawable="@drawable/common_signin_btn_icon_normal_dark" /> | ||
</selector> |
18 changes: 18 additions & 0 deletions
18
google-play-services_lib/res/drawable/common_signin_btn_icon_light.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item | ||
android:state_pressed="true" | ||
android:drawable="@drawable/common_signin_btn_icon_pressed_light" /> | ||
<item | ||
android:state_enabled="false" | ||
android:state_focused="true" | ||
android:drawable="@drawable/common_signin_btn_icon_disabled_focus_light" /> | ||
<item | ||
android:state_focused="true" | ||
android:drawable="@drawable/common_signin_btn_icon_focus_light" /> | ||
<item | ||
android:state_enabled="false" | ||
android:drawable="@drawable/common_signin_btn_icon_disabled_light" /> | ||
<item | ||
android:drawable="@drawable/common_signin_btn_icon_normal_light" /> | ||
</selector> |
18 changes: 18 additions & 0 deletions
18
google-play-services_lib/res/drawable/common_signin_btn_text_dark.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item | ||
android:state_pressed="true" | ||
android:drawable="@drawable/common_signin_btn_text_pressed_dark" /> | ||
<item | ||
android:state_enabled="false" | ||
android:state_focused="true" | ||
android:drawable="@drawable/common_signin_btn_text_disabled_focus_dark" /> | ||
<item | ||
android:state_focused="true" | ||
android:drawable="@drawable/common_signin_btn_text_focus_dark" /> | ||
<item | ||
android:state_enabled="false" | ||
android:drawable="@drawable/common_signin_btn_text_disabled_dark" /> | ||
<item | ||
android:drawable="@drawable/common_signin_btn_text_normal_dark" /> | ||
</selector> |
18 changes: 18 additions & 0 deletions
18
google-play-services_lib/res/drawable/common_signin_btn_text_light.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item | ||
android:state_pressed="true" | ||
android:drawable="@drawable/common_signin_btn_text_pressed_light" /> | ||
<item | ||
android:state_enabled="false" | ||
android:state_focused="true" | ||
android:drawable="@drawable/common_signin_btn_text_disabled_focus_light" /> | ||
<item | ||
android:state_focused="true" | ||
android:drawable="@drawable/common_signin_btn_text_focus_light" /> | ||
<item | ||
android:state_enabled="false" | ||
android:drawable="@drawable/common_signin_btn_text_disabled_light" /> | ||
<item | ||
android:drawable="@drawable/common_signin_btn_text_normal_light" /> | ||
</selector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<resources xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
<string name="common_google_play_services_install_title" msgid="26645092511305524">"Kry Google Play-dienste"</string> | ||
<string name="common_google_play_services_install_text_phone" msgid="8685301130651051380">"Hierdie program sal nie loop sonder Google Play-dienste nie, wat nie op jou foon is nie."</string> | ||
<string name="common_google_play_services_install_text_tablet" msgid="1589957570365247855">"Hierdie program sal nie loop sonder Google Play-dienste nie, wat nie op jou tablet is nie."</string> | ||
<string name="common_google_play_services_install_button" msgid="8515591849428043265">"Kry Google Play-dienste"</string> | ||
<string name="common_google_play_services_enable_title" msgid="529078775174559253">"Aktiveer Google Play-dienste"</string> | ||
<string name="common_google_play_services_enable_text" msgid="7627896071867667758">"Hierdie program sal nie werk tensy jy Google Play-dienste aktiveer nie."</string> | ||
<string name="common_google_play_services_enable_button" msgid="4181637455539816337">"Aktiveer Google Play-dienste"</string> | ||
<string name="common_google_play_services_update_title" msgid="6006316683626838685">"Dateer Google Play-dienste op"</string> | ||
<string name="common_google_play_services_update_text" msgid="448354684997260580">"Hierdie program sal nie loop nie, tensy jy Google Play-dienste opdateer."</string> | ||
<string name="common_google_play_services_unknown_issue" msgid="4762332809710093730">"Onbekende probleem met Google Play-dienste."</string> | ||
<string name="common_google_play_services_unsupported_title" msgid="6334768798839376943">"Google Play-dienste"</string> | ||
<string name="common_google_play_services_unsupported_text" msgid="3542578567569488671">"Google Play-dienste, waarop sommige van jou programme staatmaak, werk nie met jou toestel nie. Kontak asseblief die vervaardiger vir bystand."</string> | ||
<string name="common_google_play_services_update_button" msgid="8932944190611227642">"Dateer op"</string> | ||
<string name="common_signin_button_text" msgid="9071884888741449141">"Meld aan"</string> | ||
<string name="common_signin_button_text_long" msgid="2429381841831957106">"Meld aan met Google"</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<resources xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
<string name="common_google_play_services_install_title" msgid="26645092511305524">"Google Play አገልግሎቶችን አግኝ"</string> | ||
<string name="common_google_play_services_install_text_phone" msgid="8685301130651051380">"ይህ መተግበሪያ ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ ስልክዎ ላይ የሉም።"</string> | ||
<string name="common_google_play_services_install_text_tablet" msgid="1589957570365247855">"ይህ መተግበሪያ ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ ጡባዊዎ ላይ የሉም።"</string> | ||
<string name="common_google_play_services_install_button" msgid="8515591849428043265">"Google Play አገልግሎቶችን አግኝ"</string> | ||
<string name="common_google_play_services_enable_title" msgid="529078775174559253">"Google Play አገልግሎቶችን አንቃ"</string> | ||
<string name="common_google_play_services_enable_text" msgid="7627896071867667758">"Google Play አገልግሎቶችን እስካላነቁ ድረስ ይህ መተግበሪያ አይሰራም።"</string> | ||
<string name="common_google_play_services_enable_button" msgid="4181637455539816337">"Google Play አገልግሎቶችን አንቃ"</string> | ||
<string name="common_google_play_services_update_title" msgid="6006316683626838685">"Google Play አገልግሎቶችን ያዘምኑ"</string> | ||
<string name="common_google_play_services_update_text" msgid="448354684997260580">"Google Play አገልግሎቶችን እስኪያዘምኑ ድረስ ይህ መተግበሪያ አይሰራም።"</string> | ||
<string name="common_google_play_services_unknown_issue" msgid="4762332809710093730">"በGoogle Play አገልግሎቶች ላይ ያልታወቀ ችግር።"</string> | ||
<string name="common_google_play_services_unsupported_title" msgid="6334768798839376943">"Google Play አገልግሎቶች"</string> | ||
<string name="common_google_play_services_unsupported_text" msgid="3542578567569488671">"የGoogle Play አገልግሎቶች፣ አንዳንድ መተግበሪያዎችዎ በእሱ ላይ ጥገኛ የሆኑት፣ በመሣሪያዎ አይደገፍም። እባክዎ ለእርዳታ አምራቹን ያግኙ።"</string> | ||
<string name="common_google_play_services_update_button" msgid="8932944190611227642">"ያዘምኑ"</string> | ||
<string name="common_signin_button_text" msgid="9071884888741449141">"ግባ"</string> | ||
<string name="common_signin_button_text_long" msgid="2429381841831957106">"በGoogle ይግቡ"</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<resources xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
<string name="common_google_play_services_install_title" msgid="26645092511305524">"الحصول على خدمات Google Play"</string> | ||
<string name="common_google_play_services_install_text_phone" msgid="8685301130651051380">"لن يتم تشغيل هذا التطبيق بدون خدمات Google Play، والتي لا تتوفر في هاتفك."</string> | ||
<string name="common_google_play_services_install_text_tablet" msgid="1589957570365247855">"لن يتم تشغيل هذا التطبيق بدون خدمات Google Play، والتي لا تتوفر في جهازك اللوحي."</string> | ||
<string name="common_google_play_services_install_button" msgid="8515591849428043265">"الحصول على خدمات Google Play"</string> | ||
<string name="common_google_play_services_enable_title" msgid="529078775174559253">"تمكين خدمات Google Play"</string> | ||
<string name="common_google_play_services_enable_text" msgid="7627896071867667758">"لن يعمل هذا التطبيق ما لم يتم تمكين خدمات Google Play."</string> | ||
<string name="common_google_play_services_enable_button" msgid="4181637455539816337">"تمكين خدمات Google Play"</string> | ||
<string name="common_google_play_services_update_title" msgid="6006316683626838685">"تحديث خدمات Google Play"</string> | ||
<string name="common_google_play_services_update_text" msgid="448354684997260580">"لن يتم تشغيل هذا التطبيق ما لم تحدِّث خدمات Google Play."</string> | ||
<string name="common_google_play_services_unknown_issue" msgid="4762332809710093730">"حدثت مشكلة غير معروفة في خدمات Google Play."</string> | ||
<string name="common_google_play_services_unsupported_title" msgid="6334768798839376943">"خدمات Google Play"</string> | ||
<string name="common_google_play_services_unsupported_text" msgid="3542578567569488671">"خدمات Google Play التي تستجيب لها بعض تطبيقاتك لا تعمل على جهازك. يُرجى الاتصال بجهة التصنيع للحصول على المساعدة."</string> | ||
<string name="common_google_play_services_update_button" msgid="8932944190611227642">"تحديث"</string> | ||
<string name="common_signin_button_text" msgid="9071884888741449141">"تسجيل الدخول"</string> | ||
<string name="common_signin_button_text_long" msgid="2429381841831957106">"تسجيل الدخول باستخدام Google"</string> | ||
</resources> |
Oops, something went wrong.