summaryrefslogtreecommitdiff
path: root/data/res/layout/magnifier.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/res/layout/magnifier.xml')
-rw-r--r--data/res/layout/magnifier.xml19
1 files changed, 13 insertions, 6 deletions
diff --git a/data/res/layout/magnifier.xml b/data/res/layout/magnifier.xml
index 181e5e54..d6cd8b4e 100644
--- a/data/res/layout/magnifier.xml
+++ b/data/res/layout/magnifier.xml
@@ -18,10 +18,17 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="?android:attr/floatingToolbarPopupBackgroundDrawable">
- <ImageView
- android:id="@+id/magnifier_image"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
+ android:layout_height="wrap_content">
+ <LinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/magnifier_inner"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:background="?android:attr/floatingToolbarPopupBackgroundDrawable"
+ android:elevation="@android:dimen/magnifier_elevation">
+ <ImageView
+ android:id="@+id/magnifier_image"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+ </LinearLayout>
</LinearLayout>