Add google signin & navigation.
This commit is contained in:
parent
6876ad7052
commit
f2357c6151
31 changed files with 764 additions and 114 deletions
5
app/src/main/res/values-fr/strings.xml
Normal file
5
app/src/main/res/values-fr/strings.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<resources>
|
||||
<string name="app_name">Lexique</string>
|
||||
|
||||
<string name="action_google_sign_in">Se connecter avec</string>
|
||||
</resources>
|
||||
4
app/src/main/res/values/google.xml
Normal file
4
app/src/main/res/values/google.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="google_sign_in_id" translatable="false">62913404482-ergqkjiuvint49q8lm555j21vvb6af7s.apps.googleusercontent.com</string>
|
||||
</resources>
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
<resources>
|
||||
<string name="app_name">Lexique</string>
|
||||
|
||||
<string name="action_google_sign_in">Sign in with</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue