Skip to content

Commit b37854c

Browse files
mikejurkaAndroid (Google) Code Review
authored andcommitted
Merge "Make recents thumbnails look a bit better on Nakasi" into jb-dev
2 parents 051ecfa + d7683d7 commit b37854c

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

core/res/res/values-large/dimens.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
<!-- keyboardHeight = key_height*4 + key_bottom_gap*3 -->
2525
<dimen name="password_keyboard_height">48.0mm</dimen>
2626

27-
<!-- The width that is used when creating thumbnails of applications. -->
28-
<dimen name="thumbnail_width">230dp</dimen>
29-
<!-- The height that is used when creating thumbnails of applications. -->
30-
<dimen name="thumbnail_height">135dp</dimen>
3127
<!-- Minimum width of the search view text entry area. -->
3228
<dimen name="search_view_text_min_width">192dip</dimen>
3329

core/res/res/values-sw720dp/dimens.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
(the screen is in landscape). This may be either a fraction or a dimension.-->
3535
<item type="dimen" name="dialog_fixed_height_minor">90%</item>
3636

37+
<!-- The width that is used when creating thumbnails of applications. -->
38+
<dimen name="thumbnail_width">230dp</dimen>
39+
<!-- The height that is used when creating thumbnails of applications. -->
40+
<dimen name="thumbnail_height">135dp</dimen>
3741
</resources>
3842

3943

core/res/res/values-xlarge/dimens.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
<!-- keyboardHeight = key_height*4 + key_bottom_gap*3 -->
2626
<dimen name="password_keyboard_height">48.0mm</dimen>
2727

28-
<!-- The width that is used when creating thumbnails of applications. -->
29-
<dimen name="thumbnail_width">230dp</dimen>
30-
<!-- The height that is used when creating thumbnails of applications. -->
31-
<dimen name="thumbnail_height">135dp</dimen>
3228
<!-- Minimum width of the search view text entry area. -->
3329
<dimen name="search_view_text_min_width">192dip</dimen>
3430

0 commit comments

Comments
 (0)