Skip to content

Commit

Permalink
Add names on about' screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicabarbalho committed Jun 19, 2012
1 parent 6759cab commit 2231391
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .classpath
Expand Up @@ -3,5 +3,6 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
16 changes: 15 additions & 1 deletion .gitignore
@@ -1,4 +1,18 @@
# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
local.properties
gen/

# Local configuration file (sdk path, etc)
local.properties

.swp
11 changes: 0 additions & 11 deletions default.properties

This file was deleted.

14 changes: 14 additions & 0 deletions project.properties
@@ -0,0 +1,14 @@
# 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
2 changes: 1 addition & 1 deletion res/layout-mdpi/about.xml
Expand Up @@ -86,7 +86,7 @@ limitations under the License.

<TextView android:layout_width="wrap_content" android:gravity="center" android:id="@+id/AuthorText"
android:textSize="12dip" android:layout_gravity="center_horizontal"
android:layout_height="wrap_content" android:text="Patrik Selin (Finnish)\nMatthieu Berthomé (French)\nAnonymous translators (Turkish)\n"></TextView>
android:layout_height="wrap_content" android:text="Patrik Selin (Finnish)\nMatthieu Berthomé (French)\nAnonymous translators (Turkish)\n Cynthia Raphaella, Jéssica Barbalho, Thales Alex (Portuguese-BR)"></TextView>

<TextView android:layout_width="wrap_content"
android:layout_gravity="center_horizontal" android:textSize="14dip"
Expand Down

0 comments on commit 2231391

Please sign in to comment.