diff options
author | Artur Dryomov <artur.dryomov@gmail.com> | 2013-08-01 16:54:27 +0300 |
---|---|---|
committer | Artur Dryomov <artur.dryomov@gmail.com> | 2013-08-01 18:38:57 +0300 |
commit | dc2e2d0068315500ed70880667802f1f52a77f70 (patch) | |
tree | 21fa626216b9301c3279e82831d4849e96ec9b0e /android | |
parent | b8b807ae589a0b0daa101a0b00bcbe21aa138e2f (diff) |
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.xml | 2 | ||||
-rw-r--r-- | android/sdremote/res/layout/view_grid_slide.xml | 1 |
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" |