Added missing change from previous commit, fixed player control background color.
This commit is contained in:
parent
bb308013ac
commit
a5ab978bba
2 changed files with 3 additions and 2 deletions
|
@ -25,7 +25,8 @@
|
|||
android:layout_alignParentBottom="true"
|
||||
android:orientation="vertical"
|
||||
android:id="@+id/controls"
|
||||
android:visibility="visible" >
|
||||
android:visibility="gone"
|
||||
android:background="@android:color/white" >
|
||||
|
||||
<SeekBar
|
||||
android:id="@+id/progressBar"
|
||||
|
|
|
@ -131,7 +131,7 @@ public class RouteFragment extends MediaRouteDiscoveryFragment implements
|
|||
public View onCreateView(LayoutInflater inflater, ViewGroup container,
|
||||
Bundle savedInstanceState) {
|
||||
|
||||
return inflater.inflate(R.layout.renderer_fragment, null);
|
||||
return inflater.inflate(R.layout.route_fragment, null);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue