summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorArtur Dryomov <artur.dryomov@gmail.com>2013-08-01 16:54:27 +0300
committerArtur Dryomov <artur.dryomov@gmail.com>2013-08-01 18:38:57 +0300
commitdc2e2d0068315500ed70880667802f1f52a77f70 (patch)
tree21fa626216b9301c3279e82831d4849e96ec9b0e /android
parentfdo#67621: Delay populating the ranges until the dialog is shown. (diff)
downloadcore-dc2e2d0068315500ed70880667802f1f52a77f70.tar.gz
core-dc2e2d0068315500ed70880667802f1f52a77f70.zip
Remove custon scaling for GridView slide previews.
Should make thinks less hacky. Change-Id: I007800558ce8a0a567addde3b01926bb53c311f6
Diffstat (limited to 'android')
-rw-r--r--android/sdremote/res/drawable/background_grid_slide.xml2
-rw-r--r--android/sdremote/res/layout/view_grid_slide.xml1
2 files changed, 1 insertions, 2 deletions
diff --git a/android/sdremote/res/drawable/background_grid_slide.xml b/android/sdremote/res/drawable/background_grid_slide.xml
index 9c76602557d4..e7fca36b68b6 100644
--- a/android/sdremote/res/drawable/background_grid_slide.xml
+++ b/android/sdremote/res/drawable/background_grid_slide.xml
@@ -12,6 +12,6 @@
android:left="1dp"
android:top="1dp"
android:right="1dp"
- android:bottom="1.5dp"/>
+ android:bottom="1dp"/>
</shape> \ No newline at end of file
diff --git a/android/sdremote/res/layout/view_grid_slide.xml b/android/sdremote/res/layout/view_grid_slide.xml
index a79ca3e80af9..4c3d5730f8d1 100644
--- a/android/sdremote/res/layout/view_grid_slide.xml
+++ b/android/sdremote/res/layout/view_grid_slide.xml
@@ -6,7 +6,6 @@
<ImageView
android:id="@+id/image_slide_preview"
- android:scaleType="centerCrop"
android:adjustViewBounds="true"
android:background="@drawable/background_grid_slide"
android:contentDescription="@string/description_grid_slide"