Skip to content

Commit

Permalink
Rename host_activity.xml to avoid manifest merge conflicts.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 250672752
  • Loading branch information
tonihei committed May 30, 2019
1 parent fd1179a commit 126aad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ public void runTest(
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
requestWindowFeature(Window.FEATURE_NO_TITLE);
setContentView(getResources().getIdentifier("host_activity", "layout", getPackageName()));
setContentView(
getResources().getIdentifier("exo_testutils_host_activity", "layout", getPackageName()));
surfaceView = findViewById(
getResources().getIdentifier("surface_view", "id", getPackageName()));
surfaceView.getHolder().addCallback(this);
Expand Down

0 comments on commit 126aad5

Please sign in to comment.