summaryrefslogtreecommitdiff
path: root/orgfoxttrss/src/main/res/layout/feeds_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-17 00:17:34 +0400
committerAndrew Dolgov <[email protected]>2014-10-17 00:17:34 +0400
commit8f6ca0eec07c077269d97edaf9c89f2eaf3fc115 (patch)
treeb2b744b1f11435820f9be54e78b290f810ffd8ff /orgfoxttrss/src/main/res/layout/feeds_row.xml
parent97cc96839d31b6cce59ec29a6681c6fe802552ee (diff)
rename main module
Diffstat (limited to 'orgfoxttrss/src/main/res/layout/feeds_row.xml')
-rw-r--r--orgfoxttrss/src/main/res/layout/feeds_row.xml64
1 files changed, 0 insertions, 64 deletions
diff --git a/orgfoxttrss/src/main/res/layout/feeds_row.xml b/orgfoxttrss/src/main/res/layout/feeds_row.xml
deleted file mode 100644
index 9424fde8..00000000
--- a/orgfoxttrss/src/main/res/layout/feeds_row.xml
+++ /dev/null
@@ -1,64 +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: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_unpublished" />
-
- <TextView
- android:id="@+id/title"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_weight="1"
- android:ellipsize="end"
- android:paddingLeft="8dip"
- android:singleLine="true"
- android:text="{FEED}"
- android:textColor="?feedlistTextColor"
- android:textSize="18dip" />
-
- <TextView
- android:id="@+id/unread_counter"
- android:layout_width="45dp"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginRight="6dp"
- android:layout_weight="0"
- android:background="?attr/unreadCounterBackground"
- android:gravity="center"
- android:paddingBottom="4dp"
- android:paddingLeft="4dp"
- android:paddingRight="4dp"
- android:paddingTop="4dp"
- android:singleLine="true"
- android:text="3200"
- android:textColor="?unreadCounterColor"
- android:textSize="12sp"
- 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="8dp"
- android:paddingRight="4dp"
- android:src="@drawable/ic_action_overflow" />
-
-</LinearLayout> \ No newline at end of file