summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ListPreference.java
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2011-09-23 18:08:00 +0800
committerAngus Kong <shkong@google.com>2011-09-23 20:25:41 +0800
commit05999715cc38365aa4751a2a355eb1af284573ab (patch)
tree8fbafe767f4d64bfb57f62feec5b72eaf8b21295 /src/com/android/camera/ListPreference.java
parent022d6d7e809fcd47ebc751deaea84e2d3639069a (diff)
downloadLegacyCamera-05999715cc38365aa4751a2a355eb1af284573ab.tar.gz
LegacyCamera-05999715cc38365aa4751a2a355eb1af284573ab.tar.bz2
LegacyCamera-05999715cc38365aa4751a2a355eb1af284573ab.zip
Show the real resolution for quality settings.
1. Change the assets. 2. Change the strings from high/low/mms to 1080p/720p/480p. 3. Change the preference from customized string to the real values of CamcorderProfile.QUALITY_[1080|720|480]P bug:5141068 Change-Id: I294799bda8e873f828bbf4bd21330591f0859632
Diffstat (limited to 'src/com/android/camera/ListPreference.java')
-rw-r--r--src/com/android/camera/ListPreference.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/camera/ListPreference.java b/src/com/android/camera/ListPreference.java
index 288c875f..6885a37c 100644
--- a/src/com/android/camera/ListPreference.java
+++ b/src/com/android/camera/ListPreference.java
@@ -22,8 +22,6 @@ import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.util.Log;
-import com.android.camera.R;
-
import java.util.ArrayList;
import java.util.List;