* #32378: removed navigation sections
diff --git a/res/layout/activity_sflphone_home.xml b/res/layout/activity_sflphone_home.xml
index 041709e..f3151ec 100644
--- a/res/layout/activity_sflphone_home.xml
+++ b/res/layout/activity_sflphone_home.xml
@@ -128,7 +128,7 @@
 
     <FrameLayout
         android:id="@+id/left_drawer"
-        android:layout_width="240dp"
+        android:layout_width="300dp"
         android:layout_height="match_parent"
         android:layout_gravity="start"
         android:choiceMode="singleChoice"
diff --git a/res/layout/frag_about.xml b/res/layout/frag_about.xml
index 3f5acb3..95d45b2 100644
--- a/res/layout/frag_about.xml
+++ b/res/layout/frag_about.xml
@@ -41,6 +41,7 @@
             android:layout_height="wrap_content"
             android:layout_below="@+id/web_site"
             android:layout_centerHorizontal="true"
+            android:gravity="center"
             android:text="@string/copyright"
             android:textAppearance="?android:attr/textAppearanceSmall" />
     </RelativeLayout>
diff --git a/res/layout/frag_menu.xml b/res/layout/frag_menu.xml
index 6c3a7fd..43822b8 100644
--- a/res/layout/frag_menu.xml
+++ b/res/layout/frag_menu.xml
@@ -9,7 +9,7 @@
     <TextView
         android:id="@+id/list_header_title"
         style="?android:attr/listSeparatorTextViewStyle"
-        android:layout_width="fill_parent"
+        android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:paddingBottom="2dip"
         android:paddingLeft="5dip"
diff --git a/res/layout/item_menu.xml b/res/layout/item_menu.xml
index 21da43c..1b5ded2 100644
--- a/res/layout/item_menu.xml
+++ b/res/layout/item_menu.xml
@@ -7,4 +7,5 @@
     android:paddingBottom="10dip"
     android:paddingLeft="15dip"
     android:paddingTop="10dip"
+    android:textSize="24sp"
     android:textAppearance="?android:attr/textAppearanceMedium" />