summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/drawable-hdpi/ic_switch_back.pngbin3490 -> 1346 bytes
-rw-r--r--res/drawable-hdpi/ic_switch_front.pngbin3962 -> 1346 bytes
-rw-r--r--res/drawable-hdpi/ic_ts_makeup_off.pngbin3388 -> 1781 bytes
-rw-r--r--res/drawable-hdpi/ic_ts_makeup_on.pngbin3670 -> 1391 bytes
-rw-r--r--res/drawable-xhdpi/ic_switch_back.pngbin4913 -> 1801 bytes
-rw-r--r--res/drawable-xhdpi/ic_switch_front.pngbin5638 -> 1801 bytes
-rw-r--r--res/drawable-xhdpi/ic_ts_makeup_off.pngbin4492 -> 1674 bytes
-rw-r--r--res/drawable-xhdpi/ic_ts_makeup_on.pngbin4814 -> 1901 bytes
-rw-r--r--res/drawable-xxhdpi/ic_ts_makeup_off.pngbin6858 -> 2564 bytes
-rw-r--r--res/drawable-xxhdpi/ic_ts_makeup_on.pngbin7162 -> 2897 bytes
-rw-r--r--src/com/android/camera/TsMakeupManager.java3
11 files changed, 3 insertions, 0 deletions
diff --git a/res/drawable-hdpi/ic_switch_back.png b/res/drawable-hdpi/ic_switch_back.png
index 02b1c6bd9..56ab2096b 100644
--- a/res/drawable-hdpi/ic_switch_back.png
+++ b/res/drawable-hdpi/ic_switch_back.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_switch_front.png b/res/drawable-hdpi/ic_switch_front.png
index 09cbc24b0..56ab2096b 100644
--- a/res/drawable-hdpi/ic_switch_front.png
+++ b/res/drawable-hdpi/ic_switch_front.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_ts_makeup_off.png b/res/drawable-hdpi/ic_ts_makeup_off.png
index d2c0d94ef..46dcff740 100644
--- a/res/drawable-hdpi/ic_ts_makeup_off.png
+++ b/res/drawable-hdpi/ic_ts_makeup_off.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_ts_makeup_on.png b/res/drawable-hdpi/ic_ts_makeup_on.png
index 34d03b9dc..759993bc0 100644
--- a/res/drawable-hdpi/ic_ts_makeup_on.png
+++ b/res/drawable-hdpi/ic_ts_makeup_on.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_switch_back.png b/res/drawable-xhdpi/ic_switch_back.png
index 26f5e099f..f8984fb57 100644
--- a/res/drawable-xhdpi/ic_switch_back.png
+++ b/res/drawable-xhdpi/ic_switch_back.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_switch_front.png b/res/drawable-xhdpi/ic_switch_front.png
index 8c0383a6a..f8984fb57 100644
--- a/res/drawable-xhdpi/ic_switch_front.png
+++ b/res/drawable-xhdpi/ic_switch_front.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_ts_makeup_off.png b/res/drawable-xhdpi/ic_ts_makeup_off.png
index 2de9d8ac8..e1d4152e0 100644
--- a/res/drawable-xhdpi/ic_ts_makeup_off.png
+++ b/res/drawable-xhdpi/ic_ts_makeup_off.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_ts_makeup_on.png b/res/drawable-xhdpi/ic_ts_makeup_on.png
index 2178ebf99..8d07f536a 100644
--- a/res/drawable-xhdpi/ic_ts_makeup_on.png
+++ b/res/drawable-xhdpi/ic_ts_makeup_on.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_ts_makeup_off.png b/res/drawable-xxhdpi/ic_ts_makeup_off.png
index 0455b1c05..2a707fb34 100644
--- a/res/drawable-xxhdpi/ic_ts_makeup_off.png
+++ b/res/drawable-xxhdpi/ic_ts_makeup_off.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_ts_makeup_on.png b/res/drawable-xxhdpi/ic_ts_makeup_on.png
index 95d7cbf5a..b1655a2d3 100644
--- a/res/drawable-xxhdpi/ic_ts_makeup_on.png
+++ b/res/drawable-xxhdpi/ic_ts_makeup_on.png
Binary files differ
diff --git a/src/com/android/camera/TsMakeupManager.java b/src/com/android/camera/TsMakeupManager.java
index db3505b45..d9c49d7a7 100644
--- a/src/com/android/camera/TsMakeupManager.java
+++ b/src/com/android/camera/TsMakeupManager.java
@@ -36,6 +36,7 @@ import android.widget.SeekBar;
import android.widget.TextView;
import android.widget.LinearLayout.LayoutParams;
import android.widget.SeekBar.OnSeekBarChangeListener;
+import android.widget.Toast;
import com.android.camera.ui.RotateLayout;
import com.android.camera.util.CameraUtil;
@@ -312,6 +313,8 @@ public class TsMakeupManager implements OnSeekBarChangeListener {
showSingleView(pref.getValue());
mUI.adjustOrientation();
+ if(!pref.getValue().equalsIgnoreCase("off"))
+ Toast.makeText(mActivity, "Beautify", Toast.LENGTH_SHORT).show();
}
}
return true;