~vono22/narau/trunk

« back to all changes in this revision

Viewing changes to NarauCupcake/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://192.168.3.1/narau/narau_db_infos_ip.txt</item>
 
4
    <item name="db_infos_url" type="string">https://bazaar.launchpad.net/~vono22/narau/fdroid/view/head:/NarauDBInfo/narau_db_infos.txt</item>
6
5
    <!-- Preferences names -->
7
6
    <item name="prefNameVersion" type="string">version</item>
8
7
    <item name="prefNameTextZoom" type="string">common.text_zoom</item>
38
37
    <item name="prefValueKanjiToWordsNWTL" type="integer">25</item>
39
38
    <item name="prefValueHistoryDictionaryMax" type="integer">50</item>
40
39
 
41
 
</resources>
 
40
</resources>
 
 
b'\\ No newline at end of file'