#32 and #33 Began working on writing functionality for the SongViewActivity as implementing the UI

This commit is contained in:
amazing-username
2019-03-13 23:00:36 -04:00
committed by amazing-username
parent 8371f60d4e
commit 01e7f3869a
14 changed files with 298 additions and 79 deletions
+8 -1
View File
@@ -21,12 +21,19 @@
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="324dp"
android:layout_width="170dp"
android:layout_height="?attr/actionBarSize"
android:background="@color/color_background"
android:baselineAligned="false"
app:popupTheme="@style/AppTheme.PopupOverlay" />
<ImageButton
android:id="@+id/SongView"
android:layout_width="1dp"
android:layout_height="match_parent"
android:layout_weight="1"
tools:srcCompat="@tools:sample/backgrounds/scenic[6]" />
<ImageButton
android:id="@+id/SettingsLink"
android:layout_width="0dp"