diff --git a/XClipper.Android/modules/core/src/main/AndroidManifest.xml b/XClipper.Android/modules/core/src/main/AndroidManifest.xml
index cfb4b907..551345b2 100644
--- a/XClipper.Android/modules/core/src/main/AndroidManifest.xml
+++ b/XClipper.Android/modules/core/src/main/AndroidManifest.xml
@@ -9,6 +9,13 @@
+
+
+
+
+
+
+
= (sizeX / 2) ? sizeX - bubbleView.getWidth() : 0;
+ int yf = y2;
+// int xf = x1 < x2 ? sizeX - bubbleView.getWidth() : 0;
+// int yf = y1 + (y2 - y1) * (xf - x1) / (x2 - x1);
animator.animate(xf, yf);
}