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