aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/select_album_header.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-06-09 17:40:06 -0700
committerScott Jackson <daneren2005@gmail.com>2015-06-09 17:40:06 -0700
commit9f8e9b89bb2d564bcaf00309b38ed9c4d970aeb9 (patch)
tree6ba55cc5e4fe493f3a1bd2b298e954cd91842a76 /app/src/main/res/layout/select_album_header.xml
parentd79f241c64ffa21ebbaacb918f50300515522bbd (diff)
parentf801bb2df9fddd0a550adf767e33fa497e7dc050 (diff)
downloaddsub-9f8e9b89bb2d564bcaf00309b38ed9c4d970aeb9.tar.gz
dsub-9f8e9b89bb2d564bcaf00309b38ed9c4d970aeb9.tar.bz2
dsub-9f8e9b89bb2d564bcaf00309b38ed9c4d970aeb9.zip
Merge branch 'RecyclerView' into SlideUpPanel2
Diffstat (limited to 'app/src/main/res/layout/select_album_header.xml')
-rw-r--r--app/src/main/res/layout/select_album_header.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/layout/select_album_header.xml b/app/src/main/res/layout/select_album_header.xml
index d028a476..e3a09443 100644
--- a/app/src/main/res/layout/select_album_header.xml
+++ b/app/src/main/res/layout/select_album_header.xml
@@ -148,6 +148,12 @@
android:textAppearance="?android:attr/textAppearanceMedium"/>
</LinearLayout>
</FrameLayout>
+
+ <View
+ android:layout_width="fill_parent"
+ android:layout_height="1px"
+ android:background="@color/dividerColor"
+ android:layout_gravity="bottom"/>
</FrameLayout>