updated About text
This commit is contained in:
@@ -14,7 +14,7 @@ class AboutActivity : AppCompatActivity() {
|
|||||||
setContentView(R.layout.activity_about)
|
setContentView(R.layout.activity_about)
|
||||||
val aboutView = findViewById(R.id.aboutText) as TextView
|
val aboutView = findViewById(R.id.aboutText) as TextView
|
||||||
aboutView.isEnabled = false
|
aboutView.isEnabled = false
|
||||||
aboutView.text = getString(R.string.aboutText)
|
aboutView.text = getText(R.string.aboutText)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onOptionsItemSelected(item: MenuItem): Boolean {
|
override fun onOptionsItemSelected(item: MenuItem): Boolean {
|
||||||
|
|||||||
@@ -2,9 +2,14 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">baresip</string>
|
<string name="app_name">baresip</string>
|
||||||
<string name="aboutText">
|
<string name="aboutText">
|
||||||
Baresip Android application\n\n
|
<b>Baresip based Android application</b>\n\n
|
||||||
Work in progress\n\n
|
Work in progress\n
|
||||||
Juha Heinanen [email protected]\n\n
|
Juha Heinanen [email protected]\n\n
|
||||||
|
<b>Usage Hints</b>\n\n
|
||||||
|
- start by creating an account (click item titles for help)\n
|
||||||
|
- usually there is no need to edit the config\n
|
||||||
|
- history entries can be removed or added to contacts by long clicks\n
|
||||||
|
- call click when callee has not been given can be used for re-dial\n\n
|
||||||
</string>
|
</string>
|
||||||
<string name="noAccounts">No accounts</string>
|
<string name="noAccounts">No accounts</string>
|
||||||
<string name="dispName">Name (if any) used in From URI of outbound requests.</string>
|
<string name="dispName">Name (if any) used in From URI of outbound requests.</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user