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

Commit 1318af1a authored by Jesse Wilson's avatar Jesse Wilson
Browse files

Fixing a typo in onCreate sample code.

Change-Id: Ia03bf2bfcfee95fd3a856f9fb87d12cd6c99219c
parent 4a4f0cd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ for your Activity like so:</p>
<pre>
public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView.(R.layout.main_layout);
    setContentView(R.layout.main_layout);
}
</pre>