RetroMusicPlayer/app/src/main/res/layout/volume_controls.xml

18 lines
725 B
XML
Raw Normal View History

2018-12-05 18:01:56 +05:30
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/volumeFragmentContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0"
android:paddingStart="8dp"
2019-04-04 11:37:55 +05:30
android:paddingEnd="8dp" >
2018-12-05 18:01:56 +05:30
2019-04-04 11:37:55 +05:30
<!-- <fragment
2018-12-05 18:01:56 +05:30
android:id="@+id/volumeFragment"
android:name="code.name.monkey.retromusic.ui.fragments.VolumeFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
2019-04-04 11:37:55 +05:30
tools:layout="@layout/fragment_volume" />-->
2018-12-05 18:01:56 +05:30
</FrameLayout>