diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-08-13 16:00:27 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-08-13 16:00:27 +0400 |
| commit | 77352728e7085bf9883c2c7d94501bce1ab8e4cf (patch) | |
| tree | 8502f62777c5e12c35863f50b90b1c41e13bbfdc /res/layout-port/headlines_row.xml | |
| parent | e68c90cbceab13193597f203ad9f15a6d919af14 (diff) | |
remove in-app billing
add spinner-like triangles for headlines fragment context menu
bump version
Diffstat (limited to 'res/layout-port/headlines_row.xml')
| -rw-r--r-- | res/layout-port/headlines_row.xml | 12 |
1 files changed, 10 insertions, 2 deletions
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 |