File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed 
java/com/monstar_lab/sample/android/kotlin Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22<manifest  xmlns : android =" http://schemas.android.com/apk/res/android" 
33    package =" com.monstar_lab.sample.android.kotlin" 
44
5-     <application 
5+     <application   
66        android : allowBackup =" true" 
77        android : icon =" @mipmap/ic_launcher" 
88        android : label =" @string/app_name" 
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class MainActivity : AppCompatActivity() {
1515        setContentView(R .layout.activity_main)
1616        setSupportActionBar(toolbar)
1717
18-         fab.setOnClickListener {  view -> 
18+         fab.setOnClickListener {view -> 
1919            Snackbar .make(view, " Replace with your own action" Snackbar .LENGTH_LONG )
2020                    .setAction(" Action" null ).show()
2121        }
@@ -27,6 +27,7 @@ class MainActivity : AppCompatActivity() {
2727        return  true 
2828    }
2929
30+ 
3031    override  fun  onOptionsItemSelected (item :  MenuItem ): Boolean  {
3132        //  Handle action bar item clicks here. The action bar will
3233        //  automatically handle clicks on the Home/Up button, so long
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments