-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Second version: FR / EN support + background
- Loading branch information
Showing
25 changed files
with
66 additions
and
61 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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 |
---|---|---|
@@ -1,16 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:interpolator="@android:anim/accelerate_interpolator" | ||
android:fillBefore="true"> | ||
android:shareInterpolator="true" | ||
android:fillAfter="true" | ||
android:duration="5000"> | ||
|
||
<alpha | ||
android:fromAlpha="0" | ||
android:toAlpha="1" | ||
android:duration="2000" > | ||
android:duration="1500" > | ||
</alpha> | ||
|
||
<alpha | ||
android:startOffset="3500" | ||
android:startOffset="3000" | ||
android:fromAlpha="1" | ||
android:toAlpha="0" | ||
android:duration="2000" > | ||
</alpha> | ||
</set> | ||
|
||
</set> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,16 @@ | ||
|
||
<resources> | ||
<string name="app_name">Litanie contre la peur</string> | ||
<integer name="scount">7</integer> | ||
|
||
<string name="s1">Je ne connais pas la peur, car la peur tue l\'esprit. </string> | ||
<string name="s2">La peur est la petite mort qui conduit à l\'oblitération totale.</string> | ||
<string name="s3">J\'affronterai ma peur.</string> | ||
<string name="s4">Je lui permettrai de passer sur moi, au travers de moi. </string> | ||
<string name="s5">Et lorsqu\'elle sera passée, je tournerai mon oeil intérieur sur son chemin. </string> | ||
<string name="s6">Et là où elle sera passée, il n\'y aura plus rien.</string> | ||
<string name="s7">Rien que moi</string> | ||
|
||
<!-- pour eviter build issue sur le nombre de textes à traduire --> | ||
<string name="s8">Rien que moi2</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
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