- Added bullet prefix to audio module entry.
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ android {
|
|||||||
applicationId = 'com.tutpro.baresip'
|
applicationId = 'com.tutpro.baresip'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode = 95
|
versionCode = 96
|
||||||
versionName = '11.2.0'
|
versionName = '11.3.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ class ConfigActivity : AppCompatActivity() {
|
|||||||
tvParams.addRule(RelativeLayout.CENTER_VERTICAL)
|
tvParams.addRule(RelativeLayout.CENTER_VERTICAL)
|
||||||
tvParams.addRule(RelativeLayout.START_OF, id)
|
tvParams.addRule(RelativeLayout.START_OF, id)
|
||||||
tv.layoutParams = tvParams
|
tv.layoutParams = tvParams
|
||||||
tv.text = module
|
tv.text = "\u2022 $module"
|
||||||
tv.setTextSize(TypedValue.COMPLEX_UNIT_SP, 18f)
|
tv.setTextSize(TypedValue.COMPLEX_UNIT_SP, 18f)
|
||||||
tv.setTextColor(Color.BLACK)
|
tv.setTextColor(Color.BLACK)
|
||||||
rl.addView(tv)
|
rl.addView(tv)
|
||||||
|
|||||||
Reference in New Issue
Block a user