diff --git a/res/layout/activity_addressbook_settings.xml b/res/layout/activity_addressbook_settings.xml
index 6dd4566c60019ec193901146e8b0eb63896253f4..c05174a3e501c6ce8e7ebc17f62e7f163afca728 100644
--- a/res/layout/activity_addressbook_settings.xml
+++ b/res/layout/activity_addressbook_settings.xml
@@ -2,8 +2,10 @@
 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="fill_parent"
     android:layout_height="fill_parent"
-    android:fillViewport="true">
-
+    android:fillViewport="true"
+    android:padding="10px"
+    android:scrollbarStyle="outsideInset"
+    >
     <LinearLayout
         android:layout_width="match_parent"
         android:layout_height="match_parent"
diff --git a/res/layout/main.xml b/res/layout/main.xml
index 2d829eba8e7b72fea370c2be1316fb6759c42a7d..ec54c6017cab687fe4b162a23cedb7c614737506 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -3,6 +3,8 @@
     android:layout_width="fill_parent"
     android:layout_height="fill_parent"
     android:fillViewport="true"
+    android:padding="10px"
+    android:scrollbarStyle="outsideInset"
     >
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:orientation="vertical"
@@ -52,7 +54,7 @@
     android:id="@+id/router_stop_button"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
-    android:text="OLD STOP" 
+    android:text="OLD STOP"
     android:drawableLeft="@drawable/stop_router_icon" />
 
 <TextView
@@ -66,7 +68,7 @@
     android:id="@+id/addressbook_button"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
-    android:text="Address Book" 
+    android:text="Address Book"
     android:drawableLeft="@drawable/addressbook_icon" />
 
 <Button
@@ -87,7 +89,7 @@
     android:id="@+id/peers_button"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
-    android:text="Peers" 
+    android:text="Peers"
     android:drawableLeft="@drawable/peers_icon" />
 
 <TextView
diff --git a/res/layout/news.xml b/res/layout/news.xml
index 8b640536c628e6eff46cef73be434061bc6029be..36f51cc823ac37336b5dfedbe881fb5b45214187 100644
--- a/res/layout/news.xml
+++ b/res/layout/news.xml
@@ -3,18 +3,19 @@
     android:orientation="vertical"
     android:layout_width="fill_parent"
     android:layout_height="fill_parent"
+    android:padding="10px"
     >
-<TextView  
+<TextView
     android:id="@+id/news_status"
-    android:layout_width="fill_parent" 
-    android:layout_height="wrap_content" 
-    android:layout_centerHorizontal="true" 
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:layout_centerHorizontal="true"
     android:text="Latest I2P News"
     />
-<WebView  
+<WebView
     android:id="@+id/news_webview"
-    android:layout_width="fill_parent" 
-    android:layout_height="fill_parent" 
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
     />
 </LinearLayout>
 
diff --git a/res/layout/peers.xml b/res/layout/peers.xml
index 07157654e9c2ae4be36159b5abb950e8877fc9b2..f15184c44e1bbd00e64f928c31629b7c7ab87513 100644
--- a/res/layout/peers.xml
+++ b/res/layout/peers.xml
@@ -3,18 +3,20 @@
     android:orientation="vertical"
     android:layout_width="fill_parent"
     android:layout_height="fill_parent"
+    android:layout_margin="2dp"
+    android:padding="10px"
     >
-<TextView  
+<TextView
     android:id="@+id/peers_status"
-    android:layout_width="fill_parent" 
-    android:layout_height="wrap_content" 
-    android:layout_centerHorizontal="true" 
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:layout_centerHorizontal="true"
     android:text="Peers"
     />
-<WebView  
+<WebView
     android:id="@+id/peers_webview"
-    android:layout_width="fill_parent" 
-    android:layout_height="fill_parent" 
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
     />
 </LinearLayout>
 
diff --git a/res/layout/text_resource.xml b/res/layout/text_resource.xml
index 0d1503f3e959baa6b69d4d7c50f1ec0196213874..702612d1c21b2ac0863d934ad5a6abcfd2cb1e9c 100644
--- a/res/layout/text_resource.xml
+++ b/res/layout/text_resource.xml
@@ -3,12 +3,13 @@
     android:orientation="vertical"
     android:layout_width="fill_parent"
     android:layout_height="fill_parent"
+    android:padding="10px"
     >
-<TextView  
+<TextView
     android:id="@+id/text_resource_text"
-    android:layout_width="fill_parent" 
-    android:layout_height="fill_parent" 
-    android:scrollbars="vertical" 
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    android:scrollbars="vertical"
     android:text="Release Notes"
     />
 </LinearLayout>
diff --git a/res/layout/web.xml b/res/layout/web.xml
index 41bd4ee8650d70fe044ae91c3ebc93e550d84e88..28457e6ec982c8ae0912f7316fd90b9ec8c159aa 100644
--- a/res/layout/web.xml
+++ b/res/layout/web.xml
@@ -3,18 +3,19 @@
     android:orientation="vertical"
     android:layout_width="fill_parent"
     android:layout_height="fill_parent"
+    android:padding="10px"
     >
-<TextView  
+<TextView
     android:id="@+id/browser_status"
-    android:layout_width="fill_parent" 
-    android:layout_height="wrap_content" 
-    android:layout_centerHorizontal="true" 
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:layout_centerHorizontal="true"
     android:text="Latest I2P News"
     />
-<WebView  
+<WebView
     android:id="@+id/browser_webview"
-    android:layout_width="fill_parent" 
-    android:layout_height="fill_parent" 
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
     />
 </LinearLayout>