Private
Public Access
1
0

Move fragment code into adapter so attempts at shared view transitions might be possible. Code is set up for it, but it doesn't look quite right. Play around with how albums look in port/land mode.

This commit is contained in:
Kevin Whitaker
2015-11-21 22:22:35 -05:00
parent e41c447ae2
commit 24f798e2b2
9 changed files with 70 additions and 50 deletions

View File

@@ -8,6 +8,7 @@
android:layout_margin="10dp"
android:textStyle="bold"
android:textSize="20sp"
android:transitionName="artist_name"
android:id="@+id/artist_name"/>
<TextView
android:layout_width="match_parent"