mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix small bugs
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user