summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2010-10-08 13:11:43 +0800
committerWu-cheng Li <wuchengli@google.com>2010-10-08 13:11:43 +0800
commit73304ce337208aa372836afa6edc4222a6dedde7 (patch)
treef3dfff155aaac32402e0585dc5c78bc5bd37e6cf /src
parent948595bcd3dc7ed71a7020116ac2749c6cdf44f0 (diff)
downloadLegacyCamera-73304ce337208aa372836afa6edc4222a6dedde7.zip
LegacyCamera-73304ce337208aa372836afa6edc4222a6dedde7.tar.gz
LegacyCamera-73304ce337208aa372836afa6edc4222a6dedde7.tar.bz2
Increse the max height of popup window.
Some users do not know the other settings can scroll. Increase the height a little bit so the bottom breaks between two options. It looks more scrollable. Change-Id: I350a07831ccbd23cb8d2e8b8463fb5764affe61d
Diffstat (limited to 'src')
-rw-r--r--src/com/android/camera/ui/HeadUpDisplay.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/ui/HeadUpDisplay.java b/src/com/android/camera/ui/HeadUpDisplay.java
index 6a7c604..1b0415f 100644
--- a/src/com/android/camera/ui/HeadUpDisplay.java
+++ b/src/com/android/camera/ui/HeadUpDisplay.java
@@ -53,7 +53,7 @@ public class HeadUpDisplay extends GLView {
private static final int COLOR_ICONBAR_HIGHLIGHT = 0x9A2B2B2B;
- private static final float MAX_HEIGHT_RATIO = 0.8f;
+ private static final float MAX_HEIGHT_RATIO = 0.85f;
private static final float MAX_WIDTH_RATIO = 0.8f;
private static final int DESELECT_INDICATOR = 0;