diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2013-10-18 00:53:18 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2013-10-18 00:53:18 +0400 |
| commit | 0a7c9640d72c156c5496326d802eaae89a9bf658 (patch) | |
| tree | 0c20322f06db5ca9eeb198bcc831c8b710dd181a /res/layout/headlines_row_selected.xml | |
| parent | cc67716030f04c014b6a36be33318676c2f91872 (diff) | |
Revert "bump version"
This reverts commit cc67716030f04c014b6a36be33318676c2f91872.
Diffstat (limited to 'res/layout/headlines_row_selected.xml')
| -rw-r--r-- | res/layout/headlines_row_selected.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml index a4216ea8..849e2b6f 100644 --- a/res/layout/headlines_row_selected.xml +++ b/res/layout/headlines_row_selected.xml @@ -36,14 +36,6 @@ android:text="Sample entry title"
android:textColor="?attr/headlineSelectedTextColor"
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
|