Skip to content

Commit

Permalink
updated help strings. bumped version to 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Aug 22, 2010
1 parent 99915bd commit 0eba910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.quran.labs.androidquran" android:versionCode="1"
android:versionName="1.0">
package="com.quran.labs.androidquran" android:versionCode="2"
android:versionName="1.1">
<application android:icon="@drawable/icon" android:label="@string/app_name"
android:debuggable="true">
<activity android:name=".QuranActivity" android:label="@string/app_name"
Expand Down
2 changes: 2 additions & 0 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
flipping your screen to landscape mode for a zoomed in version.
\n- Change pages by swiping your finger across the screen or by using the arrow keys or trackball.
\n- Long press on any page to bring up the option to bookmark a page.
\n- You can add as many bookmarks as you\'d like. Long press on a bookmark to remove it.
\n- The application remembers the last page you were reading and displays it when you restart the app.
\n- Don\'t forget to check out the settings.</string>
<string name="settings_use_arabic_names">Arabic sura names.</string>
<string name="settings_full_screen">Full Screen Mode.\nHave a larger view area for pages.</string>
Expand Down

0 comments on commit 0eba910

Please sign in to comment.