aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_web_overlay.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-02-16 21:51:02 -0500
committerGitHub <noreply@github.com>2018-02-16 21:51:02 -0500
commitfec23276e8290d4600ef79c54b5fcb00673daa83 (patch)
treec1e7710e91b4152bf40f736294aef12a635535b2 /app/src/main/res/layout/activity_web_overlay.xml
parentd68ea6d7eb8cadf687308fa3204386b79df0556b (diff)
downloadfrost-fec23276e8290d4600ef79c54b5fcb00673daa83.tar.gz
frost-fec23276e8290d4600ef79c54b5fcb00673daa83.tar.bz2
frost-fec23276e8290d4600ef79c54b5fcb00673daa83.zip
Update/misc (#728)
* Update basic agent check; fixes #714 * Disable swipe on long click * Remove duplicate code * Update dependencies * Update dependencies 2 * Add debug keystore * Update versions * Fix duplicate notification * Fix duplicate notification sound; addreesses #725 * Update changelog * Clean up
Diffstat (limited to 'app/src/main/res/layout/activity_web_overlay.xml')
-rw-r--r--app/src/main/res/layout/activity_web_overlay.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/src/main/res/layout/activity_web_overlay.xml b/app/src/main/res/layout/activity_web_overlay.xml
index fe223811..55456fae 100644
--- a/app/src/main/res/layout/activity_web_overlay.xml
+++ b/app/src/main/res/layout/activity_web_overlay.xml
@@ -23,17 +23,4 @@
android:layout_height="match_parent"
android:layout_marginTop="?attr/actionBarSize" />
- <!--<com.pitchedapps.frost.views.FrostRefreshView-->
- <!--android:id="@+id/overlay_frost_refresh_view"-->
- <!--android:layout_width="match_parent"-->
- <!--android:layout_height="match_parent"-->
- <!--android:layout_marginTop="?attr/actionBarSize">-->
-
- <!--<com.pitchedapps.frost.views.FrostWebView-->
- <!--android:id="@+id/overlay_frost_web_view"-->
- <!--android:layout_width="match_parent"-->
- <!--android:layout_height="match_parent" />-->
-
- <!--</com.pitchedapps.frost.views.FrostRefreshView>-->
-
</android.support.design.widget.CoordinatorLayout>