diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-01-21 20:51:33 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-01-21 21:05:29 +0800 |
commit | 9bd6c4687e40d86d5de95c3998eae7b079170d42 (patch) | |
tree | 1d8114875b4b8f71b7c3af21f8dde50164f4c426 /src/com/android/camera/ui | |
parent | c78fc3aa6501ea8884fa0171c79f5a5079eee2d0 (diff) | |
download | LegacyCamera-9bd6c4687e40d86d5de95c3998eae7b079170d42.zip LegacyCamera-9bd6c4687e40d86d5de95c3998eae7b079170d42.tar.gz LegacyCamera-9bd6c4687e40d86d5de95c3998eae7b079170d42.tar.bz2 |
Update video quality icons.
Also move the positions of icons by 2 pixels.
bug:3321003
Change-Id: Iab86457d4d701ef19bdd02882a1457d6c2a6b442
Diffstat (limited to 'src/com/android/camera/ui')
-rw-r--r-- | src/com/android/camera/ui/IndicatorWheel.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/ui/IndicatorWheel.java b/src/com/android/camera/ui/IndicatorWheel.java index 5829645..7295c46 100644 --- a/src/com/android/camera/ui/IndicatorWheel.java +++ b/src/com/android/camera/ui/IndicatorWheel.java @@ -263,7 +263,7 @@ public class IndicatorWheel extends ViewGroup implements mShutterButtonRadius = shutterButtonWidth / 2.0; int shutterButtonHeight = mShutterButton.getMeasuredHeight(); mStrokeWidth = (int) (mShutterButtonRadius * 1.05); - int innerRadius = (int) (mShutterButtonRadius + mStrokeWidth * 0.8); + int innerRadius = (int) (mShutterButtonRadius + mStrokeWidth * 0.84); // 64 is the requirement by UI design. The distance between the center // and the border is 64 pixels. This has to be consistent with the // background. |