Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb55994c authored by Chih-Chung Chang's avatar Chih-Chung Chang
Browse files

Change id "root" to "movie_view_root" to avoid confusion.

There is also one id "root" in Camera.

Change-Id: Id6ebc5362f5ddceabe6dab6218de9b091454bde7
parent 392352c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
-->

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/root"
    android:id="@+id/movie_view_root"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ public class MovieActivity extends Activity {
        requestWindowFeature(Window.FEATURE_ACTION_BAR_OVERLAY);

        setContentView(R.layout.movie_view);
        View rootView = findViewById(R.id.root);
        View rootView = findViewById(R.id.movie_view_root);
        Intent intent = getIntent();
        initializeActionBar(intent);
        mFinishOnCompletion = intent.getBooleanExtra(