summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-13 16:00:27 +0400
committerAndrew Dolgov <[email protected]>2012-08-13 16:00:27 +0400
commit77352728e7085bf9883c2c7d94501bce1ab8e4cf (patch)
tree8502f62777c5e12c35863f50b90b1c41e13bbfdc /res
parente68c90cbceab13193597f203ad9f15a6d919af14 (diff)
remove in-app billing
add spinner-like triangles for headlines fragment context menu bump version
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/ic_mailbox_collapsed_holo_light.pngbin0 -> 350 bytes
-rw-r--r--res/layout-port/headlines_row.xml12
-rw-r--r--res/layout-port/headlines_row_selected.xml10
-rw-r--r--res/layout-port/headlines_row_unread.xml9
-rw-r--r--res/layout-xlarge/headlines_row.xml8
-rw-r--r--res/layout-xlarge/headlines_row_selected.xml9
-rw-r--r--res/layout-xlarge/headlines_row_unread.xml9
-rw-r--r--res/layout/headlines_row.xml9
-rw-r--r--res/layout/headlines_row_selected.xml8
-rw-r--r--res/layout/headlines_row_unread.xml9
-rw-r--r--res/menu/main_menu.xml5
11 files changed, 80 insertions, 8 deletions
diff --git a/res/drawable-hdpi/ic_mailbox_collapsed_holo_light.png b/res/drawable-hdpi/ic_mailbox_collapsed_holo_light.png
new file mode 100644
index 00000000..2c395b80
--- /dev/null
+++ b/res/drawable-hdpi/ic_mailbox_collapsed_holo_light.png
Binary files differ
diff --git a/res/layout-port/headlines_row.xml b/res/layout-port/headlines_row.xml
index 106c659e..e3f4b705 100644
--- a/res/layout-port/headlines_row.xml
+++ b/res/layout-port/headlines_row.xml
@@ -69,8 +69,8 @@
android:layout_weight="1"
android:text="Jan 01, 00:00"
android:textColor="?headlineExcerptTextColor"
- android:textSize="11sp" />
-
+ android:textSize="11sp" />
+
<TextView
android:id="@+id/feed_title"
android:layout_width="wrap_content"
@@ -136,4 +136,12 @@
android:text="@string/attachment_copy" />
</LinearLayout>
+ <ImageButton
+ android:id="@+id/article_menu_button"
+ android:layout_gravity="right"
+ android:background="@android:color/transparent"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:src="@drawable/ic_mailbox_collapsed_holo_light" />
+
</LinearLayout> \ No newline at end of file
diff --git a/res/layout-port/headlines_row_selected.xml b/res/layout-port/headlines_row_selected.xml
index 7f669957..f348cc8e 100644
--- a/res/layout-port/headlines_row_selected.xml
+++ b/res/layout-port/headlines_row_selected.xml
@@ -69,7 +69,7 @@
android:layout_weight="1"
android:text="Jan 01, 00:00"
android:textColor="?headlineSelectedExcerptTextColor"
- android:textSize="11sp" />
+ android:textSize="11sp" />
<TextView
android:id="@+id/feed_title"
@@ -137,4 +137,12 @@
android:text="@string/attachment_copy" />
</LinearLayout>
+ <ImageButton
+ android:id="@+id/article_menu_button"
+ android:layout_gravity="right"
+ android:background="@android:color/transparent"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:src="@drawable/ic_mailbox_collapsed_holo_light" />
+
</LinearLayout> \ No newline at end of file
diff --git a/res/layout-port/headlines_row_unread.xml b/res/layout-port/headlines_row_unread.xml
index 98dc6248..7770bcc0 100644
--- a/res/layout-port/headlines_row_unread.xml
+++ b/res/layout-port/headlines_row_unread.xml
@@ -136,4 +136,13 @@
android:text="@string/attachment_copy" />
</LinearLayout>
+ <ImageButton
+ android:id="@+id/article_menu_button"
+ android:layout_gravity="right"
+ android:background="@android:color/transparent"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:src="@drawable/ic_mailbox_collapsed_holo_light" />
+
+
</LinearLayout> \ No newline at end of file
diff --git a/res/layout-xlarge/headlines_row.xml b/res/layout-xlarge/headlines_row.xml
index 6b46d81d..bb673f9f 100644
--- a/res/layout-xlarge/headlines_row.xml
+++ b/res/layout-xlarge/headlines_row.xml
@@ -130,4 +130,12 @@
android:text="@string/attachment_copy" />
</LinearLayout>
+ <ImageButton
+ android:id="@+id/article_menu_button"
+ android:layout_gravity="right"
+ android:background="@android:color/transparent"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:src="@drawable/ic_mailbox_collapsed_holo_light" />
+
</LinearLayout> \ No newline at end of file
diff --git a/res/layout-xlarge/headlines_row_selected.xml b/res/layout-xlarge/headlines_row_selected.xml
index 66343703..5df99772 100644
--- a/res/layout-xlarge/headlines_row_selected.xml
+++ b/res/layout-xlarge/headlines_row_selected.xml
@@ -129,4 +129,13 @@
android:text="@string/attachment_copy" />
</LinearLayout>
+ <ImageButton
+ android:id="@+id/article_menu_button"
+ android:layout_gravity="right"
+ android:background="@android:color/transparent"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:src="@drawable/ic_mailbox_collapsed_holo_light" />
+
+
</LinearLayout> \ No newline at end of file
diff --git a/res/layout-xlarge/headlines_row_unread.xml b/res/layout-xlarge/headlines_row_unread.xml
index 3e66e6ed..5ccac557 100644
--- a/res/layout-xlarge/headlines_row_unread.xml
+++ b/res/layout-xlarge/headlines_row_unread.xml
@@ -129,4 +129,13 @@
android:text="@string/attachment_copy" />
</LinearLayout>
+ <ImageButton
+ android:id="@+id/article_menu_button"
+ android:layout_gravity="right"
+ android:background="@android:color/transparent"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:src="@drawable/ic_mailbox_collapsed_holo_light" />
+
+
</LinearLayout> \ No newline at end of file
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml
index b028eeb0..a339b18e 100644
--- a/res/layout/headlines_row.xml
+++ b/res/layout/headlines_row.xml
@@ -143,4 +143,13 @@
android:text="@string/attachment_copy" />
</LinearLayout>
+ <ImageButton
+ android:id="@+id/article_menu_button"
+ android:layout_gravity="right"
+ android:background="@android:color/transparent"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:src="@drawable/ic_mailbox_collapsed_holo_light" />
+
+
</LinearLayout> \ No newline at end of file
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml
index e18f866e..edffdd2c 100644
--- a/res/layout/headlines_row_selected.xml
+++ b/res/layout/headlines_row_selected.xml
@@ -142,4 +142,12 @@
android:text="@string/attachment_copy" />
</LinearLayout>
+ <ImageButton
+ android:id="@+id/article_menu_button"
+ android:layout_gravity="right"
+ android:background="@android:color/transparent"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:src="@drawable/ic_mailbox_collapsed_holo_light" />
+
</LinearLayout> \ No newline at end of file
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 33d50dfa..96fa7bd1 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -141,4 +141,13 @@
android:layout_weight="0"
android:text="@string/attachment_copy" />
</LinearLayout>
+
+ <ImageButton
+ android:id="@+id/article_menu_button"
+ android:layout_gravity="right"
+ android:background="@android:color/transparent"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:src="@drawable/ic_mailbox_collapsed_holo_light" />
+
</LinearLayout> \ No newline at end of file
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index 5b6f34a8..c6e49511 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -155,11 +155,6 @@
android:showAsAction=""
android:title="@string/preferences"/>
- <item
- android:id="@+id/donate"
- android:showAsAction=""
- android:title="@string/donate"/>
-
<group android:id="@+id/menu_group_logged_out" >
<item