summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authordomingos86 <domingos86@users.noreply.github.com>2016-06-29 02:39:57 -0400
committerGitHub <noreply@github.com>2016-06-29 02:39:57 -0400
commit0ae055f2264e9091dd19ea6b9f6b4d4f0473f8f4 (patch)
treee8e246c0d94a4b15564128e16a675cb73f590630 /app/src
parent47015e937e31426b6b638eb4964befad27d86ca5 (diff)
downloadAntennaPod-0ae055f2264e9091dd19ea6b9f6b4d4f0473f8f4.zip
remove commented code
and add line break at the end
Diffstat (limited to 'app/src')
-rw-r--r--app/src/play/res/layout/media_router_controller.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/app/src/play/res/layout/media_router_controller.xml b/app/src/play/res/layout/media_router_controller.xml
index a94eb8fa1..7d3889db2 100644
--- a/app/src/play/res/layout/media_router_controller.xml
+++ b/app/src/play/res/layout/media_router_controller.xml
@@ -3,15 +3,6 @@
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="wrap_content">
- <!--<ImageView android:id="@+id/mrc_art"-->
- <!--android:layout_width="match_parent"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:adjustViewBounds="true"-->
- <!--android:scaleType="fitCenter"-->
- <!--android:background="?attr/colorPrimary"-->
- <!--android:layout_gravity="top"-->
- <!--android:visibility="gone"/>-->
-
<RelativeLayout android:id="@+id/mrc_playback_control"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -56,4 +47,4 @@
<View android:id="@+id/mrc_control_divider"
android:layout_width="fill_parent"
android:layout_height="8dp"/>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>