fix icon margin in main menu

This commit is contained in:
Mostafa Ahangarha 2018-11-29 01:48:34 +03:30
parent 112c5942be
commit 0194d1ae7d
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,6 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="@dimen/listitem_iconwithtext_height"
android:paddingRight="@dimen/listitem_threeline_verticalpadding"
android:paddingEnd="@dimen/listitem_threeline_verticalpadding"
tools:background="@android:color/darker_gray">
<ImageView
@ -33,6 +31,8 @@
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/list_vertical_padding"
android:layout_marginStart="@dimen/list_vertical_padding"
android:layout_marginRight="@dimen/listitem_icon_rightpadding"
android:layout_marginEnd="@dimen/listitem_icon_rightpadding"
android:lines="1"
android:textColor="?android:attr/textColorTertiary"
android:textSize="@dimen/text_size_navdrawer"