File tree 3 files changed +4
-4
lines changed
java/com/freeankit/rxbinding
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
android : roundIcon =" @mipmap/ic_launcher_round"
10
10
android : supportsRtl =" true"
11
11
android : theme =" @style/AppTheme" >
12
- <activity android : name =" .MainActivity " >
12
+ <activity android : name =" .RxLoginScreenActivity " >
13
13
<intent-filter >
14
14
<action android : name =" android.intent.action.MAIN" />
15
15
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ import io.reactivex.Observable
8
8
import io.reactivex.ObservableTransformer
9
9
import io.reactivex.Single
10
10
import io.reactivex.android.schedulers.AndroidSchedulers
11
- import kotlinx.android.synthetic.main.activity_main .*
11
+ import kotlinx.android.synthetic.main.activity_rx_login_screen .*
12
12
import java.util.concurrent.TimeUnit
13
13
14
- class MainActivity : AppCompatActivity () {
14
+ class RxLoginScreenActivity : AppCompatActivity () {
15
15
16
16
override fun onCreate (savedInstanceState : Bundle ? ) {
17
17
super .onCreate(savedInstanceState)
18
- setContentView(R .layout.activity_main )
18
+ setContentView(R .layout.activity_rx_login_screen )
19
19
20
20
RxTextView .afterTextChangeEvents(editTextEmail)
21
21
.skipInitialValue()
File renamed without changes.
You can’t perform that action at this time.
0 commit comments