increase the side padding of contact layouts

This commit is contained in:
tibbi 2022-12-30 20:15:33 +01:00
parent 73b40dc627
commit 3c6b3e1252
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:31496f8b73'
implementation 'com.github.SimpleMobileTools:Simple-Commons:d0826f9d99'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'me.grantland:autofittextview:0.2.1'
}

View File

@ -17,7 +17,7 @@
android:layout_width="@dimen/normal_icon_size"
android:layout_height="@dimen/normal_icon_size"
android:layout_centerVertical="true"
android:layout_marginStart="@dimen/small_margin"
android:layout_marginStart="@dimen/normal_margin"
android:layout_marginEnd="@dimen/small_margin"
android:padding="@dimen/small_margin"
android:src="@drawable/ic_person_vector"