summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-20 13:05:09 +0400
committerAndrew Dolgov <[email protected]>2012-06-20 13:05:09 +0400
commite9fa47175c88345c44e5b846b0aebeb98623ec28 (patch)
treef7ba36fb674445f4d5b9d91de3877062df900571 /res
parent21126446c22572609c3b8ac58880c034e0c46c83 (diff)
work around against activity always asking about continue/stop sync;
misc fixes
Diffstat (limited to 'res')
-rw-r--r--res/layout/article_fragment.xml8
-rw-r--r--res/values/strings.xml1
2 files changed, 5 insertions, 4 deletions
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index 0dfd29f2..f884f8c2 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -58,21 +58,21 @@
android:id="@+id/tags"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_weight="1"
+ android:layout_weight="0.7"
android:ellipsize="end"
android:singleLine="true"
android:text="{TAGS}"
- android:textSize="10sp" />
+ android:textSize="13sp" />
<TextView
android:id="@+id/date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_weight="1"
+ android:layout_weight="0.2"
android:gravity="right"
android:text="{DATE}"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textSize="10sp" />
+ android:textSize="13sp" />
</LinearLayout>
</LinearLayout>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7e59b6b5..280aaf78 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -135,4 +135,5 @@
<string name="justify_article_text">Justify article text</string>
<string name="dialog_offline_sync_in_progress">Offline sync in progress</string>
<string name="dialog_offline_sync_stop">Stop syncing</string>
+ <string name="dialog_offline_sync_continue">Continue</string>
</resources> \ No newline at end of file