summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-18 00:53:18 +0400
committerAndrew Dolgov <[email protected]>2013-10-18 00:53:18 +0400
commit0a7c9640d72c156c5496326d802eaae89a9bf658 (patch)
tree0c20322f06db5ca9eeb198bcc831c8b710dd181a /res/layout/headlines_row.xml
parentcc67716030f04c014b6a36be33318676c2f91872 (diff)
Revert "bump version"
This reverts commit cc67716030f04c014b6a36be33318676c2f91872.
Diffstat (limited to 'res/layout/headlines_row.xml')
-rw-r--r--res/layout/headlines_row.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml
index 009048d2..6df28379 100644
--- a/res/layout/headlines_row.xml
+++ b/res/layout/headlines_row.xml
@@ -35,19 +35,9 @@
android:layout_weight="1"
android:gravity="center_vertical"
android:singleLine="false"
- android:text="Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit."
+ android:text="Sample entry title"
android:textColor="?headlineTextColor"
android:textSize="18sp" />
-
- <ImageView
- android:id="@+id/feed_icon"
- android:layout_width="16dp"
- android:layout_height="16dp"
- android:scaleType="fitXY"
- android:layout_weight="0"
-
- android:src="@drawable/ic_published" />
-
</LinearLayout>
<LinearLayout