- Added bullet prefix to audio module entry.

This commit is contained in:
Juha Heinanen
2019-10-22 20:22:46 +03:00
parent 53f751454d
commit 43f9949b33
2 changed files with 3 additions and 3 deletions
@@ -112,7 +112,7 @@ class ConfigActivity : AppCompatActivity() {
tvParams.addRule(RelativeLayout.CENTER_VERTICAL)
tvParams.addRule(RelativeLayout.START_OF, id)
tv.layoutParams = tvParams
tv.text = module
tv.text = "\u2022 $module"
tv.setTextSize(TypedValue.COMPLEX_UNIT_SP, 18f)
tv.setTextColor(Color.BLACK)
rl.addView(tv)