summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-16 13:43:13 +0400
committerAndrew Dolgov <[email protected]>2012-10-16 13:43:13 +0400
commitbd19f3a5b5ba9c3cf82d46c4554db9907162d786 (patch)
treef39abd1dee49aaeb4a48b961cd218b0623e42b69 /res
parent57169b8837bf612c58fdb4b0f4351aefbe05c907 (diff)
various fixes
Diffstat (limited to 'res')
-rw-r--r--res/drawable/border.xml8
-rw-r--r--res/values/strings.xml1
2 files changed, 1 insertions, 8 deletions
diff --git a/res/drawable/border.xml b/res/drawable/border.xml
index 8f6ad03..9d30b95 100644
--- a/res/drawable/border.xml
+++ b/res/drawable/border.xml
@@ -1,13 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
- <item android:top="2dp" android:left="2dp">
- <shape android:shape="rectangle" >
- <solid android:color="#20000000"/>
- <padding android:left="0dp" android:top="0dp" android:right="2dp"
- android:bottom="2dp" />
- </shape>
- </item>
-
<item>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ffffff" />
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4682d43..bc209ac 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -45,4 +45,5 @@
<string name="prefs_use_position_sync_summary">Requires at least one Google account on the device. No personally identifiable information is sent.</string>
<string name="error_sync_no_account">No Google account found, sync disabled.</string>
<string name="sync_uploading">Uploading sync data...</string>
+ <string name="error_sync_no_data">No information stored or you are on the furthest read page.</string>
</resources> \ No newline at end of file