diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/swipe_webview.xml | 7 | ||||
-rw-r--r-- | app/src/main/res/xml/changelog.xml | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app/src/main/res/layout/swipe_webview.xml b/app/src/main/res/layout/swipe_webview.xml index e8c0572d..12bccf11 100644 --- a/app/src/main/res/layout/swipe_webview.xml +++ b/app/src/main/res/layout/swipe_webview.xml @@ -22,9 +22,14 @@ </android.support.v4.widget.SwipeRefreshLayout> <ProgressBar - android:id="@+id/progressBar" + android:id="@+id/progress_bar" style="@style/FrostProgressBar" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="top" /> + + <com.pitchedapps.frost.web.FrostWebContextMenu + android:id="@+id/context_menu" + android:layout_width="match_parent" + android:layout_height="match_parent" /> </FrameLayout>
\ No newline at end of file diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 82ec5257..ac883387 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -11,8 +11,7 @@ <item text="Clean up web overlay" /> <item text="Allow customization of overlay swipe" /> <item text="Add sharing menu options in the overlay app" /> - <item text="" /> - <item text="" /> + <item text="Improved rounding icons" /> <item text="" /> <item text="" /> <item text="" /> |