~vono22/narau/trunk

« back to all changes in this revision

Viewing changes to Narau/res/values/values.xml

  • Committer: Yvon Tanguy
  • Date: 2012-12-16 19:56:19 UTC
  • Revision ID: vono22@yahoo.fr-20121216195619-ushru9j4crqqwe2e
Fix compile error from the last commit.
Restore normal download url.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<resources xmlns:android="http://schemas.android.com/apk/res/android">
3
3
 
4
 
    <!-- https://bazaar.launchpad.net/~vono22/narau/fdroid/view/head:/NarauDBInfo/narau_db_infos.txt -->
5
 
    <item name="db_infos_url" type="string">http://serveur/narau/narau_db_infos.txt</item>
 
4
    <!-- http://serveur/narau/narau_db_infos.txt -->
 
5
    <item name="db_infos_url" type="string">https://bazaar.launchpad.net/~vono22/narau/fdroid/view/head:/NarauDBInfo/narau_db_infos.txt</item>
6
6
    <!-- Preferences names -->
7
7
    <item name="prefNameVersion" type="string">version</item>
8
8
    <item name="prefNameTextZoom" type="string">common.text_zoom</item>