File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
app/src/main/java/com/stringcare/sample Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package com.stringcare.sample
3
3
import android.support.v7.app.AppCompatActivity
4
4
import android.os.Bundle
5
5
import com.stringcare.library.SC
6
+ import com.stringcare.library.reveal
6
7
import kotlinx.android.synthetic.main.activity_main.*
7
8
8
9
class MainActivity : AppCompatActivity () {
@@ -12,8 +13,8 @@ class MainActivity : AppCompatActivity() {
12
13
setContentView(R .layout.activity_main)
13
14
SC .init { applicationContext }
14
15
15
- kenobi.text = SC .reveal( R .string.kenobi)
16
- r2d2.text = SC .reveal( R .string.r2d2)
17
- c3po.text = SC .reveal( R .string.c3po, false )
16
+ kenobi.text = R .string.kenobi.reveal( )
17
+ r2d2.text = R .string.r2d2.reveal( )
18
+ c3po.text = R .string.c3po.reveal( false )
18
19
}
19
20
}
You can’t perform that action at this time.
0 commit comments