summaryrefslogtreecommitdiff
path: root/res/layout-sw600dp/feeds_row_selected.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-23 15:59:05 +0400
committerAndrew Dolgov <[email protected]>2013-05-23 15:59:05 +0400
commit75b10a845c801f57360f0fa4fca188ca86b8b00a (patch)
tree18767ffa61ec1886a48e9452b85bac37e5c4853b /res/layout-sw600dp/feeds_row_selected.xml
parent2f428e843eeae1040fd3b71fc5e83ebc3ae8005e (diff)
headline style updates
Diffstat (limited to 'res/layout-sw600dp/feeds_row_selected.xml')
-rw-r--r--res/layout-sw600dp/feeds_row_selected.xml58
1 files changed, 0 insertions, 58 deletions
diff --git a/res/layout-sw600dp/feeds_row_selected.xml b/res/layout-sw600dp/feeds_row_selected.xml
deleted file mode 100644
index f6217520..00000000
--- a/res/layout-sw600dp/feeds_row_selected.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/feeds_row"
- android:layout_width="match_parent"
- android:layout_height="?android:attr/listPreferredItemHeight"
- android:background="?feedsSelectedBackground"
- android:descendantFocusability="blocksDescendants"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:paddingBottom="10dip"
- android:paddingLeft="8dip"
- android:paddingRight="8dip"
- android:paddingTop="10dip" >
-
- <ImageView
- android:id="@+id/icon"
- android:layout_width="20dp"
- android:layout_height="20dp"
- android:layout_weight="0"
- android:scaleType="fitXY"
- android:src="@drawable/ic_rss_bw" />
-
- <TextView
- android:id="@+id/title"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_weight="1"
- android:paddingLeft="6dip"
- android:text="{FEED}"
- android:textColor="?feedlistSelectedTextColor"
- android:textSize="18dip" />
-
- <TextView
- android:id="@+id/unread_counter"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_weight="0"
- android:gravity="right"
- android:paddingRight="12dip"
- android:text="{123}"
- android:textColor="?unreadCounterColor"
- android:textSize="13sp"
- android:textStyle="bold" />
-
- <ImageButton
- android:id="@+id/feed_menu_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="0"
- android:background="@null"
- android:paddingLeft="6dp"
- android:paddingTop="6dp"
- android:src="@drawable/ic_mailbox_collapsed_holo_light"
- android:visibility="gone" />
-
-</LinearLayout> \ No newline at end of file