diff --git a/mobile/AndroidManifest.xml b/mobile/AndroidManifest.xml
index 3020f113..b9019f86 100644
--- a/mobile/AndroidManifest.xml
+++ b/mobile/AndroidManifest.xml
@@ -80,8 +80,8 @@
-
-
+
+
@@ -92,23 +92,20 @@
-
+ android:pathPattern=".*\\.user.js"
+ android:scheme="file"/>
-
+ android:pathPattern=".*\\.user.js"
+ android:scheme="content"/>
-
+ android:pathPattern=".*\\.user.js"
+ android:scheme="http"/>
+ android:pathPattern=".*\\.user.js"
+ android:scheme="https"/>
@@ -149,6 +146,15 @@
+
+ xmlns:tools="http://schemas.android.com/tools"
+ android:id="@+id/pager"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ tools:context=".ShareActivity"/>
diff --git a/mobile/res/layout/dialog_progressbar.xml b/mobile/res/layout/dialog_progressbar.xml
index 88191be7..6d7af384 100644
--- a/mobile/res/layout/dialog_progressbar.xml
+++ b/mobile/res/layout/dialog_progressbar.xml
@@ -1,6 +1,11 @@
+ android:id="@+id/progressBarLoading"
+ style="?android:attr/progressBarStyleLarge"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:paddingBottom="@dimen/activity_vertical_margin"
+ android:paddingLeft="@dimen/activity_horizontal_margin"
+ android:paddingRight="@dimen/activity_horizontal_margin"
+ android:paddingTop="@dimen/activity_vertical_margin"/>
diff --git a/mobile/res/layout/preference_header_item.xml b/mobile/res/layout/preference_header_item.xml
index f18136bf..19ca5127 100644
--- a/mobile/res/layout/preference_header_item.xml
+++ b/mobile/res/layout/preference_header_item.xml
@@ -1,5 +1,4 @@
-
+ android:paddingRight="?android:attr/scrollbarSize">
+ android:layout_weight="1">
+ android:textAppearance="?android:attr/textAppearanceMedium"/>
+ android:textAppearance="?android:attr/textAppearanceSmall"/>
\ No newline at end of file
diff --git a/mobile/res/menu/main.xml b/mobile/res/menu/main.xml
index 4953812b..ef80fd10 100644
--- a/mobile/res/menu/main.xml
+++ b/mobile/res/menu/main.xml
@@ -1,3 +1,4 @@
+