diff --git a/app/src/main/res/layout-sw600dp-land/activity_alerts.xml b/app/src/main/res/layout-sw600dp-land/activity_alerts.xml
new file mode 100644
index 00000000..93da3690
--- /dev/null
+++ b/app/src/main/res/layout-sw600dp-land/activity_alerts.xml
@@ -0,0 +1,171 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw600dp-land/activity_notes.xml b/app/src/main/res/layout-sw600dp-land/activity_notes.xml
new file mode 100644
index 00000000..310b4c1a
--- /dev/null
+++ b/app/src/main/res/layout-sw600dp-land/activity_notes.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw600dp-land/activity_paranormal.xml b/app/src/main/res/layout-sw600dp-land/activity_paranormal.xml
new file mode 100644
index 00000000..104610d6
--- /dev/null
+++ b/app/src/main/res/layout-sw600dp-land/activity_paranormal.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw600dp-land/activity_positions.xml b/app/src/main/res/layout-sw600dp-land/activity_positions.xml
new file mode 100644
index 00000000..798cf5a6
--- /dev/null
+++ b/app/src/main/res/layout-sw600dp-land/activity_positions.xml
@@ -0,0 +1,275 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw600dp-land/activity_quote_detail.xml b/app/src/main/res/layout-sw600dp-land/activity_quote_detail.xml
index 2e4eb1e0..7ed94b1c 100644
--- a/app/src/main/res/layout-sw600dp-land/activity_quote_detail.xml
+++ b/app/src/main/res/layout-sw600dp-land/activity_quote_detail.xml
@@ -29,6 +29,7 @@
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="0.5"
+ android:scrollbars="none"
>
@@ -408,7 +410,7 @@
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/ic_edit"
- android:tint="@color/icon_tint"
+ app:tint="@color/icon_tint"
/>
@@ -477,7 +479,7 @@
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/ic_edit"
- android:tint="@color/icon_tint"
+ app:tint="@color/icon_tint"
/>
diff --git a/app/src/main/res/layout-sw600dp-land/activity_search.xml b/app/src/main/res/layout-sw600dp-land/activity_search.xml
new file mode 100644
index 00000000..e4b24d49
--- /dev/null
+++ b/app/src/main/res/layout-sw600dp-land/activity_search.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw600dp-land/activity_widget_settings.xml b/app/src/main/res/layout-sw600dp-land/activity_widget_settings.xml
new file mode 100644
index 00000000..cc77d9e4
--- /dev/null
+++ b/app/src/main/res/layout-sw600dp-land/activity_widget_settings.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml
index 36e8c231..6852793e 100644
--- a/app/src/main/res/layout/fragment_home.xml
+++ b/app/src/main/res/layout/fragment_home.xml
@@ -3,7 +3,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/default_bg"
- android:paddingBottom="?attr/actionBarSize"
>
diff --git a/app/src/main/res/layout/fragment_portfolio.xml b/app/src/main/res/layout/fragment_portfolio.xml
index bd26bc59..f404a591 100644
--- a/app/src/main/res/layout/fragment_portfolio.xml
+++ b/app/src/main/res/layout/fragment_portfolio.xml
@@ -24,6 +24,9 @@
android:id="@+id/stockList"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:paddingBottom="?attr/actionBarSize"
+ android:clipToPadding="false"
+ android:scrollbars="none"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
/>
diff --git a/app/src/main/res/layout/fragment_widget_settings.xml b/app/src/main/res/layout/fragment_widget_settings.xml
index 87e8ffc8..bc16edd0 100644
--- a/app/src/main/res/layout/fragment_widget_settings.xml
+++ b/app/src/main/res/layout/fragment_widget_settings.xml
@@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:scrollbars="none"
>
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_widgets.xml b/app/src/main/res/layout/fragment_widgets.xml
index d8cb94d6..71433058 100644
--- a/app/src/main/res/layout/fragment_widgets.xml
+++ b/app/src/main/res/layout/fragment_widgets.xml
@@ -4,7 +4,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
- android:paddingBottom="?attr/actionBarSize"
>
20dp
4dp
2dp
+
+ 600dp
diff --git a/app/version.properties b/app/version.properties
index e97d4b29..a57d960c 100644
--- a/app/version.properties
+++ b/app/version.properties
@@ -1,2 +1,2 @@
-versionName=3.9.752
-versionCode=300900752
\ No newline at end of file
+versionName=3.9.753
+versionCode=300900753
\ No newline at end of file