Fixing a typo in onCreate sample code.
Change-Id: Ia03bf2bfcfee95fd3a856f9fb87d12cd6c99219c
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user