Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
likorn
/
vocabulary_notebook
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
be8a3afa
authored
Nov 13, 2018
by
Paktalin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed app name to Wordbook
parent
8f98c70a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
app/src/main/AndroidManifest.xml
app/src/main/res/values/colors.xml
app/src/main/res/values/strings.xml
app/src/main/AndroidManifest.xml
View file @
be8a3afa
...
...
@@ -2,8 +2,6 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.paktalin.vocabularynotebook"
>
<!-- To auto-complete the email text field in the mLogIn form with the user's emails -->
<application
android:name=
".appsetup.VocabularyApplication"
android:icon=
"@mipmap/ic_launcher"
...
...
app/src/main/res/values/colors.xml
View file @
be8a3afa
...
...
@@ -8,5 +8,5 @@
<color
name=
"sheet_color"
>
#FAFAFA
</color>
<color
name=
"text_color"
>
#000F55
</color>
<color
name=
"dark_brown"
>
#4A2A14
</color>
<color
name=
"shadedPrimary"
>
#
99
AD401C
</color>
<color
name=
"shadedPrimary"
>
#
BB
AD401C
</color>
</resources>
app/src/main/res/values/strings.xml
View file @
be8a3afa
<resources>
<string
name=
"app_name"
>
Fire V
</string>
<string
name=
"app_name"
>
Wordbook
</string>
<string
name=
"title_activity_login"
>
Sign in
</string>
<string
name=
"btn_save"
>
Save
</string>
<string
name=
"btn_cancel"
>
Cancel
</string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment