From dfcb093c7a11c6dbebc0ca2d8a428021f80d81f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mustafa=20ic=CC=A7men?= Date: Sun, 8 Oct 2017 14:51:47 +0300 Subject: [PATCH] nav menu item height --- .idea/misc.xml | 2 +- .idea/modules.xml | 2 -- app/src/main/res/layout/row_category.xml | 7 ++++++- app/src/main/res/layout/row_subcategory.xml | 9 ++++++--- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index e22c606..7158618 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/.idea/modules.xml b/.idea/modules.xml index 7c66383..77782b5 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -4,8 +4,6 @@ - - \ No newline at end of file diff --git a/app/src/main/res/layout/row_category.xml b/app/src/main/res/layout/row_category.xml index 90c107d..1132790 100644 --- a/app/src/main/res/layout/row_category.xml +++ b/app/src/main/res/layout/row_category.xml @@ -5,6 +5,11 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:textColor="@color/white" - android:padding="20dp" + android:paddingLeft="20dp" + android:paddingStart="20dp" + android:paddingRight="20dp" + android:paddingEnd="20dp" + android:paddingTop="12dp" + android:paddingBottom="12dp" android:textSize="16sp" android:textStyle="bold" /> \ No newline at end of file diff --git a/app/src/main/res/layout/row_subcategory.xml b/app/src/main/res/layout/row_subcategory.xml index 6f19ad9..07c2fb0 100644 --- a/app/src/main/res/layout/row_subcategory.xml +++ b/app/src/main/res/layout/row_subcategory.xml @@ -5,8 +5,11 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:textColor="@color/white" - android:padding="20dp" - android:layout_marginLeft="20dp" - android:layout_marginStart="20dp" + android:paddingLeft="40dp" + android:paddingStart="40dp" + android:paddingRight="40dp" + android:paddingEnd="40dp" + android:paddingTop="12dp" + android:paddingBottom="12dp" android:textSize="16sp" android:textStyle="bold" /> \ No newline at end of file