Fix small bugs

This commit is contained in:
J-Jamet
2021-08-23 18:29:40 +02:00
parent b6517a449b
commit 4c5be658c3
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ class TextEditFieldView @JvmOverloads constructor(context: Context,
LayoutParams.WRAP_CONTENT).also {
it.topMargin = TypedValue.applyDimension(
TypedValue.COMPLEX_UNIT_DIP,
8f,
12f,
resources.displayMetrics
).toInt()
it.addRule(ALIGN_PARENT_RIGHT)

View File

@@ -288,7 +288,7 @@
</style>
<!-- CheckBox -->
<style name="KeepassDXStyle.CheckBox" parent="Widget.MaterialComponents.CompoundButton.CheckBox">
<style name="KeepassDXStyle.CheckBox" parent="Widget.AppCompat.CompoundButton.CheckBox">
<item name="android:textColor">?android:attr/textColor</item>
</style>