aboutsummaryrefslogtreecommitdiff
path: root/res/layout/select_album_header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/select_album_header.xml')
-rw-r--r--res/layout/select_album_header.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/res/layout/select_album_header.xml b/res/layout/select_album_header.xml
index 33cbf93e..14bdf365 100644
--- a/res/layout/select_album_header.xml
+++ b/res/layout/select_album_header.xml
@@ -60,7 +60,18 @@
android:singleLine="true"
android:ellipsize="none"/>
- </LinearLayout>
+ </LinearLayout>
+
+ <ImageView
+ android:id="@+id/select_album_share"
+ android:layout_height="wrap_content"
+ android:layout_width="wrap_content"
+ android:scaleType="fitCenter"
+ android:src="?attr/share"
+ android:padding="10dip"
+ android:layout_alignParentBottom="true"
+ android:layout_alignParentRight="true"
+ android:background="@drawable/menubar_button"/>
</RelativeLayout>