Show UUID in group

This commit is contained in:
J-Jamet
2021-12-16 20:52:49 +01:00
parent 7eeed8f670
commit 7fda40c983
12 changed files with 60 additions and 27 deletions

View File

@@ -73,7 +73,7 @@ class TextFieldView @JvmOverloads constructor(context: Context,
}
private val valueView = AppCompatTextView(context).apply {
setTextAppearance(context,
R.style.KeepassDXStyle_TextAppearance_TextEntryItem)
R.style.KeepassDXStyle_TextAppearance_TextNode)
layoutParams = LayoutParams(
LayoutParams.MATCH_PARENT,
LayoutParams.WRAP_CONTENT).also {