From 9bdc003a8c6bcab04bd1a9e5cc422df435def1df Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sat, 7 Jun 2014 12:35:55 +0200 Subject: Removed pull-to-refresh Causes too much accidental updates --- res/layout/new_episodes_fragment.xml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'res/layout') diff --git a/res/layout/new_episodes_fragment.xml b/res/layout/new_episodes_fragment.xml index b091659fa..63c712f57 100644 --- a/res/layout/new_episodes_fragment.xml +++ b/res/layout/new_episodes_fragment.xml @@ -6,11 +6,6 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - - - - Date: Sat, 7 Jun 2014 13:16:52 +0200 Subject: Removed unused files --- res/layout/feedlist_item.xml | 129 ----------------------------------- res/layout/feedlist_item_grid.xml | 138 -------------------------------------- 2 files changed, 267 deletions(-) delete mode 100644 res/layout/feedlist_item.xml delete mode 100644 res/layout/feedlist_item_grid.xml (limited to 'res/layout') diff --git a/res/layout/feedlist_item.xml b/res/layout/feedlist_item.xml deleted file mode 100644 index f6c43675d..000000000 --- a/res/layout/feedlist_item.xml +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/res/layout/feedlist_item_grid.xml b/res/layout/feedlist_item_grid.xml deleted file mode 100644 index 934904374..000000000 --- a/res/layout/feedlist_item_grid.xml +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3 From d058b474601f373d2e6682e5d4a79f019f993923 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sat, 7 Jun 2014 13:17:25 +0200 Subject: Added 'new' indicator to all episodes view + layout improvements --- res/layout/feeditemlist_item.xml | 20 +++--------------- res/layout/new_episodes_listitem.xml | 39 ++++++++++++++++++------------------ 2 files changed, 22 insertions(+), 37 deletions(-) (limited to 'res/layout') diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml index 147157c5a..f3701de2c 100644 --- a/res/layout/feeditemlist_item.xml +++ b/res/layout/feeditemlist_item.xml @@ -18,7 +18,6 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" - android:layout_marginBottom="4dp" android:textColor="?android:attr/textColorTertiary" android:textSize="@dimen/text_size_micro"/> @@ -28,7 +27,6 @@ android:layout_height="wrap_content" android:layout_below="@id/txtvPublished" android:layout_marginBottom="8dp" - android:layout_marginRight="4dp" style="@style/AntennaPod.TextView.ListItemPrimaryTitle"/> @@ -59,7 +57,6 @@ android:layout_alignParentLeft="true" android:layout_below="@id/txtvItemname" android:maxLines="2" - android:layout_marginBottom="2dp" android:textColor="?android:attr/textColorTertiary" android:textSize="@dimen/text_size_micro"/> @@ -77,22 +74,11 @@ - + android:layout_alignParentTop="true"/> + + - - + android:layout_margin="4dp"> + + @@ -83,8 +84,6 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_toLeftOf="@id/imgvInPlaylist" - android:layout_marginLeft="8dp" - android:layout_marginRight="8dp" android:layout_alignParentLeft="true" android:textColor="?android:attr/textColorTertiary" android:textSize="@dimen/text_size_micro"/> -- cgit v1.2.3 From 998d3f16280c6a84dc10a138e5eb4fd4f4355f7e Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sat, 7 Jun 2014 13:51:01 +0200 Subject: Added progress bar to queue items --- res/layout/queue_listitem.xml | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) (limited to 'res/layout') diff --git a/res/layout/queue_listitem.xml b/res/layout/queue_listitem.xml index a2545097f..4a55cd466 100644 --- a/res/layout/queue_listitem.xml +++ b/res/layout/queue_listitem.xml @@ -15,30 +15,27 @@ android:layout_margin="8dp" android:contentDescription="@string/drag_handle_content_description"/> + + - - + android:layout_margin="8dp"> + + + android:layout_toRightOf="@id/txtvPosition"/> -- cgit v1.2.3 From d9a610fb61028845349d98c4e1574778a7cfc05e Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sun, 8 Jun 2014 13:57:32 +0200 Subject: Show queue size and number of unread items in navdrawer. closes #453 --- res/layout/nav_listitem.xml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'res/layout') diff --git a/res/layout/nav_listitem.xml b/res/layout/nav_listitem.xml index 585ee7528..3691026a1 100644 --- a/res/layout/nav_listitem.xml +++ b/res/layout/nav_listitem.xml @@ -1,9 +1,9 @@ + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="match_parent"> + + \ No newline at end of file -- cgit v1.2.3 From 60ded0e12e4dbe389e069e0958cf1d593e321864 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Mon, 9 Jun 2014 11:07:56 +0200 Subject: Crop by character in navdrawer. fixes #457 --- res/layout/nav_feedlistitem.xml | 1 + res/layout/nav_listitem.xml | 1 + 2 files changed, 2 insertions(+) (limited to 'res/layout') diff --git a/res/layout/nav_feedlistitem.xml b/res/layout/nav_feedlistitem.xml index e01087077..d94c9ada1 100644 --- a/res/layout/nav_feedlistitem.xml +++ b/res/layout/nav_feedlistitem.xml @@ -24,6 +24,7 @@ android:id="@+id/txtvTitle" android:lines="1" android:ellipsize="end" + android:singleLine="true" android:layout_centerVertical="true" android:textColor="?android:attr/textColorPrimary" android:textSize="@dimen/text_size_navdrawer" diff --git a/res/layout/nav_listitem.xml b/res/layout/nav_listitem.xml index 3691026a1..9d70e7d7c 100644 --- a/res/layout/nav_listitem.xml +++ b/res/layout/nav_listitem.xml @@ -24,6 +24,7 @@ android:id="@+id/txtvTitle" android:lines="1" android:ellipsize="end" + android:singleLine="true" android:layout_centerVertical="true" android:textColor="?android:attr/textColorPrimary" android:textSize="@dimen/text_size_navdrawer" -- cgit v1.2.3