Fix some misc tests (Android variants)
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
import android.view.*
|
import android.view.*
|
||||||
import android.app.*
|
import android.app.*
|
||||||
import android.widget.*
|
import android.widget.*
|
||||||
import kotlinx.android.synthetic.layout.*
|
import kotlinx.android.synthetic.main.layout.*
|
||||||
|
|
||||||
class MyActivity : Activity() {
|
class MyActivity : Activity() {
|
||||||
init { textView.setText("Some text") }
|
init { textView.setText("Some text") }
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
import android.view.*
|
import android.view.*
|
||||||
import android.app.*
|
import android.app.*
|
||||||
import android.widget.*
|
import android.widget.*
|
||||||
import kotlinx.android.synthetic.layout.*
|
import kotlinx.android.synthetic.main.layout.*
|
||||||
|
|
||||||
class MyActivity : Activity() {
|
class MyActivity : Activity() {
|
||||||
{ textView.setText("Some text") }
|
{ textView.setText("Some text") }
|
||||||
|
|||||||
+2
-2
@@ -8,8 +8,8 @@ import android.view.ViewGroup
|
|||||||
import android.view.View
|
import android.view.View
|
||||||
|
|
||||||
import kotlinx.android.synthetic.main.*
|
import kotlinx.android.synthetic.main.*
|
||||||
import kotlinx.android.synthetic.fragment.*
|
import kotlinx.android.synthetic.main.fragment.*
|
||||||
import kotlinx.android.synthetic.fragment.view.*
|
import kotlinx.android.synthetic.main.fragment.view.*
|
||||||
|
|
||||||
public class MyActivity : Activity() {
|
public class MyActivity : Activity() {
|
||||||
override fun onCreate(savedInstanceState: Bundle?) {
|
override fun onCreate(savedInstanceState: Bundle?) {
|
||||||
|
|||||||
Reference in New Issue
Block a user