summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2015-05-22 17:13:31 -0400
committerTom Hennen <tom.hennen@gmail.com>2015-05-22 17:13:31 -0400
commitf28853b00dec8875c967ef89ecef9602049a67e7 (patch)
tree0946074a95801f0614a5fba2a5376ba35b4fcb73 /app/src/main/res/layout
parentd8b6943f5dccd3a7fe3f6e884ca77a34b92981b7 (diff)
downloadAntennaPod-f28853b00dec8875c967ef89ecef9602049a67e7.zip
renamed download progress bar to just progress
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/new_episodes_listitem.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/new_episodes_listitem.xml b/app/src/main/res/layout/new_episodes_listitem.xml
index 96842c052..ff1318fc8 100644
--- a/app/src/main/res/layout/new_episodes_listitem.xml
+++ b/app/src/main/res/layout/new_episodes_listitem.xml
@@ -93,7 +93,7 @@
tools:background="@android:color/holo_green_dark" />
<ProgressBar
- android:id="@+id/pbar_download_progress"
+ android:id="@+id/pbar_progress"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"