File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ android {
5757}
5858
5959dependencies {
60- implementation ' com.simplemobiletools:commons:5.30.10 '
60+ implementation ' com.simplemobiletools:commons:5.30.11 '
6161 implementation ' joda-time:joda-time:2.10.1'
6262 implementation ' com.googlecode.ez-vcard:ez-vcard:0.10.5'
6363 implementation ' com.github.tibbi:IndicatorFastScroll:08f512858a'
Original file line number Diff line number Diff line change 2424
2525 <com .simplemobiletools.commons.views.MyTextView
2626 android : id =" @+id/settings_customize_colors"
27- android : layout_width =" wrap_content "
27+ android : layout_width =" match_parent "
2828 android : layout_height =" wrap_content"
2929 android : layout_centerVertical =" true"
3030 android : paddingStart =" @dimen/medium_margin"
6868
6969 <com .simplemobiletools.commons.views.MyTextView
7070 android : id =" @+id/settings_manage_contact_fields"
71- android : layout_width =" wrap_content "
71+ android : layout_width =" match_parent "
7272 android : layout_height =" wrap_content"
7373 android : layout_centerVertical =" true"
7474 android : paddingStart =" @dimen/medium_margin"
8989
9090 <com .simplemobiletools.commons.views.MyTextView
9191 android : id =" @+id/settings_manage_tabs"
92- android : layout_width =" wrap_content "
92+ android : layout_width =" match_parent "
9393 android : layout_height =" wrap_content"
9494 android : layout_centerVertical =" true"
9595 android : paddingStart =" @dimen/medium_margin"
You can’t perform that action at this time.
0 commit comments