-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
try warning #1
base: master
Are you sure you want to change the base?
try warning #1
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -2,7 +2,7 @@ | |||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||||
package="com.monstar_lab.sample.android.kotlin"> | ||||
|
||||
<application | ||||
<application | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||||
android:allowBackup="true" | ||||
android:icon="@mipmap/ic_launcher" | ||||
android:label="@string/app_name" | ||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -15,7 +15,7 @@ class MainActivity : AppCompatActivity() { | |||||
setContentView(R.layout.activity_main) | ||||||
setSupportActionBar(toolbar) | ||||||
|
||||||
fab.setOnClickListener { view -> | ||||||
fab.setOnClickListener {view -> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||||||
Snackbar.make(view, "Replace with your own action", Snackbar.LENGTH_LONG) | ||||||
.setAction("Action", null).show() | ||||||
} | ||||||
|
@@ -27,6 +27,7 @@ class MainActivity : AppCompatActivity() { | |||||
return true | ||||||
} | ||||||
|
||||||
|
||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||||||
override fun onOptionsItemSelected(item: MenuItem): Boolean { | ||||||
// Handle action bar item clicks here. The action bar will | ||||||
// automatically handle clicks on the Home/Up button, so long | ||||||
|
@@ -36,4 +37,7 @@ class MainActivity : AppCompatActivity() { | |||||
else -> super.onOptionsItemSelected(item) | ||||||
} | ||||||
} | ||||||
|
||||||
public fun aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa() { | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||||||
} | ||||||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
android:fullBackupContent
to specify an@xml
resource which configures which files to backup. More info: https://developer.android.com/training/backup/autosyncapi.html