diff --git a/reddinator/reddinator-release.apk b/reddinator/reddinator-release.apk
index 0555a13..179718d 100644
Binary files a/reddinator/reddinator-release.apk and b/reddinator/reddinator-release.apk differ
diff --git a/reddinator/src/main/res/layout/activity_comments_context_dialog.xml b/reddinator/src/main/res/layout/activity_comments_context_dialog.xml
index 1dc6dd4..76096fe 100644
--- a/reddinator/src/main/res/layout/activity_comments_context_dialog.xml
+++ b/reddinator/src/main/res/layout/activity_comments_context_dialog.xml
@@ -34,23 +34,24 @@
android:id="@+id/info_panel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:padding="6dp">
+ android:padding="6dp"
+ android:paddingTop="0dp">
-
+ android:text="@string/reddit_domain"
+ android:textColor="#336699"
+ android:singleLine="true"
+ android:ellipsize="marquee"
+ android:paddingBottom="4dp"/>
+
-
+ android:layout_below="@id/post_title"
+ android:layout_marginBottom="-24dp"
+ android:padding="0dp"
+ android:includeFontPadding="false"
+ android:clickable="true"
+ android:linksClickable="true"/>