Skip to content

Commit

Permalink
Update device configs
Browse files Browse the repository at this point in the history
Change-Id: I5df6acd236b18a911779e145516511c87f1b8630
  • Loading branch information
AntiBillOS committed Dec 29, 2012
1 parent febab26 commit eb2cf96
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cm.mk
Expand Up @@ -17,4 +17,4 @@ PRODUCT_DEVICE := tass
PRODUCT_NAME := cm_tass

## Bootanimation
TARGET_BOOTANIMATION_NAME := vertical-320x480
TARGET_BOOTANIMATION_NAME := vertical-240x320
2 changes: 1 addition & 1 deletion device_tass.mk
Expand Up @@ -22,7 +22,7 @@ PRODUCT_AAPT_CONFIG := normal mdpi ldpi
PRODUCT_AAPT_PREF_CONFIG := ldpi

## Inherit overlays
##$(call inherit-product, device/ldpi-common/ldpi.mk)
$(call inherit-product, device/ldpi-common/ldpi.mk)
DEVICE_PACKAGE_OVERLAYS += device/samsung/tass/overlay

## Wifi
Expand Down
10 changes: 10 additions & 0 deletions overlay/frameworks/base/core/res/res/values/dimens.xml
@@ -1,11 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="thumbnail_width">240dp</dimen>

<dimen name="thumbnail_height">240dp</dimen>

<!-- Size of clock font in LockScreen on Unsecure unlock screen.
<dimen name="keyguard_lockscreen_clock_font_size">40dip</dimen> -->

<!-- Height of the bottom navigation / system bar. -->
<dimen name="navigation_bar_height">32dp</dimen>

<!-- Height of the bottom navigation bar in portrait; often the same as @dimen/navigation_bar_height -->
<dimen name="navigation_bar_height_landscape">32dp</dimen>

<!-- Height of the sliding KeyguardSecurityContainer (includes 2x keyguard_security_view_margin) -->
<dimen name="keyguard_security_height">290dp</dimen>

<!-- Size of the region along the edge of the screen that will accept
swipes to scroll the widget area. -->
<dimen name="kg_edge_swipe_region_size">32dp</dimen>
Expand Down
2 changes: 1 addition & 1 deletion overlay/packages/apps/Trebuchet/res/values/config.xml
@@ -1,3 +1,3 @@
<resources>
<bool name="allow_rotation">true</bool>
<bool name="allow_rotation">false</bool>
</resources>

0 comments on commit eb2cf96

Please sign in to comment.