File tree Expand file tree Collapse file tree
external-player/src/main/res/layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 android : visibility =" gone"
3131 android : layout_gravity =" center" />
3232
33+ <LinearLayout
34+ android : layout_width =" wrap_content"
35+ android : layout_height =" wrap_content"
36+ android : orientation =" horizontal"
37+ android : layout_gravity =" bottom|end"
38+ android : layout_margin =" 16dp" >
39+
40+ <Button
41+ android : id =" @+id/speedButton"
42+ android : layout_width =" wrap_content"
43+ android : layout_height =" wrap_content"
44+ android : text =" 1.0x"
45+ android : layout_marginEnd =" 8dp" />
46+
47+ <Button
48+ android : id =" @+id/subToggle"
49+ android : layout_width =" wrap_content"
50+ android : layout_height =" wrap_content"
51+ android : text =" SUB" />
52+ </LinearLayout >
53+
3354 <com .google.android.material.floatingactionbutton.FloatingActionButton
3455 android : id =" @+id/enterPipButton"
3556 android : layout_width =" wrap_content"
3657 android : layout_height =" wrap_content"
3758 android : src =" @android:drawable/ic_media_pause"
3859 android : layout_margin =" 16dp"
39- android : layout_gravity =" bottom|end " />
60+ android : layout_gravity =" bottom|start " />
4061
4162</androidx .coordinatorlayout.widget.CoordinatorLayout>
You can’t perform that action at this time.
0 commit comments