From 8caa0fcd8261f6c3d885cd880df3aac156f9d120 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 12 Mar 2012 14:57:57 +0300 Subject: [PATCH] implement new attachment UI with buttons to copy URL/view separate attachment --- res/layout-port/headlines_row.xml | 28 +++++++++ res/layout-port/headlines_row_selected.xml | 28 ++++++++- res/layout-port/headlines_row_unread.xml | 28 +++++++++ res/layout-xlarge/headlines_row.xml | 28 +++++++++ res/layout-xlarge/headlines_row_selected.xml | 28 +++++++++ res/layout-xlarge/headlines_row_unread.xml | 28 +++++++++ res/layout/article_fragment.xml | 35 ++++++++++-- res/layout/headlines_row.xml | 28 +++++++++ res/layout/headlines_row_selected.xml | 28 +++++++++ res/layout/headlines_row_unread.xml | 27 +++++++++ res/values/strings.xml | 3 + src/org/fox/ttrss/ArticleFragment.java | 57 +++++++++++++++++-- src/org/fox/ttrss/Attachment.java | 17 ++++++ src/org/fox/ttrss/HeadlinesFragment.java | 56 +++++++++++++++--- src/org/fox/ttrss/MainActivity.java | 27 +++++---- src/org/fox/ttrss/OfflineArticleFragment.java | 2 + .../fox/ttrss/OfflineHeadlinesFragment.java | 7 ++- src/org/fox/ttrss/OnlineServices.java | 2 + 18 files changed, 423 insertions(+), 34 deletions(-) diff --git a/res/layout-port/headlines_row.xml b/res/layout-port/headlines_row.xml index 23d144bd..a981cb21 100644 --- a/res/layout-port/headlines_row.xml +++ b/res/layout-port/headlines_row.xml @@ -101,5 +101,33 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="1" /> + + + + + +