Code refactor
This commit is contained in:
parent
1941086b4a
commit
c81d0c17fb
13 changed files with 58 additions and 58 deletions
|
@ -44,17 +44,16 @@
|
|||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||
android:id="@+id/addPlaylist"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:id="@+id/addPlaylist"
|
||||
android:layout_marginBottom="117dp"
|
||||
android:contentDescription="@string/add_playlist_title"
|
||||
android:src="@drawable/ic_playlist_add"
|
||||
app:useCompatPadding="true"
|
||||
app:layout_anchor="@id/fragment_container"
|
||||
app:layout_anchorGravity="end|bottom"
|
||||
android:contentDescription="@string/add_playlist_title" />
|
||||
app:layout_dodgeInsetEdges="all"
|
||||
app:useCompatPadding="true" />
|
||||
|
||||
<androidx.fragment.app.FragmentContainerView
|
||||
android:id="@+id/fragment_container"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue