aboutsummaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-12-29 13:28:15 -0800
committerScott Jackson <daneren2005@gmail.com>2013-12-29 13:28:15 -0800
commit409376369ce1e66c1e408c8e6f3f7aa051daed62 (patch)
tree27ccfbed7760a383f045680ab3fe40b9b2879f9c /res/layout
parent3f27964f47a7aed7afddf4e4d3542ffecb23afc1 (diff)
downloaddsub-409376369ce1e66c1e408c8e6f3f7aa051daed62.tar.gz
dsub-409376369ce1e66c1e408c8e6f3f7aa051daed62.tar.bz2
dsub-409376369ce1e66c1e408c8e6f3f7aa051daed62.zip
#173 Rename url for non-subsonic.org, add ability to create/publish shares
Diffstat (limited to 'res/layout')
-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>