Implemented Shuffle feature #22, removed track cover from table #21, and started created the Settings Activity #14

This commit is contained in:
amazing-username
2019-03-03 17:55:37 -05:00
parent c6c89a61d9
commit f9b2573785
18 changed files with 607 additions and 24 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
tools:layout_editor_absoluteX="0dp">
<ImageView
tools:srcCompat="@tools:sample/backgrounds/scenic[2]"
android:id="@+id/TrackCover" android:layout_height="326dp"
android:id="@+id/TrackCover" android:layout_height="269dp"
android:layout_width="match_parent"/>
<LinearLayout
android:orientation="vertical"
@@ -44,7 +44,7 @@
<Button
android:text="Shuffle"
android:layout_height="wrap_content" android:id="@+id/ShuffleTracks" android:layout_weight="1"
android:layout_width="1dp"/>
android:layout_width="21dp"/>
<Button
android:text="Repeat"
android:layout_height="wrap_content" android:id="@+id/RepeatList" android:layout_weight="1"