diff options
author | ByteHamster <info@bytehamster.com> | 2017-04-15 14:32:33 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2017-04-15 14:32:37 +0200 |
commit | acf065b7cd54e065c8ee0eb105aa6286e95ff952 (patch) | |
tree | 4a572cd092d36cbe2e1fcdc5d8df5d4f8a425752 /app/src/main/res | |
parent | 09fc0debf141eee622e46fd1fb5ccb1ad2793bd2 (diff) | |
download | AntennaPod-acf065b7cd54e065c8ee0eb105aa6286e95ff952.zip |
Added duration to chapters list
Closes #2174
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/simplechapter_item.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/layout/simplechapter_item.xml b/app/src/main/res/layout/simplechapter_item.xml index fae6bac8c..21bbc9545 100644 --- a/app/src/main/res/layout/simplechapter_item.xml +++ b/app/src/main/res/layout/simplechapter_item.xml @@ -53,6 +53,16 @@ tools:text="Link" tools:background="@android:color/holo_green_dark" /> + <TextView + android:id="@+id/txtvDuration" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:focusable="false" + android:focusableInTouchMode="false" + android:maxLines="1" + tools:text="Duration" + tools:background="@android:color/holo_green_dark" /> + </LinearLayout> <include layout="@layout/vertical_list_divider" /> |