diff options
5924 files changed, 6757 insertions, 5260 deletions
diff --git a/Android.mk b/Android.mk index 307709a41af8..eb6e7b5e1fb6 100644 --- a/Android.mk +++ b/Android.mk @@ -280,8 +280,6 @@ LOCAL_SRC_FILES += \ core/java/com/android/internal/appwidget/IAppWidgetHost.aidl \ core/java/com/android/internal/backup/IBackupTransport.aidl \ core/java/com/android/internal/backup/IObbBackupService.aidl \ - core/java/com/android/internal/policy/IFaceLockCallback.aidl \ - core/java/com/android/internal/policy/IFaceLockInterface.aidl \ core/java/com/android/internal/policy/IKeyguardShowCallback.aidl \ core/java/com/android/internal/policy/IKeyguardExitCallback.aidl \ core/java/com/android/internal/policy/IKeyguardService.aidl \ diff --git a/api/current.txt b/api/current.txt index 3ea8b67ba9df..d7b598239a97 100644 --- a/api/current.txt +++ b/api/current.txt @@ -12405,10 +12405,11 @@ package android.graphics.drawable { method public static android.graphics.drawable.Icon createWithData(byte[], int, int); method public static android.graphics.drawable.Icon createWithFilePath(java.lang.String); method public static android.graphics.drawable.Icon createWithResource(android.content.res.Resources, int); + method public static android.graphics.drawable.Icon createWithResource(java.lang.String, int); method public int describeContents(); method public android.graphics.drawable.Drawable loadDrawable(android.content.Context); method public void loadDrawableAsync(android.content.Context, android.os.Message); - method public void loadDrawableAsync(android.content.Context, android.os.Handler, android.graphics.drawable.Icon.OnDrawableLoadedListener); + method public void loadDrawableAsync(android.content.Context, android.graphics.drawable.Icon.OnDrawableLoadedListener, android.os.Handler); method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator<android.graphics.drawable.Icon> CREATOR; } @@ -14685,6 +14686,12 @@ package android.media { method public android.media.AudioAttributes.Builder setUsage(int); } + public abstract class AudioDeviceCallback { + ctor public AudioDeviceCallback(); + method public void onAudioDevicesAdded(android.media.AudioDeviceInfo[]); + method public void onAudioDevicesRemoved(android.media.AudioDeviceInfo[]); + } + public final class AudioDeviceInfo { method public int[] getChannelCounts(); method public int[] getChannelMasks(); @@ -14787,7 +14794,6 @@ package android.media { public class AudioManager { method public int abandonAudioFocus(android.media.AudioManager.OnAudioFocusChangeListener); - method public void addOnAudioDeviceConnectionListener(android.media.OnAudioDeviceConnectionListener, android.os.Handler); method public void adjustStreamVolume(int, int, int); method public void adjustSuggestedStreamVolume(int, int, int); method public void adjustVolume(int, int); @@ -14814,11 +14820,11 @@ package android.media { method public void loadSoundEffects(); method public void playSoundEffect(int); method public void playSoundEffect(int, float); + method public void registerAudioDeviceCallback(android.media.AudioDeviceCallback, android.os.Handler); method public deprecated void registerMediaButtonEventReceiver(android.content.ComponentName); method public deprecated void registerMediaButtonEventReceiver(android.app.PendingIntent); method public deprecated void registerRemoteControlClient(android.media.RemoteControlClient); method public deprecated boolean registerRemoteController(android.media.RemoteController); - method public void removeOnAudioDeviceConnectionListener(android.media.OnAudioDeviceConnectionListener); method public int requestAudioFocus(android.media.AudioManager.OnAudioFocusChangeListener, int, int); method public deprecated void setBluetoothA2dpOn(boolean); method public void setBluetoothScoOn(boolean); @@ -14837,6 +14843,7 @@ package android.media { method public void startBluetoothSco(); method public void stopBluetoothSco(); method public void unloadSoundEffects(); + method public void unregisterAudioDeviceCallback(android.media.AudioDeviceCallback); method public deprecated void unregisterMediaButtonEventReceiver(android.content.ComponentName); method public deprecated void unregisterMediaButtonEventReceiver(android.app.PendingIntent); method public deprecated void unregisterRemoteControlClient(android.media.RemoteControlClient); @@ -16459,10 +16466,6 @@ package android.media { ctor public NotProvisionedException(java.lang.String); } - public abstract interface OnAudioDeviceConnectionListener { - method public abstract void onAudioDeviceConnection(); - } - public final class PlaybackParams { ctor public PlaybackParams(); method public android.media.PlaybackParams allowDefaults(); @@ -28559,7 +28562,7 @@ package android.service.carrier { public abstract class CarrierConfigService extends android.app.Service { ctor public CarrierConfigService(); method public final android.os.IBinder onBind(android.content.Intent); - method public abstract android.os.Bundle onLoadConfig(android.service.carrier.CarrierIdentifier); + method public abstract android.os.PersistableBundle onLoadConfig(android.service.carrier.CarrierIdentifier); field public static final java.lang.String SERVICE_INTERFACE = "android.service.carrier.CarrierConfigService"; } @@ -30547,8 +30550,8 @@ package android.telecom { package android.telephony { public class CarrierConfigManager { - method public android.os.Bundle getConfig(); - method public android.os.Bundle getConfigForSubId(int); + method public android.os.PersistableBundle getConfig(); + method public android.os.PersistableBundle getConfigForSubId(int); method public void reloadCarrierConfigForSubId(int); field public static final java.lang.String ACTION_CARRIER_CONFIG_CHANGED = "android.telephony.action.CARRIER_CONFIG_CHANGED"; field public static final java.lang.String BOOL_ADDITIONAL_CALL_SETTING = "bool_additional_call_setting"; @@ -39079,7 +39082,6 @@ package android.webkit { method public void goBack(); method public void goBackOrForward(int); method public void goForward(); - method public void insertVisualStateCallback(long, android.webkit.WebView.VisualStateCallback); method public void invokeZoomPicker(); method public boolean isPrivateBrowsingEnabled(); method public void loadData(java.lang.String, java.lang.String, java.lang.String); @@ -39098,6 +39100,7 @@ package android.webkit { method public void pauseTimers(); method public void postMessageToMainFrame(android.webkit.WebMessage, android.net.Uri); method public void postUrl(java.lang.String, byte[]); + method public void postVisualStateCallback(long, android.webkit.WebView.VisualStateCallback); method public void reload(); method public void removeJavascriptInterface(java.lang.String); method public void requestFocusNodeHref(android.os.Message); diff --git a/api/system-current.txt b/api/system-current.txt index 616d2e736f79..832895cc1c5b 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -12711,10 +12711,11 @@ package android.graphics.drawable { method public static android.graphics.drawable.Icon createWithData(byte[], int, int); method public static android.graphics.drawable.Icon createWithFilePath(java.lang.String); method public static android.graphics.drawable.Icon createWithResource(android.content.res.Resources, int); + method public static android.graphics.drawable.Icon createWithResource(java.lang.String, int); method public int describeContents(); method public android.graphics.drawable.Drawable loadDrawable(android.content.Context); method public void loadDrawableAsync(android.content.Context, android.os.Message); - method public void loadDrawableAsync(android.content.Context, android.os.Handler, android.graphics.drawable.Icon.OnDrawableLoadedListener); + method public void loadDrawableAsync(android.content.Context, android.graphics.drawable.Icon.OnDrawableLoadedListener, android.os.Handler); method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator<android.graphics.drawable.Icon> CREATOR; } @@ -15895,6 +15896,12 @@ package android.media { method public android.media.AudioAttributes.Builder setUsage(int); } + public abstract class AudioDeviceCallback { + ctor public AudioDeviceCallback(); + method public void onAudioDevicesAdded(android.media.AudioDeviceInfo[]); + method public void onAudioDevicesRemoved(android.media.AudioDeviceInfo[]); + } + public final class AudioDeviceInfo { method public int[] getChannelCounts(); method public int[] getChannelMasks(); @@ -16010,7 +16017,6 @@ package android.media { public class AudioManager { method public int abandonAudioFocus(android.media.AudioManager.OnAudioFocusChangeListener); method public int abandonAudioFocus(android.media.AudioManager.OnAudioFocusChangeListener, android.media.AudioAttributes); - method public void addOnAudioDeviceConnectionListener(android.media.OnAudioDeviceConnectionListener, android.os.Handler); method public void adjustStreamVolume(int, int, int); method public void adjustSuggestedStreamVolume(int, int, int); method public void adjustVolume(int, int); @@ -16038,12 +16044,12 @@ package android.media { method public void loadSoundEffects(); method public void playSoundEffect(int); method public void playSoundEffect(int, float); + method public void registerAudioDeviceCallback(android.media.AudioDeviceCallback, android.os.Handler); method public int registerAudioPolicy(android.media.audiopolicy.AudioPolicy); method public deprecated void registerMediaButtonEventReceiver(android.content.ComponentName); method public deprecated void registerMediaButtonEventReceiver(android.app.PendingIntent); method public deprecated void registerRemoteControlClient(android.media.RemoteControlClient); method public deprecated boolean registerRemoteController(android.media.RemoteController); - method public void removeOnAudioDeviceConnectionListener(android.media.OnAudioDeviceConnectionListener); method public int requestAudioFocus(android.media.AudioManager.OnAudioFocusChangeListener, int, int); method public int requestAudioFocus(android.media.AudioManager.OnAudioFocusChangeListener, android.media.AudioAttributes, int, int) throws java.lang.IllegalArgumentException; method public int requestAudioFocus(android.media.AudioManager.OnAudioFocusChangeListener, android.media.AudioAttributes, int, int, android.media.audiopolicy.AudioPolicy) throws java.lang.IllegalArgumentException; @@ -16064,6 +16070,7 @@ package android.media { method public void startBluetoothSco(); method public void stopBluetoothSco(); method public void unloadSoundEffects(); + method public void unregisterAudioDeviceCallback(android.media.AudioDeviceCallback); method public void unregisterAudioPolicyAsync(android.media.audiopolicy.AudioPolicy); method public deprecated void unregisterMediaButtonEventReceiver(android.content.ComponentName); method public deprecated void unregisterMediaButtonEventReceiver(android.app.PendingIntent); @@ -17696,10 +17703,6 @@ package android.media { ctor public NotProvisionedException(java.lang.String); } - public abstract interface OnAudioDeviceConnectionListener { - method public abstract void onAudioDeviceConnection(); - } - public final class PlaybackParams { ctor public PlaybackParams(); method public android.media.PlaybackParams allowDefaults(); @@ -30584,7 +30587,7 @@ package android.service.carrier { public abstract class CarrierConfigService extends android.app.Service { ctor public CarrierConfigService(); method public final android.os.IBinder onBind(android.content.Intent); - method public abstract android.os.Bundle onLoadConfig(android.service.carrier.CarrierIdentifier); + method public abstract android.os.PersistableBundle onLoadConfig(android.service.carrier.CarrierIdentifier); field public static final java.lang.String SERVICE_INTERFACE = "android.service.carrier.CarrierConfigService"; } @@ -32724,9 +32727,9 @@ package android.telecom { package android.telephony { public class CarrierConfigManager { - method public android.os.Bundle getConfig(); - method public android.os.Bundle getConfigForSubId(int); - method public static android.os.Bundle getDefaultConfig(); + method public android.os.PersistableBundle getConfig(); + method public android.os.PersistableBundle getConfigForSubId(int); + method public static android.os.PersistableBundle getDefaultConfig(); method public void reloadCarrierConfigForSubId(int); method public void updateConfigForPhoneId(int, java.lang.String); field public static final java.lang.String ACTION_CARRIER_CONFIG_CHANGED = "android.telephony.action.CARRIER_CONFIG_CHANGED"; @@ -41383,7 +41386,6 @@ package android.webkit { method public void goBack(); method public void goBackOrForward(int); method public void goForward(); - method public void insertVisualStateCallback(long, android.webkit.WebView.VisualStateCallback); method public void invokeZoomPicker(); method public boolean isPrivateBrowsingEnabled(); method public void loadData(java.lang.String, java.lang.String, java.lang.String); @@ -41402,6 +41404,7 @@ package android.webkit { method public void pauseTimers(); method public void postMessageToMainFrame(android.webkit.WebMessage, android.net.Uri); method public void postUrl(java.lang.String, byte[]); + method public void postVisualStateCallback(long, android.webkit.WebView.VisualStateCallback); method public void reload(); method public void removeJavascriptInterface(java.lang.String); method public void requestFocusNodeHref(android.os.Message); diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index 3fb70591afb5..110bdf0e4269 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -402,7 +402,7 @@ public class DevicePolicyManager { * has completed successfully. * * <p>The broadcast is limited to the primary profile, to the app specified in the provisioning - * intent (@see #ACTION_PROVISION_MANAGED_PROFILE). + * intent with action {@link #ACTION_PROVISION_MANAGED_PROFILE}. * * <p>This intent will contain the extra {@link #EXTRA_PROVISIONING_ACCOUNT_TO_MIGRATE} which * corresponds to the account requested to be migrated at provisioning time, if any. diff --git a/core/java/android/security/IKeystoreService.aidl b/core/java/android/security/IKeystoreService.aidl index 4809050f3197..b0779c0b8ff7 100644 --- a/core/java/android/security/IKeystoreService.aidl +++ b/core/java/android/security/IKeystoreService.aidl @@ -75,4 +75,6 @@ interface IKeystoreService { int abort(IBinder handle); boolean isOperationAuthorized(IBinder token); int addAuthToken(in byte[] authToken); + int onUserAdded(int userId, int parentId); + int onUserRemoved(int userId); } diff --git a/core/java/android/service/carrier/CarrierConfigService.java b/core/java/android/service/carrier/CarrierConfigService.java index 1880d16fb15e..bc42b6baa97e 100644 --- a/core/java/android/service/carrier/CarrierConfigService.java +++ b/core/java/android/service/carrier/CarrierConfigService.java @@ -16,8 +16,8 @@ package android.service.carrier; import android.app.Service; import android.content.Intent; -import android.os.Bundle; import android.os.IBinder; +import android.os.PersistableBundle; /** * A service that sets carrier configuration for telephony services. @@ -68,16 +68,16 @@ public abstract class CarrierConfigService extends Service { * </p> * <p> * Implementations should use the keys defined in {@link android.telephony.CarrierConfigManager - * CarrierConfigManager}. Any configuration values not set in the returned {@link Bundle} may be - * overridden by the system's default configuration service. + * CarrierConfigManager}. Any configuration values not set in the returned {@link + * PersistableBundle} may be overridden by the system's default configuration service. * </p> * * @param id contains details about the current carrier that can be used do decide what * configuration values to return. - * @return a {@link Bundle} object containing the configuration or null if default values should - * be used. + * @return a {@link PersistableBundle} object containing the configuration or null if default + * values should be used. */ - public abstract Bundle onLoadConfig(CarrierIdentifier id); + public abstract PersistableBundle onLoadConfig(CarrierIdentifier id); /** @hide */ @Override @@ -97,7 +97,7 @@ public abstract class CarrierConfigService extends Service { private class ICarrierConfigServiceWrapper extends ICarrierConfigService.Stub { @Override - public Bundle getCarrierConfig(CarrierIdentifier id) { + public PersistableBundle getCarrierConfig(CarrierIdentifier id) { return CarrierConfigService.this.onLoadConfig(id); } } diff --git a/core/java/android/service/carrier/ICarrierConfigService.aidl b/core/java/android/service/carrier/ICarrierConfigService.aidl index d8390b66a04b..abbc000298f6 100644 --- a/core/java/android/service/carrier/ICarrierConfigService.aidl +++ b/core/java/android/service/carrier/ICarrierConfigService.aidl @@ -16,7 +16,7 @@ package android.service.carrier; -import android.os.Bundle; +import android.os.PersistableBundle; import android.service.carrier.CarrierIdentifier; /** @@ -28,5 +28,5 @@ import android.service.carrier.CarrierIdentifier; interface ICarrierConfigService { /** @see android.service.carrier.CarrierConfigService#onLoadConfig */ - Bundle getCarrierConfig(in CarrierIdentifier id); -}
\ No newline at end of file + PersistableBundle getCarrierConfig(in CarrierIdentifier id); +} diff --git a/core/java/android/text/method/WordIterator.java b/core/java/android/text/method/WordIterator.java index c4dc5edc1592..5dda8a765eb3 100644 --- a/core/java/android/text/method/WordIterator.java +++ b/core/java/android/text/method/WordIterator.java @@ -194,6 +194,87 @@ public class WordIterator implements Selection.PositionIterator { return BreakIterator.DONE; } + /** + * If <code>offset</code> is within a group of punctuation as defined + * by {@link #isPunctuation(int)}, returns the index of the first character + * of that group, otherwise returns BreakIterator.DONE. + * + * @param offset the offset to search from. + */ + public int getPunctuationBeginning(int offset) { + while (offset != BreakIterator.DONE && !isPunctuationStartBoundary(offset)) { + offset = prevBoundary(offset); + } + // No need to shift offset, prevBoundary handles that. + return offset; + } + + /** + * If <code>offset</code> is within a group of punctuation as defined + * by {@link #isPunctuation(int)}, returns the index of the last character + * of that group plus one, otherwise returns BreakIterator.DONE. + * + * @param offset the offset to search from. + */ + public int getPunctuationEnd(int offset) { + while (offset != BreakIterator.DONE && !isPunctuationEndBoundary(offset)) { + offset = nextBoundary(offset); + } + // No need to shift offset, nextBoundary handles that. + return offset; + } + + /** + * Indicates if the provided offset is after a punctuation character + * as defined by {@link #isPunctuation(int)}. + * + * @param offset the offset to check from. + * @return Whether the offset is after a punctuation character. + */ + public boolean isAfterPunctuation(int offset) { + final int shiftedOffset = offset - mOffsetShift; + if (shiftedOffset >= 1 && shiftedOffset <= mString.length()) { + final int codePoint = mString.codePointBefore(shiftedOffset); + return isPunctuation(codePoint); + } + return false; + } + + /** + * Indicates if the provided offset is at a punctuation character + * as defined by {@link #isPunctuation(int)}. + * + * @param offset the offset to check from. + * @return Whether the offset is at a punctuation character. + */ + public boolean isOnPunctuation(int offset) { + final int shiftedOffset = offset - mOffsetShift; + if (shiftedOffset >= 0 && shiftedOffset < mString.length()) { + final int codePoint = mString.codePointAt(shiftedOffset); + return isPunctuation(codePoint); + } + return false; + } + + private boolean isPunctuationStartBoundary(int offset) { + return isOnPunctuation(offset) && !isAfterPunctuation(offset); + } + + private boolean isPunctuationEndBoundary(int offset) { + return !isOnPunctuation(offset) && isAfterPunctuation(offset); + } + + private boolean isPunctuation(int cp) { + int type = Character.getType(cp); + return (type == Character.CONNECTOR_PUNCTUATION || + type == Character.DASH_PUNCTUATION || + type == Character.END_PUNCTUATION || + type == Character.FINAL_QUOTE_PUNCTUATION || + type == Character.INITIAL_QUOTE_PUNCTUATION || + type == Character.OTHER_PUNCTUATION || + type == Character.START_PUNCTUATION); + } + private boolean isAfterLetterOrDigit(int shiftedOffset) { if (shiftedOffset >= 1 && shiftedOffset <= mString.length()) { final int codePoint = mString.codePointBefore(shiftedOffset); diff --git a/core/java/android/widget/Editor.java b/core/java/android/widget/Editor.java index c81e2f06343f..814882a4242c 100644 --- a/core/java/android/widget/Editor.java +++ b/core/java/android/widget/Editor.java @@ -689,14 +689,12 @@ public class Editor { // FIXME - For this and similar methods we're not doing anything to check if there's // a LocaleSpan in the text, this may be something we should try handling or checking for. int retOffset = getWordIteratorWithText().prevBoundary(offset); - if (isPunctBoundaryBehind(retOffset, true /* isStart */)) { - // If we're on a punctuation boundary we should continue to get the - // previous offset until we're not longer on a punctuation boundary. - retOffset = getWordIteratorWithText().prevBoundary(retOffset); - while (!isPunctBoundaryBehind(retOffset, false /* isStart */) - && retOffset != BreakIterator.DONE) { - retOffset = getWordIteratorWithText().prevBoundary(retOffset); - } + if (getWordIteratorWithText().isOnPunctuation(retOffset)) { + // On punctuation boundary or within group of punctuation, find punctuation start. + retOffset = getWordIteratorWithText().getPunctuationBeginning(offset); + } else { + // Not on a punctuation boundary, find the word start. + retOffset = getWordIteratorWithText().getBeginning(offset); } if (retOffset == BreakIterator.DONE) { return offset; @@ -706,14 +704,12 @@ public class Editor { private int getWordEnd(int offset) { int retOffset = getWordIteratorWithText().nextBoundary(offset); - if (isPunctBoundaryForward(retOffset, true /* isStart */)) { - // If we're on a punctuation boundary we should continue to get the - // next offset until we're no longer on a punctuation boundary. - retOffset = getWordIteratorWithText().nextBoundary(retOffset); - while (!isPunctBoundaryForward(retOffset, false /* isStart */) - && retOffset != BreakIterator.DONE) { - retOffset = getWordIteratorWithText().nextBoundary(retOffset); - } + if (getWordIteratorWithText().isAfterPunctuation(retOffset)) { + // On punctuation boundary or within group of punctuation, find punctuation end. + retOffset = getWordIteratorWithText().getPunctuationEnd(offset); + } else { + // Not on a punctuation boundary, find the word end. + retOffset = getWordIteratorWithText().getEnd(offset); } if (retOffset == BreakIterator.DONE) { return offset; @@ -722,70 +718,6 @@ public class Editor { } /** - * Checks for punctuation boundaries for the provided offset and the - * previous character. - * - * @param offset The offset to check from. - * @param isStart Whether the boundary being checked for is at the start or - * end of a punctuation sequence. - * @return Whether this is a punctuation boundary. - */ - private boolean isPunctBoundaryBehind(int offset, boolean isStart) { - CharSequence text = mTextView.getText(); - if (offset == BreakIterator.DONE || offset > text.length() || offset == 0) { - return false; - } - int cp = Character.codePointAt(text, offset); - int prevCp = Character.codePointBefore(text, offset); - - if (isPunctuation(cp)) { - // If it's the start, the current cp and the prev cp are - // punctuation. If it's at the end of a punctuation sequence the - // current is punctuation and the prev is not. - return isStart ? isPunctuation(prevCp) : !isPunctuation(prevCp); - } - return false; - } - - /** - * Checks for punctuation boundaries for the provided offset and the next - * character. - * - * @param offset The offset to check from. - * @param isStart Whether the boundary being checked for is at the start or - * end of a punctuation sequence. - * @return Whether this is a punctuation boundary. - */ - private boolean isPunctBoundaryForward(int offset, boolean isStart) { - CharSequence text = mTextView.getText(); - if (offset == BreakIterator.DONE || offset > text.length() || offset == 0) { - return false; - } - int cp = Character.codePointBefore(text, offset); - int nextCpOffset = Math.min(offset + Character.charCount(cp), text.length() - 1); - int nextCp = Character.codePointBefore(text, nextCpOffset); - - if (isPunctuation(cp)) { - // If it's the start, the current cp and the next cp are - // punctuation. If it's at the end of a punctuation sequence the - // current is punctuation and the next is not. - return isStart ? isPunctuation(nextCp) : !isPunctuation(nextCp); - } - return false; - } - - private boolean isPunctuation(int cp) { - int type = Character.getType(cp); - return (type == Character.CONNECTOR_PUNCTUATION || - type == Character.DASH_PUNCTUATION || - type == Character.END_PUNCTUATION || - type == Character.FINAL_QUOTE_PUNCTUATION || - type == Character.INITIAL_QUOTE_PUNCTUATION || - type == Character.OTHER_PUNCTUATION || - type == Character.START_PUNCTUATION); - } - - /** * Adjusts selection to the word under last touch offset. Return true if the operation was * successfully performed. */ diff --git a/core/java/com/android/internal/logging/MetricsConstants.java b/core/java/com/android/internal/logging/MetricsConstants.java index 6aa81cea26cf..65dc7432007c 100644 --- a/core/java/com/android/internal/logging/MetricsConstants.java +++ b/core/java/com/android/internal/logging/MetricsConstants.java @@ -21,7 +21,9 @@ package com.android.internal.logging; * @hide */ public interface MetricsConstants { - // These constants must match those in the analytic pipeline. + // These constants must match those in the analytic pipeline, do not edit. + public static final int VIEW_UNKNOWN = 0; + public static final int MAIN_SETTINGS = 1; public static final int ACCESSIBILITY = 2; public static final int ACCESSIBILITY_CAPTION_PROPERTIES = 3; public static final int ACCESSIBILITY_SERVICE = 4; @@ -32,16 +34,11 @@ public interface MetricsConstants { public static final int ACCOUNTS_ACCOUNT_SYNC = 9; public static final int ACCOUNTS_CHOOSE_ACCOUNT_ACTIVITY = 10; public static final int ACCOUNTS_MANAGE_ACCOUNTS = 11; - public static final int ACTION_WIFI_ADD_NETWORK = 134; - public static final int ACTION_WIFI_CONNECT = 135; - public static final int ACTION_WIFI_FORCE_SCAN = 136; - public static final int ACTION_WIFI_FORGET = 137; - public static final int ACTION_WIFI_OFF = 138; - public static final int ACTION_WIFI_ON = 139; public static final int APN = 12; public static final int APN_EDITOR = 13; + public static final int APP_OPS_DETAILS = 14; + public static final int APP_OPS_SUMMARY = 15; public static final int APPLICATION = 16; - public static final int APPLICATIONS_ADVANCED = 130; public static final int APPLICATIONS_APP_LAUNCH = 17; public static final int APPLICATIONS_APP_PERMISSION = 18; public static final int APPLICATIONS_APP_STORAGE = 19; @@ -49,8 +46,6 @@ public interface MetricsConstants { public static final int APPLICATIONS_PROCESS_STATS_DETAIL = 21; public static final int APPLICATIONS_PROCESS_STATS_MEM_DETAIL = 22; public static final int APPLICATIONS_PROCESS_STATS_UI = 23; - public static final int APP_OPS_DETAILS = 14; - public static final int APP_OPS_SUMMARY = 15; public static final int BLUETOOTH = 24; public static final int BLUETOOTH_DEVICE_PICKER = 25; public static final int BLUETOOTH_DEVICE_PROFILES = 26; @@ -69,9 +64,7 @@ public interface MetricsConstants { public static final int DEVELOPMENT = 39; public static final int DEVICEINFO = 40; public static final int DEVICEINFO_IMEI_INFORMATION = 41; - @Deprecated public static final int DEVICEINFO_MEMORY = 42; - public static final int DEVICEINFO_STORAGE = 42; public static final int DEVICEINFO_SIM_STATUS = 43; public static final int DEVICEINFO_STATUS = 44; public static final int DEVICEINFO_USB = 45; @@ -86,21 +79,15 @@ public interface MetricsConstants { public static final int FUELGAUGE_POWER_USAGE_SUMMARY = 54; public static final int HOME = 55; public static final int ICC_LOCK = 56; - public static final int INPUTMETHOD_KEYBOARD = 58; public static final int INPUTMETHOD_LANGUAGE = 57; + public static final int INPUTMETHOD_KEYBOARD = 58; public static final int INPUTMETHOD_SPELL_CHECKERS = 59; public static final int INPUTMETHOD_SUBTYPE_ENABLER = 60; public static final int INPUTMETHOD_USER_DICTIONARY = 61; public static final int INPUTMETHOD_USER_DICTIONARY_ADD_WORD = 62; public static final int LOCATION = 63; public static final int LOCATION_MODE = 64; - public static final int LOCATION_SCANNING = 131; - public static final int MAIN_SETTINGS = 1; public static final int MANAGE_APPLICATIONS = 65; - public static final int MANAGE_APPLICATIONS_ALL = 132; - public static final int MANAGE_APPLICATIONS_NOTIFICATIONS = 133; - public static final int MANAGE_DOMAIN_URLS = 143; - public static final int MANAGE_PERMISSIONS = 140; public static final int MASTER_CLEAR = 66; public static final int MASTER_CLEAR_CONFIRM = 67; public static final int NET_DATA_USAGE_METERED = 68; @@ -108,37 +95,16 @@ public interface MetricsConstants { public static final int NFC_PAYMENT = 70; public static final int NOTIFICATION = 71; public static final int NOTIFICATION_APP_NOTIFICATION = 72; - public static final int NOTIFICATION_ITEM = 128; - public static final int NOTIFICATION_ITEM_ACTION = 129; public static final int NOTIFICATION_OTHER_SOUND = 73; - public static final int NOTIFICATION_PANEL = 127; public static final int NOTIFICATION_REDACTION = 74; public static final int NOTIFICATION_STATION = 75; public static final int NOTIFICATION_ZEN_MODE = 76; - public static final int NOTIFICATION_ZEN_MODE_AUTOMATION = 142; - public static final int NOTIFICATION_ZEN_MODE_PRIORITY = 141; public static final int OWNER_INFO = 77; public static final int PRINT_JOB_SETTINGS = 78; public static final int PRINT_SERVICE_SETTINGS = 79; public static final int PRINT_SETTINGS = 80; public static final int PRIVACY = 81; public static final int PROXY_SELECTOR = 82; - public static final int QS_AIRPLANEMODE = 112; - public static final int QS_BLUETOOTH = 113; - public static final int QS_CAST = 114; - public static final int QS_CELLULAR = 115; - public static final int QS_COLORINVERSION = 116; - public static final int QS_DATAUSAGEDETAIL = 117; - public static final int QS_DND = 118; - public static final int QS_FLASHLIGHT = 119; - public static final int QS_HOTSPOT = 120; - public static final int QS_INTENT = 121; - public static final int QS_LOCATION = 122; - public static final int QS_PANEL = 111; - public static final int QS_ROTATIONLOCK = 123; - public static final int QS_USERDETAIL = 125; - public static final int QS_USERDETAILITE = 124; - public static final int QS_WIFI = 126; public static final int RESET_NETWORK = 83; public static final int RESET_NETWORK_CONFIRM = 84; public static final int RUNNING_SERVICE_DETAILS = 85; @@ -147,25 +113,102 @@ public interface MetricsConstants { public static final int SIM = 88; public static final int TESTING = 89; public static final int TETHER = 90; - public static final int TRUSTED_CREDENTIALS = 92; public static final int TRUST_AGENT = 91; + public static final int TRUSTED_CREDENTIALS = 92; public static final int TTS_ENGINE_SETTINGS = 93; public static final int TTS_TEXT_TO_SPEECH = 94; public static final int USAGE_ACCESS = 95; public static final int USER = 96; public static final int USERS_APP_RESTRICTIONS = 97; public static final int USER_DETAILS = 98; - public static final int VIEW_UNKNOWN = 0; public static final int VOICE_INPUT = 99; public static final int VPN = 100; public static final int WALLPAPER_TYPE = 101; public static final int WFD_WIFI_DISPLAY = 102; public static final int WIFI = 103; public static final int WIFI_ADVANCED = 104; - public static final int WIFI_APITEST = 107; public static final int WIFI_CALLING = 105; + public static final int WIFI_SAVED_ACCESS_POINTS = 106; + public static final int WIFI_APITEST = 107; public static final int WIFI_INFO = 108; public static final int WIFI_P2P = 109; - public static final int WIFI_SAVED_ACCESS_POINTS = 106; public static final int WIRELESS = 110; + public static final int QS_PANEL = 111; + public static final int QS_AIRPLANEMODE = 112; + public static final int QS_BLUETOOTH = 113; + public static final int QS_CAST = 114; + public static final int QS_CELLULAR = 115; + public static final int QS_COLORINVERSION = 116; + public static final int QS_DATAUSAGEDETAIL = 117; + public static final int QS_DND = 118; + public static final int QS_FLASHLIGHT = 119; + public static final int QS_HOTSPOT = 120; + public static final int QS_INTENT = 121; + public static final int QS_LOCATION = 122; + public static final int QS_ROTATIONLOCK = 123; + public static final int QS_USERDETAILITE = 124; + public static final int QS_USERDETAIL = 125; + public static final int QS_WIFI = 126; + public static final int NOTIFICATION_PANEL = 127; + public static final int NOTIFICATION_ITEM = 128; + public static final int NOTIFICATION_ITEM_ACTION = 129; + public static final int APPLICATIONS_ADVANCED = 130; + public static final int LOCATION_SCANNING = 131; + public static final int MANAGE_APPLICATIONS_ALL = 132; + public static final int MANAGE_APPLICATIONS_NOTIFICATIONS = 133; + public static final int ACTION_WIFI_ADD_NETWORK = 134; + public static final int ACTION_WIFI_CONNECT = 135; + public static final int ACTION_WIFI_FORCE_SCAN = 136; + public static final int ACTION_WIFI_FORGET = 137; + public static final int ACTION_WIFI_OFF = 138; + public static final int ACTION_WIFI_ON = 139; + public static final int MANAGE_PERMISSIONS = 140; + public static final int NOTIFICATION_ZEN_MODE_PRIORITY = 141; + public static final int NOTIFICATION_ZEN_MODE_AUTOMATION = 142; + public static final int MANAGE_DOMAIN_URLS = 143; + public static final int NOTIFICATION_ZEN_MODE_SCHEDULE_RULE = 144; + public static final int NOTIFICATION_ZEN_MODE_EXTERNAL_RULE = 145; + public static final int NOTIFICATION_ZEN_MODE_EVENT_RULE = 146; + public static final int ACTION_BAN_APP_NOTES = 147; + public static final int ACTION_DISMISS_ALL_NOTES = 148; + public static final int QS_DND_DETAILS = 149; + public static final int QS_BLUETOOTH_DETAILS = 150; + public static final int QS_CAST_DETAILS = 151; + public static final int QS_WIFI_DETAILS = 152; + public static final int QS_WIFI_TOGGLE = 153; + public static final int QS_BLUETOOTH_TOGGLE = 154; + public static final int QS_CELLULAR_TOGGLE = 155; + public static final int QS_SWITCH_USER = 156; + public static final int QS_CAST_SELECT = 157; + public static final int QS_CAST_DISCONNECT = 158; + public static final int ACTION_BLUETOOTH_TOGGLE = 159; + public static final int ACTION_BLUETOOTH_SCAN = 160; + public static final int ACTION_BLUETOOTH_RENAME = 161; + public static final int ACTION_BLUETOOTH_FILES = 162; + public static final int QS_DND_TIME = 163; + public static final int QS_DND_CONDITION_SELECT = 164; + public static final int QS_DND_ZEN_SELECT = 165; + public static final int QS_DND_TOGGLE = 166; + public static final int ACTION_ZEN_ALLOW_REMINDERS = 167; + public static final int ACTION_ZEN_ALLOW_EVENTS = 168; + public static final int ACTION_ZEN_ALLOW_MESSAGES = 169; + public static final int ACTION_ZEN_ALLOW_CALLS = 170; + public static final int ACTION_ZEN_ALLOW_REPEAT_CALLS = 171; + public static final int ACTION_ZEN_ADD_RULE = 172; + public static final int ACTION_ZEN_ADD_RULE_OK = 173; + public static final int ACTION_ZEN_DELETE_RULE = 174; + public static final int ACTION_ZEN_DELETE_RULE_OK = 175; + public static final int ACTION_ZEN_ENABLE_RULE = 176; + public static final int ACTION_AIRPLANE_TOGGLE = 177; + public static final int ACTION_CELL_DATA_TOGGLE = 178; + public static final int NOTIFICATION_ACCESS = 179; + public static final int NOTIFICATION_ZEN_MODE_ACCESS = 180; + public static final int APPLICATIONS_DEFAULT_APPS = 181; + public static final int APPLICATIONS_STORAGE_APPS = 182; + public static final int APPLICATIONS_USAGE_ACCESS_DETAIL = 183; + public static final int APPLICATIONS_HIGH_POWER_APPS = 184; + public static final int FUELGAUGE_HIGH_POWER_DETAILS = 185; + + //aliases + public static final int DEVICEINFO_STORAGE = DEVICEINFO_MEMORY; } diff --git a/core/java/com/android/internal/logging/MetricsLogger.java b/core/java/com/android/internal/logging/MetricsLogger.java index cf25cef920ce..230d96dc6f58 100644 --- a/core/java/com/android/internal/logging/MetricsLogger.java +++ b/core/java/com/android/internal/logging/MetricsLogger.java @@ -26,45 +26,7 @@ import android.view.View; * @hide */ public class MetricsLogger implements MetricsConstants { - // These constants are temporary, they should migrate to MetricsConstants. - - public static final int NOTIFICATION_ZEN_MODE_SCHEDULE_RULE = 144; - public static final int NOTIFICATION_ZEN_MODE_EXTERNAL_RULE = 145; - public static final int ACTION_BAN_APP_NOTES = 146; - public static final int NOTIFICATION_ZEN_MODE_EVENT_RULE = 147; - public static final int ACTION_DISMISS_ALL_NOTES = 148; - public static final int QS_DND_DETAILS = 149; - public static final int QS_BLUETOOTH_DETAILS = 150; - public static final int QS_CAST_DETAILS = 151; - public static final int QS_WIFI_DETAILS = 152; - public static final int QS_WIFI_TOGGLE = 153; - public static final int QS_BLUETOOTH_TOGGLE = 154; - public static final int QS_CELLULAR_TOGGLE = 155; - public static final int QS_SWITCH_USER = 156; - public static final int QS_CAST_SELECT = 157; - public static final int QS_CAST_DISCONNECT = 158; - public static final int ACTION_BLUETOOTH_TOGGLE = 159; - public static final int ACTION_BLUETOOTH_SCAN = 160; - public static final int ACTION_BLUETOOTH_RENAME = 161; - public static final int ACTION_BLUETOOTH_FILES = 162; - public static final int QS_DND_TIME = 163; - public static final int QS_DND_CONDITION_SELECT = 164; - public static final int QS_DND_ZEN_SELECT = 165; - public static final int QS_DND_TOGGLE = 166; - public static final int ACTION_ZEN_ALLOW_REMINDERS = 167; - public static final int ACTION_ZEN_ALLOW_EVENTS = 168; - public static final int ACTION_ZEN_ALLOW_MESSAGES = 169; - public static final int ACTION_ZEN_ALLOW_CALLS = 170; - public static final int ACTION_ZEN_ALLOW_REPEAT_CALLS = 171; - public static final int ACTION_ZEN_ADD_RULE = 172; - public static final int ACTION_ZEN_ADD_RULE_OK = 173; - public static final int ACTION_ZEN_DELETE_RULE = 174; - public static final int ACTION_ZEN_DELETE_RULE_OK = 175; - public static final int ACTION_ZEN_ENABLE_RULE = 176; - public static final int ACTION_AIRPLANE_TOGGLE = 177; - public static final int ACTION_CELL_DATA_TOGGLE = 178; - public static final int NOTIFICATION_ACCESS = 179; - public static final int NOTIFICATION_ZEN_MODE_ACCESS = 180; + // Temporary constants go here, to await migration to MetricsConstants. public static void visible(Context context, int category) throws IllegalArgumentException { if (Build.IS_DEBUGGABLE && category == VIEW_UNKNOWN) { diff --git a/core/java/com/android/internal/policy/IFaceLockCallback.aidl b/core/java/com/android/internal/policy/IFaceLockCallback.aidl deleted file mode 100644 index 280e4d5412ec..000000000000 --- a/core/java/com/android/internal/policy/IFaceLockCallback.aidl +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (C) 2011 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package com.android.internal.policy; - -import android.os.IBinder; - -/** {@hide} */ -oneway interface IFaceLockCallback { - void unlock(); - void cancel(); - void reportFailedAttempt(); - void pokeWakelock(int millis); -} diff --git a/core/java/com/android/internal/policy/IFaceLockInterface.aidl b/core/java/com/android/internal/policy/IFaceLockInterface.aidl deleted file mode 100644 index bc1f0020f495..000000000000 --- a/core/java/com/android/internal/policy/IFaceLockInterface.aidl +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Copyright (C) 2011 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package com.android.internal.policy; - -import android.os.IBinder; -import com.android.internal.policy.IFaceLockCallback; - -/** {@hide} */ -interface IFaceLockInterface { - void startUi(IBinder containingWindowToken, int x, int y, int width, int height, - boolean useLiveliness); - void stopUi(); - void startWithoutUi(); - void registerCallback(IFaceLockCallback cb); - void unregisterCallback(IFaceLockCallback cb); -} diff --git a/core/java/com/android/internal/policy/PhoneWindow.java b/core/java/com/android/internal/policy/PhoneWindow.java index a578a6e5ddb2..bc64373ea661 100644 --- a/core/java/com/android/internal/policy/PhoneWindow.java +++ b/core/java/com/android/internal/policy/PhoneWindow.java @@ -3376,9 +3376,8 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { mFloatingActionMode.finish(); } cleanupFloatingActionModeViews(); - mFloatingToolbar = new FloatingToolbar(mContext, PhoneWindow.this); - final FloatingActionMode mode = new FloatingActionMode( - mContext, callback, originatingView, mFloatingToolbar); + final FloatingActionMode mode = + new FloatingActionMode(mContext, callback, originatingView); mFloatingActionModeOriginatingView = originatingView; mFloatingToolbarPreDrawListener = new OnPreDrawListener() { @@ -3393,6 +3392,8 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { private void setHandledFloatingActionMode(ActionMode mode) { mFloatingActionMode = mode; + mFloatingToolbar = new FloatingToolbar(mContext, PhoneWindow.this); + ((FloatingActionMode) mFloatingActionMode).setFloatingToolbar(mFloatingToolbar); mFloatingActionMode.invalidate(); mFloatingToolbar.show(); mFloatingActionModeOriginatingView.getViewTreeObserver() diff --git a/core/java/com/android/internal/view/FloatingActionMode.java b/core/java/com/android/internal/view/FloatingActionMode.java index aacdb3437218..c3f4da7cce5c 100644 --- a/core/java/com/android/internal/view/FloatingActionMode.java +++ b/core/java/com/android/internal/view/FloatingActionMode.java @@ -24,6 +24,7 @@ import android.view.MenuInflater; import android.view.MenuItem; import android.view.View; +import com.android.internal.util.Preconditions; import com.android.internal.view.menu.MenuBuilder; import com.android.internal.widget.FloatingToolbar; @@ -32,20 +33,28 @@ public class FloatingActionMode extends ActionMode { private final Context mContext; private final ActionMode.Callback2 mCallback; private final MenuBuilder mMenu; - private final FloatingToolbar mFloatingToolbar; private final Rect mContentRect; private final Rect mContentRectOnWindow; private final Rect mPreviousContentRectOnWindow; private final int[] mViewPosition; private final View mOriginatingView; + private FloatingToolbar mFloatingToolbar; public FloatingActionMode( - Context context, ActionMode.Callback2 callback, View originatingView, - FloatingToolbar floatingToolbar) { + Context context, ActionMode.Callback2 callback, View originatingView) { mContext = context; mCallback = callback; mMenu = new MenuBuilder(context).setDefaultShowAsAction( MenuItem.SHOW_AS_ACTION_IF_ROOM); + setType(ActionMode.TYPE_FLOATING); + mContentRect = new Rect(); + mContentRectOnWindow = new Rect(); + mPreviousContentRectOnWindow = new Rect(); + mViewPosition = new int[2]; + mOriginatingView = originatingView; + } + + public void setFloatingToolbar(FloatingToolbar floatingToolbar) { mFloatingToolbar = floatingToolbar .setMenu(mMenu) .setOnMenuItemClickListener(new MenuItem.OnMenuItemClickListener() { @@ -54,12 +63,6 @@ public class FloatingActionMode extends ActionMode { return mCallback.onActionItemClicked(FloatingActionMode.this, item); } }); - setType(ActionMode.TYPE_FLOATING); - mContentRect = new Rect(); - mContentRectOnWindow = new Rect(); - mPreviousContentRectOnWindow = new Rect(); - mViewPosition = new int[2]; - mOriginatingView = originatingView; } @Override @@ -79,6 +82,7 @@ public class FloatingActionMode extends ActionMode { @Override public void invalidate() { + Preconditions.checkNotNull(mFloatingToolbar); mCallback.onPrepareActionMode(this, mMenu); mFloatingToolbar.updateLayout(); invalidateContentRect(); @@ -86,11 +90,13 @@ public class FloatingActionMode extends ActionMode { @Override public void invalidateContentRect() { + Preconditions.checkNotNull(mFloatingToolbar); mCallback.onGetContentRect(this, mOriginatingView, mContentRect); repositionToolbar(); } public void updateViewLocationInWindow() { + Preconditions.checkNotNull(mFloatingToolbar); mOriginatingView.getLocationInWindow(mViewPosition); repositionToolbar(); } diff --git a/core/jni/android/opengl/util.cpp b/core/jni/android/opengl/util.cpp index bce2b33d3cda..40029bbe0aee 100644 --- a/core/jni/android/opengl/util.cpp +++ b/core/jni/android/opengl/util.cpp @@ -150,7 +150,105 @@ int visibilityTest(float* pWS, float* pPositions, int positionsLength, return result; } -template<class JArray, class T> +class ByteArrayGetter { +public: + static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { + return _env->GetByteArrayElements(array, is_copy); + } +}; +class BooleanArrayGetter { +public: + static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { + return _env->GetBooleanArrayElements(array, is_copy); + } +}; +class CharArrayGetter { +public: + static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { + return _env->GetCharArrayElements(array, is_copy); + } +}; +class ShortArrayGetter { +public: + static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { + return _env->GetShortArrayElements(array, is_copy); + } +}; +class IntArrayGetter { +public: + static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { + return _env->GetIntArrayElements(array, is_copy); + } +}; +class LongArrayGetter { +public: + static void* Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) { + return _env->GetLongArrayElements(array, is_copy); + } +}; +class FloatArrayGetter { +public: + static void* Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) { + return _env->GetFloatArrayElements(array, is_copy); + } +}; +class DoubleArrayGetter { +public: + static void* Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) { + return _env->GetDoubleArrayElements(array, is_copy); + } +}; + +class ByteArrayReleaser { +public: + static void Release(JNIEnv* _env, jbyteArray array, jbyte* data, jint mode) { + _env->ReleaseByteArrayElements(array, data, mode); + } +}; +class BooleanArrayReleaser { +public: + static void Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jint mode) { + _env->ReleaseBooleanArrayElements(array, data, mode); + } +}; +class CharArrayReleaser { +public: + static void Release(JNIEnv* _env, jcharArray array, jchar* data, jint mode) { + _env->ReleaseCharArrayElements(array, data, mode); + } +}; +class ShortArrayReleaser { +public: + static void Release(JNIEnv* _env, jshortArray array, jshort* data, jint mode) { + _env->ReleaseShortArrayElements(array, data, mode); + } +}; +class IntArrayReleaser { +public: + static void Release(JNIEnv* _env, jintArray array, jint* data, jint mode) { + _env->ReleaseIntArrayElements(array, data, mode); + } +}; +class LongArrayReleaser { +public: + static void Release(JNIEnv* _env, jlongArray array, jlong* data, jint mode) { + _env->ReleaseLongArrayElements(array, data, mode); + } +}; +class FloatArrayReleaser { +public: + static void Release(JNIEnv* _env, jfloatArray array, jfloat* data, jint mode) { + _env->ReleaseFloatArrayElements(array, data, mode); + } +}; +class DoubleArrayReleaser { +public: + static void Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jint mode) { + _env->ReleaseDoubleArrayElements(array, data, mode); + } +}; + +template<class JArray, class T, class ArrayGetter, class ArrayReleaser> class ArrayHelper { public: ArrayHelper(JNIEnv* env, JArray ref, jint offset, jint minSize) { @@ -164,7 +262,7 @@ public: ~ArrayHelper() { if (mBase) { - mEnv->ReleasePrimitiveArrayCritical(mRef, mBase, mReleaseParam); + ArrayReleaser::Release(mEnv, mRef, mBase, mReleaseParam); } } @@ -195,7 +293,7 @@ public: // Bind the array. void bind() { - mBase = (T*) mEnv->GetPrimitiveArrayCritical(mRef, (jboolean *) 0); + mBase = (T*) ArrayGetter::Get(mEnv, mRef, (jboolean *) 0); mData = mBase + mOffset; } @@ -215,10 +313,10 @@ private: int mReleaseParam; }; -typedef ArrayHelper<jfloatArray, float> FloatArrayHelper; -typedef ArrayHelper<jcharArray, unsigned short> UnsignedShortArrayHelper; -typedef ArrayHelper<jintArray, int> IntArrayHelper; -typedef ArrayHelper<jbyteArray, unsigned char> ByteArrayHelper; +typedef ArrayHelper<jfloatArray, float, FloatArrayGetter, FloatArrayReleaser> FloatArrayHelper; +typedef ArrayHelper<jcharArray, unsigned short, CharArrayGetter, CharArrayReleaser> UnsignedShortArrayHelper; +typedef ArrayHelper<jintArray, int, IntArrayGetter, IntArrayReleaser> IntArrayHelper; +typedef ArrayHelper<jbyteArray, unsigned char, ByteArrayGetter, ByteArrayReleaser> ByteArrayHelper; inline float distance2(float x, float y, float z) { return x * x + y * y + z * z; diff --git a/core/jni/android_opengl_EGL14.cpp b/core/jni/android_opengl_EGL14.cpp index 36f7963f5c36..9f5b3bc3f5b2 100644 --- a/core/jni/android_opengl_EGL14.cpp +++ b/core/jni/android_opengl_EGL14.cpp @@ -204,7 +204,7 @@ android_eglInitialize goto exit; } major_base = (EGLint *) - _env->GetPrimitiveArrayCritical(major_ref, (jboolean *)0); + _env->GetIntArrayElements(major_ref, (jboolean *)0); major = major_base + majorOffset; if (!minor_ref) { @@ -227,7 +227,7 @@ android_eglInitialize goto exit; } minor_base = (EGLint *) - _env->GetPrimitiveArrayCritical(minor_ref, (jboolean *)0); + _env->GetIntArrayElements(minor_ref, (jboolean *)0); minor = minor_base + minorOffset; _returnValue = eglInitialize( @@ -238,11 +238,11 @@ android_eglInitialize exit: if (minor_base) { - _env->ReleasePrimitiveArrayCritical(minor_ref, minor_base, + _env->ReleaseIntArrayElements(minor_ref, (jint*)minor_base, _exception ? JNI_ABORT: 0); } if (major_base) { - _env->ReleasePrimitiveArrayCritical(major_ref, major_base, + _env->ReleaseIntArrayElements(major_ref, (jint*)major_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -324,7 +324,7 @@ android_eglGetConfigs } _num_configRemaining = _env->GetArrayLength(num_config_ref) - num_configOffset; num_config_base = (EGLint *) - _env->GetPrimitiveArrayCritical(num_config_ref, (jboolean *)0); + _env->GetIntArrayElements(num_config_ref, (jboolean *)0); num_config = num_config_base + num_configOffset; _returnValue = eglGetConfigs( @@ -336,7 +336,7 @@ android_eglGetConfigs exit: if (num_config_base) { - _env->ReleasePrimitiveArrayCritical(num_config_ref, num_config_base, + _env->ReleaseIntArrayElements(num_config_ref, (jint*)num_config_base, _exception ? JNI_ABORT: 0); } if (configs) { @@ -385,7 +385,7 @@ android_eglChooseConfig } _attrib_listRemaining = _env->GetArrayLength(attrib_list_ref) - attrib_listOffset; attrib_list_base = (EGLint *) - _env->GetPrimitiveArrayCritical(attrib_list_ref, (jboolean *)0); + _env->GetIntArrayElements(attrib_list_ref, (jboolean *)0); attrib_list = attrib_list_base + attrib_listOffset; attrib_list_sentinel = false; for (int i = _attrib_listRemaining - 1; i >= 0; i--) { @@ -442,7 +442,7 @@ android_eglChooseConfig goto exit; } num_config_base = (EGLint *) - _env->GetPrimitiveArrayCritical(num_config_ref, (jboolean *)0); + _env->GetIntArrayElements(num_config_ref, (jboolean *)0); num_config = num_config_base + num_configOffset; _returnValue = eglChooseConfig( @@ -455,11 +455,11 @@ android_eglChooseConfig exit: if (num_config_base) { - _env->ReleasePrimitiveArrayCritical(num_config_ref, num_config_base, + _env->ReleaseIntArrayElements(num_config_ref, (jint*)num_config_base, _exception ? JNI_ABORT: 0); } if (attrib_list_base) { - _env->ReleasePrimitiveArrayCritical(attrib_list_ref, attrib_list_base, + _env->ReleaseIntArrayElements(attrib_list_ref, (jint*)attrib_list_base, JNI_ABORT); } if (configs) { @@ -509,7 +509,7 @@ android_eglGetConfigAttrib goto exit; } value_base = (EGLint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; _returnValue = eglGetConfigAttrib( @@ -521,7 +521,7 @@ android_eglGetConfigAttrib exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -573,7 +573,7 @@ not_valid_surface: _remaining = _env->GetArrayLength(attrib_list_ref) - offset; attrib_list_base = (EGLint *) - _env->GetPrimitiveArrayCritical(attrib_list_ref, (jboolean *)0); + _env->GetIntArrayElements(attrib_list_ref, (jboolean *)0); attrib_list = attrib_list_base + offset; attrib_list_sentinel = 0; for (int i = _remaining - 1; i >= 0; i--) { @@ -598,7 +598,7 @@ not_valid_surface: exit: if (attrib_list_base) { - _env->ReleasePrimitiveArrayCritical(attrib_list_ref, attrib_list_base, + _env->ReleaseIntArrayElements(attrib_list_ref, attrib_list_base, JNI_ABORT); } if (_exception) { @@ -655,7 +655,7 @@ not_valid_surface: _remaining = _env->GetArrayLength(attrib_list_ref) - offset; attrib_list_base = (EGLint *) - _env->GetPrimitiveArrayCritical(attrib_list_ref, (jboolean *)0); + _env->GetIntArrayElements(attrib_list_ref, (jboolean *)0); attrib_list = attrib_list_base + offset; attrib_list_sentinel = 0; for (int i = _remaining - 1; i >= 0; i--) { @@ -680,7 +680,7 @@ not_valid_surface: exit: if (attrib_list_base) { - _env->ReleasePrimitiveArrayCritical(attrib_list_ref, attrib_list_base, + _env->ReleaseIntArrayElements(attrib_list_ref, attrib_list_base, JNI_ABORT); } if (_exception) { @@ -717,7 +717,7 @@ android_eglCreatePbufferSurface } _remaining = _env->GetArrayLength(attrib_list_ref) - offset; attrib_list_base = (EGLint *) - _env->GetPrimitiveArrayCritical(attrib_list_ref, (jboolean *)0); + _env->GetIntArrayElements(attrib_list_ref, (jboolean *)0); attrib_list = attrib_list_base + offset; attrib_list_sentinel = false; for (int i = _remaining - 1; i >= 0; i--) { @@ -741,7 +741,7 @@ android_eglCreatePbufferSurface exit: if (attrib_list_base) { - _env->ReleasePrimitiveArrayCritical(attrib_list_ref, attrib_list_base, + _env->ReleaseIntArrayElements(attrib_list_ref, (jint*)attrib_list_base, JNI_ABORT); } if (_exception) { @@ -808,7 +808,7 @@ android_eglQuerySurface goto exit; } value_base = (EGLint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; _returnValue = eglQuerySurface( @@ -820,7 +820,7 @@ android_eglQuerySurface exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -896,7 +896,7 @@ android_eglCreatePbufferFromClientBuffer } _remaining = _env->GetArrayLength(attrib_list_ref) - offset; attrib_list_base = (EGLint *) - _env->GetPrimitiveArrayCritical(attrib_list_ref, (jboolean *)0); + _env->GetIntArrayElements(attrib_list_ref, (jboolean *)0); attrib_list = attrib_list_base + offset; attrib_list_sentinel = false; for (int i = _remaining - 1; i >= 0; i--) { @@ -922,7 +922,7 @@ android_eglCreatePbufferFromClientBuffer exit: if (attrib_list_base) { - _env->ReleasePrimitiveArrayCritical(attrib_list_ref, attrib_list_base, + _env->ReleaseIntArrayElements(attrib_list_ref, attrib_list_base, JNI_ABORT); } if (_exception) { @@ -940,7 +940,6 @@ android_eglCreatePbufferFromClientBufferInt } return android_eglCreatePbufferFromClientBuffer(_env, _this, dpy, buftype, buffer, config, attrib_list_ref, offset); } - /* EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value ) */ static jboolean android_eglSurfaceAttrib @@ -1034,7 +1033,7 @@ android_eglCreateContext } _remaining = _env->GetArrayLength(attrib_list_ref) - offset; attrib_list_base = (EGLint *) - _env->GetPrimitiveArrayCritical(attrib_list_ref, (jboolean *)0); + _env->GetIntArrayElements(attrib_list_ref, (jboolean *)0); attrib_list = attrib_list_base + offset; attrib_list_sentinel = false; for (int i = _remaining - 1; i >= 0; i--) { @@ -1059,7 +1058,7 @@ android_eglCreateContext exit: if (attrib_list_base) { - _env->ReleasePrimitiveArrayCritical(attrib_list_ref, attrib_list_base, + _env->ReleaseIntArrayElements(attrib_list_ref, (jint*)attrib_list_base, JNI_ABORT); } if (_exception) { @@ -1165,7 +1164,7 @@ android_eglQueryContext goto exit; } value_base = (EGLint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; _returnValue = eglQueryContext( @@ -1177,7 +1176,7 @@ android_eglQueryContext exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, _exception ? JNI_ABORT: 0); } if (_exception) { diff --git a/core/jni/android_opengl_GLES10.cpp b/core/jni/android_opengl_GLES10.cpp index c9b68bfe661a..dac98defbc79 100644 --- a/core/jni/android_opengl_GLES10.cpp +++ b/core/jni/android_opengl_GLES10.cpp @@ -126,6 +126,116 @@ getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *o return NULL; } +class ByteArrayGetter { +public: + static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { + return _env->GetByteArrayElements(array, is_copy); + } +}; +class BooleanArrayGetter { +public: + static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { + return _env->GetBooleanArrayElements(array, is_copy); + } +}; +class CharArrayGetter { +public: + static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { + return _env->GetCharArrayElements(array, is_copy); + } +}; +class ShortArrayGetter { +public: + static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { + return _env->GetShortArrayElements(array, is_copy); + } +}; +class IntArrayGetter { +public: + static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { + return _env->GetIntArrayElements(array, is_copy); + } +}; +class LongArrayGetter { +public: + static void* Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) { + return _env->GetLongArrayElements(array, is_copy); + } +}; +class FloatArrayGetter { +public: + static void* Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) { + return _env->GetFloatArrayElements(array, is_copy); + } +}; +class DoubleArrayGetter { +public: + static void* Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) { + return _env->GetDoubleArrayElements(array, is_copy); + } +}; + +template<typename JTYPEARRAY, typename ARRAYGETTER> +static void* +getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) { + return ARRAYGETTER::Get(_env, array, is_copy); +} + +class ByteArrayReleaser { +public: + static void Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) { + _env->ReleaseByteArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class BooleanArrayReleaser { +public: + static void Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) { + _env->ReleaseBooleanArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class CharArrayReleaser { +public: + static void Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) { + _env->ReleaseCharArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class ShortArrayReleaser { +public: + static void Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) { + _env->ReleaseShortArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class IntArrayReleaser { +public: + static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) { + _env->ReleaseIntArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class LongArrayReleaser { +public: + static void Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) { + _env->ReleaseLongArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class FloatArrayReleaser { +public: + static void Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) { + _env->ReleaseFloatArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class DoubleArrayReleaser { +public: + static void Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) { + _env->ReleaseDoubleArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; + +template<typename JTYPEARRAY, typename NTYPEARRAY, typename ARRAYRELEASER> +static void +releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) { + ARRAYRELEASER::Release(_env, array, data, commit); +} + static void releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) { @@ -229,7 +339,8 @@ static int getNeededCount(GLint pname) { return needed; } -template <typename JTYPEARRAY, typename CTYPE, void GET(GLenum, CTYPE*)> +template <typename JTYPEARRAY, typename ARRAYGETTER, typename NTYPEARRAY, + typename ARRAYRELEASER, typename CTYPE, void GET(GLenum, CTYPE*)> static void get (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { @@ -264,8 +375,8 @@ get _exceptionMessage = "length - offset < needed"; goto exit; } - params_base = (CTYPE *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + params_base = (CTYPE *) getArrayPointer<JTYPEARRAY, ARRAYGETTER>( + _env, params_ref, (jboolean *)0); params = params_base + offset; GET( @@ -275,8 +386,8 @@ get exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, - _exception ? JNI_ABORT: 0); + releaseArrayPointer<JTYPEARRAY, NTYPEARRAY, ARRAYRELEASER>( + _env, params_ref, params_base, !_exception); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -284,20 +395,21 @@ exit: } -template <typename CTYPE, void GET(GLenum, CTYPE*)> +template <typename CTYPE, typename JTYPEARRAY, typename ARRAYGETTER, typename NTYPEARRAY, + typename ARRAYRELEASER, void GET(GLenum, CTYPE*)> static void getarray (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { jint _exception = 0; const char * _exceptionType; const char * _exceptionMessage; - jarray _array = (jarray) 0; + JTYPEARRAY _array = (JTYPEARRAY) 0; jint _bufferOffset = (jint) 0; jint _remaining; CTYPE *params = (CTYPE *) 0; int _needed = 0; - params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); _remaining /= sizeof(CTYPE); // convert from bytes to item count _needed = getNeededCount(pname); // if we didn't find this pname, we just assume the user passed @@ -310,7 +422,8 @@ getarray goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *) getArrayPointer<JTYPEARRAY, ARRAYGETTER>( + _env, _array, (jboolean *) 0); params = (CTYPE *) (_paramsBase + _bufferOffset); } GET( @@ -320,7 +433,8 @@ getarray exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + releaseArrayPointer<JTYPEARRAY, NTYPEARRAY, ARRAYRELEASER>( + _env, _array, (NTYPEARRAY)params, _exception ? JNI_FALSE : JNI_TRUE); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -515,7 +629,7 @@ android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2 jint _remaining; GLvoid *data = (GLvoid *) 0; - data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (data == NULL) { char * _dataBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); data = (GLvoid *) (_dataBase + _bufferOffset); @@ -544,7 +658,7 @@ android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2 jint _remaining; GLvoid *data = (GLvoid *) 0; - data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (data == NULL) { char * _dataBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); data = (GLvoid *) (_dataBase + _bufferOffset); @@ -637,7 +751,7 @@ android_glDeleteTextures__I_3II goto exit; } textures_base = (GLuint *) - _env->GetPrimitiveArrayCritical(textures_ref, (jboolean *)0); + _env->GetIntArrayElements(textures_ref, (jboolean *)0); textures = textures_base + offset; glDeleteTextures( @@ -647,7 +761,7 @@ android_glDeleteTextures__I_3II exit: if (textures_base) { - _env->ReleasePrimitiveArrayCritical(textures_ref, textures_base, + _env->ReleaseIntArrayElements(textures_ref, (jint*)textures_base, JNI_ABORT); } if (_exception) { @@ -662,12 +776,12 @@ android_glDeleteTextures__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *textures = (GLuint *) 0; - textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining, &_bufferOffset); + textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -675,7 +789,7 @@ android_glDeleteTextures__ILjava_nio_IntBuffer_2 goto exit; } if (textures == NULL) { - char * _texturesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _texturesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); textures = (GLuint *) (_texturesBase + _bufferOffset); } glDeleteTextures( @@ -685,7 +799,7 @@ android_glDeleteTextures__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, textures, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)textures, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -771,7 +885,7 @@ android_glDrawElements__IIILjava_nio_Buffer_2 jint _remaining; GLvoid *indices = (GLvoid *) 0; - indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset); + indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < count) { _exception = 1; _exceptionType = "java/lang/ArrayIndexOutOfBoundsException"; @@ -882,7 +996,7 @@ android_glFogfv__I_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glFogfv( @@ -892,7 +1006,7 @@ android_glFogfv__I_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, JNI_ABORT); } if (_exception) { @@ -907,12 +1021,12 @@ android_glFogfv__ILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_FOG_COLOR) @@ -931,7 +1045,7 @@ android_glFogfv__ILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glFogfv( @@ -941,7 +1055,7 @@ android_glFogfv__ILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1000,7 +1114,7 @@ android_glFogxv__I_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glFogxv( @@ -1010,7 +1124,7 @@ android_glFogxv__I_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -1025,12 +1139,12 @@ android_glFogxv__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_FOG_COLOR) @@ -1049,7 +1163,7 @@ android_glFogxv__ILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glFogxv( @@ -1059,7 +1173,7 @@ android_glFogxv__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1134,7 +1248,7 @@ android_glGenTextures__I_3II goto exit; } textures_base = (GLuint *) - _env->GetPrimitiveArrayCritical(textures_ref, (jboolean *)0); + _env->GetIntArrayElements(textures_ref, (jboolean *)0); textures = textures_base + offset; glGenTextures( @@ -1144,7 +1258,7 @@ android_glGenTextures__I_3II exit: if (textures_base) { - _env->ReleasePrimitiveArrayCritical(textures_ref, textures_base, + _env->ReleaseIntArrayElements(textures_ref, (jint*)textures_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1159,12 +1273,12 @@ android_glGenTextures__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *textures = (GLuint *) 0; - textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining, &_bufferOffset); + textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -1172,7 +1286,7 @@ android_glGenTextures__ILjava_nio_IntBuffer_2 goto exit; } if (textures == NULL) { - char * _texturesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _texturesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); textures = (GLuint *) (_texturesBase + _bufferOffset); } glGenTextures( @@ -1182,7 +1296,7 @@ android_glGenTextures__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, textures, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)textures, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1202,16 +1316,17 @@ android_glGetError__ static void android_glGetIntegerv__I_3II (JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) { - get<jintArray, GLint, glGetIntegerv>(_env, _this, pname, params_ref, offset); + get<jintArray, IntArrayGetter, jint*, IntArrayReleaser, GLint, glGetIntegerv>( + _env, _this, pname, params_ref, offset); } /* void glGetIntegerv ( GLenum pname, GLint *params ) */ static void android_glGetIntegerv__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { - getarray<GLint, glGetIntegerv>(_env, _this, pname, params_buf); + getarray<GLint, jintArray, IntArrayGetter, jint*, IntArrayReleaser, glGetIntegerv>( + _env, _this, pname, params_buf); } - /* const GLubyte * glGetString ( GLenum name ) */ static jstring android_glGetString(JNIEnv* _env, jobject, jint name) { const char* chars = (const char*) glGetString((GLenum) name); @@ -1279,7 +1394,7 @@ android_glLightModelfv__I_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glLightModelfv( @@ -1289,7 +1404,7 @@ android_glLightModelfv__I_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, JNI_ABORT); } if (_exception) { @@ -1304,12 +1419,12 @@ android_glLightModelfv__ILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_LIGHT_MODEL_AMBIENT) @@ -1328,7 +1443,7 @@ android_glLightModelfv__ILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glLightModelfv( @@ -1338,7 +1453,7 @@ android_glLightModelfv__ILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1397,7 +1512,7 @@ android_glLightModelxv__I_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glLightModelxv( @@ -1407,7 +1522,7 @@ android_glLightModelxv__I_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -1422,12 +1537,12 @@ android_glLightModelxv__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_LIGHT_MODEL_AMBIENT) @@ -1446,7 +1561,7 @@ android_glLightModelxv__ILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glLightModelxv( @@ -1456,7 +1571,7 @@ android_glLightModelxv__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1530,7 +1645,7 @@ android_glLightfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glLightfv( @@ -1541,7 +1656,7 @@ android_glLightfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, JNI_ABORT); } if (_exception) { @@ -1556,12 +1671,12 @@ android_glLightfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_SPOT_DIRECTION) @@ -1594,7 +1709,7 @@ android_glLightfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glLightfv( @@ -1605,7 +1720,7 @@ android_glLightfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1679,7 +1794,7 @@ android_glLightxv__II_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glLightxv( @@ -1690,7 +1805,7 @@ android_glLightxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -1705,12 +1820,12 @@ android_glLightxv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_SPOT_DIRECTION) @@ -1743,7 +1858,7 @@ android_glLightxv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glLightxv( @@ -1754,7 +1869,7 @@ android_glLightxv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1811,7 +1926,7 @@ android_glLoadMatrixf___3FI } _remaining = _env->GetArrayLength(m_ref) - offset; m_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(m_ref, (jboolean *)0); + _env->GetFloatArrayElements(m_ref, (jboolean *)0); m = m_base + offset; glLoadMatrixf( @@ -1820,7 +1935,7 @@ android_glLoadMatrixf___3FI exit: if (m_base) { - _env->ReleasePrimitiveArrayCritical(m_ref, m_base, + _env->ReleaseFloatArrayElements(m_ref, (jfloat*)m_base, JNI_ABORT); } if (_exception) { @@ -1832,21 +1947,21 @@ exit: static void android_glLoadMatrixf__Ljava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jobject m_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *m = (GLfloat *) 0; - m = (GLfloat *)getPointer(_env, m_buf, &_array, &_remaining, &_bufferOffset); + m = (GLfloat *)getPointer(_env, m_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (m == NULL) { - char * _mBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _mBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); m = (GLfloat *) (_mBase + _bufferOffset); } glLoadMatrixf( (GLfloat *)m ); if (_array) { - releasePointer(_env, _array, m, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)m, JNI_ABORT); } } @@ -1875,7 +1990,7 @@ android_glLoadMatrixx___3II } _remaining = _env->GetArrayLength(m_ref) - offset; m_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(m_ref, (jboolean *)0); + _env->GetIntArrayElements(m_ref, (jboolean *)0); m = m_base + offset; glLoadMatrixx( @@ -1884,7 +1999,7 @@ android_glLoadMatrixx___3II exit: if (m_base) { - _env->ReleasePrimitiveArrayCritical(m_ref, m_base, + _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, JNI_ABORT); } if (_exception) { @@ -1896,21 +2011,21 @@ exit: static void android_glLoadMatrixx__Ljava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jobject m_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *m = (GLfixed *) 0; - m = (GLfixed *)getPointer(_env, m_buf, &_array, &_remaining, &_bufferOffset); + m = (GLfixed *)getPointer(_env, m_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (m == NULL) { - char * _mBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _mBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); m = (GLfixed *) (_mBase + _bufferOffset); } glLoadMatrixx( (GLfixed *)m ); if (_array) { - releasePointer(_env, _array, m, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)m, JNI_ABORT); } } @@ -1988,7 +2103,7 @@ android_glMaterialfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glMaterialfv( @@ -1999,7 +2114,7 @@ android_glMaterialfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, JNI_ABORT); } if (_exception) { @@ -2014,12 +2129,12 @@ android_glMaterialfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_AMBIENT) @@ -2050,7 +2165,7 @@ android_glMaterialfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glMaterialfv( @@ -2061,7 +2176,7 @@ android_glMaterialfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2133,7 +2248,7 @@ android_glMaterialxv__II_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glMaterialxv( @@ -2144,7 +2259,7 @@ android_glMaterialxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -2159,12 +2274,12 @@ android_glMaterialxv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_AMBIENT) @@ -2195,7 +2310,7 @@ android_glMaterialxv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glMaterialxv( @@ -2206,7 +2321,7 @@ android_glMaterialxv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2247,7 +2362,7 @@ android_glMultMatrixf___3FI } _remaining = _env->GetArrayLength(m_ref) - offset; m_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(m_ref, (jboolean *)0); + _env->GetFloatArrayElements(m_ref, (jboolean *)0); m = m_base + offset; glMultMatrixf( @@ -2256,7 +2371,7 @@ android_glMultMatrixf___3FI exit: if (m_base) { - _env->ReleasePrimitiveArrayCritical(m_ref, m_base, + _env->ReleaseFloatArrayElements(m_ref, (jfloat*)m_base, JNI_ABORT); } if (_exception) { @@ -2268,21 +2383,21 @@ exit: static void android_glMultMatrixf__Ljava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jobject m_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *m = (GLfloat *) 0; - m = (GLfloat *)getPointer(_env, m_buf, &_array, &_remaining, &_bufferOffset); + m = (GLfloat *)getPointer(_env, m_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (m == NULL) { - char * _mBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _mBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); m = (GLfloat *) (_mBase + _bufferOffset); } glMultMatrixf( (GLfloat *)m ); if (_array) { - releasePointer(_env, _array, m, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)m, JNI_ABORT); } } @@ -2311,7 +2426,7 @@ android_glMultMatrixx___3II } _remaining = _env->GetArrayLength(m_ref) - offset; m_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(m_ref, (jboolean *)0); + _env->GetIntArrayElements(m_ref, (jboolean *)0); m = m_base + offset; glMultMatrixx( @@ -2320,7 +2435,7 @@ android_glMultMatrixx___3II exit: if (m_base) { - _env->ReleasePrimitiveArrayCritical(m_ref, m_base, + _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, JNI_ABORT); } if (_exception) { @@ -2332,21 +2447,21 @@ exit: static void android_glMultMatrixx__Ljava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jobject m_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *m = (GLfixed *) 0; - m = (GLfixed *)getPointer(_env, m_buf, &_array, &_remaining, &_bufferOffset); + m = (GLfixed *)getPointer(_env, m_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (m == NULL) { - char * _mBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _mBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); m = (GLfixed *) (_mBase + _bufferOffset); } glMultMatrixx( (GLfixed *)m ); if (_array) { - releasePointer(_env, _array, m, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)m, JNI_ABORT); } } @@ -2520,7 +2635,7 @@ android_glReadPixels__IIIIIILjava_nio_Buffer_2 jint _remaining; GLvoid *pixels = (GLvoid *) 0; - pixels = (GLvoid *)getPointer(_env, pixels_buf, &_array, &_remaining, &_bufferOffset); + pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (pixels == NULL) { char * _pixelsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); pixels = (GLvoid *) (_pixelsBase + _bufferOffset); @@ -2734,7 +2849,7 @@ android_glTexEnvfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexEnvfv( @@ -2745,7 +2860,7 @@ android_glTexEnvfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, JNI_ABORT); } if (_exception) { @@ -2760,12 +2875,12 @@ android_glTexEnvfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_TEXTURE_ENV_COLOR) @@ -2784,7 +2899,7 @@ android_glTexEnvfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glTexEnvfv( @@ -2795,7 +2910,7 @@ android_glTexEnvfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2855,7 +2970,7 @@ android_glTexEnvxv__II_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexEnvxv( @@ -2866,7 +2981,7 @@ android_glTexEnvxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -2881,12 +2996,12 @@ android_glTexEnvxv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_TEXTURE_ENV_COLOR) @@ -2905,7 +3020,7 @@ android_glTexEnvxv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glTexEnvxv( @@ -2916,7 +3031,7 @@ android_glTexEnvxv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2933,7 +3048,7 @@ android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2 GLvoid *pixels = (GLvoid *) 0; if (pixels_buf) { - pixels = (GLvoid *)getPointer(_env, pixels_buf, &_array, &_remaining, &_bufferOffset); + pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); } if (pixels_buf && pixels == NULL) { char * _pixelsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); @@ -2987,7 +3102,7 @@ android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2 GLvoid *pixels = (GLvoid *) 0; if (pixels_buf) { - pixels = (GLvoid *)getPointer(_env, pixels_buf, &_array, &_remaining, &_bufferOffset); + pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); } if (pixels_buf && pixels == NULL) { char * _pixelsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); diff --git a/core/jni/android_opengl_GLES10Ext.cpp b/core/jni/android_opengl_GLES10Ext.cpp index 4f1eaa52e780..95be11bde598 100644 --- a/core/jni/android_opengl_GLES10Ext.cpp +++ b/core/jni/android_opengl_GLES10Ext.cpp @@ -126,6 +126,116 @@ getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *o return NULL; } +class ByteArrayGetter { +public: + static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { + return _env->GetByteArrayElements(array, is_copy); + } +}; +class BooleanArrayGetter { +public: + static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { + return _env->GetBooleanArrayElements(array, is_copy); + } +}; +class CharArrayGetter { +public: + static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { + return _env->GetCharArrayElements(array, is_copy); + } +}; +class ShortArrayGetter { +public: + static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { + return _env->GetShortArrayElements(array, is_copy); + } +}; +class IntArrayGetter { +public: + static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { + return _env->GetIntArrayElements(array, is_copy); + } +}; +class LongArrayGetter { +public: + static void* Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) { + return _env->GetLongArrayElements(array, is_copy); + } +}; +class FloatArrayGetter { +public: + static void* Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) { + return _env->GetFloatArrayElements(array, is_copy); + } +}; +class DoubleArrayGetter { +public: + static void* Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) { + return _env->GetDoubleArrayElements(array, is_copy); + } +}; + +template<typename JTYPEARRAY, typename ARRAYGETTER> +static void* +getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) { + return ARRAYGETTER::Get(_env, array, is_copy); +} + +class ByteArrayReleaser { +public: + static void Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) { + _env->ReleaseByteArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class BooleanArrayReleaser { +public: + static void Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) { + _env->ReleaseBooleanArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class CharArrayReleaser { +public: + static void Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) { + _env->ReleaseCharArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class ShortArrayReleaser { +public: + static void Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) { + _env->ReleaseShortArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class IntArrayReleaser { +public: + static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) { + _env->ReleaseIntArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class LongArrayReleaser { +public: + static void Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) { + _env->ReleaseLongArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class FloatArrayReleaser { +public: + static void Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) { + _env->ReleaseFloatArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class DoubleArrayReleaser { +public: + static void Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) { + _env->ReleaseDoubleArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; + +template<typename JTYPEARRAY, typename NTYPEARRAY, typename ARRAYRELEASER> +static void +releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) { + ARRAYRELEASER::Release(_env, array, data, commit); +} + static void releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) { @@ -229,7 +339,8 @@ static int getNeededCount(GLint pname) { return needed; } -template <typename JTYPEARRAY, typename CTYPE, void GET(GLenum, CTYPE*)> +template <typename JTYPEARRAY, typename ARRAYGETTER, typename NTYPEARRAY, + typename ARRAYRELEASER, typename CTYPE, void GET(GLenum, CTYPE*)> static void get (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { @@ -264,8 +375,8 @@ get _exceptionMessage = "length - offset < needed"; goto exit; } - params_base = (CTYPE *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + params_base = (CTYPE *) getArrayPointer<JTYPEARRAY, ARRAYGETTER>( + _env, params_ref, (jboolean *)0); params = params_base + offset; GET( @@ -275,8 +386,8 @@ get exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, - _exception ? JNI_ABORT: 0); + releaseArrayPointer<JTYPEARRAY, NTYPEARRAY, ARRAYRELEASER>( + _env, params_ref, params_base, !_exception); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -284,20 +395,21 @@ exit: } -template <typename CTYPE, void GET(GLenum, CTYPE*)> +template <typename CTYPE, typename JTYPEARRAY, typename ARRAYGETTER, typename NTYPEARRAY, + typename ARRAYRELEASER, void GET(GLenum, CTYPE*)> static void getarray (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { jint _exception = 0; const char * _exceptionType; const char * _exceptionMessage; - jarray _array = (jarray) 0; + JTYPEARRAY _array = (JTYPEARRAY) 0; jint _bufferOffset = (jint) 0; jint _remaining; CTYPE *params = (CTYPE *) 0; int _needed = 0; - params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); _remaining /= sizeof(CTYPE); // convert from bytes to item count _needed = getNeededCount(pname); // if we didn't find this pname, we just assume the user passed @@ -310,7 +422,8 @@ getarray goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *) getArrayPointer<JTYPEARRAY, ARRAYGETTER>( + _env, _array, (jboolean *) 0); params = (CTYPE *) (_paramsBase + _bufferOffset); } GET( @@ -320,7 +433,8 @@ getarray exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + releaseArrayPointer<JTYPEARRAY, NTYPEARRAY, ARRAYRELEASER>( + _env, _array, (NTYPEARRAY)params, _exception ? JNI_FALSE : JNI_TRUE); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -363,7 +477,7 @@ android_glQueryMatrixxOES___3II_3II goto exit; } mantissa_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(mantissa_ref, (jboolean *)0); + _env->GetIntArrayElements(mantissa_ref, (jboolean *)0); mantissa = mantissa_base + mantissaOffset; if (!exponent_ref) { @@ -386,7 +500,7 @@ android_glQueryMatrixxOES___3II_3II goto exit; } exponent_base = (GLint *) - _env->GetPrimitiveArrayCritical(exponent_ref, (jboolean *)0); + _env->GetIntArrayElements(exponent_ref, (jboolean *)0); exponent = exponent_base + exponentOffset; _returnValue = glQueryMatrixxOES( @@ -396,11 +510,11 @@ android_glQueryMatrixxOES___3II_3II exit: if (exponent_base) { - _env->ReleasePrimitiveArrayCritical(exponent_ref, exponent_base, + _env->ReleaseIntArrayElements(exponent_ref, (jint*)exponent_base, _exception ? JNI_ABORT: 0); } if (mantissa_base) { - _env->ReleasePrimitiveArrayCritical(mantissa_ref, mantissa_base, + _env->ReleaseIntArrayElements(mantissa_ref, (jint*)mantissa_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -416,9 +530,9 @@ android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _mantissaArray = (jarray) 0; + jintArray _mantissaArray = (jintArray) 0; jint _mantissaBufferOffset = (jint) 0; - jarray _exponentArray = (jarray) 0; + jintArray _exponentArray = (jintArray) 0; jint _exponentBufferOffset = (jint) 0; GLbitfield _returnValue = -1; jint _mantissaRemaining; @@ -426,14 +540,14 @@ android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 jint _exponentRemaining; GLint *exponent = (GLint *) 0; - mantissa = (GLfixed *)getPointer(_env, mantissa_buf, &_mantissaArray, &_mantissaRemaining, &_mantissaBufferOffset); + mantissa = (GLfixed *)getPointer(_env, mantissa_buf, (jarray*)&_mantissaArray, &_mantissaRemaining, &_mantissaBufferOffset); if (_mantissaRemaining < 16) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; _exceptionMessage = "remaining() < 16 < needed"; goto exit; } - exponent = (GLint *)getPointer(_env, exponent_buf, &_exponentArray, &_exponentRemaining, &_exponentBufferOffset); + exponent = (GLint *)getPointer(_env, exponent_buf, (jarray*)&_exponentArray, &_exponentRemaining, &_exponentBufferOffset); if (_exponentRemaining < 16) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -441,11 +555,11 @@ android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 goto exit; } if (mantissa == NULL) { - char * _mantissaBase = (char *)_env->GetPrimitiveArrayCritical(_mantissaArray, (jboolean *) 0); + char * _mantissaBase = (char *)_env->GetIntArrayElements(_mantissaArray, (jboolean *) 0); mantissa = (GLfixed *) (_mantissaBase + _mantissaBufferOffset); } if (exponent == NULL) { - char * _exponentBase = (char *)_env->GetPrimitiveArrayCritical(_exponentArray, (jboolean *) 0); + char * _exponentBase = (char *)_env->GetIntArrayElements(_exponentArray, (jboolean *) 0); exponent = (GLint *) (_exponentBase + _exponentBufferOffset); } _returnValue = glQueryMatrixxOES( @@ -455,10 +569,10 @@ android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 exit: if (_exponentArray) { - releasePointer(_env, _exponentArray, exponent, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_exponentArray, (jint*)exponent, _exception ? JNI_ABORT : 0); } if (_mantissaArray) { - releasePointer(_env, _mantissaArray, mantissa, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_mantissaArray, (jint*)mantissa, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); diff --git a/core/jni/android_opengl_GLES11.cpp b/core/jni/android_opengl_GLES11.cpp index 08c4740bc1c5..6970a3c7e180 100644 --- a/core/jni/android_opengl_GLES11.cpp +++ b/core/jni/android_opengl_GLES11.cpp @@ -126,6 +126,116 @@ getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *o return NULL; } +class ByteArrayGetter { +public: + static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { + return _env->GetByteArrayElements(array, is_copy); + } +}; +class BooleanArrayGetter { +public: + static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { + return _env->GetBooleanArrayElements(array, is_copy); + } +}; +class CharArrayGetter { +public: + static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { + return _env->GetCharArrayElements(array, is_copy); + } +}; +class ShortArrayGetter { +public: + static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { + return _env->GetShortArrayElements(array, is_copy); + } +}; +class IntArrayGetter { +public: + static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { + return _env->GetIntArrayElements(array, is_copy); + } +}; +class LongArrayGetter { +public: + static void* Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) { + return _env->GetLongArrayElements(array, is_copy); + } +}; +class FloatArrayGetter { +public: + static void* Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) { + return _env->GetFloatArrayElements(array, is_copy); + } +}; +class DoubleArrayGetter { +public: + static void* Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) { + return _env->GetDoubleArrayElements(array, is_copy); + } +}; + +template<typename JTYPEARRAY, typename ARRAYGETTER> +static void* +getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) { + return ARRAYGETTER::Get(_env, array, is_copy); +} + +class ByteArrayReleaser { +public: + static void Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) { + _env->ReleaseByteArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class BooleanArrayReleaser { +public: + static void Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) { + _env->ReleaseBooleanArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class CharArrayReleaser { +public: + static void Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) { + _env->ReleaseCharArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class ShortArrayReleaser { +public: + static void Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) { + _env->ReleaseShortArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class IntArrayReleaser { +public: + static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) { + _env->ReleaseIntArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class LongArrayReleaser { +public: + static void Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) { + _env->ReleaseLongArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class FloatArrayReleaser { +public: + static void Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) { + _env->ReleaseFloatArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class DoubleArrayReleaser { +public: + static void Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) { + _env->ReleaseDoubleArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; + +template<typename JTYPEARRAY, typename NTYPEARRAY, typename ARRAYRELEASER> +static void +releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) { + ARRAYRELEASER::Release(_env, array, data, commit); +} + static void releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) { @@ -229,7 +339,8 @@ static int getNeededCount(GLint pname) { return needed; } -template <typename JTYPEARRAY, typename CTYPE, void GET(GLenum, CTYPE*)> +template <typename JTYPEARRAY, typename ARRAYGETTER, typename NTYPEARRAY, + typename ARRAYRELEASER, typename CTYPE, void GET(GLenum, CTYPE*)> static void get (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { @@ -264,8 +375,8 @@ get _exceptionMessage = "length - offset < needed"; goto exit; } - params_base = (CTYPE *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + params_base = (CTYPE *) getArrayPointer<JTYPEARRAY, ARRAYGETTER>( + _env, params_ref, (jboolean *)0); params = params_base + offset; GET( @@ -275,8 +386,8 @@ get exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, - _exception ? JNI_ABORT: 0); + releaseArrayPointer<JTYPEARRAY, NTYPEARRAY, ARRAYRELEASER>( + _env, params_ref, params_base, !_exception); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -284,20 +395,21 @@ exit: } -template <typename CTYPE, void GET(GLenum, CTYPE*)> +template <typename CTYPE, typename JTYPEARRAY, typename ARRAYGETTER, typename NTYPEARRAY, + typename ARRAYRELEASER, void GET(GLenum, CTYPE*)> static void getarray (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { jint _exception = 0; const char * _exceptionType; const char * _exceptionMessage; - jarray _array = (jarray) 0; + JTYPEARRAY _array = (JTYPEARRAY) 0; jint _bufferOffset = (jint) 0; jint _remaining; CTYPE *params = (CTYPE *) 0; int _needed = 0; - params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); _remaining /= sizeof(CTYPE); // convert from bytes to item count _needed = getNeededCount(pname); // if we didn't find this pname, we just assume the user passed @@ -310,7 +422,8 @@ getarray goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *) getArrayPointer<JTYPEARRAY, ARRAYGETTER>( + _env, _array, (jboolean *) 0); params = (CTYPE *) (_paramsBase + _bufferOffset); } GET( @@ -320,7 +433,8 @@ getarray exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + releaseArrayPointer<JTYPEARRAY, NTYPEARRAY, ARRAYRELEASER>( + _env, _array, (NTYPEARRAY)params, _exception ? JNI_FALSE : JNI_TRUE); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -351,7 +465,7 @@ android_glBufferData__IILjava_nio_Buffer_2I GLvoid *data = (GLvoid *) 0; if (data_buf) { - data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < size) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -391,7 +505,7 @@ android_glBufferSubData__IIILjava_nio_Buffer_2 jint _remaining; GLvoid *data = (GLvoid *) 0; - data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < size) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -443,7 +557,7 @@ android_glClipPlanef__I_3FI } _remaining = _env->GetArrayLength(equation_ref) - offset; equation_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(equation_ref, (jboolean *)0); + _env->GetFloatArrayElements(equation_ref, (jboolean *)0); equation = equation_base + offset; glClipPlanef( @@ -453,7 +567,7 @@ android_glClipPlanef__I_3FI exit: if (equation_base) { - _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base, + _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, JNI_ABORT); } if (_exception) { @@ -468,14 +582,14 @@ android_glClipPlanef__ILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *equation = (GLfloat *) 0; - equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset); + equation = (GLfloat *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (equation == NULL) { - char * _equationBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _equationBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); equation = (GLfloat *) (_equationBase + _bufferOffset); } glClipPlanef( @@ -483,7 +597,7 @@ android_glClipPlanef__ILjava_nio_FloatBuffer_2 (GLfloat *)equation ); if (_array) { - releasePointer(_env, _array, equation, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)equation, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -515,7 +629,7 @@ android_glClipPlanex__I_3II } _remaining = _env->GetArrayLength(equation_ref) - offset; equation_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(equation_ref, (jboolean *)0); + _env->GetIntArrayElements(equation_ref, (jboolean *)0); equation = equation_base + offset; glClipPlanex( @@ -525,7 +639,7 @@ android_glClipPlanex__I_3II exit: if (equation_base) { - _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base, + _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, JNI_ABORT); } if (_exception) { @@ -540,14 +654,14 @@ android_glClipPlanex__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *equation = (GLfixed *) 0; - equation = (GLfixed *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset); + equation = (GLfixed *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (equation == NULL) { - char * _equationBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _equationBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); equation = (GLfixed *) (_equationBase + _bufferOffset); } glClipPlanex( @@ -555,7 +669,7 @@ android_glClipPlanex__ILjava_nio_IntBuffer_2 (GLfixed *)equation ); if (_array) { - releasePointer(_env, _array, equation, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)equation, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -617,7 +731,7 @@ android_glDeleteBuffers__I_3II goto exit; } buffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(buffers_ref, (jboolean *)0); + _env->GetIntArrayElements(buffers_ref, (jboolean *)0); buffers = buffers_base + offset; glDeleteBuffers( @@ -627,7 +741,7 @@ android_glDeleteBuffers__I_3II exit: if (buffers_base) { - _env->ReleasePrimitiveArrayCritical(buffers_ref, buffers_base, + _env->ReleaseIntArrayElements(buffers_ref, (jint*)buffers_base, JNI_ABORT); } if (_exception) { @@ -642,12 +756,12 @@ android_glDeleteBuffers__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *buffers = (GLuint *) 0; - buffers = (GLuint *)getPointer(_env, buffers_buf, &_array, &_remaining, &_bufferOffset); + buffers = (GLuint *)getPointer(_env, buffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -655,7 +769,7 @@ android_glDeleteBuffers__ILjava_nio_IntBuffer_2 goto exit; } if (buffers == NULL) { - char * _buffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _buffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); buffers = (GLuint *) (_buffersBase + _bufferOffset); } glDeleteBuffers( @@ -665,7 +779,7 @@ android_glDeleteBuffers__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, buffers, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)buffers, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -721,7 +835,7 @@ android_glGenBuffers__I_3II goto exit; } buffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(buffers_ref, (jboolean *)0); + _env->GetIntArrayElements(buffers_ref, (jboolean *)0); buffers = buffers_base + offset; glGenBuffers( @@ -731,7 +845,7 @@ android_glGenBuffers__I_3II exit: if (buffers_base) { - _env->ReleasePrimitiveArrayCritical(buffers_ref, buffers_base, + _env->ReleaseIntArrayElements(buffers_ref, (jint*)buffers_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -746,12 +860,12 @@ android_glGenBuffers__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *buffers = (GLuint *) 0; - buffers = (GLuint *)getPointer(_env, buffers_buf, &_array, &_remaining, &_bufferOffset); + buffers = (GLuint *)getPointer(_env, buffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -759,7 +873,7 @@ android_glGenBuffers__ILjava_nio_IntBuffer_2 goto exit; } if (buffers == NULL) { - char * _buffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _buffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); buffers = (GLuint *) (_buffersBase + _bufferOffset); } glGenBuffers( @@ -769,7 +883,7 @@ android_glGenBuffers__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, buffers, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)buffers, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -780,14 +894,16 @@ exit: static void android_glGetBooleanv__I_3ZI (JNIEnv *_env, jobject _this, jint pname, jbooleanArray params_ref, jint offset) { - get<jbooleanArray, GLboolean, glGetBooleanv>(_env, _this, pname, params_ref, offset); + get<jbooleanArray, BooleanArrayGetter, jboolean*, BooleanArrayReleaser, GLboolean, glGetBooleanv>( + _env, _this, pname, params_ref, offset); } /* void glGetBooleanv ( GLenum pname, GLboolean *params ) */ static void android_glGetBooleanv__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { - getarray<GLboolean, glGetBooleanv>(_env, _this, pname, params_buf); + getarray<GLboolean, jintArray, IntArrayGetter, jint*, IntArrayReleaser, glGetBooleanv>( + _env, _this, pname, params_buf); } /* void glGetBufferParameteriv ( GLenum target, GLenum pname, GLint *params ) */ static void @@ -820,7 +936,7 @@ android_glGetBufferParameteriv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetBufferParameteriv( @@ -831,7 +947,7 @@ android_glGetBufferParameteriv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -846,12 +962,12 @@ android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -859,7 +975,7 @@ android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetBufferParameteriv( @@ -870,7 +986,7 @@ android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -908,7 +1024,7 @@ android_glGetClipPlanef__I_3FI goto exit; } eqn_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(eqn_ref, (jboolean *)0); + _env->GetFloatArrayElements(eqn_ref, (jboolean *)0); eqn = eqn_base + offset; glGetClipPlanef( @@ -918,7 +1034,7 @@ android_glGetClipPlanef__I_3FI exit: if (eqn_base) { - _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base, + _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -933,12 +1049,12 @@ android_glGetClipPlanef__ILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *eqn = (GLfloat *) 0; - eqn = (GLfloat *)getPointer(_env, eqn_buf, &_array, &_remaining, &_bufferOffset); + eqn = (GLfloat *)getPointer(_env, eqn_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 4) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -946,7 +1062,7 @@ android_glGetClipPlanef__ILjava_nio_FloatBuffer_2 goto exit; } if (eqn == NULL) { - char * _eqnBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _eqnBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); eqn = (GLfloat *) (_eqnBase + _bufferOffset); } glGetClipPlanef( @@ -956,7 +1072,7 @@ android_glGetClipPlanef__ILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, eqn, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)eqn, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -994,7 +1110,7 @@ android_glGetClipPlanex__I_3II goto exit; } eqn_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(eqn_ref, (jboolean *)0); + _env->GetIntArrayElements(eqn_ref, (jboolean *)0); eqn = eqn_base + offset; glGetClipPlanex( @@ -1004,7 +1120,7 @@ android_glGetClipPlanex__I_3II exit: if (eqn_base) { - _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base, + _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1019,12 +1135,12 @@ android_glGetClipPlanex__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *eqn = (GLfixed *) 0; - eqn = (GLfixed *)getPointer(_env, eqn_buf, &_array, &_remaining, &_bufferOffset); + eqn = (GLfixed *)getPointer(_env, eqn_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 4) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -1032,7 +1148,7 @@ android_glGetClipPlanex__ILjava_nio_IntBuffer_2 goto exit; } if (eqn == NULL) { - char * _eqnBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _eqnBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); eqn = (GLfixed *) (_eqnBase + _bufferOffset); } glGetClipPlanex( @@ -1042,7 +1158,7 @@ android_glGetClipPlanex__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, eqn, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)eqn, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1074,7 +1190,7 @@ android_glGetFixedv__I_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetFixedv( @@ -1084,7 +1200,7 @@ android_glGetFixedv__I_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1096,14 +1212,14 @@ exit: static void android_glGetFixedv__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glGetFixedv( @@ -1111,7 +1227,7 @@ android_glGetFixedv__ILjava_nio_IntBuffer_2 (GLfixed *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -1119,14 +1235,16 @@ android_glGetFixedv__ILjava_nio_IntBuffer_2 static void android_glGetFloatv__I_3FI (JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) { - get<jfloatArray, GLfloat, glGetFloatv>(_env, _this, pname, params_ref, offset); + get<jfloatArray, FloatArrayGetter, jfloat*, FloatArrayReleaser, GLfloat, glGetFloatv>( + _env, _this, pname, params_ref, offset); } /* void glGetFloatv ( GLenum pname, GLfloat *params ) */ static void android_glGetFloatv__ILjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { - getarray<GLfloat, glGetFloatv>(_env, _this, pname, params_buf); + getarray<GLfloat, jfloatArray, FloatArrayGetter, jfloat*, FloatArrayReleaser, glGetFloatv>( + _env, _this, pname, params_buf); } /* void glGetLightfv ( GLenum light, GLenum pname, GLfloat *params ) */ static void @@ -1184,7 +1302,7 @@ android_glGetLightfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetLightfv( @@ -1195,7 +1313,7 @@ android_glGetLightfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1210,12 +1328,12 @@ android_glGetLightfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_SPOT_DIRECTION) @@ -1248,7 +1366,7 @@ android_glGetLightfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glGetLightfv( @@ -1259,7 +1377,7 @@ android_glGetLightfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1322,7 +1440,7 @@ android_glGetLightxv__II_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetLightxv( @@ -1333,7 +1451,7 @@ android_glGetLightxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1348,12 +1466,12 @@ android_glGetLightxv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_SPOT_DIRECTION) @@ -1386,7 +1504,7 @@ android_glGetLightxv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glGetLightxv( @@ -1397,7 +1515,7 @@ android_glGetLightxv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1458,7 +1576,7 @@ android_glGetMaterialfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetMaterialfv( @@ -1469,7 +1587,7 @@ android_glGetMaterialfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1484,12 +1602,12 @@ android_glGetMaterialfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_AMBIENT) @@ -1520,7 +1638,7 @@ android_glGetMaterialfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glGetMaterialfv( @@ -1531,7 +1649,7 @@ android_glGetMaterialfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1592,7 +1710,7 @@ android_glGetMaterialxv__II_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetMaterialxv( @@ -1603,7 +1721,7 @@ android_glGetMaterialxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1618,12 +1736,12 @@ android_glGetMaterialxv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_AMBIENT) @@ -1654,7 +1772,7 @@ android_glGetMaterialxv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glGetMaterialxv( @@ -1665,7 +1783,7 @@ android_glGetMaterialxv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1714,7 +1832,7 @@ android_glGetTexEnvfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexEnvfv( @@ -1725,7 +1843,7 @@ android_glGetTexEnvfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1740,12 +1858,12 @@ android_glGetTexEnvfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_TEXTURE_ENV_COLOR) @@ -1764,7 +1882,7 @@ android_glGetTexEnvfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glGetTexEnvfv( @@ -1775,7 +1893,7 @@ android_glGetTexEnvfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1824,7 +1942,7 @@ android_glGetTexEnviv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexEnviv( @@ -1835,7 +1953,7 @@ android_glGetTexEnviv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1850,12 +1968,12 @@ android_glGetTexEnviv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_TEXTURE_ENV_COLOR) @@ -1874,7 +1992,7 @@ android_glGetTexEnviv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetTexEnviv( @@ -1885,7 +2003,7 @@ android_glGetTexEnviv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1934,7 +2052,7 @@ android_glGetTexEnvxv__II_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexEnvxv( @@ -1945,7 +2063,7 @@ android_glGetTexEnvxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1960,12 +2078,12 @@ android_glGetTexEnvxv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_TEXTURE_ENV_COLOR) @@ -1984,7 +2102,7 @@ android_glGetTexEnvxv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glGetTexEnvxv( @@ -1995,7 +2113,7 @@ android_glGetTexEnvxv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2033,7 +2151,7 @@ android_glGetTexParameterfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexParameterfv( @@ -2044,7 +2162,7 @@ android_glGetTexParameterfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2059,12 +2177,12 @@ android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2072,7 +2190,7 @@ android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glGetTexParameterfv( @@ -2083,7 +2201,7 @@ android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2121,7 +2239,7 @@ android_glGetTexParameteriv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexParameteriv( @@ -2132,7 +2250,7 @@ android_glGetTexParameteriv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2147,12 +2265,12 @@ android_glGetTexParameteriv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2160,7 +2278,7 @@ android_glGetTexParameteriv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetTexParameteriv( @@ -2171,7 +2289,7 @@ android_glGetTexParameteriv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2209,7 +2327,7 @@ android_glGetTexParameterxv__II_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexParameterxv( @@ -2220,7 +2338,7 @@ android_glGetTexParameterxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2235,12 +2353,12 @@ android_glGetTexParameterxv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2248,7 +2366,7 @@ android_glGetTexParameterxv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glGetTexParameterxv( @@ -2259,7 +2377,7 @@ android_glGetTexParameterxv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2351,7 +2469,7 @@ android_glPointParameterfv__I_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glPointParameterfv( @@ -2361,7 +2479,7 @@ android_glPointParameterfv__I_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, JNI_ABORT); } if (_exception) { @@ -2376,12 +2494,12 @@ android_glPointParameterfv__ILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2389,7 +2507,7 @@ android_glPointParameterfv__ILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glPointParameterfv( @@ -2399,7 +2517,7 @@ android_glPointParameterfv__ILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2447,7 +2565,7 @@ android_glPointParameterxv__I_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glPointParameterxv( @@ -2457,7 +2575,7 @@ android_glPointParameterxv__I_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -2472,12 +2590,12 @@ android_glPointParameterxv__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2485,7 +2603,7 @@ android_glPointParameterxv__ILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glPointParameterxv( @@ -2495,7 +2613,7 @@ android_glPointParameterxv__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2590,7 +2708,7 @@ android_glTexEnviv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexEnviv( @@ -2601,7 +2719,7 @@ android_glTexEnviv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -2616,12 +2734,12 @@ android_glTexEnviv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_TEXTURE_ENV_COLOR) @@ -2640,7 +2758,7 @@ android_glTexEnviv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glTexEnviv( @@ -2651,7 +2769,7 @@ android_glTexEnviv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2689,7 +2807,7 @@ android_glTexParameterfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexParameterfv( @@ -2700,7 +2818,7 @@ android_glTexParameterfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, JNI_ABORT); } if (_exception) { @@ -2715,12 +2833,12 @@ android_glTexParameterfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2728,7 +2846,7 @@ android_glTexParameterfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glTexParameterfv( @@ -2739,7 +2857,7 @@ android_glTexParameterfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2788,7 +2906,7 @@ android_glTexParameteriv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexParameteriv( @@ -2799,7 +2917,7 @@ android_glTexParameteriv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -2814,12 +2932,12 @@ android_glTexParameteriv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2827,7 +2945,7 @@ android_glTexParameteriv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glTexParameteriv( @@ -2838,7 +2956,7 @@ android_glTexParameteriv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2876,7 +2994,7 @@ android_glTexParameterxv__II_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexParameterxv( @@ -2887,7 +3005,7 @@ android_glTexParameterxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -2902,12 +3020,12 @@ android_glTexParameterxv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2915,7 +3033,7 @@ android_glTexParameterxv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glTexParameterxv( @@ -2926,7 +3044,7 @@ android_glTexParameterxv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); diff --git a/core/jni/android_opengl_GLES11Ext.cpp b/core/jni/android_opengl_GLES11Ext.cpp index 21e5670f75aa..6422ff28e190 100644 --- a/core/jni/android_opengl_GLES11Ext.cpp +++ b/core/jni/android_opengl_GLES11Ext.cpp @@ -126,6 +126,116 @@ getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *o return NULL; } +class ByteArrayGetter { +public: + static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { + return _env->GetByteArrayElements(array, is_copy); + } +}; +class BooleanArrayGetter { +public: + static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { + return _env->GetBooleanArrayElements(array, is_copy); + } +}; +class CharArrayGetter { +public: + static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { + return _env->GetCharArrayElements(array, is_copy); + } +}; +class ShortArrayGetter { +public: + static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { + return _env->GetShortArrayElements(array, is_copy); + } +}; +class IntArrayGetter { +public: + static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { + return _env->GetIntArrayElements(array, is_copy); + } +}; +class LongArrayGetter { +public: + static void* Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) { + return _env->GetLongArrayElements(array, is_copy); + } +}; +class FloatArrayGetter { +public: + static void* Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) { + return _env->GetFloatArrayElements(array, is_copy); + } +}; +class DoubleArrayGetter { +public: + static void* Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) { + return _env->GetDoubleArrayElements(array, is_copy); + } +}; + +template<typename JTYPEARRAY, typename ARRAYGETTER> +static void* +getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) { + return ARRAYGETTER::Get(_env, array, is_copy); +} + +class ByteArrayReleaser { +public: + static void Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) { + _env->ReleaseByteArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class BooleanArrayReleaser { +public: + static void Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) { + _env->ReleaseBooleanArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class CharArrayReleaser { +public: + static void Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) { + _env->ReleaseCharArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class ShortArrayReleaser { +public: + static void Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) { + _env->ReleaseShortArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class IntArrayReleaser { +public: + static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) { + _env->ReleaseIntArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class LongArrayReleaser { +public: + static void Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) { + _env->ReleaseLongArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class FloatArrayReleaser { +public: + static void Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) { + _env->ReleaseFloatArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class DoubleArrayReleaser { +public: + static void Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) { + _env->ReleaseDoubleArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; + +template<typename JTYPEARRAY, typename NTYPEARRAY, typename ARRAYRELEASER> +static void +releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) { + ARRAYRELEASER::Release(_env, array, data, commit); +} + static void releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) { @@ -229,7 +339,8 @@ static int getNeededCount(GLint pname) { return needed; } -template <typename JTYPEARRAY, typename CTYPE, void GET(GLenum, CTYPE*)> +template <typename JTYPEARRAY, typename ARRAYGETTER, typename NTYPEARRAY, + typename ARRAYRELEASER, typename CTYPE, void GET(GLenum, CTYPE*)> static void get (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { @@ -264,8 +375,8 @@ get _exceptionMessage = "length - offset < needed"; goto exit; } - params_base = (CTYPE *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + params_base = (CTYPE *) getArrayPointer<JTYPEARRAY, ARRAYGETTER>( + _env, params_ref, (jboolean *)0); params = params_base + offset; GET( @@ -275,8 +386,8 @@ get exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, - _exception ? JNI_ABORT: 0); + releaseArrayPointer<JTYPEARRAY, NTYPEARRAY, ARRAYRELEASER>( + _env, params_ref, params_base, !_exception); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -284,20 +395,21 @@ exit: } -template <typename CTYPE, void GET(GLenum, CTYPE*)> +template <typename CTYPE, typename JTYPEARRAY, typename ARRAYGETTER, typename NTYPEARRAY, + typename ARRAYRELEASER, void GET(GLenum, CTYPE*)> static void getarray (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { jint _exception = 0; const char * _exceptionType; const char * _exceptionMessage; - jarray _array = (jarray) 0; + JTYPEARRAY _array = (JTYPEARRAY) 0; jint _bufferOffset = (jint) 0; jint _remaining; CTYPE *params = (CTYPE *) 0; int _needed = 0; - params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); _remaining /= sizeof(CTYPE); // convert from bytes to item count _needed = getNeededCount(pname); // if we didn't find this pname, we just assume the user passed @@ -310,7 +422,8 @@ getarray goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *) getArrayPointer<JTYPEARRAY, ARRAYGETTER>( + _env, _array, (jboolean *) 0); params = (CTYPE *) (_paramsBase + _bufferOffset); } GET( @@ -320,7 +433,8 @@ getarray exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + releaseArrayPointer<JTYPEARRAY, NTYPEARRAY, ARRAYRELEASER>( + _env, _array, (NTYPEARRAY)params, _exception ? JNI_FALSE : JNI_TRUE); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -429,7 +543,7 @@ android_glDrawTexsvOES___3SI goto exit; } coords_base = (GLshort *) - _env->GetPrimitiveArrayCritical(coords_ref, (jboolean *)0); + _env->GetShortArrayElements(coords_ref, (jboolean *)0); coords = coords_base + offset; glDrawTexsvOES( @@ -438,7 +552,7 @@ android_glDrawTexsvOES___3SI exit: if (coords_base) { - _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base, + _env->ReleaseShortArrayElements(coords_ref, (jshort*)coords_base, JNI_ABORT); } if (_exception) { @@ -453,12 +567,12 @@ android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jshortArray _array = (jshortArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLshort *coords = (GLshort *) 0; - coords = (GLshort *)getPointer(_env, coords_buf, &_array, &_remaining, &_bufferOffset); + coords = (GLshort *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 5) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -466,7 +580,7 @@ android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2 goto exit; } if (coords == NULL) { - char * _coordsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _coordsBase = (char *)_env->GetShortArrayElements(_array, (jboolean *) 0); coords = (GLshort *) (_coordsBase + _bufferOffset); } glDrawTexsvOES( @@ -475,7 +589,7 @@ android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2 exit: if (_array) { - releasePointer(_env, _array, coords, JNI_FALSE); + _env->ReleaseShortArrayElements(_array, (jshort*)coords, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -513,7 +627,7 @@ android_glDrawTexivOES___3II goto exit; } coords_base = (GLint *) - _env->GetPrimitiveArrayCritical(coords_ref, (jboolean *)0); + _env->GetIntArrayElements(coords_ref, (jboolean *)0); coords = coords_base + offset; glDrawTexivOES( @@ -522,7 +636,7 @@ android_glDrawTexivOES___3II exit: if (coords_base) { - _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base, + _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base, JNI_ABORT); } if (_exception) { @@ -537,12 +651,12 @@ android_glDrawTexivOES__Ljava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *coords = (GLint *) 0; - coords = (GLint *)getPointer(_env, coords_buf, &_array, &_remaining, &_bufferOffset); + coords = (GLint *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 5) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -550,7 +664,7 @@ android_glDrawTexivOES__Ljava_nio_IntBuffer_2 goto exit; } if (coords == NULL) { - char * _coordsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _coordsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); coords = (GLint *) (_coordsBase + _bufferOffset); } glDrawTexivOES( @@ -559,7 +673,7 @@ android_glDrawTexivOES__Ljava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, coords, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)coords, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -597,7 +711,7 @@ android_glDrawTexxvOES___3II goto exit; } coords_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(coords_ref, (jboolean *)0); + _env->GetIntArrayElements(coords_ref, (jboolean *)0); coords = coords_base + offset; glDrawTexxvOES( @@ -606,7 +720,7 @@ android_glDrawTexxvOES___3II exit: if (coords_base) { - _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base, + _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base, JNI_ABORT); } if (_exception) { @@ -621,12 +735,12 @@ android_glDrawTexxvOES__Ljava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *coords = (GLfixed *) 0; - coords = (GLfixed *)getPointer(_env, coords_buf, &_array, &_remaining, &_bufferOffset); + coords = (GLfixed *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 5) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -634,7 +748,7 @@ android_glDrawTexxvOES__Ljava_nio_IntBuffer_2 goto exit; } if (coords == NULL) { - char * _coordsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _coordsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); coords = (GLfixed *) (_coordsBase + _bufferOffset); } glDrawTexxvOES( @@ -643,7 +757,7 @@ android_glDrawTexxvOES__Ljava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, coords, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)coords, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -694,7 +808,7 @@ android_glDrawTexfvOES___3FI goto exit; } coords_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(coords_ref, (jboolean *)0); + _env->GetFloatArrayElements(coords_ref, (jboolean *)0); coords = coords_base + offset; glDrawTexfvOES( @@ -703,7 +817,7 @@ android_glDrawTexfvOES___3FI exit: if (coords_base) { - _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base, + _env->ReleaseFloatArrayElements(coords_ref, (jfloat*)coords_base, JNI_ABORT); } if (_exception) { @@ -718,12 +832,12 @@ android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *coords = (GLfloat *) 0; - coords = (GLfloat *)getPointer(_env, coords_buf, &_array, &_remaining, &_bufferOffset); + coords = (GLfloat *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 5) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -731,7 +845,7 @@ android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2 goto exit; } if (coords == NULL) { - char * _coordsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _coordsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); coords = (GLfloat *) (_coordsBase + _bufferOffset); } glDrawTexfvOES( @@ -740,7 +854,7 @@ android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, coords, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)coords, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -756,7 +870,7 @@ android_glEGLImageTargetTexture2DOES__ILjava_nio_Buffer_2 jint _remaining; GLeglImageOES image = (GLeglImageOES) 0; - image = (GLeglImageOES)getPointer(_env, image_buf, &_array, &_remaining, &_bufferOffset); + image = (GLeglImageOES)getPointer(_env, image_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (image == NULL) { char * _imageBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); image = (GLeglImageOES) (_imageBase + _bufferOffset); @@ -779,7 +893,7 @@ android_glEGLImageTargetRenderbufferStorageOES__ILjava_nio_Buffer_2 jint _remaining; GLeglImageOES image = (GLeglImageOES) 0; - image = (GLeglImageOES)getPointer(_env, image_buf, &_array, &_remaining, &_bufferOffset); + image = (GLeglImageOES)getPointer(_env, image_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (image == NULL) { char * _imageBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); image = (GLeglImageOES) (_imageBase + _bufferOffset); @@ -849,7 +963,7 @@ android_glClipPlanexOES__I_3II } _remaining = _env->GetArrayLength(equation_ref) - offset; equation_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(equation_ref, (jboolean *)0); + _env->GetIntArrayElements(equation_ref, (jboolean *)0); equation = equation_base + offset; glClipPlanexOES( @@ -859,7 +973,7 @@ android_glClipPlanexOES__I_3II exit: if (equation_base) { - _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base, + _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, JNI_ABORT); } if (_exception) { @@ -871,14 +985,14 @@ exit: static void android_glClipPlanexOES__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *equation = (GLfixed *) 0; - equation = (GLfixed *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset); + equation = (GLfixed *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (equation == NULL) { - char * _equationBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _equationBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); equation = (GLfixed *) (_equationBase + _bufferOffset); } glClipPlanexOES( @@ -886,7 +1000,7 @@ android_glClipPlanexOES__ILjava_nio_IntBuffer_2 (GLfixed *)equation ); if (_array) { - releasePointer(_env, _array, equation, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)equation, JNI_ABORT); } } @@ -947,7 +1061,7 @@ android_glFogxvOES__I_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glFogxvOES( @@ -957,7 +1071,7 @@ android_glFogxvOES__I_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -969,14 +1083,14 @@ exit: static void android_glFogxvOES__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glFogxvOES( @@ -984,7 +1098,7 @@ android_glFogxvOES__ILjava_nio_IntBuffer_2 (GLfixed *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } } @@ -1033,7 +1147,7 @@ android_glGetClipPlanexOES__I_3II goto exit; } eqn_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(eqn_ref, (jboolean *)0); + _env->GetIntArrayElements(eqn_ref, (jboolean *)0); eqn = eqn_base + offset; glGetClipPlanexOES( @@ -1043,7 +1157,7 @@ android_glGetClipPlanexOES__I_3II exit: if (eqn_base) { - _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base, + _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1058,12 +1172,12 @@ android_glGetClipPlanexOES__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *eqn = (GLfixed *) 0; - eqn = (GLfixed *)getPointer(_env, eqn_buf, &_array, &_remaining, &_bufferOffset); + eqn = (GLfixed *)getPointer(_env, eqn_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 4) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -1071,7 +1185,7 @@ android_glGetClipPlanexOES__ILjava_nio_IntBuffer_2 goto exit; } if (eqn == NULL) { - char * _eqnBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _eqnBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); eqn = (GLfixed *) (_eqnBase + _bufferOffset); } glGetClipPlanexOES( @@ -1081,7 +1195,7 @@ android_glGetClipPlanexOES__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, eqn, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)eqn, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1113,7 +1227,7 @@ android_glGetFixedvOES__I_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetFixedvOES( @@ -1123,7 +1237,7 @@ android_glGetFixedvOES__I_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1135,14 +1249,14 @@ exit: static void android_glGetFixedvOES__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glGetFixedvOES( @@ -1150,7 +1264,7 @@ android_glGetFixedvOES__ILjava_nio_IntBuffer_2 (GLfixed *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -1179,7 +1293,7 @@ android_glGetLightxvOES__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetLightxvOES( @@ -1190,7 +1304,7 @@ android_glGetLightxvOES__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1202,14 +1316,14 @@ exit: static void android_glGetLightxvOES__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glGetLightxvOES( @@ -1218,7 +1332,7 @@ android_glGetLightxvOES__IILjava_nio_IntBuffer_2 (GLfixed *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -1247,7 +1361,7 @@ android_glGetMaterialxvOES__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetMaterialxvOES( @@ -1258,7 +1372,7 @@ android_glGetMaterialxvOES__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1270,14 +1384,14 @@ exit: static void android_glGetMaterialxvOES__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glGetMaterialxvOES( @@ -1286,7 +1400,7 @@ android_glGetMaterialxvOES__IILjava_nio_IntBuffer_2 (GLfixed *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -1315,7 +1429,7 @@ android_glGetTexEnvxvOES__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexEnvxvOES( @@ -1326,7 +1440,7 @@ android_glGetTexEnvxvOES__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1338,14 +1452,14 @@ exit: static void android_glGetTexEnvxvOES__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint env, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glGetTexEnvxvOES( @@ -1354,7 +1468,7 @@ android_glGetTexEnvxvOES__IILjava_nio_IntBuffer_2 (GLfixed *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -1383,7 +1497,7 @@ android_glGetTexParameterxvOES__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexParameterxvOES( @@ -1394,7 +1508,7 @@ android_glGetTexParameterxvOES__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1406,14 +1520,14 @@ exit: static void android_glGetTexParameterxvOES__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glGetTexParameterxvOES( @@ -1422,7 +1536,7 @@ android_glGetTexParameterxvOES__IILjava_nio_IntBuffer_2 (GLfixed *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -1461,7 +1575,7 @@ android_glLightModelxvOES__I_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glLightModelxvOES( @@ -1471,7 +1585,7 @@ android_glLightModelxvOES__I_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -1483,14 +1597,14 @@ exit: static void android_glLightModelxvOES__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glLightModelxvOES( @@ -1498,7 +1612,7 @@ android_glLightModelxvOES__ILjava_nio_IntBuffer_2 (GLfixed *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } } @@ -1538,7 +1652,7 @@ android_glLightxvOES__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glLightxvOES( @@ -1549,7 +1663,7 @@ android_glLightxvOES__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -1561,14 +1675,14 @@ exit: static void android_glLightxvOES__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glLightxvOES( @@ -1577,7 +1691,7 @@ android_glLightxvOES__IILjava_nio_IntBuffer_2 (GLfixed *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } } @@ -1615,7 +1729,7 @@ android_glLoadMatrixxOES___3II } _remaining = _env->GetArrayLength(m_ref) - offset; m_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(m_ref, (jboolean *)0); + _env->GetIntArrayElements(m_ref, (jboolean *)0); m = m_base + offset; glLoadMatrixxOES( @@ -1624,7 +1738,7 @@ android_glLoadMatrixxOES___3II exit: if (m_base) { - _env->ReleasePrimitiveArrayCritical(m_ref, m_base, + _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, JNI_ABORT); } if (_exception) { @@ -1636,21 +1750,21 @@ exit: static void android_glLoadMatrixxOES__Ljava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jobject m_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *m = (GLfixed *) 0; - m = (GLfixed *)getPointer(_env, m_buf, &_array, &_remaining, &_bufferOffset); + m = (GLfixed *)getPointer(_env, m_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (m == NULL) { - char * _mBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _mBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); m = (GLfixed *) (_mBase + _bufferOffset); } glLoadMatrixxOES( (GLfixed *)m ); if (_array) { - releasePointer(_env, _array, m, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)m, JNI_ABORT); } } @@ -1690,7 +1804,7 @@ android_glMaterialxvOES__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glMaterialxvOES( @@ -1701,7 +1815,7 @@ android_glMaterialxvOES__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -1713,14 +1827,14 @@ exit: static void android_glMaterialxvOES__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glMaterialxvOES( @@ -1729,7 +1843,7 @@ android_glMaterialxvOES__IILjava_nio_IntBuffer_2 (GLfixed *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } } @@ -1758,7 +1872,7 @@ android_glMultMatrixxOES___3II } _remaining = _env->GetArrayLength(m_ref) - offset; m_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(m_ref, (jboolean *)0); + _env->GetIntArrayElements(m_ref, (jboolean *)0); m = m_base + offset; glMultMatrixxOES( @@ -1767,7 +1881,7 @@ android_glMultMatrixxOES___3II exit: if (m_base) { - _env->ReleasePrimitiveArrayCritical(m_ref, m_base, + _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, JNI_ABORT); } if (_exception) { @@ -1779,21 +1893,21 @@ exit: static void android_glMultMatrixxOES__Ljava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jobject m_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *m = (GLfixed *) 0; - m = (GLfixed *)getPointer(_env, m_buf, &_array, &_remaining, &_bufferOffset); + m = (GLfixed *)getPointer(_env, m_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (m == NULL) { - char * _mBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _mBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); m = (GLfixed *) (_mBase + _bufferOffset); } glMultMatrixxOES( (GLfixed *)m ); if (_array) { - releasePointer(_env, _array, m, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)m, JNI_ABORT); } } @@ -1870,7 +1984,7 @@ android_glPointParameterxvOES__I_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glPointParameterxvOES( @@ -1880,7 +1994,7 @@ android_glPointParameterxvOES__I_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -1892,14 +2006,14 @@ exit: static void android_glPointParameterxvOES__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glPointParameterxvOES( @@ -1907,7 +2021,7 @@ android_glPointParameterxvOES__ILjava_nio_IntBuffer_2 (GLfixed *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } } @@ -1999,7 +2113,7 @@ android_glTexEnvxvOES__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexEnvxvOES( @@ -2010,7 +2124,7 @@ android_glTexEnvxvOES__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -2022,14 +2136,14 @@ exit: static void android_glTexEnvxvOES__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glTexEnvxvOES( @@ -2038,7 +2152,7 @@ android_glTexEnvxvOES__IILjava_nio_IntBuffer_2 (GLfixed *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } } @@ -2078,7 +2192,7 @@ android_glTexParameterxvOES__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexParameterxvOES( @@ -2089,7 +2203,7 @@ android_glTexParameterxvOES__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -2101,14 +2215,14 @@ exit: static void android_glTexParameterxvOES__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glTexParameterxvOES( @@ -2117,7 +2231,7 @@ android_glTexParameterxvOES__IILjava_nio_IntBuffer_2 (GLfixed *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } } @@ -2184,7 +2298,7 @@ android_glDeleteRenderbuffersOES__I_3II goto exit; } renderbuffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(renderbuffers_ref, (jboolean *)0); + _env->GetIntArrayElements(renderbuffers_ref, (jboolean *)0); renderbuffers = renderbuffers_base + offset; glDeleteRenderbuffersOES( @@ -2194,7 +2308,7 @@ android_glDeleteRenderbuffersOES__I_3II exit: if (renderbuffers_base) { - _env->ReleasePrimitiveArrayCritical(renderbuffers_ref, renderbuffers_base, + _env->ReleaseIntArrayElements(renderbuffers_ref, (jint*)renderbuffers_base, JNI_ABORT); } if (_exception) { @@ -2209,12 +2323,12 @@ android_glDeleteRenderbuffersOES__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *renderbuffers = (GLuint *) 0; - renderbuffers = (GLuint *)getPointer(_env, renderbuffers_buf, &_array, &_remaining, &_bufferOffset); + renderbuffers = (GLuint *)getPointer(_env, renderbuffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2222,7 +2336,7 @@ android_glDeleteRenderbuffersOES__ILjava_nio_IntBuffer_2 goto exit; } if (renderbuffers == NULL) { - char * _renderbuffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _renderbuffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); renderbuffers = (GLuint *) (_renderbuffersBase + _bufferOffset); } glDeleteRenderbuffersOES( @@ -2232,7 +2346,7 @@ android_glDeleteRenderbuffersOES__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, renderbuffers, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)renderbuffers, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2270,7 +2384,7 @@ android_glGenRenderbuffersOES__I_3II goto exit; } renderbuffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(renderbuffers_ref, (jboolean *)0); + _env->GetIntArrayElements(renderbuffers_ref, (jboolean *)0); renderbuffers = renderbuffers_base + offset; glGenRenderbuffersOES( @@ -2280,7 +2394,7 @@ android_glGenRenderbuffersOES__I_3II exit: if (renderbuffers_base) { - _env->ReleasePrimitiveArrayCritical(renderbuffers_ref, renderbuffers_base, + _env->ReleaseIntArrayElements(renderbuffers_ref, (jint*)renderbuffers_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2295,12 +2409,12 @@ android_glGenRenderbuffersOES__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *renderbuffers = (GLuint *) 0; - renderbuffers = (GLuint *)getPointer(_env, renderbuffers_buf, &_array, &_remaining, &_bufferOffset); + renderbuffers = (GLuint *)getPointer(_env, renderbuffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2308,7 +2422,7 @@ android_glGenRenderbuffersOES__ILjava_nio_IntBuffer_2 goto exit; } if (renderbuffers == NULL) { - char * _renderbuffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _renderbuffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); renderbuffers = (GLuint *) (_renderbuffersBase + _bufferOffset); } glGenRenderbuffersOES( @@ -2318,7 +2432,7 @@ android_glGenRenderbuffersOES__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, renderbuffers, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)renderbuffers, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2368,7 +2482,7 @@ android_glGetRenderbufferParameterivOES__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetRenderbufferParameterivOES( @@ -2379,7 +2493,7 @@ android_glGetRenderbufferParameterivOES__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2394,12 +2508,12 @@ android_glGetRenderbufferParameterivOES__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2407,7 +2521,7 @@ android_glGetRenderbufferParameterivOES__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetRenderbufferParameterivOES( @@ -2418,7 +2532,7 @@ android_glGetRenderbufferParameterivOES__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2477,7 +2591,7 @@ android_glDeleteFramebuffersOES__I_3II goto exit; } framebuffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(framebuffers_ref, (jboolean *)0); + _env->GetIntArrayElements(framebuffers_ref, (jboolean *)0); framebuffers = framebuffers_base + offset; glDeleteFramebuffersOES( @@ -2487,7 +2601,7 @@ android_glDeleteFramebuffersOES__I_3II exit: if (framebuffers_base) { - _env->ReleasePrimitiveArrayCritical(framebuffers_ref, framebuffers_base, + _env->ReleaseIntArrayElements(framebuffers_ref, (jint*)framebuffers_base, JNI_ABORT); } if (_exception) { @@ -2502,12 +2616,12 @@ android_glDeleteFramebuffersOES__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *framebuffers = (GLuint *) 0; - framebuffers = (GLuint *)getPointer(_env, framebuffers_buf, &_array, &_remaining, &_bufferOffset); + framebuffers = (GLuint *)getPointer(_env, framebuffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2515,7 +2629,7 @@ android_glDeleteFramebuffersOES__ILjava_nio_IntBuffer_2 goto exit; } if (framebuffers == NULL) { - char * _framebuffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _framebuffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); framebuffers = (GLuint *) (_framebuffersBase + _bufferOffset); } glDeleteFramebuffersOES( @@ -2525,7 +2639,7 @@ android_glDeleteFramebuffersOES__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, framebuffers, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)framebuffers, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2563,7 +2677,7 @@ android_glGenFramebuffersOES__I_3II goto exit; } framebuffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(framebuffers_ref, (jboolean *)0); + _env->GetIntArrayElements(framebuffers_ref, (jboolean *)0); framebuffers = framebuffers_base + offset; glGenFramebuffersOES( @@ -2573,7 +2687,7 @@ android_glGenFramebuffersOES__I_3II exit: if (framebuffers_base) { - _env->ReleasePrimitiveArrayCritical(framebuffers_ref, framebuffers_base, + _env->ReleaseIntArrayElements(framebuffers_ref, (jint*)framebuffers_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2588,12 +2702,12 @@ android_glGenFramebuffersOES__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *framebuffers = (GLuint *) 0; - framebuffers = (GLuint *)getPointer(_env, framebuffers_buf, &_array, &_remaining, &_bufferOffset); + framebuffers = (GLuint *)getPointer(_env, framebuffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2601,7 +2715,7 @@ android_glGenFramebuffersOES__ILjava_nio_IntBuffer_2 goto exit; } if (framebuffers == NULL) { - char * _framebuffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _framebuffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); framebuffers = (GLuint *) (_framebuffersBase + _bufferOffset); } glGenFramebuffersOES( @@ -2611,7 +2725,7 @@ android_glGenFramebuffersOES__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, framebuffers, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)framebuffers, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2685,7 +2799,7 @@ android_glGetFramebufferAttachmentParameterivOES__III_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetFramebufferAttachmentParameterivOES( @@ -2697,7 +2811,7 @@ android_glGetFramebufferAttachmentParameterivOES__III_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2712,12 +2826,12 @@ android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2725,7 +2839,7 @@ android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetFramebufferAttachmentParameterivOES( @@ -2737,7 +2851,7 @@ android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2880,7 +2994,7 @@ android_glClipPlanefOES__I_3FI } _remaining = _env->GetArrayLength(equation_ref) - offset; equation_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(equation_ref, (jboolean *)0); + _env->GetFloatArrayElements(equation_ref, (jboolean *)0); equation = equation_base + offset; glClipPlanefOES( @@ -2890,7 +3004,7 @@ android_glClipPlanefOES__I_3FI exit: if (equation_base) { - _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base, + _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, JNI_ABORT); } if (_exception) { @@ -2902,14 +3016,14 @@ exit: static void android_glClipPlanefOES__ILjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *equation = (GLfloat *) 0; - equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset); + equation = (GLfloat *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (equation == NULL) { - char * _equationBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _equationBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); equation = (GLfloat *) (_equationBase + _bufferOffset); } glClipPlanefOES( @@ -2917,7 +3031,7 @@ android_glClipPlanefOES__ILjava_nio_FloatBuffer_2 (GLfloat *)equation ); if (_array) { - releasePointer(_env, _array, equation, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)equation, JNI_ABORT); } } @@ -2952,7 +3066,7 @@ android_glGetClipPlanefOES__I_3FI goto exit; } eqn_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(eqn_ref, (jboolean *)0); + _env->GetFloatArrayElements(eqn_ref, (jboolean *)0); eqn = eqn_base + offset; glGetClipPlanefOES( @@ -2962,7 +3076,7 @@ android_glGetClipPlanefOES__I_3FI exit: if (eqn_base) { - _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base, + _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2977,12 +3091,12 @@ android_glGetClipPlanefOES__ILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *eqn = (GLfloat *) 0; - eqn = (GLfloat *)getPointer(_env, eqn_buf, &_array, &_remaining, &_bufferOffset); + eqn = (GLfloat *)getPointer(_env, eqn_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 4) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2990,7 +3104,7 @@ android_glGetClipPlanefOES__ILjava_nio_FloatBuffer_2 goto exit; } if (eqn == NULL) { - char * _eqnBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _eqnBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); eqn = (GLfloat *) (_eqnBase + _bufferOffset); } glGetClipPlanefOES( @@ -3000,7 +3114,7 @@ android_glGetClipPlanefOES__ILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, eqn, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)eqn, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -3052,7 +3166,7 @@ android_glTexGenfvOES__II_3FI } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexGenfvOES( @@ -3063,7 +3177,7 @@ android_glTexGenfvOES__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, JNI_ABORT); } if (_exception) { @@ -3075,14 +3189,14 @@ exit: static void android_glTexGenfvOES__IILjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glTexGenfvOES( @@ -3091,7 +3205,7 @@ android_glTexGenfvOES__IILjava_nio_FloatBuffer_2 (GLfloat *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, JNI_ABORT); } } @@ -3131,7 +3245,7 @@ android_glTexGenivOES__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexGenivOES( @@ -3142,7 +3256,7 @@ android_glTexGenivOES__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -3154,14 +3268,14 @@ exit: static void android_glTexGenivOES__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glTexGenivOES( @@ -3170,7 +3284,7 @@ android_glTexGenivOES__IILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } } @@ -3210,7 +3324,7 @@ android_glTexGenxvOES__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexGenxvOES( @@ -3221,7 +3335,7 @@ android_glTexGenxvOES__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -3233,14 +3347,14 @@ exit: static void android_glTexGenxvOES__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glTexGenxvOES( @@ -3249,7 +3363,7 @@ android_glTexGenxvOES__IILjava_nio_IntBuffer_2 (GLfixed *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } } @@ -3278,7 +3392,7 @@ android_glGetTexGenfvOES__II_3FI } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexGenfvOES( @@ -3289,7 +3403,7 @@ android_glGetTexGenfvOES__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3301,14 +3415,14 @@ exit: static void android_glGetTexGenfvOES__IILjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glGetTexGenfvOES( @@ -3317,7 +3431,7 @@ android_glGetTexGenfvOES__IILjava_nio_FloatBuffer_2 (GLfloat *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, 0); } } @@ -3346,7 +3460,7 @@ android_glGetTexGenivOES__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexGenivOES( @@ -3357,7 +3471,7 @@ android_glGetTexGenivOES__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3369,14 +3483,14 @@ exit: static void android_glGetTexGenivOES__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetTexGenivOES( @@ -3385,7 +3499,7 @@ android_glGetTexGenivOES__IILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -3414,7 +3528,7 @@ android_glGetTexGenxvOES__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexGenxvOES( @@ -3425,7 +3539,7 @@ android_glGetTexGenxvOES__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3437,14 +3551,14 @@ exit: static void android_glGetTexGenxvOES__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glGetTexGenxvOES( @@ -3453,7 +3567,7 @@ android_glGetTexGenxvOES__IILjava_nio_IntBuffer_2 (GLfixed *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } diff --git a/core/jni/android_opengl_GLES20.cpp b/core/jni/android_opengl_GLES20.cpp index cd0c1354f111..f9a0dfeb444c 100644 --- a/core/jni/android_opengl_GLES20.cpp +++ b/core/jni/android_opengl_GLES20.cpp @@ -126,6 +126,116 @@ getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *o return NULL; } +class ByteArrayGetter { +public: + static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { + return _env->GetByteArrayElements(array, is_copy); + } +}; +class BooleanArrayGetter { +public: + static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { + return _env->GetBooleanArrayElements(array, is_copy); + } +}; +class CharArrayGetter { +public: + static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { + return _env->GetCharArrayElements(array, is_copy); + } +}; +class ShortArrayGetter { +public: + static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { + return _env->GetShortArrayElements(array, is_copy); + } +}; +class IntArrayGetter { +public: + static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { + return _env->GetIntArrayElements(array, is_copy); + } +}; +class LongArrayGetter { +public: + static void* Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) { + return _env->GetLongArrayElements(array, is_copy); + } +}; +class FloatArrayGetter { +public: + static void* Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) { + return _env->GetFloatArrayElements(array, is_copy); + } +}; +class DoubleArrayGetter { +public: + static void* Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) { + return _env->GetDoubleArrayElements(array, is_copy); + } +}; + +template<typename JTYPEARRAY, typename ARRAYGETTER> +static void* +getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) { + return ARRAYGETTER::Get(_env, array, is_copy); +} + +class ByteArrayReleaser { +public: + static void Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) { + _env->ReleaseByteArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class BooleanArrayReleaser { +public: + static void Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) { + _env->ReleaseBooleanArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class CharArrayReleaser { +public: + static void Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) { + _env->ReleaseCharArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class ShortArrayReleaser { +public: + static void Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) { + _env->ReleaseShortArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class IntArrayReleaser { +public: + static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) { + _env->ReleaseIntArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class LongArrayReleaser { +public: + static void Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) { + _env->ReleaseLongArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class FloatArrayReleaser { +public: + static void Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) { + _env->ReleaseFloatArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class DoubleArrayReleaser { +public: + static void Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) { + _env->ReleaseDoubleArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; + +template<typename JTYPEARRAY, typename NTYPEARRAY, typename ARRAYRELEASER> +static void +releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) { + ARRAYRELEASER::Release(_env, array, data, commit); +} + static void releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) { @@ -229,7 +339,8 @@ static int getNeededCount(GLint pname) { return needed; } -template <typename JTYPEARRAY, typename CTYPE, void GET(GLenum, CTYPE*)> +template <typename JTYPEARRAY, typename ARRAYGETTER, typename NTYPEARRAY, + typename ARRAYRELEASER, typename CTYPE, void GET(GLenum, CTYPE*)> static void get (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { @@ -264,8 +375,8 @@ get _exceptionMessage = "length - offset < needed"; goto exit; } - params_base = (CTYPE *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + params_base = (CTYPE *) getArrayPointer<JTYPEARRAY, ARRAYGETTER>( + _env, params_ref, (jboolean *)0); params = params_base + offset; GET( @@ -275,8 +386,8 @@ get exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, - _exception ? JNI_ABORT: 0); + releaseArrayPointer<JTYPEARRAY, NTYPEARRAY, ARRAYRELEASER>( + _env, params_ref, params_base, !_exception); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -284,20 +395,21 @@ exit: } -template <typename CTYPE, void GET(GLenum, CTYPE*)> +template <typename CTYPE, typename JTYPEARRAY, typename ARRAYGETTER, typename NTYPEARRAY, + typename ARRAYRELEASER, void GET(GLenum, CTYPE*)> static void getarray (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { jint _exception = 0; const char * _exceptionType; const char * _exceptionMessage; - jarray _array = (jarray) 0; + JTYPEARRAY _array = (JTYPEARRAY) 0; jint _bufferOffset = (jint) 0; jint _remaining; CTYPE *params = (CTYPE *) 0; int _needed = 0; - params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); _remaining /= sizeof(CTYPE); // convert from bytes to item count _needed = getNeededCount(pname); // if we didn't find this pname, we just assume the user passed @@ -310,7 +422,8 @@ getarray goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *) getArrayPointer<JTYPEARRAY, ARRAYGETTER>( + _env, _array, (jboolean *) 0); params = (CTYPE *) (_paramsBase + _bufferOffset); } GET( @@ -320,7 +433,8 @@ getarray exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + releaseArrayPointer<JTYPEARRAY, NTYPEARRAY, ARRAYRELEASER>( + _env, _array, (NTYPEARRAY)params, _exception ? JNI_FALSE : JNI_TRUE); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -486,7 +600,7 @@ android_glBufferData__IILjava_nio_Buffer_2I GLvoid *data = (GLvoid *) 0; if (data_buf) { - data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < size) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -526,7 +640,7 @@ android_glBufferSubData__IIILjava_nio_Buffer_2 jint _remaining; GLvoid *data = (GLvoid *) 0; - data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < size) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -633,7 +747,7 @@ android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2 jint _remaining; GLvoid *data = (GLvoid *) 0; - data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (data == NULL) { char * _dataBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); data = (GLvoid *) (_dataBase + _bufferOffset); @@ -662,7 +776,7 @@ android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2 jint _remaining; GLvoid *data = (GLvoid *) 0; - data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (data == NULL) { char * _dataBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); data = (GLvoid *) (_dataBase + _bufferOffset); @@ -775,7 +889,7 @@ android_glDeleteBuffers__I_3II goto exit; } buffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(buffers_ref, (jboolean *)0); + _env->GetIntArrayElements(buffers_ref, (jboolean *)0); buffers = buffers_base + offset; glDeleteBuffers( @@ -785,7 +899,7 @@ android_glDeleteBuffers__I_3II exit: if (buffers_base) { - _env->ReleasePrimitiveArrayCritical(buffers_ref, buffers_base, + _env->ReleaseIntArrayElements(buffers_ref, (jint*)buffers_base, JNI_ABORT); } if (_exception) { @@ -800,12 +914,12 @@ android_glDeleteBuffers__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *buffers = (GLuint *) 0; - buffers = (GLuint *)getPointer(_env, buffers_buf, &_array, &_remaining, &_bufferOffset); + buffers = (GLuint *)getPointer(_env, buffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -813,7 +927,7 @@ android_glDeleteBuffers__ILjava_nio_IntBuffer_2 goto exit; } if (buffers == NULL) { - char * _buffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _buffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); buffers = (GLuint *) (_buffersBase + _bufferOffset); } glDeleteBuffers( @@ -823,7 +937,7 @@ android_glDeleteBuffers__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, buffers, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)buffers, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -861,7 +975,7 @@ android_glDeleteFramebuffers__I_3II goto exit; } framebuffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(framebuffers_ref, (jboolean *)0); + _env->GetIntArrayElements(framebuffers_ref, (jboolean *)0); framebuffers = framebuffers_base + offset; glDeleteFramebuffers( @@ -871,7 +985,7 @@ android_glDeleteFramebuffers__I_3II exit: if (framebuffers_base) { - _env->ReleasePrimitiveArrayCritical(framebuffers_ref, framebuffers_base, + _env->ReleaseIntArrayElements(framebuffers_ref, (jint*)framebuffers_base, JNI_ABORT); } if (_exception) { @@ -886,12 +1000,12 @@ android_glDeleteFramebuffers__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *framebuffers = (GLuint *) 0; - framebuffers = (GLuint *)getPointer(_env, framebuffers_buf, &_array, &_remaining, &_bufferOffset); + framebuffers = (GLuint *)getPointer(_env, framebuffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -899,7 +1013,7 @@ android_glDeleteFramebuffers__ILjava_nio_IntBuffer_2 goto exit; } if (framebuffers == NULL) { - char * _framebuffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _framebuffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); framebuffers = (GLuint *) (_framebuffersBase + _bufferOffset); } glDeleteFramebuffers( @@ -909,7 +1023,7 @@ android_glDeleteFramebuffers__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, framebuffers, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)framebuffers, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -956,7 +1070,7 @@ android_glDeleteRenderbuffers__I_3II goto exit; } renderbuffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(renderbuffers_ref, (jboolean *)0); + _env->GetIntArrayElements(renderbuffers_ref, (jboolean *)0); renderbuffers = renderbuffers_base + offset; glDeleteRenderbuffers( @@ -966,7 +1080,7 @@ android_glDeleteRenderbuffers__I_3II exit: if (renderbuffers_base) { - _env->ReleasePrimitiveArrayCritical(renderbuffers_ref, renderbuffers_base, + _env->ReleaseIntArrayElements(renderbuffers_ref, (jint*)renderbuffers_base, JNI_ABORT); } if (_exception) { @@ -981,12 +1095,12 @@ android_glDeleteRenderbuffers__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *renderbuffers = (GLuint *) 0; - renderbuffers = (GLuint *)getPointer(_env, renderbuffers_buf, &_array, &_remaining, &_bufferOffset); + renderbuffers = (GLuint *)getPointer(_env, renderbuffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -994,7 +1108,7 @@ android_glDeleteRenderbuffers__ILjava_nio_IntBuffer_2 goto exit; } if (renderbuffers == NULL) { - char * _renderbuffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _renderbuffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); renderbuffers = (GLuint *) (_renderbuffersBase + _bufferOffset); } glDeleteRenderbuffers( @@ -1004,7 +1118,7 @@ android_glDeleteRenderbuffers__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, renderbuffers, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)renderbuffers, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1051,7 +1165,7 @@ android_glDeleteTextures__I_3II goto exit; } textures_base = (GLuint *) - _env->GetPrimitiveArrayCritical(textures_ref, (jboolean *)0); + _env->GetIntArrayElements(textures_ref, (jboolean *)0); textures = textures_base + offset; glDeleteTextures( @@ -1061,7 +1175,7 @@ android_glDeleteTextures__I_3II exit: if (textures_base) { - _env->ReleasePrimitiveArrayCritical(textures_ref, textures_base, + _env->ReleaseIntArrayElements(textures_ref, (jint*)textures_base, JNI_ABORT); } if (_exception) { @@ -1076,12 +1190,12 @@ android_glDeleteTextures__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *textures = (GLuint *) 0; - textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining, &_bufferOffset); + textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -1089,7 +1203,7 @@ android_glDeleteTextures__ILjava_nio_IntBuffer_2 goto exit; } if (textures == NULL) { - char * _texturesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _texturesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); textures = (GLuint *) (_texturesBase + _bufferOffset); } glDeleteTextures( @@ -1099,7 +1213,7 @@ android_glDeleteTextures__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, textures, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)textures, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1203,7 +1317,7 @@ android_glDrawElements__IIILjava_nio_Buffer_2 jint _remaining; GLvoid *indices = (GLvoid *) 0; - indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset); + indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < count) { _exception = 1; _exceptionType = "java/lang/ArrayIndexOutOfBoundsException"; @@ -1327,7 +1441,7 @@ android_glGenBuffers__I_3II goto exit; } buffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(buffers_ref, (jboolean *)0); + _env->GetIntArrayElements(buffers_ref, (jboolean *)0); buffers = buffers_base + offset; glGenBuffers( @@ -1337,7 +1451,7 @@ android_glGenBuffers__I_3II exit: if (buffers_base) { - _env->ReleasePrimitiveArrayCritical(buffers_ref, buffers_base, + _env->ReleaseIntArrayElements(buffers_ref, (jint*)buffers_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1352,12 +1466,12 @@ android_glGenBuffers__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *buffers = (GLuint *) 0; - buffers = (GLuint *)getPointer(_env, buffers_buf, &_array, &_remaining, &_bufferOffset); + buffers = (GLuint *)getPointer(_env, buffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -1365,7 +1479,7 @@ android_glGenBuffers__ILjava_nio_IntBuffer_2 goto exit; } if (buffers == NULL) { - char * _buffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _buffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); buffers = (GLuint *) (_buffersBase + _bufferOffset); } glGenBuffers( @@ -1375,7 +1489,7 @@ android_glGenBuffers__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, buffers, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)buffers, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1422,7 +1536,7 @@ android_glGenFramebuffers__I_3II goto exit; } framebuffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(framebuffers_ref, (jboolean *)0); + _env->GetIntArrayElements(framebuffers_ref, (jboolean *)0); framebuffers = framebuffers_base + offset; glGenFramebuffers( @@ -1432,7 +1546,7 @@ android_glGenFramebuffers__I_3II exit: if (framebuffers_base) { - _env->ReleasePrimitiveArrayCritical(framebuffers_ref, framebuffers_base, + _env->ReleaseIntArrayElements(framebuffers_ref, (jint*)framebuffers_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1447,12 +1561,12 @@ android_glGenFramebuffers__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *framebuffers = (GLuint *) 0; - framebuffers = (GLuint *)getPointer(_env, framebuffers_buf, &_array, &_remaining, &_bufferOffset); + framebuffers = (GLuint *)getPointer(_env, framebuffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -1460,7 +1574,7 @@ android_glGenFramebuffers__ILjava_nio_IntBuffer_2 goto exit; } if (framebuffers == NULL) { - char * _framebuffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _framebuffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); framebuffers = (GLuint *) (_framebuffersBase + _bufferOffset); } glGenFramebuffers( @@ -1470,7 +1584,7 @@ android_glGenFramebuffers__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, framebuffers, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)framebuffers, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1508,7 +1622,7 @@ android_glGenRenderbuffers__I_3II goto exit; } renderbuffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(renderbuffers_ref, (jboolean *)0); + _env->GetIntArrayElements(renderbuffers_ref, (jboolean *)0); renderbuffers = renderbuffers_base + offset; glGenRenderbuffers( @@ -1518,7 +1632,7 @@ android_glGenRenderbuffers__I_3II exit: if (renderbuffers_base) { - _env->ReleasePrimitiveArrayCritical(renderbuffers_ref, renderbuffers_base, + _env->ReleaseIntArrayElements(renderbuffers_ref, (jint*)renderbuffers_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1533,12 +1647,12 @@ android_glGenRenderbuffers__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *renderbuffers = (GLuint *) 0; - renderbuffers = (GLuint *)getPointer(_env, renderbuffers_buf, &_array, &_remaining, &_bufferOffset); + renderbuffers = (GLuint *)getPointer(_env, renderbuffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -1546,7 +1660,7 @@ android_glGenRenderbuffers__ILjava_nio_IntBuffer_2 goto exit; } if (renderbuffers == NULL) { - char * _renderbuffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _renderbuffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); renderbuffers = (GLuint *) (_renderbuffersBase + _bufferOffset); } glGenRenderbuffers( @@ -1556,7 +1670,7 @@ android_glGenRenderbuffers__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, renderbuffers, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)renderbuffers, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1594,7 +1708,7 @@ android_glGenTextures__I_3II goto exit; } textures_base = (GLuint *) - _env->GetPrimitiveArrayCritical(textures_ref, (jboolean *)0); + _env->GetIntArrayElements(textures_ref, (jboolean *)0); textures = textures_base + offset; glGenTextures( @@ -1604,7 +1718,7 @@ android_glGenTextures__I_3II exit: if (textures_base) { - _env->ReleasePrimitiveArrayCritical(textures_ref, textures_base, + _env->ReleaseIntArrayElements(textures_ref, (jint*)textures_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1619,12 +1733,12 @@ android_glGenTextures__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *textures = (GLuint *) 0; - textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining, &_bufferOffset); + textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -1632,7 +1746,7 @@ android_glGenTextures__ILjava_nio_IntBuffer_2 goto exit; } if (textures == NULL) { - char * _texturesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _texturesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); textures = (GLuint *) (_texturesBase + _bufferOffset); } glGenTextures( @@ -1642,7 +1756,7 @@ android_glGenTextures__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, textures, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)textures, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1683,7 +1797,7 @@ android_glGetActiveAttrib__III_3II_3II_3II_3BI } _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; length_base = (GLsizei *) - _env->GetPrimitiveArrayCritical(length_ref, (jboolean *)0); + _env->GetIntArrayElements(length_ref, (jboolean *)0); length = length_base + lengthOffset; if (!size_ref) { @@ -1700,7 +1814,7 @@ android_glGetActiveAttrib__III_3II_3II_3II_3BI } _sizeRemaining = _env->GetArrayLength(size_ref) - sizeOffset; size_base = (GLint *) - _env->GetPrimitiveArrayCritical(size_ref, (jboolean *)0); + _env->GetIntArrayElements(size_ref, (jboolean *)0); size = size_base + sizeOffset; if (!type_ref) { @@ -1717,7 +1831,7 @@ android_glGetActiveAttrib__III_3II_3II_3II_3BI } _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; type_base = (GLenum *) - _env->GetPrimitiveArrayCritical(type_ref, (jboolean *)0); + _env->GetIntArrayElements(type_ref, (jboolean *)0); type = type_base + typeOffset; if (!name_ref) { @@ -1734,7 +1848,7 @@ android_glGetActiveAttrib__III_3II_3II_3II_3BI } _nameRemaining = _env->GetArrayLength(name_ref) - nameOffset; name_base = (char *) - _env->GetPrimitiveArrayCritical(name_ref, (jboolean *)0); + _env->GetByteArrayElements(name_ref, (jboolean *)0); name = name_base + nameOffset; glGetActiveAttrib( @@ -1749,19 +1863,19 @@ android_glGetActiveAttrib__III_3II_3II_3II_3BI exit: if (name_base) { - _env->ReleasePrimitiveArrayCritical(name_ref, name_base, + _env->ReleaseByteArrayElements(name_ref, (jbyte*)name_base, _exception ? JNI_ABORT: 0); } if (type_base) { - _env->ReleasePrimitiveArrayCritical(type_ref, type_base, + _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, _exception ? JNI_ABORT: 0); } if (size_base) { - _env->ReleasePrimitiveArrayCritical(size_ref, size_base, + _env->ReleaseIntArrayElements(size_ref, (jint*)size_base, _exception ? JNI_ABORT: 0); } if (length_base) { - _env->ReleasePrimitiveArrayCritical(length_ref, length_base, + _env->ReleaseIntArrayElements(length_ref, (jint*)length_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1773,11 +1887,11 @@ exit: static void android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) { - jarray _lengthArray = (jarray) 0; + jintArray _lengthArray = (jintArray) 0; jint _lengthBufferOffset = (jint) 0; - jarray _sizeArray = (jarray) 0; + jintArray _sizeArray = (jintArray) 0; jint _sizeBufferOffset = (jint) 0; - jarray _typeArray = (jarray) 0; + jintArray _typeArray = (jintArray) 0; jint _typeBufferOffset = (jint) 0; jint _lengthRemaining; GLsizei *length = (GLsizei *) 0; @@ -1786,19 +1900,19 @@ android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_ni jint _typeRemaining; GLenum *type = (GLenum *) 0; - length = (GLsizei *)getPointer(_env, length_buf, &_lengthArray, &_lengthRemaining, &_lengthBufferOffset); - size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); - type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset); + length = (GLsizei *)getPointer(_env, length_buf, (jarray*)&_lengthArray, &_lengthRemaining, &_lengthBufferOffset); + size = (GLint *)getPointer(_env, size_buf, (jarray*)&_sizeArray, &_sizeRemaining, &_sizeBufferOffset); + type = (GLenum *)getPointer(_env, type_buf, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset); if (length == NULL) { - char * _lengthBase = (char *)_env->GetPrimitiveArrayCritical(_lengthArray, (jboolean *) 0); + char * _lengthBase = (char *)_env->GetIntArrayElements(_lengthArray, (jboolean *) 0); length = (GLsizei *) (_lengthBase + _lengthBufferOffset); } if (size == NULL) { - char * _sizeBase = (char *)_env->GetPrimitiveArrayCritical(_sizeArray, (jboolean *) 0); + char * _sizeBase = (char *)_env->GetIntArrayElements(_sizeArray, (jboolean *) 0); size = (GLint *) (_sizeBase + _sizeBufferOffset); } if (type == NULL) { - char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0); + char * _typeBase = (char *)_env->GetIntArrayElements(_typeArray, (jboolean *) 0); type = (GLenum *) (_typeBase + _typeBufferOffset); } glGetActiveAttrib( @@ -1811,13 +1925,13 @@ android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_ni reinterpret_cast<char *>(name) ); if (_typeArray) { - releasePointer(_env, _typeArray, type, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _typeArray, (jint*)type, JNI_TRUE); } if (_sizeArray) { - releasePointer(_env, _sizeArray, size, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _sizeArray, (jint*)size, JNI_TRUE); } if (_lengthArray) { - releasePointer(_env, _lengthArray, length, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _lengthArray, (jint*)length, JNI_TRUE); } } @@ -1862,7 +1976,7 @@ android_glGetActiveAttrib1 } _sizeRemaining = _env->GetArrayLength(size_ref) - sizeOffset; size_base = (GLint *) - _env->GetPrimitiveArrayCritical(size_ref, (jboolean *)0); + _env->GetIntArrayElements(size_ref, (jboolean *)0); size = size_base + sizeOffset; if (!type_ref) { @@ -1879,7 +1993,7 @@ android_glGetActiveAttrib1 } _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; type_base = (GLenum *) - _env->GetPrimitiveArrayCritical(type_ref, (jboolean *)0); + _env->GetIntArrayElements(type_ref, (jboolean *)0); type = type_base + typeOffset; glGetActiveAttrib( @@ -1893,11 +2007,11 @@ android_glGetActiveAttrib1 ); exit: if (type_base) { - _env->ReleasePrimitiveArrayCritical(type_ref, type_base, + _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, _exception ? JNI_ABORT: 0); } if (size_base) { - _env->ReleasePrimitiveArrayCritical(size_ref, size_base, + _env->ReleaseIntArrayElements(size_ref, (jint*)size_base, _exception ? JNI_ABORT: 0); } if (_exception != 1) { @@ -1920,9 +2034,9 @@ exit: static jstring android_glGetActiveAttrib2 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { - jarray _sizeArray = (jarray) 0; + jintArray _sizeArray = (jintArray) 0; jint _sizeBufferOffset = (jint) 0; - jarray _typeArray = (jarray) 0; + jintArray _typeArray = (jintArray) 0; jint _typeBufferOffset = (jint) 0; jint _lengthRemaining; GLsizei *length = (GLsizei *) 0; @@ -1945,14 +2059,14 @@ android_glGetActiveAttrib2 return NULL; } - size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); - type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset); + size = (GLint *)getPointer(_env, size_buf, (jarray*)&_sizeArray, &_sizeRemaining, &_sizeBufferOffset); + type = (GLenum *)getPointer(_env, type_buf, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset); if (size == NULL) { - char * _sizeBase = (char *)_env->GetPrimitiveArrayCritical(_sizeArray, (jboolean *) 0); + char * _sizeBase = (char *)_env->GetIntArrayElements(_sizeArray, (jboolean *) 0); size = (GLint *) (_sizeBase + _sizeBufferOffset); } if (type == NULL) { - char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0); + char * _typeBase = (char *)_env->GetIntArrayElements(_typeArray, (jboolean *) 0); type = (GLenum *) (_typeBase + _typeBufferOffset); } glGetActiveAttrib( @@ -1966,10 +2080,10 @@ android_glGetActiveAttrib2 ); if (_typeArray) { - releasePointer(_env, _typeArray, type, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _typeArray, (jint*)type, JNI_TRUE); } if (_sizeArray) { - releasePointer(_env, _sizeArray, size, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _sizeArray, (jint*)size, JNI_TRUE); } result = _env->NewStringUTF(buf); if (buf) { @@ -2011,7 +2125,7 @@ android_glGetActiveUniform__III_3II_3II_3II_3BI } _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; length_base = (GLsizei *) - _env->GetPrimitiveArrayCritical(length_ref, (jboolean *)0); + _env->GetIntArrayElements(length_ref, (jboolean *)0); length = length_base + lengthOffset; if (!size_ref) { @@ -2028,7 +2142,7 @@ android_glGetActiveUniform__III_3II_3II_3II_3BI } _sizeRemaining = _env->GetArrayLength(size_ref) - sizeOffset; size_base = (GLint *) - _env->GetPrimitiveArrayCritical(size_ref, (jboolean *)0); + _env->GetIntArrayElements(size_ref, (jboolean *)0); size = size_base + sizeOffset; if (!type_ref) { @@ -2045,7 +2159,7 @@ android_glGetActiveUniform__III_3II_3II_3II_3BI } _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; type_base = (GLenum *) - _env->GetPrimitiveArrayCritical(type_ref, (jboolean *)0); + _env->GetIntArrayElements(type_ref, (jboolean *)0); type = type_base + typeOffset; if (!name_ref) { @@ -2062,7 +2176,7 @@ android_glGetActiveUniform__III_3II_3II_3II_3BI } _nameRemaining = _env->GetArrayLength(name_ref) - nameOffset; name_base = (char *) - _env->GetPrimitiveArrayCritical(name_ref, (jboolean *)0); + _env->GetByteArrayElements(name_ref, (jboolean *)0); name = name_base + nameOffset; glGetActiveUniform( @@ -2077,19 +2191,19 @@ android_glGetActiveUniform__III_3II_3II_3II_3BI exit: if (name_base) { - _env->ReleasePrimitiveArrayCritical(name_ref, name_base, + _env->ReleaseByteArrayElements(name_ref, (jbyte*)name_base, _exception ? JNI_ABORT: 0); } if (type_base) { - _env->ReleasePrimitiveArrayCritical(type_ref, type_base, + _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, _exception ? JNI_ABORT: 0); } if (size_base) { - _env->ReleasePrimitiveArrayCritical(size_ref, size_base, + _env->ReleaseIntArrayElements(size_ref, (jint*)size_base, _exception ? JNI_ABORT: 0); } if (length_base) { - _env->ReleasePrimitiveArrayCritical(length_ref, length_base, + _env->ReleaseIntArrayElements(length_ref, (jint*)length_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2101,11 +2215,11 @@ exit: static void android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) { - jarray _lengthArray = (jarray) 0; + jintArray _lengthArray = (jintArray) 0; jint _lengthBufferOffset = (jint) 0; - jarray _sizeArray = (jarray) 0; + jintArray _sizeArray = (jintArray) 0; jint _sizeBufferOffset = (jint) 0; - jarray _typeArray = (jarray) 0; + jintArray _typeArray = (jintArray) 0; jint _typeBufferOffset = (jint) 0; jint _lengthRemaining; GLsizei *length = (GLsizei *) 0; @@ -2114,19 +2228,19 @@ android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_n jint _typeRemaining; GLenum *type = (GLenum *) 0; - length = (GLsizei *)getPointer(_env, length_buf, &_lengthArray, &_lengthRemaining, &_lengthBufferOffset); - size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); - type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset); + length = (GLsizei *)getPointer(_env, length_buf, (jarray*)&_lengthArray, &_lengthRemaining, &_lengthBufferOffset); + size = (GLint *)getPointer(_env, size_buf, (jarray*)&_sizeArray, &_sizeRemaining, &_sizeBufferOffset); + type = (GLenum *)getPointer(_env, type_buf, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset); if (length == NULL) { - char * _lengthBase = (char *)_env->GetPrimitiveArrayCritical(_lengthArray, (jboolean *) 0); + char * _lengthBase = (char *)_env->GetIntArrayElements(_lengthArray, (jboolean *) 0); length = (GLsizei *) (_lengthBase + _lengthBufferOffset); } if (size == NULL) { - char * _sizeBase = (char *)_env->GetPrimitiveArrayCritical(_sizeArray, (jboolean *) 0); + char * _sizeBase = (char *)_env->GetIntArrayElements(_sizeArray, (jboolean *) 0); size = (GLint *) (_sizeBase + _sizeBufferOffset); } if (type == NULL) { - char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0); + char * _typeBase = (char *)_env->GetIntArrayElements(_typeArray, (jboolean *) 0); type = (GLenum *) (_typeBase + _typeBufferOffset); } glGetActiveUniform( @@ -2139,13 +2253,13 @@ android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_n reinterpret_cast<char *>(name) ); if (_typeArray) { - releasePointer(_env, _typeArray, type, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _typeArray, (jint*)type, JNI_TRUE); } if (_sizeArray) { - releasePointer(_env, _sizeArray, size, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _sizeArray, (jint*)size, JNI_TRUE); } if (_lengthArray) { - releasePointer(_env, _lengthArray, length, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _lengthArray, (jint*)length, JNI_TRUE); } } @@ -2193,7 +2307,7 @@ android_glGetActiveUniform1 } _sizeRemaining = _env->GetArrayLength(size_ref) - sizeOffset; size_base = (GLint *) - _env->GetPrimitiveArrayCritical(size_ref, (jboolean *)0); + _env->GetIntArrayElements(size_ref, (jboolean *)0); size = size_base + sizeOffset; if (!type_ref) { @@ -2210,7 +2324,7 @@ android_glGetActiveUniform1 } _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; type_base = (GLenum *) - _env->GetPrimitiveArrayCritical(type_ref, (jboolean *)0); + _env->GetIntArrayElements(type_ref, (jboolean *)0); type = type_base + typeOffset; glGetActiveUniform( @@ -2225,11 +2339,11 @@ android_glGetActiveUniform1 exit: if (type_base) { - _env->ReleasePrimitiveArrayCritical(type_ref, type_base, + _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, _exception ? JNI_ABORT: 0); } if (size_base) { - _env->ReleasePrimitiveArrayCritical(size_ref, size_base, + _env->ReleaseIntArrayElements(size_ref, (jint*)size_base, _exception ? JNI_ABORT: 0); } if (_exception != 1) { @@ -2251,9 +2365,9 @@ exit: static jstring android_glGetActiveUniform2 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { - jarray _sizeArray = (jarray) 0; + jintArray _sizeArray = (jintArray) 0; jint _sizeBufferOffset = (jint) 0; - jarray _typeArray = (jarray) 0; + jintArray _typeArray = (jintArray) 0; jint _typeBufferOffset = (jint) 0; jint _sizeRemaining; GLint *size = (GLint *) 0; @@ -2273,15 +2387,15 @@ android_glGetActiveUniform2 return NULL; } - size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); - type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset); + size = (GLint *)getPointer(_env, size_buf, (jarray*)&_sizeArray, &_sizeRemaining, &_sizeBufferOffset); + type = (GLenum *)getPointer(_env, type_buf, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset); if (size == NULL) { - char * _sizeBase = (char *)_env->GetPrimitiveArrayCritical(_sizeArray, (jboolean *) 0); + char * _sizeBase = (char *)_env->GetIntArrayElements(_sizeArray, (jboolean *) 0); size = (GLint *) (_sizeBase + _sizeBufferOffset); } if (type == NULL) { - char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0); + char * _typeBase = (char *)_env->GetIntArrayElements(_typeArray, (jboolean *) 0); type = (GLenum *) (_typeBase + _typeBufferOffset); } glGetActiveUniform( @@ -2295,10 +2409,10 @@ android_glGetActiveUniform2 ); if (_typeArray) { - releasePointer(_env, _typeArray, type, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _typeArray, (jint*)type, JNI_TRUE); } if (_sizeArray) { - releasePointer(_env, _sizeArray, size, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _sizeArray, (jint*)size, JNI_TRUE); } result = _env->NewStringUTF(buf); if (buf) { @@ -2340,7 +2454,7 @@ android_glGetAttachedShaders__II_3II_3II goto exit; } count_base = (GLsizei *) - _env->GetPrimitiveArrayCritical(count_ref, (jboolean *)0); + _env->GetIntArrayElements(count_ref, (jboolean *)0); count = count_base + countOffset; if (!shaders_ref) { @@ -2363,7 +2477,7 @@ android_glGetAttachedShaders__II_3II_3II goto exit; } shaders_base = (GLuint *) - _env->GetPrimitiveArrayCritical(shaders_ref, (jboolean *)0); + _env->GetIntArrayElements(shaders_ref, (jboolean *)0); shaders = shaders_base + shadersOffset; glGetAttachedShaders( @@ -2375,11 +2489,11 @@ android_glGetAttachedShaders__II_3II_3II exit: if (shaders_base) { - _env->ReleasePrimitiveArrayCritical(shaders_ref, shaders_base, + _env->ReleaseIntArrayElements(shaders_ref, (jint*)shaders_base, _exception ? JNI_ABORT: 0); } if (count_base) { - _env->ReleasePrimitiveArrayCritical(count_ref, count_base, + _env->ReleaseIntArrayElements(count_ref, (jint*)count_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2394,9 +2508,9 @@ android_glGetAttachedShaders__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _countArray = (jarray) 0; + jintArray _countArray = (jintArray) 0; jint _countBufferOffset = (jint) 0; - jarray _shadersArray = (jarray) 0; + jintArray _shadersArray = (jintArray) 0; jint _shadersBufferOffset = (jint) 0; jint _countRemaining; GLsizei *count = (GLsizei *) 0; @@ -2404,7 +2518,7 @@ android_glGetAttachedShaders__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 GLuint *shaders = (GLuint *) 0; if (count_buf) { - count = (GLsizei *)getPointer(_env, count_buf, &_countArray, &_countRemaining, &_countBufferOffset); + count = (GLsizei *)getPointer(_env, count_buf, (jarray*)&_countArray, &_countRemaining, &_countBufferOffset); if (_countRemaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2413,7 +2527,7 @@ android_glGetAttachedShaders__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 } } if (shaders_buf) { - shaders = (GLuint *)getPointer(_env, shaders_buf, &_shadersArray, &_shadersRemaining, &_shadersBufferOffset); + shaders = (GLuint *)getPointer(_env, shaders_buf, (jarray*)&_shadersArray, &_shadersRemaining, &_shadersBufferOffset); if (_shadersRemaining < maxcount) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2422,11 +2536,11 @@ android_glGetAttachedShaders__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 } } if (count_buf && count == NULL) { - char * _countBase = (char *)_env->GetPrimitiveArrayCritical(_countArray, (jboolean *) 0); + char * _countBase = (char *)_env->GetIntArrayElements(_countArray, (jboolean *) 0); count = (GLsizei *) (_countBase + _countBufferOffset); } if (shaders_buf && shaders == NULL) { - char * _shadersBase = (char *)_env->GetPrimitiveArrayCritical(_shadersArray, (jboolean *) 0); + char * _shadersBase = (char *)_env->GetIntArrayElements(_shadersArray, (jboolean *) 0); shaders = (GLuint *) (_shadersBase + _shadersBufferOffset); } glGetAttachedShaders( @@ -2438,10 +2552,10 @@ android_glGetAttachedShaders__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 exit: if (_shadersArray) { - releasePointer(_env, _shadersArray, shaders, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_shadersArray, (jint*)shaders, _exception ? JNI_ABORT : 0); } if (_countArray) { - releasePointer(_env, _countArray, count, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_countArray, (jint*)count, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2486,14 +2600,16 @@ exit: static void android_glGetBooleanv__I_3ZI (JNIEnv *_env, jobject _this, jint pname, jbooleanArray params_ref, jint offset) { - get<jbooleanArray, GLboolean, glGetBooleanv>(_env, _this, pname, params_ref, offset); + get<jbooleanArray, BooleanArrayGetter, jboolean*, BooleanArrayReleaser, GLboolean, glGetBooleanv>( + _env, _this, pname, params_ref, offset); } /* void glGetBooleanv ( GLenum pname, GLboolean *params ) */ static void android_glGetBooleanv__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { - getarray<GLboolean, glGetBooleanv>(_env, _this, pname, params_buf); + getarray<GLboolean, jintArray, IntArrayGetter, jint*, IntArrayReleaser, glGetBooleanv>( + _env, _this, pname, params_buf); } /* void glGetBufferParameteriv ( GLenum target, GLenum pname, GLint *params ) */ static void @@ -2526,7 +2642,7 @@ android_glGetBufferParameteriv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetBufferParameteriv( @@ -2537,7 +2653,7 @@ android_glGetBufferParameteriv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2552,12 +2668,12 @@ android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2565,7 +2681,7 @@ android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetBufferParameteriv( @@ -2576,7 +2692,7 @@ android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2596,14 +2712,16 @@ android_glGetError__ static void android_glGetFloatv__I_3FI (JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) { - get<jfloatArray, GLfloat, glGetFloatv>(_env, _this, pname, params_ref, offset); + get<jfloatArray, FloatArrayGetter, jfloat*, FloatArrayReleaser, GLfloat, glGetFloatv>( + _env, _this, pname, params_ref, offset); } /* void glGetFloatv ( GLenum pname, GLfloat *params ) */ static void android_glGetFloatv__ILjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { - getarray<GLfloat, glGetFloatv>(_env, _this, pname, params_buf); + getarray<GLfloat, jfloatArray, FloatArrayGetter, jfloat*, FloatArrayReleaser, glGetFloatv>( + _env, _this, pname, params_buf); } /* void glGetFramebufferAttachmentParameteriv ( GLenum target, GLenum attachment, GLenum pname, GLint *params ) */ static void @@ -2630,7 +2748,7 @@ android_glGetFramebufferAttachmentParameteriv__III_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetFramebufferAttachmentParameteriv( @@ -2642,7 +2760,7 @@ android_glGetFramebufferAttachmentParameteriv__III_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2654,14 +2772,14 @@ exit: static void android_glGetFramebufferAttachmentParameteriv__IIILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetFramebufferAttachmentParameteriv( @@ -2671,7 +2789,7 @@ android_glGetFramebufferAttachmentParameteriv__IIILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -2679,16 +2797,17 @@ android_glGetFramebufferAttachmentParameteriv__IIILjava_nio_IntBuffer_2 static void android_glGetIntegerv__I_3II (JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) { - get<jintArray, GLint, glGetIntegerv>(_env, _this, pname, params_ref, offset); + get<jintArray, IntArrayGetter, jint*, IntArrayReleaser, GLint, glGetIntegerv>( + _env, _this, pname, params_ref, offset); } /* void glGetIntegerv ( GLenum pname, GLint *params ) */ static void android_glGetIntegerv__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { - getarray<GLint, glGetIntegerv>(_env, _this, pname, params_buf); + getarray<GLint, jintArray, IntArrayGetter, jint*, IntArrayReleaser, glGetIntegerv>( + _env, _this, pname, params_buf); } - /* void glGetProgramiv ( GLuint program, GLenum pname, GLint *params ) */ static void android_glGetProgramiv__II_3II @@ -2720,7 +2839,7 @@ android_glGetProgramiv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetProgramiv( @@ -2731,7 +2850,7 @@ android_glGetProgramiv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2746,12 +2865,12 @@ android_glGetProgramiv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2759,7 +2878,7 @@ android_glGetProgramiv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetProgramiv( @@ -2770,7 +2889,7 @@ android_glGetProgramiv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2827,7 +2946,7 @@ android_glGetRenderbufferParameteriv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetRenderbufferParameteriv( @@ -2838,7 +2957,7 @@ android_glGetRenderbufferParameteriv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2853,12 +2972,12 @@ android_glGetRenderbufferParameteriv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2866,7 +2985,7 @@ android_glGetRenderbufferParameteriv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetRenderbufferParameteriv( @@ -2877,7 +2996,7 @@ android_glGetRenderbufferParameteriv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2915,7 +3034,7 @@ android_glGetShaderiv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetShaderiv( @@ -2926,7 +3045,7 @@ android_glGetShaderiv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2941,12 +3060,12 @@ android_glGetShaderiv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -2954,7 +3073,7 @@ android_glGetShaderiv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetShaderiv( @@ -2965,7 +3084,7 @@ android_glGetShaderiv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -3025,7 +3144,7 @@ android_glGetShaderPrecisionFormat__II_3II_3II goto exit; } range_base = (GLint *) - _env->GetPrimitiveArrayCritical(range_ref, (jboolean *)0); + _env->GetIntArrayElements(range_ref, (jboolean *)0); range = range_base + rangeOffset; if (!precision_ref) { @@ -3048,7 +3167,7 @@ android_glGetShaderPrecisionFormat__II_3II_3II goto exit; } precision_base = (GLint *) - _env->GetPrimitiveArrayCritical(precision_ref, (jboolean *)0); + _env->GetIntArrayElements(precision_ref, (jboolean *)0); precision = precision_base + precisionOffset; glGetShaderPrecisionFormat( @@ -3060,11 +3179,11 @@ android_glGetShaderPrecisionFormat__II_3II_3II exit: if (precision_base) { - _env->ReleasePrimitiveArrayCritical(precision_ref, precision_base, + _env->ReleaseIntArrayElements(precision_ref, (jint*)precision_base, _exception ? JNI_ABORT: 0); } if (range_base) { - _env->ReleasePrimitiveArrayCritical(range_ref, range_base, + _env->ReleaseIntArrayElements(range_ref, (jint*)range_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3079,23 +3198,23 @@ android_glGetShaderPrecisionFormat__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _rangeArray = (jarray) 0; + jintArray _rangeArray = (jintArray) 0; jint _rangeBufferOffset = (jint) 0; - jarray _precisionArray = (jarray) 0; + jintArray _precisionArray = (jintArray) 0; jint _precisionBufferOffset = (jint) 0; jint _rangeRemaining; GLint *range = (GLint *) 0; jint _precisionRemaining; GLint *precision = (GLint *) 0; - range = (GLint *)getPointer(_env, range_buf, &_rangeArray, &_rangeRemaining, &_rangeBufferOffset); + range = (GLint *)getPointer(_env, range_buf, (jarray*)&_rangeArray, &_rangeRemaining, &_rangeBufferOffset); if (_rangeRemaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; _exceptionMessage = "remaining() < 1 < needed"; goto exit; } - precision = (GLint *)getPointer(_env, precision_buf, &_precisionArray, &_precisionRemaining, &_precisionBufferOffset); + precision = (GLint *)getPointer(_env, precision_buf, (jarray*)&_precisionArray, &_precisionRemaining, &_precisionBufferOffset); if (_precisionRemaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -3103,11 +3222,11 @@ android_glGetShaderPrecisionFormat__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 goto exit; } if (range == NULL) { - char * _rangeBase = (char *)_env->GetPrimitiveArrayCritical(_rangeArray, (jboolean *) 0); + char * _rangeBase = (char *)_env->GetIntArrayElements(_rangeArray, (jboolean *) 0); range = (GLint *) (_rangeBase + _rangeBufferOffset); } if (precision == NULL) { - char * _precisionBase = (char *)_env->GetPrimitiveArrayCritical(_precisionArray, (jboolean *) 0); + char * _precisionBase = (char *)_env->GetIntArrayElements(_precisionArray, (jboolean *) 0); precision = (GLint *) (_precisionBase + _precisionBufferOffset); } glGetShaderPrecisionFormat( @@ -3119,10 +3238,10 @@ android_glGetShaderPrecisionFormat__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 exit: if (_precisionArray) { - releasePointer(_env, _precisionArray, precision, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_precisionArray, (jint*)precision, _exception ? JNI_ABORT : 0); } if (_rangeArray) { - releasePointer(_env, _rangeArray, range, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_rangeArray, (jint*)range, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -3157,7 +3276,7 @@ android_glGetShaderSource__II_3II_3BI } _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; length_base = (GLsizei *) - _env->GetPrimitiveArrayCritical(length_ref, (jboolean *)0); + _env->GetIntArrayElements(length_ref, (jboolean *)0); length = length_base + lengthOffset; if (!source_ref) { @@ -3174,7 +3293,7 @@ android_glGetShaderSource__II_3II_3BI } _sourceRemaining = _env->GetArrayLength(source_ref) - sourceOffset; source_base = (char *) - _env->GetPrimitiveArrayCritical(source_ref, (jboolean *)0); + _env->GetByteArrayElements(source_ref, (jboolean *)0); source = source_base + sourceOffset; glGetShaderSource( @@ -3186,11 +3305,11 @@ android_glGetShaderSource__II_3II_3BI exit: if (source_base) { - _env->ReleasePrimitiveArrayCritical(source_ref, source_base, + _env->ReleaseByteArrayElements(source_ref, (jbyte*)source_base, _exception ? JNI_ABORT: 0); } if (length_base) { - _env->ReleasePrimitiveArrayCritical(length_ref, length_base, + _env->ReleaseIntArrayElements(length_ref, (jint*)length_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3202,14 +3321,14 @@ exit: static void android_glGetShaderSource__IILjava_nio_IntBuffer_2B (JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLsizei *length = (GLsizei *) 0; - length = (GLsizei *)getPointer(_env, length_buf, &_array, &_remaining, &_bufferOffset); + length = (GLsizei *)getPointer(_env, length_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (length == NULL) { - char * _lengthBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _lengthBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); length = (GLsizei *) (_lengthBase + _bufferOffset); } glGetShaderSource( @@ -3219,7 +3338,7 @@ android_glGetShaderSource__IILjava_nio_IntBuffer_2B reinterpret_cast<char *>(source) ); if (_array) { - releasePointer(_env, _array, length, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _array, (jint*)length, JNI_TRUE); } } @@ -3276,7 +3395,7 @@ android_glGetTexParameterfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexParameterfv( @@ -3287,7 +3406,7 @@ android_glGetTexParameterfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3302,12 +3421,12 @@ android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -3315,7 +3434,7 @@ android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glGetTexParameterfv( @@ -3326,7 +3445,7 @@ android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -3364,7 +3483,7 @@ android_glGetTexParameteriv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexParameteriv( @@ -3375,7 +3494,7 @@ android_glGetTexParameteriv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3390,12 +3509,12 @@ android_glGetTexParameteriv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -3403,7 +3522,7 @@ android_glGetTexParameteriv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetTexParameteriv( @@ -3414,7 +3533,7 @@ android_glGetTexParameteriv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -3452,7 +3571,7 @@ android_glGetUniformfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetUniformfv( @@ -3463,7 +3582,7 @@ android_glGetUniformfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3478,12 +3597,12 @@ android_glGetUniformfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -3491,7 +3610,7 @@ android_glGetUniformfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glGetUniformfv( @@ -3502,7 +3621,7 @@ android_glGetUniformfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -3540,7 +3659,7 @@ android_glGetUniformiv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetUniformiv( @@ -3551,7 +3670,7 @@ android_glGetUniformiv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3566,12 +3685,12 @@ android_glGetUniformiv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -3579,7 +3698,7 @@ android_glGetUniformiv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetUniformiv( @@ -3590,7 +3709,7 @@ android_glGetUniformiv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -3673,7 +3792,7 @@ android_glGetVertexAttribfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetVertexAttribfv( @@ -3684,7 +3803,7 @@ android_glGetVertexAttribfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3699,12 +3818,12 @@ android_glGetVertexAttribfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_CURRENT_VERTEX_ATTRIB) @@ -3723,7 +3842,7 @@ android_glGetVertexAttribfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glGetVertexAttribfv( @@ -3734,7 +3853,7 @@ android_glGetVertexAttribfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -3783,7 +3902,7 @@ android_glGetVertexAttribiv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetVertexAttribiv( @@ -3794,7 +3913,7 @@ android_glGetVertexAttribiv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3809,12 +3928,12 @@ android_glGetVertexAttribiv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_CURRENT_VERTEX_ATTRIB) @@ -3833,7 +3952,7 @@ android_glGetVertexAttribiv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetVertexAttribiv( @@ -3844,7 +3963,7 @@ android_glGetVertexAttribiv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -3985,7 +4104,7 @@ android_glReadPixels__IIIIIILjava_nio_Buffer_2 jint _remaining; GLvoid *pixels = (GLvoid *) 0; - pixels = (GLvoid *)getPointer(_env, pixels_buf, &_array, &_remaining, &_bufferOffset); + pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (pixels == NULL) { char * _pixelsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); pixels = (GLvoid *) (_pixelsBase + _bufferOffset); @@ -4074,10 +4193,10 @@ android_glShaderBinary__I_3IIILjava_nio_Buffer_2I } _shadersRemaining = _env->GetArrayLength(shaders_ref) - offset; shaders_base = (GLuint *) - _env->GetPrimitiveArrayCritical(shaders_ref, (jboolean *)0); + _env->GetIntArrayElements(shaders_ref, (jboolean *)0); shaders = shaders_base + offset; - binary = (GLvoid *)getPointer(_env, binary_buf, &_array, &_binaryRemaining, &_bufferOffset); + binary = (GLvoid *)getPointer(_env, binary_buf, (jarray*)&_array, &_binaryRemaining, &_bufferOffset); if (_binaryRemaining < length) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -4101,7 +4220,7 @@ exit: releasePointer(_env, _array, binary, JNI_FALSE); } if (shaders_base) { - _env->ReleasePrimitiveArrayCritical(shaders_ref, shaders_base, + _env->ReleaseIntArrayElements(shaders_ref, (jint*)shaders_base, JNI_ABORT); } if (_exception) { @@ -4116,17 +4235,17 @@ android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _shadersArray = (jarray) 0; + jintArray _shadersArray = (jintArray) 0; jint _shadersBufferOffset = (jint) 0; - jarray _binaryArray = (jarray) 0; + jintArray _binaryArray = (jintArray) 0; jint _binaryBufferOffset = (jint) 0; jint _shadersRemaining; GLuint *shaders = (GLuint *) 0; jint _binaryRemaining; GLvoid *binary = (GLvoid *) 0; - shaders = (GLuint *)getPointer(_env, shaders_buf, &_shadersArray, &_shadersRemaining, &_shadersBufferOffset); - binary = (GLvoid *)getPointer(_env, binary_buf, &_binaryArray, &_binaryRemaining, &_binaryBufferOffset); + shaders = (GLuint *)getPointer(_env, shaders_buf, (jarray*)&_shadersArray, &_shadersRemaining, &_shadersBufferOffset); + binary = (GLvoid *)getPointer(_env, binary_buf, (jarray*)&_binaryArray, &_binaryRemaining, &_binaryBufferOffset); if (_binaryRemaining < length) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -4134,7 +4253,7 @@ android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I goto exit; } if (shaders == NULL) { - char * _shadersBase = (char *)_env->GetPrimitiveArrayCritical(_shadersArray, (jboolean *) 0); + char * _shadersBase = (char *)_env->GetIntArrayElements(_shadersArray, (jboolean *) 0); shaders = (GLuint *) (_shadersBase + _shadersBufferOffset); } if (binary == NULL) { @@ -4154,7 +4273,7 @@ exit: releasePointer(_env, _binaryArray, binary, JNI_FALSE); } if (_shadersArray) { - releasePointer(_env, _shadersArray, shaders, JNI_FALSE); + _env->ReleaseIntArrayElements(_shadersArray, (jint*)shaders, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -4253,7 +4372,7 @@ android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2 GLvoid *pixels = (GLvoid *) 0; if (pixels_buf) { - pixels = (GLvoid *)getPointer(_env, pixels_buf, &_array, &_remaining, &_bufferOffset); + pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); } if (pixels_buf && pixels == NULL) { char * _pixelsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); @@ -4317,7 +4436,7 @@ android_glTexParameterfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexParameterfv( @@ -4328,7 +4447,7 @@ android_glTexParameterfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, JNI_ABORT); } if (_exception) { @@ -4343,12 +4462,12 @@ android_glTexParameterfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -4356,7 +4475,7 @@ android_glTexParameterfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glTexParameterfv( @@ -4367,7 +4486,7 @@ android_glTexParameterfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -4416,7 +4535,7 @@ android_glTexParameteriv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexParameteriv( @@ -4427,7 +4546,7 @@ android_glTexParameteriv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -4442,12 +4561,12 @@ android_glTexParameteriv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -4455,7 +4574,7 @@ android_glTexParameteriv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glTexParameteriv( @@ -4466,7 +4585,7 @@ android_glTexParameteriv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -4483,7 +4602,7 @@ android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2 GLvoid *pixels = (GLvoid *) 0; if (pixels_buf) { - pixels = (GLvoid *)getPointer(_env, pixels_buf, &_array, &_remaining, &_bufferOffset); + pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); } if (pixels_buf && pixels == NULL) { char * _pixelsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); @@ -4546,7 +4665,7 @@ android_glUniform1fv__II_3FI goto exit; } v_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(v_ref, (jboolean *)0); + _env->GetFloatArrayElements(v_ref, (jboolean *)0); v = v_base + offset; glUniform1fv( @@ -4557,7 +4676,7 @@ android_glUniform1fv__II_3FI exit: if (v_base) { - _env->ReleasePrimitiveArrayCritical(v_ref, v_base, + _env->ReleaseFloatArrayElements(v_ref, (jfloat*)v_base, JNI_ABORT); } if (_exception) { @@ -4572,12 +4691,12 @@ android_glUniform1fv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *v = (GLfloat *) 0; - v = (GLfloat *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset); + v = (GLfloat *)getPointer(_env, v_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < count) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -4585,7 +4704,7 @@ android_glUniform1fv__IILjava_nio_FloatBuffer_2 goto exit; } if (v == NULL) { - char * _vBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _vBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); v = (GLfloat *) (_vBase + _bufferOffset); } glUniform1fv( @@ -4596,7 +4715,7 @@ android_glUniform1fv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, v, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)v, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -4644,7 +4763,7 @@ android_glUniform1iv__II_3II goto exit; } v_base = (GLint *) - _env->GetPrimitiveArrayCritical(v_ref, (jboolean *)0); + _env->GetIntArrayElements(v_ref, (jboolean *)0); v = v_base + offset; glUniform1iv( @@ -4655,7 +4774,7 @@ android_glUniform1iv__II_3II exit: if (v_base) { - _env->ReleasePrimitiveArrayCritical(v_ref, v_base, + _env->ReleaseIntArrayElements(v_ref, (jint*)v_base, JNI_ABORT); } if (_exception) { @@ -4670,12 +4789,12 @@ android_glUniform1iv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *v = (GLint *) 0; - v = (GLint *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset); + v = (GLint *)getPointer(_env, v_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < count) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -4683,7 +4802,7 @@ android_glUniform1iv__IILjava_nio_IntBuffer_2 goto exit; } if (v == NULL) { - char * _vBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _vBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); v = (GLint *) (_vBase + _bufferOffset); } glUniform1iv( @@ -4694,7 +4813,7 @@ android_glUniform1iv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, v, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)v, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -4743,7 +4862,7 @@ android_glUniform2fv__II_3FI goto exit; } v_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(v_ref, (jboolean *)0); + _env->GetFloatArrayElements(v_ref, (jboolean *)0); v = v_base + offset; glUniform2fv( @@ -4754,7 +4873,7 @@ android_glUniform2fv__II_3FI exit: if (v_base) { - _env->ReleasePrimitiveArrayCritical(v_ref, v_base, + _env->ReleaseFloatArrayElements(v_ref, (jfloat*)v_base, JNI_ABORT); } if (_exception) { @@ -4769,12 +4888,12 @@ android_glUniform2fv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *v = (GLfloat *) 0; - v = (GLfloat *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset); + v = (GLfloat *)getPointer(_env, v_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < count*2) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -4782,7 +4901,7 @@ android_glUniform2fv__IILjava_nio_FloatBuffer_2 goto exit; } if (v == NULL) { - char * _vBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _vBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); v = (GLfloat *) (_vBase + _bufferOffset); } glUniform2fv( @@ -4793,7 +4912,7 @@ android_glUniform2fv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, v, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)v, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -4842,7 +4961,7 @@ android_glUniform2iv__II_3II goto exit; } v_base = (GLint *) - _env->GetPrimitiveArrayCritical(v_ref, (jboolean *)0); + _env->GetIntArrayElements(v_ref, (jboolean *)0); v = v_base + offset; glUniform2iv( @@ -4853,7 +4972,7 @@ android_glUniform2iv__II_3II exit: if (v_base) { - _env->ReleasePrimitiveArrayCritical(v_ref, v_base, + _env->ReleaseIntArrayElements(v_ref, (jint*)v_base, JNI_ABORT); } if (_exception) { @@ -4868,12 +4987,12 @@ android_glUniform2iv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *v = (GLint *) 0; - v = (GLint *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset); + v = (GLint *)getPointer(_env, v_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < count*2) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -4881,7 +5000,7 @@ android_glUniform2iv__IILjava_nio_IntBuffer_2 goto exit; } if (v == NULL) { - char * _vBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _vBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); v = (GLint *) (_vBase + _bufferOffset); } glUniform2iv( @@ -4892,7 +5011,7 @@ android_glUniform2iv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, v, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)v, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -4942,7 +5061,7 @@ android_glUniform3fv__II_3FI goto exit; } v_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(v_ref, (jboolean *)0); + _env->GetFloatArrayElements(v_ref, (jboolean *)0); v = v_base + offset; glUniform3fv( @@ -4953,7 +5072,7 @@ android_glUniform3fv__II_3FI exit: if (v_base) { - _env->ReleasePrimitiveArrayCritical(v_ref, v_base, + _env->ReleaseFloatArrayElements(v_ref, (jfloat*)v_base, JNI_ABORT); } if (_exception) { @@ -4968,12 +5087,12 @@ android_glUniform3fv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *v = (GLfloat *) 0; - v = (GLfloat *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset); + v = (GLfloat *)getPointer(_env, v_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < count*3) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -4981,7 +5100,7 @@ android_glUniform3fv__IILjava_nio_FloatBuffer_2 goto exit; } if (v == NULL) { - char * _vBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _vBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); v = (GLfloat *) (_vBase + _bufferOffset); } glUniform3fv( @@ -4992,7 +5111,7 @@ android_glUniform3fv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, v, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)v, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5042,7 +5161,7 @@ android_glUniform3iv__II_3II goto exit; } v_base = (GLint *) - _env->GetPrimitiveArrayCritical(v_ref, (jboolean *)0); + _env->GetIntArrayElements(v_ref, (jboolean *)0); v = v_base + offset; glUniform3iv( @@ -5053,7 +5172,7 @@ android_glUniform3iv__II_3II exit: if (v_base) { - _env->ReleasePrimitiveArrayCritical(v_ref, v_base, + _env->ReleaseIntArrayElements(v_ref, (jint*)v_base, JNI_ABORT); } if (_exception) { @@ -5068,12 +5187,12 @@ android_glUniform3iv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *v = (GLint *) 0; - v = (GLint *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset); + v = (GLint *)getPointer(_env, v_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < count*3) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -5081,7 +5200,7 @@ android_glUniform3iv__IILjava_nio_IntBuffer_2 goto exit; } if (v == NULL) { - char * _vBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _vBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); v = (GLint *) (_vBase + _bufferOffset); } glUniform3iv( @@ -5092,7 +5211,7 @@ android_glUniform3iv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, v, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)v, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5143,7 +5262,7 @@ android_glUniform4fv__II_3FI goto exit; } v_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(v_ref, (jboolean *)0); + _env->GetFloatArrayElements(v_ref, (jboolean *)0); v = v_base + offset; glUniform4fv( @@ -5154,7 +5273,7 @@ android_glUniform4fv__II_3FI exit: if (v_base) { - _env->ReleasePrimitiveArrayCritical(v_ref, v_base, + _env->ReleaseFloatArrayElements(v_ref, (jfloat*)v_base, JNI_ABORT); } if (_exception) { @@ -5169,12 +5288,12 @@ android_glUniform4fv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *v = (GLfloat *) 0; - v = (GLfloat *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset); + v = (GLfloat *)getPointer(_env, v_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < count*4) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -5182,7 +5301,7 @@ android_glUniform4fv__IILjava_nio_FloatBuffer_2 goto exit; } if (v == NULL) { - char * _vBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _vBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); v = (GLfloat *) (_vBase + _bufferOffset); } glUniform4fv( @@ -5193,7 +5312,7 @@ android_glUniform4fv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, v, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)v, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5244,7 +5363,7 @@ android_glUniform4iv__II_3II goto exit; } v_base = (GLint *) - _env->GetPrimitiveArrayCritical(v_ref, (jboolean *)0); + _env->GetIntArrayElements(v_ref, (jboolean *)0); v = v_base + offset; glUniform4iv( @@ -5255,7 +5374,7 @@ android_glUniform4iv__II_3II exit: if (v_base) { - _env->ReleasePrimitiveArrayCritical(v_ref, v_base, + _env->ReleaseIntArrayElements(v_ref, (jint*)v_base, JNI_ABORT); } if (_exception) { @@ -5270,12 +5389,12 @@ android_glUniform4iv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *v = (GLint *) 0; - v = (GLint *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset); + v = (GLint *)getPointer(_env, v_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < count*4) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -5283,7 +5402,7 @@ android_glUniform4iv__IILjava_nio_IntBuffer_2 goto exit; } if (v == NULL) { - char * _vBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _vBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); v = (GLint *) (_vBase + _bufferOffset); } glUniform4iv( @@ -5294,7 +5413,7 @@ android_glUniform4iv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, v, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)v, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5332,7 +5451,7 @@ android_glUniformMatrix2fv__IIZ_3FI goto exit; } value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glUniformMatrix2fv( @@ -5344,7 +5463,7 @@ android_glUniformMatrix2fv__IIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -5359,12 +5478,12 @@ android_glUniformMatrix2fv__IIZLjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < count*4) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -5372,7 +5491,7 @@ android_glUniformMatrix2fv__IIZLjava_nio_FloatBuffer_2 goto exit; } if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glUniformMatrix2fv( @@ -5384,7 +5503,7 @@ android_glUniformMatrix2fv__IIZLjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5422,7 +5541,7 @@ android_glUniformMatrix3fv__IIZ_3FI goto exit; } value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glUniformMatrix3fv( @@ -5434,7 +5553,7 @@ android_glUniformMatrix3fv__IIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -5449,12 +5568,12 @@ android_glUniformMatrix3fv__IIZLjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < count*9) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -5462,7 +5581,7 @@ android_glUniformMatrix3fv__IIZLjava_nio_FloatBuffer_2 goto exit; } if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glUniformMatrix3fv( @@ -5474,7 +5593,7 @@ android_glUniformMatrix3fv__IIZLjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5512,7 +5631,7 @@ android_glUniformMatrix4fv__IIZ_3FI goto exit; } value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glUniformMatrix4fv( @@ -5524,7 +5643,7 @@ android_glUniformMatrix4fv__IIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -5539,12 +5658,12 @@ android_glUniformMatrix4fv__IIZLjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < count*16) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -5552,7 +5671,7 @@ android_glUniformMatrix4fv__IIZLjava_nio_FloatBuffer_2 goto exit; } if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glUniformMatrix4fv( @@ -5564,7 +5683,7 @@ android_glUniformMatrix4fv__IIZLjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5630,7 +5749,7 @@ android_glVertexAttrib1fv__I_3FI goto exit; } values_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(values_ref, (jboolean *)0); + _env->GetFloatArrayElements(values_ref, (jboolean *)0); values = values_base + offset; glVertexAttrib1fv( @@ -5640,7 +5759,7 @@ android_glVertexAttrib1fv__I_3FI exit: if (values_base) { - _env->ReleasePrimitiveArrayCritical(values_ref, values_base, + _env->ReleaseFloatArrayElements(values_ref, (jfloat*)values_base, JNI_ABORT); } if (_exception) { @@ -5655,12 +5774,12 @@ android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *values = (GLfloat *) 0; - values = (GLfloat *)getPointer(_env, values_buf, &_array, &_remaining, &_bufferOffset); + values = (GLfloat *)getPointer(_env, values_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -5668,7 +5787,7 @@ android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2 goto exit; } if (values == NULL) { - char * _valuesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valuesBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); values = (GLfloat *) (_valuesBase + _bufferOffset); } glVertexAttrib1fv( @@ -5678,7 +5797,7 @@ android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, values, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)values, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5727,7 +5846,7 @@ android_glVertexAttrib2fv__I_3FI goto exit; } values_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(values_ref, (jboolean *)0); + _env->GetFloatArrayElements(values_ref, (jboolean *)0); values = values_base + offset; glVertexAttrib2fv( @@ -5737,7 +5856,7 @@ android_glVertexAttrib2fv__I_3FI exit: if (values_base) { - _env->ReleasePrimitiveArrayCritical(values_ref, values_base, + _env->ReleaseFloatArrayElements(values_ref, (jfloat*)values_base, JNI_ABORT); } if (_exception) { @@ -5752,12 +5871,12 @@ android_glVertexAttrib2fv__ILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *values = (GLfloat *) 0; - values = (GLfloat *)getPointer(_env, values_buf, &_array, &_remaining, &_bufferOffset); + values = (GLfloat *)getPointer(_env, values_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 2) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -5765,7 +5884,7 @@ android_glVertexAttrib2fv__ILjava_nio_FloatBuffer_2 goto exit; } if (values == NULL) { - char * _valuesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valuesBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); values = (GLfloat *) (_valuesBase + _bufferOffset); } glVertexAttrib2fv( @@ -5775,7 +5894,7 @@ android_glVertexAttrib2fv__ILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, values, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)values, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5825,7 +5944,7 @@ android_glVertexAttrib3fv__I_3FI goto exit; } values_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(values_ref, (jboolean *)0); + _env->GetFloatArrayElements(values_ref, (jboolean *)0); values = values_base + offset; glVertexAttrib3fv( @@ -5835,7 +5954,7 @@ android_glVertexAttrib3fv__I_3FI exit: if (values_base) { - _env->ReleasePrimitiveArrayCritical(values_ref, values_base, + _env->ReleaseFloatArrayElements(values_ref, (jfloat*)values_base, JNI_ABORT); } if (_exception) { @@ -5850,12 +5969,12 @@ android_glVertexAttrib3fv__ILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *values = (GLfloat *) 0; - values = (GLfloat *)getPointer(_env, values_buf, &_array, &_remaining, &_bufferOffset); + values = (GLfloat *)getPointer(_env, values_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 3) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -5863,7 +5982,7 @@ android_glVertexAttrib3fv__ILjava_nio_FloatBuffer_2 goto exit; } if (values == NULL) { - char * _valuesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valuesBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); values = (GLfloat *) (_valuesBase + _bufferOffset); } glVertexAttrib3fv( @@ -5873,7 +5992,7 @@ android_glVertexAttrib3fv__ILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, values, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)values, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5924,7 +6043,7 @@ android_glVertexAttrib4fv__I_3FI goto exit; } values_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(values_ref, (jboolean *)0); + _env->GetFloatArrayElements(values_ref, (jboolean *)0); values = values_base + offset; glVertexAttrib4fv( @@ -5934,7 +6053,7 @@ android_glVertexAttrib4fv__I_3FI exit: if (values_base) { - _env->ReleasePrimitiveArrayCritical(values_ref, values_base, + _env->ReleaseFloatArrayElements(values_ref, (jfloat*)values_base, JNI_ABORT); } if (_exception) { @@ -5949,12 +6068,12 @@ android_glVertexAttrib4fv__ILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *values = (GLfloat *) 0; - values = (GLfloat *)getPointer(_env, values_buf, &_array, &_remaining, &_bufferOffset); + values = (GLfloat *)getPointer(_env, values_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 4) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -5962,7 +6081,7 @@ android_glVertexAttrib4fv__ILjava_nio_FloatBuffer_2 goto exit; } if (values == NULL) { - char * _valuesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valuesBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); values = (GLfloat *) (_valuesBase + _bufferOffset); } glVertexAttrib4fv( @@ -5972,7 +6091,7 @@ android_glVertexAttrib4fv__ILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, values, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)values, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); diff --git a/core/jni/android_opengl_GLES30.cpp b/core/jni/android_opengl_GLES30.cpp index 226162def0af..1d92cd46527a 100644 --- a/core/jni/android_opengl_GLES30.cpp +++ b/core/jni/android_opengl_GLES30.cpp @@ -126,6 +126,116 @@ getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *o return NULL; } +class ByteArrayGetter { +public: + static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { + return _env->GetByteArrayElements(array, is_copy); + } +}; +class BooleanArrayGetter { +public: + static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { + return _env->GetBooleanArrayElements(array, is_copy); + } +}; +class CharArrayGetter { +public: + static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { + return _env->GetCharArrayElements(array, is_copy); + } +}; +class ShortArrayGetter { +public: + static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { + return _env->GetShortArrayElements(array, is_copy); + } +}; +class IntArrayGetter { +public: + static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { + return _env->GetIntArrayElements(array, is_copy); + } +}; +class LongArrayGetter { +public: + static void* Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) { + return _env->GetLongArrayElements(array, is_copy); + } +}; +class FloatArrayGetter { +public: + static void* Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) { + return _env->GetFloatArrayElements(array, is_copy); + } +}; +class DoubleArrayGetter { +public: + static void* Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) { + return _env->GetDoubleArrayElements(array, is_copy); + } +}; + +template<typename JTYPEARRAY, typename ARRAYGETTER> +static void* +getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) { + return ARRAYGETTER::Get(_env, array, is_copy); +} + +class ByteArrayReleaser { +public: + static void Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) { + _env->ReleaseByteArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class BooleanArrayReleaser { +public: + static void Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) { + _env->ReleaseBooleanArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class CharArrayReleaser { +public: + static void Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) { + _env->ReleaseCharArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class ShortArrayReleaser { +public: + static void Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) { + _env->ReleaseShortArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class IntArrayReleaser { +public: + static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) { + _env->ReleaseIntArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class LongArrayReleaser { +public: + static void Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) { + _env->ReleaseLongArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class FloatArrayReleaser { +public: + static void Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) { + _env->ReleaseFloatArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class DoubleArrayReleaser { +public: + static void Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) { + _env->ReleaseDoubleArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; + +template<typename JTYPEARRAY, typename NTYPEARRAY, typename ARRAYRELEASER> +static void +releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) { + ARRAYRELEASER::Release(_env, array, data, commit); +} + static void releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) { @@ -229,7 +339,8 @@ static int getNeededCount(GLint pname) { return needed; } -template <typename JTYPEARRAY, typename CTYPE, void GET(GLenum, CTYPE*)> +template <typename JTYPEARRAY, typename ARRAYGETTER, typename NTYPEARRAY, + typename ARRAYRELEASER, typename CTYPE, void GET(GLenum, CTYPE*)> static void get (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { @@ -264,8 +375,8 @@ get _exceptionMessage = "length - offset < needed"; goto exit; } - params_base = (CTYPE *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + params_base = (CTYPE *) getArrayPointer<JTYPEARRAY, ARRAYGETTER>( + _env, params_ref, (jboolean *)0); params = params_base + offset; GET( @@ -275,8 +386,8 @@ get exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, - _exception ? JNI_ABORT: 0); + releaseArrayPointer<JTYPEARRAY, NTYPEARRAY, ARRAYRELEASER>( + _env, params_ref, params_base, !_exception); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -284,20 +395,21 @@ exit: } -template <typename CTYPE, void GET(GLenum, CTYPE*)> +template <typename CTYPE, typename JTYPEARRAY, typename ARRAYGETTER, typename NTYPEARRAY, + typename ARRAYRELEASER, void GET(GLenum, CTYPE*)> static void getarray (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { jint _exception = 0; const char * _exceptionType; const char * _exceptionMessage; - jarray _array = (jarray) 0; + JTYPEARRAY _array = (JTYPEARRAY) 0; jint _bufferOffset = (jint) 0; jint _remaining; CTYPE *params = (CTYPE *) 0; int _needed = 0; - params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); _remaining /= sizeof(CTYPE); // convert from bytes to item count _needed = getNeededCount(pname); // if we didn't find this pname, we just assume the user passed @@ -310,7 +422,8 @@ getarray goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *) getArrayPointer<JTYPEARRAY, ARRAYGETTER>( + _env, _array, (jboolean *) 0); params = (CTYPE *) (_paramsBase + _bufferOffset); } GET( @@ -320,7 +433,8 @@ getarray exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + releaseArrayPointer<JTYPEARRAY, NTYPEARRAY, ARRAYRELEASER>( + _env, _array, (NTYPEARRAY)params, _exception ? JNI_FALSE : JNI_TRUE); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -346,7 +460,7 @@ android_glDrawRangeElements__IIIIILjava_nio_Buffer_2 jint _remaining; GLvoid *indices = (GLvoid *) 0; - indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset); + indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (indices == NULL) { char * _indicesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); indices = (GLvoid *) (_indicesBase + _bufferOffset); @@ -387,7 +501,7 @@ android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2 jint _remaining; GLvoid *pixels = (GLvoid *) 0; - pixels = (GLvoid *)getPointer(_env, pixels_buf, &_array, &_remaining, &_bufferOffset); + pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (pixels == NULL) { char * _pixelsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); pixels = (GLvoid *) (_pixelsBase + _bufferOffset); @@ -436,7 +550,7 @@ android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2 jint _remaining; GLvoid *pixels = (GLvoid *) 0; - pixels = (GLvoid *)getPointer(_env, pixels_buf, &_array, &_remaining, &_bufferOffset); + pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (pixels == NULL) { char * _pixelsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); pixels = (GLvoid *) (_pixelsBase + _bufferOffset); @@ -504,7 +618,7 @@ android_glCompressedTexImage3D__IIIIIIIILjava_nio_Buffer_2 jint _remaining; GLvoid *data = (GLvoid *) 0; - data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (data == NULL) { char * _dataBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); data = (GLvoid *) (_dataBase + _bufferOffset); @@ -551,7 +665,7 @@ android_glCompressedTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2 jint _remaining; GLvoid *data = (GLvoid *) 0; - data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (data == NULL) { char * _dataBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); data = (GLvoid *) (_dataBase + _bufferOffset); @@ -618,7 +732,7 @@ android_glGenQueries__I_3II } _remaining = _env->GetArrayLength(ids_ref) - offset; ids_base = (GLuint *) - _env->GetPrimitiveArrayCritical(ids_ref, (jboolean *)0); + _env->GetIntArrayElements(ids_ref, (jboolean *)0); ids = ids_base + offset; glGenQueries( @@ -628,7 +742,7 @@ android_glGenQueries__I_3II exit: if (ids_base) { - _env->ReleasePrimitiveArrayCritical(ids_ref, ids_base, + _env->ReleaseIntArrayElements(ids_ref, (jint*)ids_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -640,14 +754,14 @@ exit: static void android_glGenQueries__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint n, jobject ids_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *ids = (GLuint *) 0; - ids = (GLuint *)getPointer(_env, ids_buf, &_array, &_remaining, &_bufferOffset); + ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (ids == NULL) { - char * _idsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _idsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); ids = (GLuint *) (_idsBase + _bufferOffset); } glGenQueries( @@ -655,7 +769,7 @@ android_glGenQueries__ILjava_nio_IntBuffer_2 (GLuint *)ids ); if (_array) { - releasePointer(_env, _array, ids, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)ids, 0); } } @@ -684,7 +798,7 @@ android_glDeleteQueries__I_3II } _remaining = _env->GetArrayLength(ids_ref) - offset; ids_base = (GLuint *) - _env->GetPrimitiveArrayCritical(ids_ref, (jboolean *)0); + _env->GetIntArrayElements(ids_ref, (jboolean *)0); ids = ids_base + offset; glDeleteQueries( @@ -694,7 +808,7 @@ android_glDeleteQueries__I_3II exit: if (ids_base) { - _env->ReleasePrimitiveArrayCritical(ids_ref, ids_base, + _env->ReleaseIntArrayElements(ids_ref, (jint*)ids_base, JNI_ABORT); } if (_exception) { @@ -706,14 +820,14 @@ exit: static void android_glDeleteQueries__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint n, jobject ids_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *ids = (GLuint *) 0; - ids = (GLuint *)getPointer(_env, ids_buf, &_array, &_remaining, &_bufferOffset); + ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (ids == NULL) { - char * _idsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _idsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); ids = (GLuint *) (_idsBase + _bufferOffset); } glDeleteQueries( @@ -721,7 +835,7 @@ android_glDeleteQueries__ILjava_nio_IntBuffer_2 (GLuint *)ids ); if (_array) { - releasePointer(_env, _array, ids, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)ids, JNI_ABORT); } } @@ -780,7 +894,7 @@ android_glGetQueryiv__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetQueryiv( @@ -791,7 +905,7 @@ android_glGetQueryiv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -803,14 +917,14 @@ exit: static void android_glGetQueryiv__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetQueryiv( @@ -819,7 +933,7 @@ android_glGetQueryiv__IILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -848,7 +962,7 @@ android_glGetQueryObjectuiv__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLuint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetQueryObjectuiv( @@ -859,7 +973,7 @@ android_glGetQueryObjectuiv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -871,14 +985,14 @@ exit: static void android_glGetQueryObjectuiv__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint id, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *params = (GLuint *) 0; - params = (GLuint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLuint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLuint *) (_paramsBase + _bufferOffset); } glGetQueryObjectuiv( @@ -887,7 +1001,7 @@ android_glGetQueryObjectuiv__IILjava_nio_IntBuffer_2 (GLuint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -938,7 +1052,7 @@ android_glDrawBuffers__I_3II } _remaining = _env->GetArrayLength(bufs_ref) - offset; bufs_base = (GLenum *) - _env->GetPrimitiveArrayCritical(bufs_ref, (jboolean *)0); + _env->GetIntArrayElements(bufs_ref, (jboolean *)0); bufs = bufs_base + offset; glDrawBuffers( @@ -948,7 +1062,7 @@ android_glDrawBuffers__I_3II exit: if (bufs_base) { - _env->ReleasePrimitiveArrayCritical(bufs_ref, bufs_base, + _env->ReleaseIntArrayElements(bufs_ref, (jint*)bufs_base, JNI_ABORT); } if (_exception) { @@ -960,14 +1074,14 @@ exit: static void android_glDrawBuffers__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint n, jobject bufs_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLenum *bufs = (GLenum *) 0; - bufs = (GLenum *)getPointer(_env, bufs_buf, &_array, &_remaining, &_bufferOffset); + bufs = (GLenum *)getPointer(_env, bufs_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (bufs == NULL) { - char * _bufsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _bufsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); bufs = (GLenum *) (_bufsBase + _bufferOffset); } glDrawBuffers( @@ -975,7 +1089,7 @@ android_glDrawBuffers__ILjava_nio_IntBuffer_2 (GLenum *)bufs ); if (_array) { - releasePointer(_env, _array, bufs, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)bufs, JNI_ABORT); } } @@ -1004,7 +1118,7 @@ android_glUniformMatrix2x3fv__IIZ_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glUniformMatrix2x3fv( @@ -1016,7 +1130,7 @@ android_glUniformMatrix2x3fv__IIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -1028,14 +1142,14 @@ exit: static void android_glUniformMatrix2x3fv__IIZLjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glUniformMatrix2x3fv( @@ -1045,7 +1159,7 @@ android_glUniformMatrix2x3fv__IIZLjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -1074,7 +1188,7 @@ android_glUniformMatrix3x2fv__IIZ_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glUniformMatrix3x2fv( @@ -1086,7 +1200,7 @@ android_glUniformMatrix3x2fv__IIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -1098,14 +1212,14 @@ exit: static void android_glUniformMatrix3x2fv__IIZLjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glUniformMatrix3x2fv( @@ -1115,7 +1229,7 @@ android_glUniformMatrix3x2fv__IIZLjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -1144,7 +1258,7 @@ android_glUniformMatrix2x4fv__IIZ_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glUniformMatrix2x4fv( @@ -1156,7 +1270,7 @@ android_glUniformMatrix2x4fv__IIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -1168,14 +1282,14 @@ exit: static void android_glUniformMatrix2x4fv__IIZLjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glUniformMatrix2x4fv( @@ -1185,7 +1299,7 @@ android_glUniformMatrix2x4fv__IIZLjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -1214,7 +1328,7 @@ android_glUniformMatrix4x2fv__IIZ_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glUniformMatrix4x2fv( @@ -1226,7 +1340,7 @@ android_glUniformMatrix4x2fv__IIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -1238,14 +1352,14 @@ exit: static void android_glUniformMatrix4x2fv__IIZLjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glUniformMatrix4x2fv( @@ -1255,7 +1369,7 @@ android_glUniformMatrix4x2fv__IIZLjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -1284,7 +1398,7 @@ android_glUniformMatrix3x4fv__IIZ_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glUniformMatrix3x4fv( @@ -1296,7 +1410,7 @@ android_glUniformMatrix3x4fv__IIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -1308,14 +1422,14 @@ exit: static void android_glUniformMatrix3x4fv__IIZLjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glUniformMatrix3x4fv( @@ -1325,7 +1439,7 @@ android_glUniformMatrix3x4fv__IIZLjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -1354,7 +1468,7 @@ android_glUniformMatrix4x3fv__IIZ_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glUniformMatrix4x3fv( @@ -1366,7 +1480,7 @@ android_glUniformMatrix4x3fv__IIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -1378,14 +1492,14 @@ exit: static void android_glUniformMatrix4x3fv__IIZLjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glUniformMatrix4x3fv( @@ -1395,7 +1509,7 @@ android_glUniformMatrix4x3fv__IIZLjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -1501,7 +1615,7 @@ android_glDeleteVertexArrays__I_3II } _remaining = _env->GetArrayLength(arrays_ref) - offset; arrays_base = (GLuint *) - _env->GetPrimitiveArrayCritical(arrays_ref, (jboolean *)0); + _env->GetIntArrayElements(arrays_ref, (jboolean *)0); arrays = arrays_base + offset; glDeleteVertexArrays( @@ -1511,7 +1625,7 @@ android_glDeleteVertexArrays__I_3II exit: if (arrays_base) { - _env->ReleasePrimitiveArrayCritical(arrays_ref, arrays_base, + _env->ReleaseIntArrayElements(arrays_ref, (jint*)arrays_base, JNI_ABORT); } if (_exception) { @@ -1523,14 +1637,14 @@ exit: static void android_glDeleteVertexArrays__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint n, jobject arrays_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *arrays = (GLuint *) 0; - arrays = (GLuint *)getPointer(_env, arrays_buf, &_array, &_remaining, &_bufferOffset); + arrays = (GLuint *)getPointer(_env, arrays_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (arrays == NULL) { - char * _arraysBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _arraysBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); arrays = (GLuint *) (_arraysBase + _bufferOffset); } glDeleteVertexArrays( @@ -1538,7 +1652,7 @@ android_glDeleteVertexArrays__ILjava_nio_IntBuffer_2 (GLuint *)arrays ); if (_array) { - releasePointer(_env, _array, arrays, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)arrays, JNI_ABORT); } } @@ -1567,7 +1681,7 @@ android_glGenVertexArrays__I_3II } _remaining = _env->GetArrayLength(arrays_ref) - offset; arrays_base = (GLuint *) - _env->GetPrimitiveArrayCritical(arrays_ref, (jboolean *)0); + _env->GetIntArrayElements(arrays_ref, (jboolean *)0); arrays = arrays_base + offset; glGenVertexArrays( @@ -1577,7 +1691,7 @@ android_glGenVertexArrays__I_3II exit: if (arrays_base) { - _env->ReleasePrimitiveArrayCritical(arrays_ref, arrays_base, + _env->ReleaseIntArrayElements(arrays_ref, (jint*)arrays_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1589,14 +1703,14 @@ exit: static void android_glGenVertexArrays__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint n, jobject arrays_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *arrays = (GLuint *) 0; - arrays = (GLuint *)getPointer(_env, arrays_buf, &_array, &_remaining, &_bufferOffset); + arrays = (GLuint *)getPointer(_env, arrays_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (arrays == NULL) { - char * _arraysBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _arraysBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); arrays = (GLuint *) (_arraysBase + _bufferOffset); } glGenVertexArrays( @@ -1604,7 +1718,7 @@ android_glGenVertexArrays__ILjava_nio_IntBuffer_2 (GLuint *)arrays ); if (_array) { - releasePointer(_env, _array, arrays, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)arrays, 0); } } @@ -1644,7 +1758,7 @@ android_glGetIntegeri_v__II_3II } _remaining = _env->GetArrayLength(data_ref) - offset; data_base = (GLint *) - _env->GetPrimitiveArrayCritical(data_ref, (jboolean *)0); + _env->GetIntArrayElements(data_ref, (jboolean *)0); data = data_base + offset; glGetIntegeri_v( @@ -1655,7 +1769,7 @@ android_glGetIntegeri_v__II_3II exit: if (data_base) { - _env->ReleasePrimitiveArrayCritical(data_ref, data_base, + _env->ReleaseIntArrayElements(data_ref, (jint*)data_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1667,14 +1781,14 @@ exit: static void android_glGetIntegeri_v__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *data = (GLint *) 0; - data = (GLint *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLint *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (data == NULL) { - char * _dataBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _dataBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); data = (GLint *) (_dataBase + _bufferOffset); } glGetIntegeri_v( @@ -1683,7 +1797,7 @@ android_glGetIntegeri_v__IILjava_nio_IntBuffer_2 (GLint *)data ); if (_array) { - releasePointer(_env, _array, data, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)data, 0); } } @@ -1810,7 +1924,7 @@ android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI } _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; length_base = (GLsizei *) - _env->GetPrimitiveArrayCritical(length_ref, (jboolean *)0); + _env->GetIntArrayElements(length_ref, (jboolean *)0); length = length_base + lengthOffset; if (!size_ref) { @@ -1827,7 +1941,7 @@ android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI } _sizeRemaining = _env->GetArrayLength(size_ref) - sizeOffset; size_base = (GLint *) - _env->GetPrimitiveArrayCritical(size_ref, (jboolean *)0); + _env->GetIntArrayElements(size_ref, (jboolean *)0); size = size_base + sizeOffset; if (!type_ref) { @@ -1844,7 +1958,7 @@ android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI } _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; type_base = (GLenum *) - _env->GetPrimitiveArrayCritical(type_ref, (jboolean *)0); + _env->GetIntArrayElements(type_ref, (jboolean *)0); type = type_base + typeOffset; if (!name_ref) { @@ -1861,7 +1975,7 @@ android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI } _nameRemaining = _env->GetArrayLength(name_ref) - nameOffset; name_base = (char *) - _env->GetPrimitiveArrayCritical(name_ref, (jboolean *)0); + _env->GetByteArrayElements(name_ref, (jboolean *)0); name = name_base + nameOffset; glGetTransformFeedbackVarying( @@ -1876,19 +1990,19 @@ android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI exit: if (name_base) { - _env->ReleasePrimitiveArrayCritical(name_ref, name_base, + _env->ReleaseByteArrayElements(name_ref, (jbyte*)name_base, _exception ? JNI_ABORT: 0); } if (type_base) { - _env->ReleasePrimitiveArrayCritical(type_ref, type_base, + _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, _exception ? JNI_ABORT: 0); } if (size_base) { - _env->ReleasePrimitiveArrayCritical(size_ref, size_base, + _env->ReleaseIntArrayElements(size_ref, (jint*)size_base, _exception ? JNI_ABORT: 0); } if (length_base) { - _env->ReleasePrimitiveArrayCritical(length_ref, length_base, + _env->ReleaseIntArrayElements(length_ref, (jint*)length_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1900,11 +2014,11 @@ exit: static void android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) { - jarray _lengthArray = (jarray) 0; + jintArray _lengthArray = (jintArray) 0; jint _lengthBufferOffset = (jint) 0; - jarray _sizeArray = (jarray) 0; + jintArray _sizeArray = (jintArray) 0; jint _sizeBufferOffset = (jint) 0; - jarray _typeArray = (jarray) 0; + jintArray _typeArray = (jintArray) 0; jint _typeBufferOffset = (jint) 0; jint _lengthRemaining; GLsizei *length = (GLsizei *) 0; @@ -1913,19 +2027,19 @@ android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuff jint _typeRemaining; GLenum *type = (GLenum *) 0; - length = (GLsizei *)getPointer(_env, length_buf, &_lengthArray, &_lengthRemaining, &_lengthBufferOffset); - size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); - type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset); + length = (GLsizei *)getPointer(_env, length_buf, (jarray*)&_lengthArray, &_lengthRemaining, &_lengthBufferOffset); + size = (GLint *)getPointer(_env, size_buf, (jarray*)&_sizeArray, &_sizeRemaining, &_sizeBufferOffset); + type = (GLenum *)getPointer(_env, type_buf, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset); if (length == NULL) { - char * _lengthBase = (char *)_env->GetPrimitiveArrayCritical(_lengthArray, (jboolean *) 0); + char * _lengthBase = (char *)_env->GetIntArrayElements(_lengthArray, (jboolean *) 0); length = (GLsizei *) (_lengthBase + _lengthBufferOffset); } if (size == NULL) { - char * _sizeBase = (char *)_env->GetPrimitiveArrayCritical(_sizeArray, (jboolean *) 0); + char * _sizeBase = (char *)_env->GetIntArrayElements(_sizeArray, (jboolean *) 0); size = (GLint *) (_sizeBase + _sizeBufferOffset); } if (type == NULL) { - char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0); + char * _typeBase = (char *)_env->GetIntArrayElements(_typeArray, (jboolean *) 0); type = (GLenum *) (_typeBase + _typeBufferOffset); } glGetTransformFeedbackVarying( @@ -1942,13 +2056,13 @@ android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuff (char *)static_cast<uintptr_t>(name) ); if (_typeArray) { - releasePointer(_env, _typeArray, type, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _typeArray, (jint*)type, JNI_TRUE); } if (_sizeArray) { - releasePointer(_env, _sizeArray, size, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _sizeArray, (jint*)size, JNI_TRUE); } if (_lengthArray) { - releasePointer(_env, _lengthArray, length, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _lengthArray, (jint*)length, JNI_TRUE); } } @@ -1993,7 +2107,7 @@ android_glGetTransformFeedbackVarying1 } _sizeRemaining = _env->GetArrayLength(size_ref) - sizeOffset; size_base = (GLint *) - _env->GetPrimitiveArrayCritical(size_ref, (jboolean *)0); + _env->GetIntArrayElements(size_ref, (jboolean *)0); size = size_base + sizeOffset; if (!type_ref) { @@ -2010,7 +2124,7 @@ android_glGetTransformFeedbackVarying1 } _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; type_base = (GLenum *) - _env->GetPrimitiveArrayCritical(type_ref, (jboolean *)0); + _env->GetIntArrayElements(type_ref, (jboolean *)0); type = type_base + typeOffset; glGetTransformFeedbackVarying( @@ -2024,11 +2138,11 @@ android_glGetTransformFeedbackVarying1 ); exit: if (type_base) { - _env->ReleasePrimitiveArrayCritical(type_ref, type_base, + _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, _exception ? JNI_ABORT: 0); } if (size_base) { - _env->ReleasePrimitiveArrayCritical(size_ref, size_base, + _env->ReleaseIntArrayElements(size_ref, (jint*)size_base, _exception ? JNI_ABORT: 0); } if (_exception != 1) { @@ -2051,9 +2165,9 @@ exit: static jstring android_glGetTransformFeedbackVarying2 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { - jarray _sizeArray = (jarray) 0; + jintArray _sizeArray = (jintArray) 0; jint _sizeBufferOffset = (jint) 0; - jarray _typeArray = (jarray) 0; + jintArray _typeArray = (jintArray) 0; jint _typeBufferOffset = (jint) 0; jint _lengthRemaining; GLsizei *length = (GLsizei *) 0; @@ -2076,14 +2190,14 @@ android_glGetTransformFeedbackVarying2 return NULL; } - size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); - type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset); + size = (GLint *)getPointer(_env, size_buf, (jarray*)&_sizeArray, &_sizeRemaining, &_sizeBufferOffset); + type = (GLenum *)getPointer(_env, type_buf, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset); if (size == NULL) { - char * _sizeBase = (char *)_env->GetPrimitiveArrayCritical(_sizeArray, (jboolean *) 0); + char * _sizeBase = (char *)_env->GetIntArrayElements(_sizeArray, (jboolean *) 0); size = (GLint *) (_sizeBase + _sizeBufferOffset); } if (type == NULL) { - char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0); + char * _typeBase = (char *)_env->GetIntArrayElements(_typeArray, (jboolean *) 0); type = (GLenum *) (_typeBase + _typeBufferOffset); } glGetTransformFeedbackVarying( @@ -2097,10 +2211,10 @@ android_glGetTransformFeedbackVarying2 ); if (_typeArray) { - releasePointer(_env, _typeArray, type, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _typeArray, (jint*)type, JNI_TRUE); } if (_sizeArray) { - releasePointer(_env, _sizeArray, size, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _sizeArray, (jint*)size, JNI_TRUE); } result = _env->NewStringUTF(buf); if (buf) { @@ -2171,7 +2285,7 @@ android_glGetVertexAttribIiv__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetVertexAttribIiv( @@ -2182,7 +2296,7 @@ android_glGetVertexAttribIiv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2194,14 +2308,14 @@ exit: static void android_glGetVertexAttribIiv__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint index, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetVertexAttribIiv( @@ -2210,7 +2324,7 @@ android_glGetVertexAttribIiv__IILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -2239,7 +2353,7 @@ android_glGetVertexAttribIuiv__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLuint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetVertexAttribIuiv( @@ -2250,7 +2364,7 @@ android_glGetVertexAttribIuiv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2262,14 +2376,14 @@ exit: static void android_glGetVertexAttribIuiv__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint index, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *params = (GLuint *) 0; - params = (GLuint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLuint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLuint *) (_paramsBase + _bufferOffset); } glGetVertexAttribIuiv( @@ -2278,7 +2392,7 @@ android_glGetVertexAttribIuiv__IILjava_nio_IntBuffer_2 (GLuint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -2333,7 +2447,7 @@ android_glVertexAttribI4iv__I_3II } _remaining = _env->GetArrayLength(v_ref) - offset; v_base = (GLint *) - _env->GetPrimitiveArrayCritical(v_ref, (jboolean *)0); + _env->GetIntArrayElements(v_ref, (jboolean *)0); v = v_base + offset; glVertexAttribI4iv( @@ -2343,7 +2457,7 @@ android_glVertexAttribI4iv__I_3II exit: if (v_base) { - _env->ReleasePrimitiveArrayCritical(v_ref, v_base, + _env->ReleaseIntArrayElements(v_ref, (jint*)v_base, JNI_ABORT); } if (_exception) { @@ -2355,14 +2469,14 @@ exit: static void android_glVertexAttribI4iv__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint index, jobject v_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *v = (GLint *) 0; - v = (GLint *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset); + v = (GLint *)getPointer(_env, v_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (v == NULL) { - char * _vBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _vBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); v = (GLint *) (_vBase + _bufferOffset); } glVertexAttribI4iv( @@ -2370,7 +2484,7 @@ android_glVertexAttribI4iv__ILjava_nio_IntBuffer_2 (GLint *)v ); if (_array) { - releasePointer(_env, _array, v, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)v, JNI_ABORT); } } @@ -2399,7 +2513,7 @@ android_glVertexAttribI4uiv__I_3II } _remaining = _env->GetArrayLength(v_ref) - offset; v_base = (GLuint *) - _env->GetPrimitiveArrayCritical(v_ref, (jboolean *)0); + _env->GetIntArrayElements(v_ref, (jboolean *)0); v = v_base + offset; glVertexAttribI4uiv( @@ -2409,7 +2523,7 @@ android_glVertexAttribI4uiv__I_3II exit: if (v_base) { - _env->ReleasePrimitiveArrayCritical(v_ref, v_base, + _env->ReleaseIntArrayElements(v_ref, (jint*)v_base, JNI_ABORT); } if (_exception) { @@ -2421,14 +2535,14 @@ exit: static void android_glVertexAttribI4uiv__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint index, jobject v_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *v = (GLuint *) 0; - v = (GLuint *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset); + v = (GLuint *)getPointer(_env, v_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (v == NULL) { - char * _vBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _vBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); v = (GLuint *) (_vBase + _bufferOffset); } glVertexAttribI4uiv( @@ -2436,7 +2550,7 @@ android_glVertexAttribI4uiv__ILjava_nio_IntBuffer_2 (GLuint *)v ); if (_array) { - releasePointer(_env, _array, v, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)v, JNI_ABORT); } } @@ -2465,7 +2579,7 @@ android_glGetUniformuiv__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLuint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetUniformuiv( @@ -2476,7 +2590,7 @@ android_glGetUniformuiv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2488,14 +2602,14 @@ exit: static void android_glGetUniformuiv__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *params = (GLuint *) 0; - params = (GLuint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLuint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLuint *) (_paramsBase + _bufferOffset); } glGetUniformuiv( @@ -2504,7 +2618,7 @@ android_glGetUniformuiv__IILjava_nio_IntBuffer_2 (GLuint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -2613,7 +2727,7 @@ android_glUniform1uiv__II_3II } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLuint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glUniform1uiv( @@ -2624,7 +2738,7 @@ android_glUniform1uiv__II_3II exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, JNI_ABORT); } if (_exception) { @@ -2636,14 +2750,14 @@ exit: static void android_glUniform1uiv__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint location, jint count, jobject value_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *value = (GLuint *) 0; - value = (GLuint *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLuint *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); value = (GLuint *) (_valueBase + _bufferOffset); } glUniform1uiv( @@ -2652,7 +2766,7 @@ android_glUniform1uiv__IILjava_nio_IntBuffer_2 (GLuint *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)value, JNI_ABORT); } } @@ -2681,7 +2795,7 @@ android_glUniform2uiv__II_3II } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLuint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glUniform2uiv( @@ -2692,7 +2806,7 @@ android_glUniform2uiv__II_3II exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, JNI_ABORT); } if (_exception) { @@ -2704,14 +2818,14 @@ exit: static void android_glUniform2uiv__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint location, jint count, jobject value_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *value = (GLuint *) 0; - value = (GLuint *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLuint *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); value = (GLuint *) (_valueBase + _bufferOffset); } glUniform2uiv( @@ -2720,7 +2834,7 @@ android_glUniform2uiv__IILjava_nio_IntBuffer_2 (GLuint *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)value, JNI_ABORT); } } @@ -2749,7 +2863,7 @@ android_glUniform3uiv__II_3II } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLuint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glUniform3uiv( @@ -2760,7 +2874,7 @@ android_glUniform3uiv__II_3II exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, JNI_ABORT); } if (_exception) { @@ -2772,14 +2886,14 @@ exit: static void android_glUniform3uiv__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint location, jint count, jobject value_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *value = (GLuint *) 0; - value = (GLuint *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLuint *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); value = (GLuint *) (_valueBase + _bufferOffset); } glUniform3uiv( @@ -2788,7 +2902,7 @@ android_glUniform3uiv__IILjava_nio_IntBuffer_2 (GLuint *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)value, JNI_ABORT); } } @@ -2817,7 +2931,7 @@ android_glUniform4uiv__II_3II } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLuint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glUniform4uiv( @@ -2828,7 +2942,7 @@ android_glUniform4uiv__II_3II exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, JNI_ABORT); } if (_exception) { @@ -2840,14 +2954,14 @@ exit: static void android_glUniform4uiv__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint location, jint count, jobject value_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *value = (GLuint *) 0; - value = (GLuint *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLuint *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); value = (GLuint *) (_valueBase + _bufferOffset); } glUniform4uiv( @@ -2856,7 +2970,7 @@ android_glUniform4uiv__IILjava_nio_IntBuffer_2 (GLuint *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)value, JNI_ABORT); } } @@ -2885,7 +2999,7 @@ android_glClearBufferiv__II_3II } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glClearBufferiv( @@ -2896,7 +3010,7 @@ android_glClearBufferiv__II_3II exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, JNI_ABORT); } if (_exception) { @@ -2908,14 +3022,14 @@ exit: static void android_glClearBufferiv__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jobject value_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *value = (GLint *) 0; - value = (GLint *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLint *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); value = (GLint *) (_valueBase + _bufferOffset); } glClearBufferiv( @@ -2924,7 +3038,7 @@ android_glClearBufferiv__IILjava_nio_IntBuffer_2 (GLint *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)value, JNI_ABORT); } } @@ -2953,7 +3067,7 @@ android_glClearBufferuiv__II_3II } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLuint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glClearBufferuiv( @@ -2964,7 +3078,7 @@ android_glClearBufferuiv__II_3II exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, JNI_ABORT); } if (_exception) { @@ -2976,14 +3090,14 @@ exit: static void android_glClearBufferuiv__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jobject value_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *value = (GLuint *) 0; - value = (GLuint *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLuint *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); value = (GLuint *) (_valueBase + _bufferOffset); } glClearBufferuiv( @@ -2992,7 +3106,7 @@ android_glClearBufferuiv__IILjava_nio_IntBuffer_2 (GLuint *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)value, JNI_ABORT); } } @@ -3021,7 +3135,7 @@ android_glClearBufferfv__II_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glClearBufferfv( @@ -3032,7 +3146,7 @@ android_glClearBufferfv__II_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -3044,14 +3158,14 @@ exit: static void android_glClearBufferfv__IILjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glClearBufferfv( @@ -3060,7 +3174,7 @@ android_glClearBufferfv__IILjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -3148,7 +3262,7 @@ android_glGetUniformIndices_array _exceptionMessage = "not enough space in uniformIndices"; goto exit; } - _indices_base = (GLuint*)_env->GetPrimitiveArrayCritical( + _indices_base = (GLuint*)_env->GetIntArrayElements( uniformIndices_ref, 0); _indices = _indices_base + uniformIndicesOffset; @@ -3156,8 +3270,8 @@ android_glGetUniformIndices_array exit: if (_indices_base) { - _env->ReleasePrimitiveArrayCritical(uniformIndices_ref, _indices_base, - _exception ? JNI_ABORT : 0); + _env->ReleaseIntArrayElements(uniformIndices_ref, (jint*)_indices_base, + _exception ? JNI_ABORT : 0); } for (_i = _count - 1; _i >= 0; _i--) { if (_names[_i]) { @@ -3184,7 +3298,7 @@ android_glGetUniformIndices_buffer jint _count = 0; jint _i; const char** _names = NULL; - jarray _uniformIndicesArray = (jarray)0; + jintArray _uniformIndicesArray = (jintArray)0; jint _uniformIndicesRemaining; jint _uniformIndicesOffset = 0; GLuint* _indices = NULL; @@ -3217,11 +3331,11 @@ android_glGetUniformIndices_buffer } _indices = (GLuint*)getPointer(_env, uniformIndices_buf, - &_uniformIndicesArray, &_uniformIndicesRemaining, + (jarray*)&_uniformIndicesArray, &_uniformIndicesRemaining, &_uniformIndicesOffset); if (!_indices) { - _indicesBase = (char*)_env->GetPrimitiveArrayCritical( - _uniformIndicesArray, 0); + _indicesBase = (char*)_env->GetIntArrayElements( + _uniformIndicesArray, 0); _indices = (GLuint*)(_indicesBase + _uniformIndicesOffset); } if (_uniformIndicesRemaining < _count) { @@ -3235,7 +3349,8 @@ android_glGetUniformIndices_buffer exit: if (_uniformIndicesArray) { - releasePointer(_env, _uniformIndicesArray, _indicesBase, JNI_TRUE); + releaseArrayPointer<jintArray, jint*, IntArrayReleaser>( + _env, _uniformIndicesArray, (jint*)_indicesBase, JNI_TRUE); } for (_i = _count - 1; _i >= 0; _i--) { if (_names[_i]) { @@ -3250,7 +3365,6 @@ exit: jniThrowException(_env, _exceptionType, _exceptionMessage); } } - /* void glGetActiveUniformsiv ( GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params ) */ static void android_glGetActiveUniformsiv__II_3III_3II @@ -3279,7 +3393,7 @@ android_glGetActiveUniformsiv__II_3III_3II } _uniformIndicesRemaining = _env->GetArrayLength(uniformIndices_ref) - uniformIndicesOffset; uniformIndices_base = (GLuint *) - _env->GetPrimitiveArrayCritical(uniformIndices_ref, (jboolean *)0); + _env->GetIntArrayElements(uniformIndices_ref, (jboolean *)0); uniformIndices = uniformIndices_base + uniformIndicesOffset; if (!params_ref) { @@ -3296,7 +3410,7 @@ android_glGetActiveUniformsiv__II_3III_3II } _paramsRemaining = _env->GetArrayLength(params_ref) - paramsOffset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + paramsOffset; glGetActiveUniformsiv( @@ -3309,11 +3423,11 @@ android_glGetActiveUniformsiv__II_3III_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (uniformIndices_base) { - _env->ReleasePrimitiveArrayCritical(uniformIndices_ref, uniformIndices_base, + _env->ReleaseIntArrayElements(uniformIndices_ref, (jint*)uniformIndices_base, JNI_ABORT); } if (_exception) { @@ -3325,23 +3439,23 @@ exit: static void android_glGetActiveUniformsiv__IILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint uniformCount, jobject uniformIndices_buf, jint pname, jobject params_buf) { - jarray _uniformIndicesArray = (jarray) 0; + jintArray _uniformIndicesArray = (jintArray) 0; jint _uniformIndicesBufferOffset = (jint) 0; - jarray _paramsArray = (jarray) 0; + jintArray _paramsArray = (jintArray) 0; jint _paramsBufferOffset = (jint) 0; jint _uniformIndicesRemaining; GLuint *uniformIndices = (GLuint *) 0; jint _paramsRemaining; GLint *params = (GLint *) 0; - uniformIndices = (GLuint *)getPointer(_env, uniformIndices_buf, &_uniformIndicesArray, &_uniformIndicesRemaining, &_uniformIndicesBufferOffset); - params = (GLint *)getPointer(_env, params_buf, &_paramsArray, &_paramsRemaining, &_paramsBufferOffset); + uniformIndices = (GLuint *)getPointer(_env, uniformIndices_buf, (jarray*)&_uniformIndicesArray, &_uniformIndicesRemaining, &_uniformIndicesBufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_paramsArray, &_paramsRemaining, &_paramsBufferOffset); if (uniformIndices == NULL) { - char * _uniformIndicesBase = (char *)_env->GetPrimitiveArrayCritical(_uniformIndicesArray, (jboolean *) 0); + char * _uniformIndicesBase = (char *)_env->GetIntArrayElements(_uniformIndicesArray, (jboolean *) 0); uniformIndices = (GLuint *) (_uniformIndicesBase + _uniformIndicesBufferOffset); } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_paramsArray, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_paramsArray, (jboolean *) 0); params = (GLint *) (_paramsBase + _paramsBufferOffset); } glGetActiveUniformsiv( @@ -3352,10 +3466,10 @@ android_glGetActiveUniformsiv__IILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2 (GLint *)params ); if (_paramsArray) { - releasePointer(_env, _paramsArray, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_paramsArray, (jint*)params, 0); } if (_uniformIndicesArray) { - releasePointer(_env, _uniformIndicesArray, uniformIndices, JNI_FALSE); + _env->ReleaseIntArrayElements(_uniformIndicesArray, (jint*)uniformIndices, JNI_ABORT); } } @@ -3418,7 +3532,7 @@ android_glGetActiveUniformBlockiv__III_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetActiveUniformBlockiv( @@ -3430,7 +3544,7 @@ android_glGetActiveUniformBlockiv__III_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3442,14 +3556,14 @@ exit: static void android_glGetActiveUniformBlockiv__IIILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint uniformBlockIndex, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetActiveUniformBlockiv( @@ -3459,7 +3573,7 @@ android_glGetActiveUniformBlockiv__IIILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -3490,7 +3604,7 @@ android_glGetActiveUniformBlockName_III_3II_3BI goto exit; } _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; - _length_base = (GLsizei*)_env->GetPrimitiveArrayCritical( + _length_base = (GLsizei*)_env->GetIntArrayElements( length_ref, (jboolean*)0); _length = _length_base + lengthOffset; @@ -3507,7 +3621,7 @@ android_glGetActiveUniformBlockName_III_3II_3BI goto exit; } _nameRemaining = _env->GetArrayLength(name_ref) - nameOffset; - _name_base = (GLchar*)_env->GetPrimitiveArrayCritical( + _name_base = (GLchar*)_env->GetByteArrayElements( name_ref, (jboolean*)0); _name = _name_base + nameOffset; @@ -3521,11 +3635,11 @@ android_glGetActiveUniformBlockName_III_3II_3BI exit: if (_name_base) { - _env->ReleasePrimitiveArrayCritical(name_ref, _name_base, + _env->ReleaseByteArrayElements(name_ref, (jbyte*)_name_base, _exception ? JNI_ABORT: 0); } if (_length_base) { - _env->ReleasePrimitiveArrayCritical(length_ref, _length_base, + _env->ReleaseIntArrayElements(length_ref, (jint*)_length_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3589,7 +3703,6 @@ android_glGetActiveUniformBlockName_II free(name); return result; } - /* void glUniformBlockBinding ( GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding ) */ static void android_glUniformBlockBinding__III @@ -3651,7 +3764,6 @@ android_glDrawElementsInstanced__IIIII (GLsizei)instanceCount ); } - /* GLsync glFenceSync ( GLenum condition, GLbitfield flags ) */ static jlong android_glFenceSync__II @@ -3733,7 +3845,7 @@ android_glGetInteger64v__I_3JI } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint64 *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetLongArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetInteger64v( @@ -3743,7 +3855,7 @@ android_glGetInteger64v__I_3JI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseLongArrayElements(params_ref, (jlong*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3755,14 +3867,14 @@ exit: static void android_glGetInteger64v__ILjava_nio_LongBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jlongArray _array = (jlongArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint64 *params = (GLint64 *) 0; - params = (GLint64 *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint64 *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetLongArrayElements(_array, (jboolean *) 0); params = (GLint64 *) (_paramsBase + _bufferOffset); } glGetInteger64v( @@ -3770,7 +3882,7 @@ android_glGetInteger64v__ILjava_nio_LongBuffer_2 (GLint64 *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseLongArrayElements(_array, (jlong*)params, 0); } } @@ -3802,7 +3914,7 @@ android_glGetSynciv__JII_3II_3II } _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; length_base = (GLsizei *) - _env->GetPrimitiveArrayCritical(length_ref, (jboolean *)0); + _env->GetIntArrayElements(length_ref, (jboolean *)0); length = length_base + lengthOffset; if (!values_ref) { @@ -3819,7 +3931,7 @@ android_glGetSynciv__JII_3II_3II } _valuesRemaining = _env->GetArrayLength(values_ref) - valuesOffset; values_base = (GLint *) - _env->GetPrimitiveArrayCritical(values_ref, (jboolean *)0); + _env->GetIntArrayElements(values_ref, (jboolean *)0); values = values_base + valuesOffset; glGetSynciv( @@ -3832,11 +3944,11 @@ android_glGetSynciv__JII_3II_3II exit: if (values_base) { - _env->ReleasePrimitiveArrayCritical(values_ref, values_base, + _env->ReleaseIntArrayElements(values_ref, (jint*)values_base, _exception ? JNI_ABORT: 0); } if (length_base) { - _env->ReleasePrimitiveArrayCritical(length_ref, length_base, + _env->ReleaseIntArrayElements(length_ref, (jint*)length_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3848,23 +3960,23 @@ exit: static void android_glGetSynciv__JIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jlong sync, jint pname, jint bufSize, jobject length_buf, jobject values_buf) { - jarray _lengthArray = (jarray) 0; + jintArray _lengthArray = (jintArray) 0; jint _lengthBufferOffset = (jint) 0; - jarray _valuesArray = (jarray) 0; + jintArray _valuesArray = (jintArray) 0; jint _valuesBufferOffset = (jint) 0; jint _lengthRemaining; GLsizei *length = (GLsizei *) 0; jint _valuesRemaining; GLint *values = (GLint *) 0; - length = (GLsizei *)getPointer(_env, length_buf, &_lengthArray, &_lengthRemaining, &_lengthBufferOffset); - values = (GLint *)getPointer(_env, values_buf, &_valuesArray, &_valuesRemaining, &_valuesBufferOffset); + length = (GLsizei *)getPointer(_env, length_buf, (jarray*)&_lengthArray, &_lengthRemaining, &_lengthBufferOffset); + values = (GLint *)getPointer(_env, values_buf, (jarray*)&_valuesArray, &_valuesRemaining, &_valuesBufferOffset); if (length == NULL) { - char * _lengthBase = (char *)_env->GetPrimitiveArrayCritical(_lengthArray, (jboolean *) 0); + char * _lengthBase = (char *)_env->GetIntArrayElements(_lengthArray, (jboolean *) 0); length = (GLsizei *) (_lengthBase + _lengthBufferOffset); } if (values == NULL) { - char * _valuesBase = (char *)_env->GetPrimitiveArrayCritical(_valuesArray, (jboolean *) 0); + char * _valuesBase = (char *)_env->GetIntArrayElements(_valuesArray, (jboolean *) 0); values = (GLint *) (_valuesBase + _valuesBufferOffset); } glGetSynciv( @@ -3875,10 +3987,10 @@ android_glGetSynciv__JIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 (GLint *)values ); if (_valuesArray) { - releasePointer(_env, _valuesArray, values, JNI_TRUE); + _env->ReleaseIntArrayElements(_valuesArray, (jint*)values, 0); } if (_lengthArray) { - releasePointer(_env, _lengthArray, length, JNI_TRUE); + _env->ReleaseIntArrayElements(_lengthArray, (jint*)length, 0); } } @@ -3907,7 +4019,7 @@ android_glGetInteger64i_v__II_3JI } _remaining = _env->GetArrayLength(data_ref) - offset; data_base = (GLint64 *) - _env->GetPrimitiveArrayCritical(data_ref, (jboolean *)0); + _env->GetLongArrayElements(data_ref, (jboolean *)0); data = data_base + offset; glGetInteger64i_v( @@ -3918,7 +4030,7 @@ android_glGetInteger64i_v__II_3JI exit: if (data_base) { - _env->ReleasePrimitiveArrayCritical(data_ref, data_base, + _env->ReleaseLongArrayElements(data_ref, (jlong*)data_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3930,14 +4042,14 @@ exit: static void android_glGetInteger64i_v__IILjava_nio_LongBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) { - jarray _array = (jarray) 0; + jlongArray _array = (jlongArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint64 *data = (GLint64 *) 0; - data = (GLint64 *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLint64 *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (data == NULL) { - char * _dataBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _dataBase = (char *)_env->GetLongArrayElements(_array, (jboolean *) 0); data = (GLint64 *) (_dataBase + _bufferOffset); } glGetInteger64i_v( @@ -3946,7 +4058,7 @@ android_glGetInteger64i_v__IILjava_nio_LongBuffer_2 (GLint64 *)data ); if (_array) { - releasePointer(_env, _array, data, JNI_TRUE); + _env->ReleaseLongArrayElements(_array, (jlong*)data, 0); } } @@ -3975,7 +4087,7 @@ android_glGetBufferParameteri64v__II_3JI } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint64 *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetLongArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetBufferParameteri64v( @@ -3986,7 +4098,7 @@ android_glGetBufferParameteri64v__II_3JI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseLongArrayElements(params_ref, (jlong*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -3998,14 +4110,14 @@ exit: static void android_glGetBufferParameteri64v__IILjava_nio_LongBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jlongArray _array = (jlongArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint64 *params = (GLint64 *) 0; - params = (GLint64 *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint64 *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetLongArrayElements(_array, (jboolean *) 0); params = (GLint64 *) (_paramsBase + _bufferOffset); } glGetBufferParameteri64v( @@ -4014,7 +4126,7 @@ android_glGetBufferParameteri64v__IILjava_nio_LongBuffer_2 (GLint64 *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseLongArrayElements(_array, (jlong*)params, 0); } } @@ -4043,7 +4155,7 @@ android_glGenSamplers__I_3II } _remaining = _env->GetArrayLength(samplers_ref) - offset; samplers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(samplers_ref, (jboolean *)0); + _env->GetIntArrayElements(samplers_ref, (jboolean *)0); samplers = samplers_base + offset; glGenSamplers( @@ -4053,7 +4165,7 @@ android_glGenSamplers__I_3II exit: if (samplers_base) { - _env->ReleasePrimitiveArrayCritical(samplers_ref, samplers_base, + _env->ReleaseIntArrayElements(samplers_ref, (jint*)samplers_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -4065,14 +4177,14 @@ exit: static void android_glGenSamplers__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint count, jobject samplers_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *samplers = (GLuint *) 0; - samplers = (GLuint *)getPointer(_env, samplers_buf, &_array, &_remaining, &_bufferOffset); + samplers = (GLuint *)getPointer(_env, samplers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (samplers == NULL) { - char * _samplersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _samplersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); samplers = (GLuint *) (_samplersBase + _bufferOffset); } glGenSamplers( @@ -4080,7 +4192,7 @@ android_glGenSamplers__ILjava_nio_IntBuffer_2 (GLuint *)samplers ); if (_array) { - releasePointer(_env, _array, samplers, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)samplers, 0); } } @@ -4109,7 +4221,7 @@ android_glDeleteSamplers__I_3II } _remaining = _env->GetArrayLength(samplers_ref) - offset; samplers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(samplers_ref, (jboolean *)0); + _env->GetIntArrayElements(samplers_ref, (jboolean *)0); samplers = samplers_base + offset; glDeleteSamplers( @@ -4119,7 +4231,7 @@ android_glDeleteSamplers__I_3II exit: if (samplers_base) { - _env->ReleasePrimitiveArrayCritical(samplers_ref, samplers_base, + _env->ReleaseIntArrayElements(samplers_ref, (jint*)samplers_base, JNI_ABORT); } if (_exception) { @@ -4131,14 +4243,14 @@ exit: static void android_glDeleteSamplers__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint count, jobject samplers_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *samplers = (GLuint *) 0; - samplers = (GLuint *)getPointer(_env, samplers_buf, &_array, &_remaining, &_bufferOffset); + samplers = (GLuint *)getPointer(_env, samplers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (samplers == NULL) { - char * _samplersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _samplersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); samplers = (GLuint *) (_samplersBase + _bufferOffset); } glDeleteSamplers( @@ -4146,7 +4258,7 @@ android_glDeleteSamplers__ILjava_nio_IntBuffer_2 (GLuint *)samplers ); if (_array) { - releasePointer(_env, _array, samplers, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)samplers, JNI_ABORT); } } @@ -4207,7 +4319,7 @@ android_glSamplerParameteriv__II_3II } _remaining = _env->GetArrayLength(param_ref) - offset; param_base = (GLint *) - _env->GetPrimitiveArrayCritical(param_ref, (jboolean *)0); + _env->GetIntArrayElements(param_ref, (jboolean *)0); param = param_base + offset; glSamplerParameteriv( @@ -4218,7 +4330,7 @@ android_glSamplerParameteriv__II_3II exit: if (param_base) { - _env->ReleasePrimitiveArrayCritical(param_ref, param_base, + _env->ReleaseIntArrayElements(param_ref, (jint*)param_base, JNI_ABORT); } if (_exception) { @@ -4230,14 +4342,14 @@ exit: static void android_glSamplerParameteriv__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject param_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *param = (GLint *) 0; - param = (GLint *)getPointer(_env, param_buf, &_array, &_remaining, &_bufferOffset); + param = (GLint *)getPointer(_env, param_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (param == NULL) { - char * _paramBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); param = (GLint *) (_paramBase + _bufferOffset); } glSamplerParameteriv( @@ -4246,7 +4358,7 @@ android_glSamplerParameteriv__IILjava_nio_IntBuffer_2 (GLint *)param ); if (_array) { - releasePointer(_env, _array, param, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)param, JNI_ABORT); } } @@ -4286,7 +4398,7 @@ android_glSamplerParameterfv__II_3FI } _remaining = _env->GetArrayLength(param_ref) - offset; param_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(param_ref, (jboolean *)0); + _env->GetFloatArrayElements(param_ref, (jboolean *)0); param = param_base + offset; glSamplerParameterfv( @@ -4297,7 +4409,7 @@ android_glSamplerParameterfv__II_3FI exit: if (param_base) { - _env->ReleasePrimitiveArrayCritical(param_ref, param_base, + _env->ReleaseFloatArrayElements(param_ref, (jfloat*)param_base, JNI_ABORT); } if (_exception) { @@ -4309,14 +4421,14 @@ exit: static void android_glSamplerParameterfv__IILjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject param_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *param = (GLfloat *) 0; - param = (GLfloat *)getPointer(_env, param_buf, &_array, &_remaining, &_bufferOffset); + param = (GLfloat *)getPointer(_env, param_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (param == NULL) { - char * _paramBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); param = (GLfloat *) (_paramBase + _bufferOffset); } glSamplerParameterfv( @@ -4325,7 +4437,7 @@ android_glSamplerParameterfv__IILjava_nio_FloatBuffer_2 (GLfloat *)param ); if (_array) { - releasePointer(_env, _array, param, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)param, JNI_ABORT); } } @@ -4354,7 +4466,7 @@ android_glGetSamplerParameteriv__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetSamplerParameteriv( @@ -4365,7 +4477,7 @@ android_glGetSamplerParameteriv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -4377,14 +4489,14 @@ exit: static void android_glGetSamplerParameteriv__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetSamplerParameteriv( @@ -4393,7 +4505,7 @@ android_glGetSamplerParameteriv__IILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -4422,7 +4534,7 @@ android_glGetSamplerParameterfv__II_3FI } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetSamplerParameterfv( @@ -4433,7 +4545,7 @@ android_glGetSamplerParameterfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -4445,14 +4557,14 @@ exit: static void android_glGetSamplerParameterfv__IILjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glGetSamplerParameterfv( @@ -4461,7 +4573,7 @@ android_glGetSamplerParameterfv__IILjava_nio_FloatBuffer_2 (GLfloat *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, 0); } } @@ -4510,7 +4622,7 @@ android_glDeleteTransformFeedbacks__I_3II } _remaining = _env->GetArrayLength(ids_ref) - offset; ids_base = (GLuint *) - _env->GetPrimitiveArrayCritical(ids_ref, (jboolean *)0); + _env->GetIntArrayElements(ids_ref, (jboolean *)0); ids = ids_base + offset; glDeleteTransformFeedbacks( @@ -4520,7 +4632,7 @@ android_glDeleteTransformFeedbacks__I_3II exit: if (ids_base) { - _env->ReleasePrimitiveArrayCritical(ids_ref, ids_base, + _env->ReleaseIntArrayElements(ids_ref, (jint*)ids_base, JNI_ABORT); } if (_exception) { @@ -4532,14 +4644,14 @@ exit: static void android_glDeleteTransformFeedbacks__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint n, jobject ids_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *ids = (GLuint *) 0; - ids = (GLuint *)getPointer(_env, ids_buf, &_array, &_remaining, &_bufferOffset); + ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (ids == NULL) { - char * _idsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _idsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); ids = (GLuint *) (_idsBase + _bufferOffset); } glDeleteTransformFeedbacks( @@ -4547,7 +4659,7 @@ android_glDeleteTransformFeedbacks__ILjava_nio_IntBuffer_2 (GLuint *)ids ); if (_array) { - releasePointer(_env, _array, ids, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)ids, JNI_ABORT); } } @@ -4576,7 +4688,7 @@ android_glGenTransformFeedbacks__I_3II } _remaining = _env->GetArrayLength(ids_ref) - offset; ids_base = (GLuint *) - _env->GetPrimitiveArrayCritical(ids_ref, (jboolean *)0); + _env->GetIntArrayElements(ids_ref, (jboolean *)0); ids = ids_base + offset; glGenTransformFeedbacks( @@ -4586,7 +4698,7 @@ android_glGenTransformFeedbacks__I_3II exit: if (ids_base) { - _env->ReleasePrimitiveArrayCritical(ids_ref, ids_base, + _env->ReleaseIntArrayElements(ids_ref, (jint*)ids_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -4598,14 +4710,14 @@ exit: static void android_glGenTransformFeedbacks__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint n, jobject ids_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *ids = (GLuint *) 0; - ids = (GLuint *)getPointer(_env, ids_buf, &_array, &_remaining, &_bufferOffset); + ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (ids == NULL) { - char * _idsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _idsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); ids = (GLuint *) (_idsBase + _bufferOffset); } glGenTransformFeedbacks( @@ -4613,7 +4725,7 @@ android_glGenTransformFeedbacks__ILjava_nio_IntBuffer_2 (GLuint *)ids ); if (_array) { - releasePointer(_env, _array, ids, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)ids, 0); } } @@ -4674,7 +4786,7 @@ android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2 } _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; length_base = (GLsizei *) - _env->GetPrimitiveArrayCritical(length_ref, (jboolean *)0); + _env->GetIntArrayElements(length_ref, (jboolean *)0); length = length_base + lengthOffset; if (!binaryFormat_ref) { @@ -4691,10 +4803,10 @@ android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2 } _binaryFormatRemaining = _env->GetArrayLength(binaryFormat_ref) - binaryFormatOffset; binaryFormat_base = (GLenum *) - _env->GetPrimitiveArrayCritical(binaryFormat_ref, (jboolean *)0); + _env->GetIntArrayElements(binaryFormat_ref, (jboolean *)0); binaryFormat = binaryFormat_base + binaryFormatOffset; - binary = (GLvoid *)getPointer(_env, binary_buf, &_array, &_binaryRemaining, &_bufferOffset); + binary = (GLvoid *)getPointer(_env, binary_buf, (jarray*)&_array, &_binaryRemaining, &_bufferOffset); if (binary == NULL) { char * _binaryBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); binary = (GLvoid *) (_binaryBase + _bufferOffset); @@ -4712,11 +4824,11 @@ exit: releasePointer(_env, _array, binary, _exception ? JNI_FALSE : JNI_TRUE); } if (binaryFormat_base) { - _env->ReleasePrimitiveArrayCritical(binaryFormat_ref, binaryFormat_base, + _env->ReleaseIntArrayElements(binaryFormat_ref, (jint*)binaryFormat_base, _exception ? JNI_ABORT: 0); } if (length_base) { - _env->ReleasePrimitiveArrayCritical(length_ref, length_base, + _env->ReleaseIntArrayElements(length_ref, (jint*)length_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -4728,11 +4840,11 @@ exit: static void android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2 (JNIEnv *_env, jobject _this, jint program, jint bufSize, jobject length_buf, jobject binaryFormat_buf, jobject binary_buf) { - jarray _lengthArray = (jarray) 0; + jintArray _lengthArray = (jintArray) 0; jint _lengthBufferOffset = (jint) 0; - jarray _binaryFormatArray = (jarray) 0; + jintArray _binaryFormatArray = (jintArray) 0; jint _binaryFormatBufferOffset = (jint) 0; - jarray _binaryArray = (jarray) 0; + jintArray _binaryArray = (jintArray) 0; jint _binaryBufferOffset = (jint) 0; jint _lengthRemaining; GLsizei *length = (GLsizei *) 0; @@ -4741,15 +4853,15 @@ android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_ni jint _binaryRemaining; GLvoid *binary = (GLvoid *) 0; - length = (GLsizei *)getPointer(_env, length_buf, &_lengthArray, &_lengthRemaining, &_lengthBufferOffset); - binaryFormat = (GLenum *)getPointer(_env, binaryFormat_buf, &_binaryFormatArray, &_binaryFormatRemaining, &_binaryFormatBufferOffset); - binary = (GLvoid *)getPointer(_env, binary_buf, &_binaryArray, &_binaryRemaining, &_binaryBufferOffset); + length = (GLsizei *)getPointer(_env, length_buf, (jarray*)&_lengthArray, &_lengthRemaining, &_lengthBufferOffset); + binaryFormat = (GLenum *)getPointer(_env, binaryFormat_buf, (jarray*)&_binaryFormatArray, &_binaryFormatRemaining, &_binaryFormatBufferOffset); + binary = (GLvoid *)getPointer(_env, binary_buf, (jarray*)&_binaryArray, &_binaryRemaining, &_binaryBufferOffset); if (length == NULL) { - char * _lengthBase = (char *)_env->GetPrimitiveArrayCritical(_lengthArray, (jboolean *) 0); + char * _lengthBase = (char *)_env->GetIntArrayElements(_lengthArray, (jboolean *) 0); length = (GLsizei *) (_lengthBase + _lengthBufferOffset); } if (binaryFormat == NULL) { - char * _binaryFormatBase = (char *)_env->GetPrimitiveArrayCritical(_binaryFormatArray, (jboolean *) 0); + char * _binaryFormatBase = (char *)_env->GetIntArrayElements(_binaryFormatArray, (jboolean *) 0); binaryFormat = (GLenum *) (_binaryFormatBase + _binaryFormatBufferOffset); } if (binary == NULL) { @@ -4767,10 +4879,10 @@ android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_ni releasePointer(_env, _binaryArray, binary, JNI_TRUE); } if (_binaryFormatArray) { - releasePointer(_env, _binaryFormatArray, binaryFormat, JNI_TRUE); + _env->ReleaseIntArrayElements(_binaryFormatArray, (jint*)binaryFormat, 0); } if (_lengthArray) { - releasePointer(_env, _lengthArray, length, JNI_TRUE); + _env->ReleaseIntArrayElements(_lengthArray, (jint*)length, 0); } } @@ -4783,7 +4895,7 @@ android_glProgramBinary__IILjava_nio_Buffer_2I jint _remaining; GLvoid *binary = (GLvoid *) 0; - binary = (GLvoid *)getPointer(_env, binary_buf, &_array, &_remaining, &_bufferOffset); + binary = (GLvoid *)getPointer(_env, binary_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (binary == NULL) { char * _binaryBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); binary = (GLvoid *) (_binaryBase + _bufferOffset); @@ -4835,7 +4947,7 @@ android_glInvalidateFramebuffer__II_3II } _remaining = _env->GetArrayLength(attachments_ref) - offset; attachments_base = (GLenum *) - _env->GetPrimitiveArrayCritical(attachments_ref, (jboolean *)0); + _env->GetIntArrayElements(attachments_ref, (jboolean *)0); attachments = attachments_base + offset; glInvalidateFramebuffer( @@ -4846,7 +4958,7 @@ android_glInvalidateFramebuffer__II_3II exit: if (attachments_base) { - _env->ReleasePrimitiveArrayCritical(attachments_ref, attachments_base, + _env->ReleaseIntArrayElements(attachments_ref, (jint*)attachments_base, JNI_ABORT); } if (_exception) { @@ -4858,14 +4970,14 @@ exit: static void android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLenum *attachments = (GLenum *) 0; - attachments = (GLenum *)getPointer(_env, attachments_buf, &_array, &_remaining, &_bufferOffset); + attachments = (GLenum *)getPointer(_env, attachments_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (attachments == NULL) { - char * _attachmentsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _attachmentsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); attachments = (GLenum *) (_attachmentsBase + _bufferOffset); } glInvalidateFramebuffer( @@ -4874,7 +4986,7 @@ android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2 (GLenum *)attachments ); if (_array) { - releasePointer(_env, _array, attachments, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)attachments, JNI_ABORT); } } @@ -4903,7 +5015,7 @@ android_glInvalidateSubFramebuffer__II_3IIIIII } _remaining = _env->GetArrayLength(attachments_ref) - offset; attachments_base = (GLenum *) - _env->GetPrimitiveArrayCritical(attachments_ref, (jboolean *)0); + _env->GetIntArrayElements(attachments_ref, (jboolean *)0); attachments = attachments_base + offset; glInvalidateSubFramebuffer( @@ -4918,7 +5030,7 @@ android_glInvalidateSubFramebuffer__II_3IIIIII exit: if (attachments_base) { - _env->ReleasePrimitiveArrayCritical(attachments_ref, attachments_base, + _env->ReleaseIntArrayElements(attachments_ref, (jint*)attachments_base, JNI_ABORT); } if (_exception) { @@ -4930,14 +5042,14 @@ exit: static void android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf, jint x, jint y, jint width, jint height) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLenum *attachments = (GLenum *) 0; - attachments = (GLenum *)getPointer(_env, attachments_buf, &_array, &_remaining, &_bufferOffset); + attachments = (GLenum *)getPointer(_env, attachments_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (attachments == NULL) { - char * _attachmentsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _attachmentsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); attachments = (GLenum *) (_attachmentsBase + _bufferOffset); } glInvalidateSubFramebuffer( @@ -4950,7 +5062,7 @@ android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII (GLsizei)height ); if (_array) { - releasePointer(_env, _array, attachments, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)attachments, JNI_ABORT); } } @@ -5006,7 +5118,7 @@ android_glGetInternalformativ__IIII_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetInternalformativ( @@ -5019,7 +5131,7 @@ android_glGetInternalformativ__IIII_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -5031,14 +5143,14 @@ exit: static void android_glGetInternalformativ__IIIILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint internalformat, jint pname, jint bufSize, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetInternalformativ( @@ -5049,7 +5161,7 @@ android_glGetInternalformativ__IIIILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } diff --git a/core/jni/android_opengl_GLES31.cpp b/core/jni/android_opengl_GLES31.cpp index e5ea9504716a..92ecbe0b99df 100644 --- a/core/jni/android_opengl_GLES31.cpp +++ b/core/jni/android_opengl_GLES31.cpp @@ -124,6 +124,116 @@ getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *o return NULL; } +class ByteArrayGetter { +public: + static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { + return _env->GetByteArrayElements(array, is_copy); + } +}; +class BooleanArrayGetter { +public: + static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { + return _env->GetBooleanArrayElements(array, is_copy); + } +}; +class CharArrayGetter { +public: + static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { + return _env->GetCharArrayElements(array, is_copy); + } +}; +class ShortArrayGetter { +public: + static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { + return _env->GetShortArrayElements(array, is_copy); + } +}; +class IntArrayGetter { +public: + static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { + return _env->GetIntArrayElements(array, is_copy); + } +}; +class LongArrayGetter { +public: + static void* Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) { + return _env->GetLongArrayElements(array, is_copy); + } +}; +class FloatArrayGetter { +public: + static void* Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) { + return _env->GetFloatArrayElements(array, is_copy); + } +}; +class DoubleArrayGetter { +public: + static void* Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) { + return _env->GetDoubleArrayElements(array, is_copy); + } +}; + +template<typename JTYPEARRAY, typename ARRAYGETTER> +static void* +getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) { + return ARRAYGETTER::Get(_env, array, is_copy); +} + +class ByteArrayReleaser { +public: + static void Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) { + _env->ReleaseByteArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class BooleanArrayReleaser { +public: + static void Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) { + _env->ReleaseBooleanArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class CharArrayReleaser { +public: + static void Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) { + _env->ReleaseCharArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class ShortArrayReleaser { +public: + static void Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) { + _env->ReleaseShortArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class IntArrayReleaser { +public: + static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) { + _env->ReleaseIntArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class LongArrayReleaser { +public: + static void Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) { + _env->ReleaseLongArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class FloatArrayReleaser { +public: + static void Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) { + _env->ReleaseFloatArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class DoubleArrayReleaser { +public: + static void Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) { + _env->ReleaseDoubleArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; + +template<typename JTYPEARRAY, typename NTYPEARRAY, typename ARRAYRELEASER> +static void +releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) { + ARRAYRELEASER::Release(_env, array, data, commit); +} + static void releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) { @@ -227,7 +337,8 @@ static int getNeededCount(GLint pname) { return needed; } -template <typename JTYPEARRAY, typename CTYPE, void GET(GLenum, CTYPE*)> +template <typename JTYPEARRAY, typename ARRAYGETTER, typename NTYPEARRAY, + typename ARRAYRELEASER, typename CTYPE, void GET(GLenum, CTYPE*)> static void get (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { @@ -262,8 +373,8 @@ get _exceptionMessage = "length - offset < needed"; goto exit; } - params_base = (CTYPE *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + params_base = (CTYPE *) getArrayPointer<JTYPEARRAY, ARRAYGETTER>( + _env, params_ref, (jboolean *)0); params = params_base + offset; GET( @@ -273,8 +384,8 @@ get exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, - _exception ? JNI_ABORT: 0); + releaseArrayPointer<JTYPEARRAY, NTYPEARRAY, ARRAYRELEASER>( + _env, params_ref, params_base, !_exception); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -282,20 +393,21 @@ exit: } -template <typename CTYPE, void GET(GLenum, CTYPE*)> +template <typename CTYPE, typename JTYPEARRAY, typename ARRAYGETTER, typename NTYPEARRAY, + typename ARRAYRELEASER, void GET(GLenum, CTYPE*)> static void getarray (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { jint _exception = 0; const char * _exceptionType; const char * _exceptionMessage; - jarray _array = (jarray) 0; + JTYPEARRAY _array = (JTYPEARRAY) 0; jint _bufferOffset = (jint) 0; jint _remaining; CTYPE *params = (CTYPE *) 0; int _needed = 0; - params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); _remaining /= sizeof(CTYPE); // convert from bytes to item count _needed = getNeededCount(pname); // if we didn't find this pname, we just assume the user passed @@ -308,7 +420,8 @@ getarray goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *) getArrayPointer<JTYPEARRAY, ARRAYGETTER>( + _env, _array, (jboolean *) 0); params = (CTYPE *) (_paramsBase + _bufferOffset); } GET( @@ -318,7 +431,8 @@ getarray exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + releaseArrayPointer<JTYPEARRAY, NTYPEARRAY, ARRAYRELEASER>( + _env, _array, (NTYPEARRAY)params, _exception ? JNI_FALSE : JNI_TRUE); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -410,7 +524,7 @@ android_glGetFramebufferParameteriv__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetFramebufferParameteriv( @@ -421,7 +535,7 @@ android_glGetFramebufferParameteriv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -433,14 +547,14 @@ exit: static void android_glGetFramebufferParameteriv__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetFramebufferParameteriv( @@ -449,7 +563,7 @@ android_glGetFramebufferParameteriv__IILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -478,7 +592,7 @@ android_glGetProgramInterfaceiv__III_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetProgramInterfaceiv( @@ -490,7 +604,7 @@ android_glGetProgramInterfaceiv__III_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -502,14 +616,14 @@ exit: static void android_glGetProgramInterfaceiv__IIILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetProgramInterfaceiv( @@ -519,7 +633,7 @@ android_glGetProgramInterfaceiv__IIILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -597,7 +711,7 @@ android_glGetProgramResourceiv__IIII_3III_3II_3II } _propsRemaining = _env->GetArrayLength(props_ref) - propsOffset; props_base = (GLenum *) - _env->GetPrimitiveArrayCritical(props_ref, (jboolean *)0); + _env->GetIntArrayElements(props_ref, (jboolean *)0); props = props_base + propsOffset; if (!length_ref) { @@ -614,7 +728,7 @@ android_glGetProgramResourceiv__IIII_3III_3II_3II } _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; length_base = (GLsizei *) - _env->GetPrimitiveArrayCritical(length_ref, (jboolean *)0); + _env->GetIntArrayElements(length_ref, (jboolean *)0); length = length_base + lengthOffset; if (!params_ref) { @@ -631,7 +745,7 @@ android_glGetProgramResourceiv__IIII_3III_3II_3II } _paramsRemaining = _env->GetArrayLength(params_ref) - paramsOffset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + paramsOffset; glGetProgramResourceiv( @@ -647,15 +761,15 @@ android_glGetProgramResourceiv__IIII_3III_3II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (length_base) { - _env->ReleasePrimitiveArrayCritical(length_ref, length_base, + _env->ReleaseIntArrayElements(length_ref, (jint*)length_base, _exception ? JNI_ABORT: 0); } if (props_base) { - _env->ReleasePrimitiveArrayCritical(props_ref, props_base, + _env->ReleaseIntArrayElements(props_ref, (jint*)props_base, JNI_ABORT); } if (_exception) { @@ -667,11 +781,11 @@ exit: static void android_glGetProgramResourceiv__IIIILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index, jint propCount, jobject props_buf, jint bufSize, jobject length_buf, jobject params_buf) { - jarray _propsArray = (jarray) 0; + jintArray _propsArray = (jintArray) 0; jint _propsBufferOffset = (jint) 0; - jarray _lengthArray = (jarray) 0; + jintArray _lengthArray = (jintArray) 0; jint _lengthBufferOffset = (jint) 0; - jarray _paramsArray = (jarray) 0; + jintArray _paramsArray = (jintArray) 0; jint _paramsBufferOffset = (jint) 0; jint _propsRemaining; GLenum *props = (GLenum *) 0; @@ -680,19 +794,19 @@ android_glGetProgramResourceiv__IIIILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2L jint _paramsRemaining; GLint *params = (GLint *) 0; - props = (GLenum *)getPointer(_env, props_buf, &_propsArray, &_propsRemaining, &_propsBufferOffset); - length = (GLsizei *)getPointer(_env, length_buf, &_lengthArray, &_lengthRemaining, &_lengthBufferOffset); - params = (GLint *)getPointer(_env, params_buf, &_paramsArray, &_paramsRemaining, &_paramsBufferOffset); + props = (GLenum *)getPointer(_env, props_buf, (jarray*)&_propsArray, &_propsRemaining, &_propsBufferOffset); + length = (GLsizei *)getPointer(_env, length_buf, (jarray*)&_lengthArray, &_lengthRemaining, &_lengthBufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_paramsArray, &_paramsRemaining, &_paramsBufferOffset); if (props == NULL) { - char * _propsBase = (char *)_env->GetPrimitiveArrayCritical(_propsArray, (jboolean *) 0); + char * _propsBase = (char *)_env->GetIntArrayElements(_propsArray, (jboolean *) 0); props = (GLenum *) (_propsBase + _propsBufferOffset); } if (length == NULL) { - char * _lengthBase = (char *)_env->GetPrimitiveArrayCritical(_lengthArray, (jboolean *) 0); + char * _lengthBase = (char *)_env->GetIntArrayElements(_lengthArray, (jboolean *) 0); length = (GLsizei *) (_lengthBase + _lengthBufferOffset); } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_paramsArray, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_paramsArray, (jboolean *) 0); params = (GLint *) (_paramsBase + _paramsBufferOffset); } glGetProgramResourceiv( @@ -706,13 +820,13 @@ android_glGetProgramResourceiv__IIIILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2L (GLint *)params ); if (_paramsArray) { - releasePointer(_env, _paramsArray, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_paramsArray, (jint*)params, 0); } if (_lengthArray) { - releasePointer(_env, _lengthArray, length, JNI_TRUE); + _env->ReleaseIntArrayElements(_lengthArray, (jint*)length, 0); } if (_propsArray) { - releasePointer(_env, _propsArray, props, JNI_FALSE); + _env->ReleaseIntArrayElements(_propsArray, (jint*)props, JNI_ABORT); } } @@ -814,7 +928,7 @@ android_glDeleteProgramPipelines__I_3II } _remaining = _env->GetArrayLength(pipelines_ref) - offset; pipelines_base = (GLuint *) - _env->GetPrimitiveArrayCritical(pipelines_ref, (jboolean *)0); + _env->GetIntArrayElements(pipelines_ref, (jboolean *)0); pipelines = pipelines_base + offset; glDeleteProgramPipelines( @@ -824,7 +938,7 @@ android_glDeleteProgramPipelines__I_3II exit: if (pipelines_base) { - _env->ReleasePrimitiveArrayCritical(pipelines_ref, pipelines_base, + _env->ReleaseIntArrayElements(pipelines_ref, (jint*)pipelines_base, JNI_ABORT); } if (_exception) { @@ -836,14 +950,14 @@ exit: static void android_glDeleteProgramPipelines__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint n, jobject pipelines_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *pipelines = (GLuint *) 0; - pipelines = (GLuint *)getPointer(_env, pipelines_buf, &_array, &_remaining, &_bufferOffset); + pipelines = (GLuint *)getPointer(_env, pipelines_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (pipelines == NULL) { - char * _pipelinesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _pipelinesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); pipelines = (GLuint *) (_pipelinesBase + _bufferOffset); } glDeleteProgramPipelines( @@ -851,7 +965,7 @@ android_glDeleteProgramPipelines__ILjava_nio_IntBuffer_2 (GLuint *)pipelines ); if (_array) { - releasePointer(_env, _array, pipelines, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)pipelines, JNI_ABORT); } } @@ -880,7 +994,7 @@ android_glGenProgramPipelines__I_3II } _remaining = _env->GetArrayLength(pipelines_ref) - offset; pipelines_base = (GLuint *) - _env->GetPrimitiveArrayCritical(pipelines_ref, (jboolean *)0); + _env->GetIntArrayElements(pipelines_ref, (jboolean *)0); pipelines = pipelines_base + offset; glGenProgramPipelines( @@ -890,7 +1004,7 @@ android_glGenProgramPipelines__I_3II exit: if (pipelines_base) { - _env->ReleasePrimitiveArrayCritical(pipelines_ref, pipelines_base, + _env->ReleaseIntArrayElements(pipelines_ref, (jint*)pipelines_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -902,14 +1016,14 @@ exit: static void android_glGenProgramPipelines__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint n, jobject pipelines_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *pipelines = (GLuint *) 0; - pipelines = (GLuint *)getPointer(_env, pipelines_buf, &_array, &_remaining, &_bufferOffset); + pipelines = (GLuint *)getPointer(_env, pipelines_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (pipelines == NULL) { - char * _pipelinesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _pipelinesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); pipelines = (GLuint *) (_pipelinesBase + _bufferOffset); } glGenProgramPipelines( @@ -917,7 +1031,7 @@ android_glGenProgramPipelines__ILjava_nio_IntBuffer_2 (GLuint *)pipelines ); if (_array) { - releasePointer(_env, _array, pipelines, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)pipelines, 0); } } @@ -957,7 +1071,7 @@ android_glGetProgramPipelineiv__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetProgramPipelineiv( @@ -968,7 +1082,7 @@ android_glGetProgramPipelineiv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -980,14 +1094,14 @@ exit: static void android_glGetProgramPipelineiv__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint pipeline, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetProgramPipelineiv( @@ -996,7 +1110,7 @@ android_glGetProgramPipelineiv__IILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -1175,7 +1289,7 @@ android_glProgramUniform1iv__III_3II } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniform1iv( @@ -1187,7 +1301,7 @@ android_glProgramUniform1iv__III_3II exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, JNI_ABORT); } if (_exception) { @@ -1199,14 +1313,14 @@ exit: static void android_glProgramUniform1iv__IIILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *value = (GLint *) 0; - value = (GLint *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLint *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); value = (GLint *) (_valueBase + _bufferOffset); } glProgramUniform1iv( @@ -1216,7 +1330,7 @@ android_glProgramUniform1iv__IIILjava_nio_IntBuffer_2 (GLint *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)value, JNI_ABORT); } } @@ -1245,7 +1359,7 @@ android_glProgramUniform2iv__III_3II } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniform2iv( @@ -1257,7 +1371,7 @@ android_glProgramUniform2iv__III_3II exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, JNI_ABORT); } if (_exception) { @@ -1269,14 +1383,14 @@ exit: static void android_glProgramUniform2iv__IIILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *value = (GLint *) 0; - value = (GLint *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLint *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); value = (GLint *) (_valueBase + _bufferOffset); } glProgramUniform2iv( @@ -1286,7 +1400,7 @@ android_glProgramUniform2iv__IIILjava_nio_IntBuffer_2 (GLint *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)value, JNI_ABORT); } } @@ -1315,7 +1429,7 @@ android_glProgramUniform3iv__III_3II } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniform3iv( @@ -1327,7 +1441,7 @@ android_glProgramUniform3iv__III_3II exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, JNI_ABORT); } if (_exception) { @@ -1339,14 +1453,14 @@ exit: static void android_glProgramUniform3iv__IIILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *value = (GLint *) 0; - value = (GLint *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLint *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); value = (GLint *) (_valueBase + _bufferOffset); } glProgramUniform3iv( @@ -1356,7 +1470,7 @@ android_glProgramUniform3iv__IIILjava_nio_IntBuffer_2 (GLint *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)value, JNI_ABORT); } } @@ -1385,7 +1499,7 @@ android_glProgramUniform4iv__III_3II } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniform4iv( @@ -1397,7 +1511,7 @@ android_glProgramUniform4iv__III_3II exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, JNI_ABORT); } if (_exception) { @@ -1409,14 +1523,14 @@ exit: static void android_glProgramUniform4iv__IIILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *value = (GLint *) 0; - value = (GLint *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLint *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); value = (GLint *) (_valueBase + _bufferOffset); } glProgramUniform4iv( @@ -1426,7 +1540,7 @@ android_glProgramUniform4iv__IIILjava_nio_IntBuffer_2 (GLint *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)value, JNI_ABORT); } } @@ -1455,7 +1569,7 @@ android_glProgramUniform1uiv__III_3II } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLuint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniform1uiv( @@ -1467,7 +1581,7 @@ android_glProgramUniform1uiv__III_3II exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, JNI_ABORT); } if (_exception) { @@ -1479,14 +1593,14 @@ exit: static void android_glProgramUniform1uiv__IIILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *value = (GLuint *) 0; - value = (GLuint *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLuint *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); value = (GLuint *) (_valueBase + _bufferOffset); } glProgramUniform1uiv( @@ -1496,7 +1610,7 @@ android_glProgramUniform1uiv__IIILjava_nio_IntBuffer_2 (GLuint *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)value, JNI_ABORT); } } @@ -1525,7 +1639,7 @@ android_glProgramUniform2uiv__III_3II } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLuint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniform2uiv( @@ -1537,7 +1651,7 @@ android_glProgramUniform2uiv__III_3II exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, JNI_ABORT); } if (_exception) { @@ -1549,14 +1663,14 @@ exit: static void android_glProgramUniform2uiv__IIILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *value = (GLuint *) 0; - value = (GLuint *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLuint *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); value = (GLuint *) (_valueBase + _bufferOffset); } glProgramUniform2uiv( @@ -1566,7 +1680,7 @@ android_glProgramUniform2uiv__IIILjava_nio_IntBuffer_2 (GLuint *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)value, JNI_ABORT); } } @@ -1595,7 +1709,7 @@ android_glProgramUniform3uiv__III_3II } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLuint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniform3uiv( @@ -1607,7 +1721,7 @@ android_glProgramUniform3uiv__III_3II exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, JNI_ABORT); } if (_exception) { @@ -1619,14 +1733,14 @@ exit: static void android_glProgramUniform3uiv__IIILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *value = (GLuint *) 0; - value = (GLuint *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLuint *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); value = (GLuint *) (_valueBase + _bufferOffset); } glProgramUniform3uiv( @@ -1636,7 +1750,7 @@ android_glProgramUniform3uiv__IIILjava_nio_IntBuffer_2 (GLuint *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)value, JNI_ABORT); } } @@ -1665,7 +1779,7 @@ android_glProgramUniform4uiv__III_3II } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLuint *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetIntArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniform4uiv( @@ -1677,7 +1791,7 @@ android_glProgramUniform4uiv__III_3II exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseIntArrayElements(value_ref, (jint*)value_base, JNI_ABORT); } if (_exception) { @@ -1689,14 +1803,14 @@ exit: static void android_glProgramUniform4uiv__IIILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *value = (GLuint *) 0; - value = (GLuint *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLuint *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); value = (GLuint *) (_valueBase + _bufferOffset); } glProgramUniform4uiv( @@ -1706,7 +1820,7 @@ android_glProgramUniform4uiv__IIILjava_nio_IntBuffer_2 (GLuint *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)value, JNI_ABORT); } } @@ -1735,7 +1849,7 @@ android_glProgramUniform1fv__III_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniform1fv( @@ -1747,7 +1861,7 @@ android_glProgramUniform1fv__III_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -1759,14 +1873,14 @@ exit: static void android_glProgramUniform1fv__IIILjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glProgramUniform1fv( @@ -1776,7 +1890,7 @@ android_glProgramUniform1fv__IIILjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -1805,7 +1919,7 @@ android_glProgramUniform2fv__III_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniform2fv( @@ -1817,7 +1931,7 @@ android_glProgramUniform2fv__III_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -1829,14 +1943,14 @@ exit: static void android_glProgramUniform2fv__IIILjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glProgramUniform2fv( @@ -1846,7 +1960,7 @@ android_glProgramUniform2fv__IIILjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -1875,7 +1989,7 @@ android_glProgramUniform3fv__III_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniform3fv( @@ -1887,7 +2001,7 @@ android_glProgramUniform3fv__III_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -1899,14 +2013,14 @@ exit: static void android_glProgramUniform3fv__IIILjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glProgramUniform3fv( @@ -1916,7 +2030,7 @@ android_glProgramUniform3fv__IIILjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -1945,7 +2059,7 @@ android_glProgramUniform4fv__III_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniform4fv( @@ -1957,7 +2071,7 @@ android_glProgramUniform4fv__III_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -1969,14 +2083,14 @@ exit: static void android_glProgramUniform4fv__IIILjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glProgramUniform4fv( @@ -1986,7 +2100,7 @@ android_glProgramUniform4fv__IIILjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -2015,7 +2129,7 @@ android_glProgramUniformMatrix2fv__IIIZ_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniformMatrix2fv( @@ -2028,7 +2142,7 @@ android_glProgramUniformMatrix2fv__IIIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -2040,14 +2154,14 @@ exit: static void android_glProgramUniformMatrix2fv__IIIZLjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glProgramUniformMatrix2fv( @@ -2058,7 +2172,7 @@ android_glProgramUniformMatrix2fv__IIIZLjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -2087,7 +2201,7 @@ android_glProgramUniformMatrix3fv__IIIZ_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniformMatrix3fv( @@ -2100,7 +2214,7 @@ android_glProgramUniformMatrix3fv__IIIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -2112,14 +2226,14 @@ exit: static void android_glProgramUniformMatrix3fv__IIIZLjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glProgramUniformMatrix3fv( @@ -2130,7 +2244,7 @@ android_glProgramUniformMatrix3fv__IIIZLjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -2159,7 +2273,7 @@ android_glProgramUniformMatrix4fv__IIIZ_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniformMatrix4fv( @@ -2172,7 +2286,7 @@ android_glProgramUniformMatrix4fv__IIIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -2184,14 +2298,14 @@ exit: static void android_glProgramUniformMatrix4fv__IIIZLjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glProgramUniformMatrix4fv( @@ -2202,7 +2316,7 @@ android_glProgramUniformMatrix4fv__IIIZLjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -2231,7 +2345,7 @@ android_glProgramUniformMatrix2x3fv__IIIZ_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniformMatrix2x3fv( @@ -2244,7 +2358,7 @@ android_glProgramUniformMatrix2x3fv__IIIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -2256,14 +2370,14 @@ exit: static void android_glProgramUniformMatrix2x3fv__IIIZLjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glProgramUniformMatrix2x3fv( @@ -2274,7 +2388,7 @@ android_glProgramUniformMatrix2x3fv__IIIZLjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -2303,7 +2417,7 @@ android_glProgramUniformMatrix3x2fv__IIIZ_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniformMatrix3x2fv( @@ -2316,7 +2430,7 @@ android_glProgramUniformMatrix3x2fv__IIIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -2328,14 +2442,14 @@ exit: static void android_glProgramUniformMatrix3x2fv__IIIZLjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glProgramUniformMatrix3x2fv( @@ -2346,7 +2460,7 @@ android_glProgramUniformMatrix3x2fv__IIIZLjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -2375,7 +2489,7 @@ android_glProgramUniformMatrix2x4fv__IIIZ_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniformMatrix2x4fv( @@ -2388,7 +2502,7 @@ android_glProgramUniformMatrix2x4fv__IIIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -2400,14 +2514,14 @@ exit: static void android_glProgramUniformMatrix2x4fv__IIIZLjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glProgramUniformMatrix2x4fv( @@ -2418,7 +2532,7 @@ android_glProgramUniformMatrix2x4fv__IIIZLjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -2447,7 +2561,7 @@ android_glProgramUniformMatrix4x2fv__IIIZ_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniformMatrix4x2fv( @@ -2460,7 +2574,7 @@ android_glProgramUniformMatrix4x2fv__IIIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -2472,14 +2586,14 @@ exit: static void android_glProgramUniformMatrix4x2fv__IIIZLjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glProgramUniformMatrix4x2fv( @@ -2490,7 +2604,7 @@ android_glProgramUniformMatrix4x2fv__IIIZLjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -2519,7 +2633,7 @@ android_glProgramUniformMatrix3x4fv__IIIZ_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniformMatrix3x4fv( @@ -2532,7 +2646,7 @@ android_glProgramUniformMatrix3x4fv__IIIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -2544,14 +2658,14 @@ exit: static void android_glProgramUniformMatrix3x4fv__IIIZLjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glProgramUniformMatrix3x4fv( @@ -2562,7 +2676,7 @@ android_glProgramUniformMatrix3x4fv__IIIZLjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -2591,7 +2705,7 @@ android_glProgramUniformMatrix4x3fv__IIIZ_3FI } _remaining = _env->GetArrayLength(value_ref) - offset; value_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0); + _env->GetFloatArrayElements(value_ref, (jboolean *)0); value = value_base + offset; glProgramUniformMatrix4x3fv( @@ -2604,7 +2718,7 @@ android_glProgramUniformMatrix4x3fv__IIIZ_3FI exit: if (value_base) { - _env->ReleasePrimitiveArrayCritical(value_ref, value_base, + _env->ReleaseFloatArrayElements(value_ref, (jfloat*)value_base, JNI_ABORT); } if (_exception) { @@ -2616,14 +2730,14 @@ exit: static void android_glProgramUniformMatrix4x3fv__IIIZLjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *value = (GLfloat *) 0; - value = (GLfloat *)getPointer(_env, value_buf, &_array, &_remaining, &_bufferOffset); + value = (GLfloat *)getPointer(_env, value_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (value == NULL) { - char * _valueBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valueBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); value = (GLfloat *) (_valueBase + _bufferOffset); } glProgramUniformMatrix4x3fv( @@ -2634,7 +2748,7 @@ android_glProgramUniformMatrix4x3fv__IIIZLjava_nio_FloatBuffer_2 (GLfloat *)value ); if (_array) { - releasePointer(_env, _array, value, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)value, JNI_ABORT); } } @@ -2706,7 +2820,7 @@ android_glGetBooleani_v__II_3ZI } _remaining = _env->GetArrayLength(data_ref) - offset; data_base = (GLboolean *) - _env->GetPrimitiveArrayCritical(data_ref, (jboolean *)0); + _env->GetBooleanArrayElements(data_ref, (jboolean *)0); data = data_base + offset; glGetBooleani_v( @@ -2717,7 +2831,7 @@ android_glGetBooleani_v__II_3ZI exit: if (data_base) { - _env->ReleasePrimitiveArrayCritical(data_ref, data_base, + _env->ReleaseBooleanArrayElements(data_ref, (jboolean*)data_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2729,14 +2843,14 @@ exit: static void android_glGetBooleani_v__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLboolean *data = (GLboolean *) 0; - data = (GLboolean *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLboolean *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (data == NULL) { - char * _dataBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _dataBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); data = (GLboolean *) (_dataBase + _bufferOffset); } glGetBooleani_v( @@ -2745,7 +2859,7 @@ android_glGetBooleani_v__IILjava_nio_IntBuffer_2 (GLboolean *)data ); if (_array) { - releasePointer(_env, _array, data, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)data, 0); } } @@ -2806,7 +2920,7 @@ android_glGetMultisamplefv__II_3FI } _remaining = _env->GetArrayLength(val_ref) - offset; val_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(val_ref, (jboolean *)0); + _env->GetFloatArrayElements(val_ref, (jboolean *)0); val = val_base + offset; glGetMultisamplefv( @@ -2817,7 +2931,7 @@ android_glGetMultisamplefv__II_3FI exit: if (val_base) { - _env->ReleasePrimitiveArrayCritical(val_ref, val_base, + _env->ReleaseFloatArrayElements(val_ref, (jfloat*)val_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2829,14 +2943,14 @@ exit: static void android_glGetMultisamplefv__IILjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jint index, jobject val_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *val = (GLfloat *) 0; - val = (GLfloat *)getPointer(_env, val_buf, &_array, &_remaining, &_bufferOffset); + val = (GLfloat *)getPointer(_env, val_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (val == NULL) { - char * _valBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _valBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); val = (GLfloat *) (_valBase + _bufferOffset); } glGetMultisamplefv( @@ -2845,7 +2959,7 @@ android_glGetMultisamplefv__IILjava_nio_FloatBuffer_2 (GLfloat *)val ); if (_array) { - releasePointer(_env, _array, val, JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)val, 0); } } @@ -2884,7 +2998,7 @@ android_glGetTexLevelParameteriv__III_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexLevelParameteriv( @@ -2896,7 +3010,7 @@ android_glGetTexLevelParameteriv__III_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2908,14 +3022,14 @@ exit: static void android_glGetTexLevelParameteriv__IIILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint level, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetTexLevelParameteriv( @@ -2925,7 +3039,7 @@ android_glGetTexLevelParameteriv__IIILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -2954,7 +3068,7 @@ android_glGetTexLevelParameterfv__III_3FI } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexLevelParameterfv( @@ -2966,7 +3080,7 @@ android_glGetTexLevelParameterfv__III_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -2978,14 +3092,14 @@ exit: static void android_glGetTexLevelParameterfv__IIILjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint level, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glGetTexLevelParameterfv( @@ -2995,7 +3109,7 @@ android_glGetTexLevelParameterfv__IIILjava_nio_FloatBuffer_2 (GLfloat *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, 0); } } diff --git a/core/jni/android_opengl_GLES31Ext.cpp b/core/jni/android_opengl_GLES31Ext.cpp index 7317e9f48a0b..28563089e85a 100644 --- a/core/jni/android_opengl_GLES31Ext.cpp +++ b/core/jni/android_opengl_GLES31Ext.cpp @@ -125,6 +125,116 @@ getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *o return NULL; } +class ByteArrayGetter { +public: + static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { + return _env->GetByteArrayElements(array, is_copy); + } +}; +class BooleanArrayGetter { +public: + static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { + return _env->GetBooleanArrayElements(array, is_copy); + } +}; +class CharArrayGetter { +public: + static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { + return _env->GetCharArrayElements(array, is_copy); + } +}; +class ShortArrayGetter { +public: + static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { + return _env->GetShortArrayElements(array, is_copy); + } +}; +class IntArrayGetter { +public: + static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { + return _env->GetIntArrayElements(array, is_copy); + } +}; +class LongArrayGetter { +public: + static void* Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) { + return _env->GetLongArrayElements(array, is_copy); + } +}; +class FloatArrayGetter { +public: + static void* Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) { + return _env->GetFloatArrayElements(array, is_copy); + } +}; +class DoubleArrayGetter { +public: + static void* Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) { + return _env->GetDoubleArrayElements(array, is_copy); + } +}; + +template<typename JTYPEARRAY, typename ARRAYGETTER> +static void* +getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) { + return ARRAYGETTER::Get(_env, array, is_copy); +} + +class ByteArrayReleaser { +public: + static void Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) { + _env->ReleaseByteArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class BooleanArrayReleaser { +public: + static void Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) { + _env->ReleaseBooleanArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class CharArrayReleaser { +public: + static void Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) { + _env->ReleaseCharArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class ShortArrayReleaser { +public: + static void Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) { + _env->ReleaseShortArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class IntArrayReleaser { +public: + static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) { + _env->ReleaseIntArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class LongArrayReleaser { +public: + static void Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) { + _env->ReleaseLongArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class FloatArrayReleaser { +public: + static void Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) { + _env->ReleaseFloatArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; +class DoubleArrayReleaser { +public: + static void Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) { + _env->ReleaseDoubleArrayElements(array, data, commit ? 0 : JNI_ABORT); + } +}; + +template<typename JTYPEARRAY, typename NTYPEARRAY, typename ARRAYRELEASER> +static void +releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) { + ARRAYRELEASER::Release(_env, array, data, commit); +} + static void releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) { @@ -228,7 +338,8 @@ static int getNeededCount(GLint pname) { return needed; } -template <typename JTYPEARRAY, typename CTYPE, void GET(GLenum, CTYPE*)> +template <typename JTYPEARRAY, typename ARRAYGETTER, typename NTYPEARRAY, + typename ARRAYRELEASER, typename CTYPE, void GET(GLenum, CTYPE*)> static void get (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { @@ -263,8 +374,8 @@ get _exceptionMessage = "length - offset < needed"; goto exit; } - params_base = (CTYPE *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + params_base = (CTYPE *) getArrayPointer<JTYPEARRAY, ARRAYGETTER>( + _env, params_ref, (jboolean *)0); params = params_base + offset; GET( @@ -274,8 +385,8 @@ get exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, - _exception ? JNI_ABORT: 0); + releaseArrayPointer<JTYPEARRAY, NTYPEARRAY, ARRAYRELEASER>( + _env, params_ref, params_base, !_exception); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -283,20 +394,21 @@ exit: } -template <typename CTYPE, void GET(GLenum, CTYPE*)> +template <typename CTYPE, typename JTYPEARRAY, typename ARRAYGETTER, typename NTYPEARRAY, + typename ARRAYRELEASER, void GET(GLenum, CTYPE*)> static void getarray (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { jint _exception = 0; const char * _exceptionType; const char * _exceptionMessage; - jarray _array = (jarray) 0; + JTYPEARRAY _array = (JTYPEARRAY) 0; jint _bufferOffset = (jint) 0; jint _remaining; CTYPE *params = (CTYPE *) 0; int _needed = 0; - params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); _remaining /= sizeof(CTYPE); // convert from bytes to item count _needed = getNeededCount(pname); // if we didn't find this pname, we just assume the user passed @@ -309,7 +421,8 @@ getarray goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *) getArrayPointer<JTYPEARRAY, ARRAYGETTER>( + _env, _array, (jboolean *) 0); params = (CTYPE *) (_paramsBase + _bufferOffset); } GET( @@ -319,7 +432,8 @@ getarray exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + releaseArrayPointer<JTYPEARRAY, NTYPEARRAY, ARRAYRELEASER>( + _env, _array, (NTYPEARRAY)params, _exception ? JNI_FALSE : JNI_TRUE); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -359,7 +473,7 @@ android_glDebugMessageControlKHR__IIII_3IIZ } _remaining = _env->GetArrayLength(ids_ref) - offset; ids_base = (GLuint *) - _env->GetPrimitiveArrayCritical(ids_ref, (jboolean *)0); + _env->GetIntArrayElements(ids_ref, (jboolean *)0); ids = ids_base + offset; glDebugMessageControlKHR( @@ -373,7 +487,7 @@ android_glDebugMessageControlKHR__IIII_3IIZ exit: if (ids_base) { - _env->ReleasePrimitiveArrayCritical(ids_ref, ids_base, + _env->ReleaseIntArrayElements(ids_ref, (jint*)ids_base, JNI_ABORT); } if (_exception) { @@ -385,14 +499,14 @@ exit: static void android_glDebugMessageControlKHR__IIIILjava_nio_IntBuffer_2Z (JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jobject ids_buf, jboolean enabled) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *ids = (GLuint *) 0; - ids = (GLuint *)getPointer(_env, ids_buf, &_array, &_remaining, &_bufferOffset); + ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (ids == NULL) { - char * _idsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _idsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); ids = (GLuint *) (_idsBase + _bufferOffset); } glDebugMessageControlKHR( @@ -404,7 +518,7 @@ android_glDebugMessageControlKHR__IIIILjava_nio_IntBuffer_2Z (GLboolean)enabled ); if (_array) { - releasePointer(_env, _array, ids, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)ids, JNI_ABORT); } } @@ -784,7 +898,7 @@ android_glTexParameterIivEXT__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexParameterIivEXT( @@ -795,7 +909,7 @@ android_glTexParameterIivEXT__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -807,14 +921,14 @@ exit: static void android_glTexParameterIivEXT__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glTexParameterIivEXT( @@ -823,7 +937,7 @@ android_glTexParameterIivEXT__IILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } } @@ -852,7 +966,7 @@ android_glTexParameterIuivEXT__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLuint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexParameterIuivEXT( @@ -863,7 +977,7 @@ android_glTexParameterIuivEXT__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -875,14 +989,14 @@ exit: static void android_glTexParameterIuivEXT__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *params = (GLuint *) 0; - params = (GLuint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLuint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLuint *) (_paramsBase + _bufferOffset); } glTexParameterIuivEXT( @@ -891,7 +1005,7 @@ android_glTexParameterIuivEXT__IILjava_nio_IntBuffer_2 (GLuint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } } @@ -920,7 +1034,7 @@ android_glGetTexParameterIivEXT__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexParameterIivEXT( @@ -931,7 +1045,7 @@ android_glGetTexParameterIivEXT__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -943,14 +1057,14 @@ exit: static void android_glGetTexParameterIivEXT__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetTexParameterIivEXT( @@ -959,7 +1073,7 @@ android_glGetTexParameterIivEXT__IILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -988,7 +1102,7 @@ android_glGetTexParameterIuivEXT__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLuint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexParameterIuivEXT( @@ -999,7 +1113,7 @@ android_glGetTexParameterIuivEXT__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1011,14 +1125,14 @@ exit: static void android_glGetTexParameterIuivEXT__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *params = (GLuint *) 0; - params = (GLuint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLuint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLuint *) (_paramsBase + _bufferOffset); } glGetTexParameterIuivEXT( @@ -1027,7 +1141,7 @@ android_glGetTexParameterIuivEXT__IILjava_nio_IntBuffer_2 (GLuint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -1056,7 +1170,7 @@ android_glSamplerParameterIivEXT__II_3II } _remaining = _env->GetArrayLength(param_ref) - offset; param_base = (GLint *) - _env->GetPrimitiveArrayCritical(param_ref, (jboolean *)0); + _env->GetIntArrayElements(param_ref, (jboolean *)0); param = param_base + offset; glSamplerParameterIivEXT( @@ -1067,7 +1181,7 @@ android_glSamplerParameterIivEXT__II_3II exit: if (param_base) { - _env->ReleasePrimitiveArrayCritical(param_ref, param_base, + _env->ReleaseIntArrayElements(param_ref, (jint*)param_base, JNI_ABORT); } if (_exception) { @@ -1079,14 +1193,14 @@ exit: static void android_glSamplerParameterIivEXT__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject param_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *param = (GLint *) 0; - param = (GLint *)getPointer(_env, param_buf, &_array, &_remaining, &_bufferOffset); + param = (GLint *)getPointer(_env, param_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (param == NULL) { - char * _paramBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); param = (GLint *) (_paramBase + _bufferOffset); } glSamplerParameterIivEXT( @@ -1095,7 +1209,7 @@ android_glSamplerParameterIivEXT__IILjava_nio_IntBuffer_2 (GLint *)param ); if (_array) { - releasePointer(_env, _array, param, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)param, JNI_ABORT); } } @@ -1124,7 +1238,7 @@ android_glSamplerParameterIuivEXT__II_3II } _remaining = _env->GetArrayLength(param_ref) - offset; param_base = (GLuint *) - _env->GetPrimitiveArrayCritical(param_ref, (jboolean *)0); + _env->GetIntArrayElements(param_ref, (jboolean *)0); param = param_base + offset; glSamplerParameterIuivEXT( @@ -1135,7 +1249,7 @@ android_glSamplerParameterIuivEXT__II_3II exit: if (param_base) { - _env->ReleasePrimitiveArrayCritical(param_ref, param_base, + _env->ReleaseIntArrayElements(param_ref, (jint*)param_base, JNI_ABORT); } if (_exception) { @@ -1147,14 +1261,14 @@ exit: static void android_glSamplerParameterIuivEXT__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject param_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *param = (GLuint *) 0; - param = (GLuint *)getPointer(_env, param_buf, &_array, &_remaining, &_bufferOffset); + param = (GLuint *)getPointer(_env, param_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (param == NULL) { - char * _paramBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); param = (GLuint *) (_paramBase + _bufferOffset); } glSamplerParameterIuivEXT( @@ -1163,7 +1277,7 @@ android_glSamplerParameterIuivEXT__IILjava_nio_IntBuffer_2 (GLuint *)param ); if (_array) { - releasePointer(_env, _array, param, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)param, JNI_ABORT); } } @@ -1192,7 +1306,7 @@ android_glGetSamplerParameterIivEXT__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetSamplerParameterIivEXT( @@ -1203,7 +1317,7 @@ android_glGetSamplerParameterIivEXT__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1215,14 +1329,14 @@ exit: static void android_glGetSamplerParameterIivEXT__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetSamplerParameterIivEXT( @@ -1231,7 +1345,7 @@ android_glGetSamplerParameterIivEXT__IILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -1260,7 +1374,7 @@ android_glGetSamplerParameterIuivEXT__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLuint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetSamplerParameterIuivEXT( @@ -1271,7 +1385,7 @@ android_glGetSamplerParameterIuivEXT__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1283,14 +1397,14 @@ exit: static void android_glGetSamplerParameterIuivEXT__IILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *params = (GLuint *) 0; - params = (GLuint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLuint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLuint *) (_paramsBase + _bufferOffset); } glGetSamplerParameterIuivEXT( @@ -1299,7 +1413,7 @@ android_glGetSamplerParameterIuivEXT__IILjava_nio_IntBuffer_2 (GLuint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } diff --git a/core/jni/com_google_android_gles_jni_GLImpl.cpp b/core/jni/com_google_android_gles_jni_GLImpl.cpp index c5f330e772af..f15f957d21c7 100644 --- a/core/jni/com_google_android_gles_jni_GLImpl.cpp +++ b/core/jni/com_google_android_gles_jni_GLImpl.cpp @@ -449,7 +449,7 @@ android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2 jint _remaining; GLvoid *data = (GLvoid *) 0; - data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (data == NULL) { char * _dataBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); data = (GLvoid *) (_dataBase + _bufferOffset); @@ -478,7 +478,7 @@ android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2 jint _remaining; GLvoid *data = (GLvoid *) 0; - data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (data == NULL) { char * _dataBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); data = (GLvoid *) (_dataBase + _bufferOffset); @@ -571,7 +571,7 @@ android_glDeleteTextures__I_3II goto exit; } textures_base = (GLuint *) - _env->GetPrimitiveArrayCritical(textures_ref, (jboolean *)0); + _env->GetIntArrayElements(textures_ref, (jboolean *)0); textures = textures_base + offset; glDeleteTextures( @@ -581,7 +581,7 @@ android_glDeleteTextures__I_3II exit: if (textures_base) { - _env->ReleasePrimitiveArrayCritical(textures_ref, textures_base, + _env->ReleaseIntArrayElements(textures_ref, (jint*)textures_base, JNI_ABORT); } if (_exception) { @@ -596,12 +596,12 @@ android_glDeleteTextures__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *textures = (GLuint *) 0; - textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining, &_bufferOffset); + textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -609,7 +609,7 @@ android_glDeleteTextures__ILjava_nio_IntBuffer_2 goto exit; } if (textures == NULL) { - char * _texturesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _texturesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); textures = (GLuint *) (_texturesBase + _bufferOffset); } glDeleteTextures( @@ -619,7 +619,7 @@ android_glDeleteTextures__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, textures, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)textures, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -705,7 +705,7 @@ android_glDrawElements__IIILjava_nio_Buffer_2 jint _remaining; GLvoid *indices = (GLvoid *) 0; - indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset); + indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < count) { _exception = 1; _exceptionType = "java/lang/ArrayIndexOutOfBoundsException"; @@ -830,7 +830,7 @@ android_glFogfv__I_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glFogfv( @@ -840,7 +840,7 @@ android_glFogfv__I_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, JNI_ABORT); } if (_exception) { @@ -855,12 +855,12 @@ android_glFogfv__ILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_FOG_MODE) @@ -893,7 +893,7 @@ android_glFogfv__ILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glFogfv( @@ -903,7 +903,7 @@ android_glFogfv__ILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -976,7 +976,7 @@ android_glFogxv__I_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glFogxv( @@ -986,7 +986,7 @@ android_glFogxv__I_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -1001,12 +1001,12 @@ android_glFogxv__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_FOG_MODE) @@ -1039,7 +1039,7 @@ android_glFogxv__ILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glFogxv( @@ -1049,7 +1049,7 @@ android_glFogxv__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1124,7 +1124,7 @@ android_glGenTextures__I_3II goto exit; } textures_base = (GLuint *) - _env->GetPrimitiveArrayCritical(textures_ref, (jboolean *)0); + _env->GetIntArrayElements(textures_ref, (jboolean *)0); textures = textures_base + offset; glGenTextures( @@ -1134,7 +1134,7 @@ android_glGenTextures__I_3II exit: if (textures_base) { - _env->ReleasePrimitiveArrayCritical(textures_ref, textures_base, + _env->ReleaseIntArrayElements(textures_ref, (jint*)textures_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1149,12 +1149,12 @@ android_glGenTextures__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *textures = (GLuint *) 0; - textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining, &_bufferOffset); + textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -1162,7 +1162,7 @@ android_glGenTextures__ILjava_nio_IntBuffer_2 goto exit; } if (textures == NULL) { - char * _texturesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _texturesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); textures = (GLuint *) (_texturesBase + _bufferOffset); } glGenTextures( @@ -1172,7 +1172,7 @@ android_glGenTextures__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, textures, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)textures, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -1550,7 +1550,7 @@ android_glGetIntegerv__I_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetIntegerv( @@ -1560,7 +1560,7 @@ android_glGetIntegerv__I_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -1575,12 +1575,12 @@ android_glGetIntegerv__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_ALPHA_BITS) @@ -1919,7 +1919,7 @@ android_glGetIntegerv__ILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetIntegerv( @@ -1929,7 +1929,7 @@ android_glGetIntegerv__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2008,7 +2008,7 @@ android_glLightModelfv__I_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glLightModelfv( @@ -2018,7 +2018,7 @@ android_glLightModelfv__I_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, JNI_ABORT); } if (_exception) { @@ -2033,12 +2033,12 @@ android_glLightModelfv__ILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_LIGHT_MODEL_TWO_SIDE) @@ -2062,7 +2062,7 @@ android_glLightModelfv__ILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glLightModelfv( @@ -2072,7 +2072,7 @@ android_glLightModelfv__ILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2136,7 +2136,7 @@ android_glLightModelxv__I_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glLightModelxv( @@ -2146,7 +2146,7 @@ android_glLightModelxv__I_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -2161,12 +2161,12 @@ android_glLightModelxv__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_LIGHT_MODEL_TWO_SIDE) @@ -2190,7 +2190,7 @@ android_glLightModelxv__ILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glLightModelxv( @@ -2200,7 +2200,7 @@ android_glLightModelxv__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2291,7 +2291,7 @@ android_glLightfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glLightfv( @@ -2302,7 +2302,7 @@ android_glLightfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, JNI_ABORT); } if (_exception) { @@ -2317,12 +2317,12 @@ android_glLightfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_SPOT_EXPONENT) @@ -2372,7 +2372,7 @@ android_glLightfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glLightfv( @@ -2383,7 +2383,7 @@ android_glLightfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2474,7 +2474,7 @@ android_glLightxv__II_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glLightxv( @@ -2485,7 +2485,7 @@ android_glLightxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -2500,12 +2500,12 @@ android_glLightxv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_SPOT_EXPONENT) @@ -2555,7 +2555,7 @@ android_glLightxv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glLightxv( @@ -2566,7 +2566,7 @@ android_glLightxv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2623,7 +2623,7 @@ android_glLoadMatrixf___3FI } _remaining = _env->GetArrayLength(m_ref) - offset; m_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(m_ref, (jboolean *)0); + _env->GetFloatArrayElements(m_ref, (jboolean *)0); m = m_base + offset; glLoadMatrixf( @@ -2632,7 +2632,7 @@ android_glLoadMatrixf___3FI exit: if (m_base) { - _env->ReleasePrimitiveArrayCritical(m_ref, m_base, + _env->ReleaseFloatArrayElements(m_ref, (jfloat*)m_base, JNI_ABORT); } if (_exception) { @@ -2644,21 +2644,21 @@ exit: static void android_glLoadMatrixf__Ljava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jobject m_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *m = (GLfloat *) 0; - m = (GLfloat *)getPointer(_env, m_buf, &_array, &_remaining, &_bufferOffset); + m = (GLfloat *)getPointer(_env, m_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (m == NULL) { - char * _mBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _mBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); m = (GLfloat *) (_mBase + _bufferOffset); } glLoadMatrixf( (GLfloat *)m ); if (_array) { - releasePointer(_env, _array, m, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)m, JNI_ABORT); } } @@ -2687,7 +2687,7 @@ android_glLoadMatrixx___3II } _remaining = _env->GetArrayLength(m_ref) - offset; m_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(m_ref, (jboolean *)0); + _env->GetIntArrayElements(m_ref, (jboolean *)0); m = m_base + offset; glLoadMatrixx( @@ -2696,7 +2696,7 @@ android_glLoadMatrixx___3II exit: if (m_base) { - _env->ReleasePrimitiveArrayCritical(m_ref, m_base, + _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, JNI_ABORT); } if (_exception) { @@ -2708,21 +2708,21 @@ exit: static void android_glLoadMatrixx__Ljava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jobject m_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *m = (GLfixed *) 0; - m = (GLfixed *)getPointer(_env, m_buf, &_array, &_remaining, &_bufferOffset); + m = (GLfixed *)getPointer(_env, m_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (m == NULL) { - char * _mBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _mBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); m = (GLfixed *) (_mBase + _bufferOffset); } glLoadMatrixx( (GLfixed *)m ); if (_array) { - releasePointer(_env, _array, m, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)m, JNI_ABORT); } } @@ -2805,7 +2805,7 @@ android_glMaterialfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glMaterialfv( @@ -2816,7 +2816,7 @@ android_glMaterialfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, JNI_ABORT); } if (_exception) { @@ -2831,12 +2831,12 @@ android_glMaterialfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_SHININESS) @@ -2872,7 +2872,7 @@ android_glMaterialfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glMaterialfv( @@ -2883,7 +2883,7 @@ android_glMaterialfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -2960,7 +2960,7 @@ android_glMaterialxv__II_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glMaterialxv( @@ -2971,7 +2971,7 @@ android_glMaterialxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -2986,12 +2986,12 @@ android_glMaterialxv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_SHININESS) @@ -3027,7 +3027,7 @@ android_glMaterialxv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glMaterialxv( @@ -3038,7 +3038,7 @@ android_glMaterialxv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -3079,7 +3079,7 @@ android_glMultMatrixf___3FI } _remaining = _env->GetArrayLength(m_ref) - offset; m_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(m_ref, (jboolean *)0); + _env->GetFloatArrayElements(m_ref, (jboolean *)0); m = m_base + offset; glMultMatrixf( @@ -3088,7 +3088,7 @@ android_glMultMatrixf___3FI exit: if (m_base) { - _env->ReleasePrimitiveArrayCritical(m_ref, m_base, + _env->ReleaseFloatArrayElements(m_ref, (jfloat*)m_base, JNI_ABORT); } if (_exception) { @@ -3100,21 +3100,21 @@ exit: static void android_glMultMatrixf__Ljava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jobject m_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *m = (GLfloat *) 0; - m = (GLfloat *)getPointer(_env, m_buf, &_array, &_remaining, &_bufferOffset); + m = (GLfloat *)getPointer(_env, m_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (m == NULL) { - char * _mBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _mBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); m = (GLfloat *) (_mBase + _bufferOffset); } glMultMatrixf( (GLfloat *)m ); if (_array) { - releasePointer(_env, _array, m, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)m, JNI_ABORT); } } @@ -3143,7 +3143,7 @@ android_glMultMatrixx___3II } _remaining = _env->GetArrayLength(m_ref) - offset; m_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(m_ref, (jboolean *)0); + _env->GetIntArrayElements(m_ref, (jboolean *)0); m = m_base + offset; glMultMatrixx( @@ -3152,7 +3152,7 @@ android_glMultMatrixx___3II exit: if (m_base) { - _env->ReleasePrimitiveArrayCritical(m_ref, m_base, + _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, JNI_ABORT); } if (_exception) { @@ -3164,21 +3164,21 @@ exit: static void android_glMultMatrixx__Ljava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jobject m_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *m = (GLfixed *) 0; - m = (GLfixed *)getPointer(_env, m_buf, &_array, &_remaining, &_bufferOffset); + m = (GLfixed *)getPointer(_env, m_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (m == NULL) { - char * _mBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _mBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); m = (GLfixed *) (_mBase + _bufferOffset); } glMultMatrixx( (GLfixed *)m ); if (_array) { - releasePointer(_env, _array, m, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)m, JNI_ABORT); } } @@ -3352,7 +3352,7 @@ android_glReadPixels__IIIIIILjava_nio_Buffer_2 jint _remaining; GLvoid *pixels = (GLvoid *) 0; - pixels = (GLvoid *)getPointer(_env, pixels_buf, &_array, &_remaining, &_bufferOffset); + pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (pixels == NULL) { char * _pixelsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); pixels = (GLvoid *) (_pixelsBase + _bufferOffset); @@ -3577,7 +3577,7 @@ android_glTexEnvfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexEnvfv( @@ -3588,7 +3588,7 @@ android_glTexEnvfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, JNI_ABORT); } if (_exception) { @@ -3603,12 +3603,12 @@ android_glTexEnvfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_TEXTURE_ENV_MODE) @@ -3638,7 +3638,7 @@ android_glTexEnvfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glTexEnvfv( @@ -3649,7 +3649,7 @@ android_glTexEnvfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -3720,7 +3720,7 @@ android_glTexEnvxv__II_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexEnvxv( @@ -3731,7 +3731,7 @@ android_glTexEnvxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -3746,12 +3746,12 @@ android_glTexEnvxv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_TEXTURE_ENV_MODE) @@ -3781,7 +3781,7 @@ android_glTexEnvxv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glTexEnvxv( @@ -3792,7 +3792,7 @@ android_glTexEnvxv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -3809,7 +3809,7 @@ android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2 GLvoid *pixels = (GLvoid *) 0; if (pixels_buf) { - pixels = (GLvoid *)getPointer(_env, pixels_buf, &_array, &_remaining, &_bufferOffset); + pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); } if (pixels_buf && pixels == NULL) { char * _pixelsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); @@ -3863,7 +3863,7 @@ android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2 GLvoid *pixels = (GLvoid *) 0; if (pixels_buf) { - pixels = (GLvoid *)getPointer(_env, pixels_buf, &_array, &_remaining, &_bufferOffset); + pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); } if (pixels_buf && pixels == NULL) { char * _pixelsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); @@ -3978,7 +3978,7 @@ android_glQueryMatrixxOES___3II_3II goto exit; } mantissa_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(mantissa_ref, (jboolean *)0); + _env->GetIntArrayElements(mantissa_ref, (jboolean *)0); mantissa = mantissa_base + mantissaOffset; if (!exponent_ref) { @@ -4001,7 +4001,7 @@ android_glQueryMatrixxOES___3II_3II goto exit; } exponent_base = (GLint *) - _env->GetPrimitiveArrayCritical(exponent_ref, (jboolean *)0); + _env->GetIntArrayElements(exponent_ref, (jboolean *)0); exponent = exponent_base + exponentOffset; _returnValue = glQueryMatrixxOES( @@ -4011,11 +4011,11 @@ android_glQueryMatrixxOES___3II_3II exit: if (exponent_base) { - _env->ReleasePrimitiveArrayCritical(exponent_ref, exponent_base, + _env->ReleaseIntArrayElements(exponent_ref, (jint*)exponent_base, _exception ? JNI_ABORT: 0); } if (mantissa_base) { - _env->ReleasePrimitiveArrayCritical(mantissa_ref, mantissa_base, + _env->ReleaseIntArrayElements(mantissa_ref, (jint*)mantissa_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -4031,9 +4031,9 @@ android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _mantissaArray = (jarray) 0; + jintArray _mantissaArray = (jintArray) 0; jint _mantissaBufferOffset = (jint) 0; - jarray _exponentArray = (jarray) 0; + jintArray _exponentArray = (jintArray) 0; jint _exponentBufferOffset = (jint) 0; GLbitfield _returnValue = -1; jint _mantissaRemaining; @@ -4041,14 +4041,14 @@ android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 jint _exponentRemaining; GLint *exponent = (GLint *) 0; - mantissa = (GLfixed *)getPointer(_env, mantissa_buf, &_mantissaArray, &_mantissaRemaining, &_mantissaBufferOffset); + mantissa = (GLfixed *)getPointer(_env, mantissa_buf, (jarray*)&_mantissaArray, &_mantissaRemaining, &_mantissaBufferOffset); if (_mantissaRemaining < 16) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; _exceptionMessage = "remaining() < 16 < needed"; goto exit; } - exponent = (GLint *)getPointer(_env, exponent_buf, &_exponentArray, &_exponentRemaining, &_exponentBufferOffset); + exponent = (GLint *)getPointer(_env, exponent_buf, (jarray*)&_exponentArray, &_exponentRemaining, &_exponentBufferOffset); if (_exponentRemaining < 16) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -4056,11 +4056,11 @@ android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 goto exit; } if (mantissa == NULL) { - char * _mantissaBase = (char *)_env->GetPrimitiveArrayCritical(_mantissaArray, (jboolean *) 0); + char * _mantissaBase = (char *)_env->GetIntArrayElements(_mantissaArray, (jboolean *) 0); mantissa = (GLfixed *) (_mantissaBase + _mantissaBufferOffset); } if (exponent == NULL) { - char * _exponentBase = (char *)_env->GetPrimitiveArrayCritical(_exponentArray, (jboolean *) 0); + char * _exponentBase = (char *)_env->GetIntArrayElements(_exponentArray, (jboolean *) 0); exponent = (GLint *) (_exponentBase + _exponentBufferOffset); } _returnValue = glQueryMatrixxOES( @@ -4070,10 +4070,10 @@ android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2 exit: if (_exponentArray) { - releasePointer(_env, _exponentArray, exponent, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_exponentArray, (jint*)exponent, _exception ? JNI_ABORT : 0); } if (_mantissaArray) { - releasePointer(_env, _mantissaArray, mantissa, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_mantissaArray, (jint*)mantissa, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -4104,7 +4104,7 @@ android_glBufferData__IILjava_nio_Buffer_2I GLvoid *data = (GLvoid *) 0; if (data_buf) { - data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < size) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -4144,7 +4144,7 @@ android_glBufferSubData__IIILjava_nio_Buffer_2 jint _remaining; GLvoid *data = (GLvoid *) 0; - data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset); + data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < size) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -4202,7 +4202,7 @@ android_glClipPlanef__I_3FI goto exit; } equation_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(equation_ref, (jboolean *)0); + _env->GetFloatArrayElements(equation_ref, (jboolean *)0); equation = equation_base + offset; glClipPlanef( @@ -4212,7 +4212,7 @@ android_glClipPlanef__I_3FI exit: if (equation_base) { - _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base, + _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, JNI_ABORT); } if (_exception) { @@ -4227,12 +4227,12 @@ android_glClipPlanef__ILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *equation = (GLfloat *) 0; - equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset); + equation = (GLfloat *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 4) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -4240,7 +4240,7 @@ android_glClipPlanef__ILjava_nio_FloatBuffer_2 goto exit; } if (equation == NULL) { - char * _equationBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _equationBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); equation = (GLfloat *) (_equationBase + _bufferOffset); } glClipPlanef( @@ -4250,7 +4250,7 @@ android_glClipPlanef__ILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, equation, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)equation, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -4288,7 +4288,7 @@ android_glClipPlanex__I_3II goto exit; } equation_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(equation_ref, (jboolean *)0); + _env->GetIntArrayElements(equation_ref, (jboolean *)0); equation = equation_base + offset; glClipPlanex( @@ -4298,7 +4298,7 @@ android_glClipPlanex__I_3II exit: if (equation_base) { - _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base, + _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, JNI_ABORT); } if (_exception) { @@ -4313,12 +4313,12 @@ android_glClipPlanex__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *equation = (GLfixed *) 0; - equation = (GLfixed *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset); + equation = (GLfixed *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 4) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -4326,7 +4326,7 @@ android_glClipPlanex__ILjava_nio_IntBuffer_2 goto exit; } if (equation == NULL) { - char * _equationBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _equationBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); equation = (GLfixed *) (_equationBase + _bufferOffset); } glClipPlanex( @@ -4336,7 +4336,7 @@ android_glClipPlanex__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, equation, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)equation, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -4398,7 +4398,7 @@ android_glDeleteBuffers__I_3II goto exit; } buffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(buffers_ref, (jboolean *)0); + _env->GetIntArrayElements(buffers_ref, (jboolean *)0); buffers = buffers_base + offset; glDeleteBuffers( @@ -4408,7 +4408,7 @@ android_glDeleteBuffers__I_3II exit: if (buffers_base) { - _env->ReleasePrimitiveArrayCritical(buffers_ref, buffers_base, + _env->ReleaseIntArrayElements(buffers_ref, (jint*)buffers_base, JNI_ABORT); } if (_exception) { @@ -4423,12 +4423,12 @@ android_glDeleteBuffers__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *buffers = (GLuint *) 0; - buffers = (GLuint *)getPointer(_env, buffers_buf, &_array, &_remaining, &_bufferOffset); + buffers = (GLuint *)getPointer(_env, buffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -4436,7 +4436,7 @@ android_glDeleteBuffers__ILjava_nio_IntBuffer_2 goto exit; } if (buffers == NULL) { - char * _buffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _buffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); buffers = (GLuint *) (_buffersBase + _bufferOffset); } glDeleteBuffers( @@ -4446,7 +4446,7 @@ android_glDeleteBuffers__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, buffers, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)buffers, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -4502,7 +4502,7 @@ android_glGenBuffers__I_3II goto exit; } buffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(buffers_ref, (jboolean *)0); + _env->GetIntArrayElements(buffers_ref, (jboolean *)0); buffers = buffers_base + offset; glGenBuffers( @@ -4512,7 +4512,7 @@ android_glGenBuffers__I_3II exit: if (buffers_base) { - _env->ReleasePrimitiveArrayCritical(buffers_ref, buffers_base, + _env->ReleaseIntArrayElements(buffers_ref, (jint*)buffers_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -4527,12 +4527,12 @@ android_glGenBuffers__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *buffers = (GLuint *) 0; - buffers = (GLuint *)getPointer(_env, buffers_buf, &_array, &_remaining, &_bufferOffset); + buffers = (GLuint *)getPointer(_env, buffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -4540,7 +4540,7 @@ android_glGenBuffers__ILjava_nio_IntBuffer_2 goto exit; } if (buffers == NULL) { - char * _buffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _buffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); buffers = (GLuint *) (_buffersBase + _bufferOffset); } glGenBuffers( @@ -4550,7 +4550,7 @@ android_glGenBuffers__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, buffers, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)buffers, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -4582,7 +4582,7 @@ android_glGetBooleanv__I_3ZI } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLboolean *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetBooleanArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetBooleanv( @@ -4592,7 +4592,7 @@ android_glGetBooleanv__I_3ZI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseBooleanArrayElements(params_ref, (jboolean*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -4604,14 +4604,14 @@ exit: static void android_glGetBooleanv__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLboolean *params = (GLboolean *) 0; - params = (GLboolean *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLboolean *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLboolean *) (_paramsBase + _bufferOffset); } glGetBooleanv( @@ -4619,7 +4619,7 @@ android_glGetBooleanv__ILjava_nio_IntBuffer_2 (GLboolean *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -4664,7 +4664,7 @@ android_glGetClipPlanef__I_3FI } _remaining = _env->GetArrayLength(eqn_ref) - offset; eqn_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(eqn_ref, (jboolean *)0); + _env->GetFloatArrayElements(eqn_ref, (jboolean *)0); eqn = eqn_base + offset; glGetClipPlanef( @@ -4674,7 +4674,7 @@ android_glGetClipPlanef__I_3FI exit: if (eqn_base) { - _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base, + _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -4686,14 +4686,14 @@ exit: static void android_glGetClipPlanef__ILjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject eqn_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *eqn = (GLfloat *) 0; - eqn = (GLfloat *)getPointer(_env, eqn_buf, &_array, &_remaining, &_bufferOffset); + eqn = (GLfloat *)getPointer(_env, eqn_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (eqn == NULL) { - char * _eqnBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _eqnBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); eqn = (GLfloat *) (_eqnBase + _bufferOffset); } glGetClipPlanef( @@ -4701,7 +4701,7 @@ android_glGetClipPlanef__ILjava_nio_FloatBuffer_2 (GLfloat *)eqn ); if (_array) { - releasePointer(_env, _array, eqn, JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)eqn, 0); } } @@ -4730,7 +4730,7 @@ android_glGetClipPlanex__I_3II } _remaining = _env->GetArrayLength(eqn_ref) - offset; eqn_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(eqn_ref, (jboolean *)0); + _env->GetIntArrayElements(eqn_ref, (jboolean *)0); eqn = eqn_base + offset; glGetClipPlanex( @@ -4740,7 +4740,7 @@ android_glGetClipPlanex__I_3II exit: if (eqn_base) { - _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base, + _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -4752,14 +4752,14 @@ exit: static void android_glGetClipPlanex__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject eqn_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *eqn = (GLfixed *) 0; - eqn = (GLfixed *)getPointer(_env, eqn_buf, &_array, &_remaining, &_bufferOffset); + eqn = (GLfixed *)getPointer(_env, eqn_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (eqn == NULL) { - char * _eqnBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _eqnBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); eqn = (GLfixed *) (_eqnBase + _bufferOffset); } glGetClipPlanex( @@ -4767,7 +4767,7 @@ android_glGetClipPlanex__ILjava_nio_IntBuffer_2 (GLfixed *)eqn ); if (_array) { - releasePointer(_env, _array, eqn, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)eqn, 0); } } @@ -4796,7 +4796,7 @@ android_glGetFixedv__I_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetFixedv( @@ -4806,7 +4806,7 @@ android_glGetFixedv__I_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -4818,14 +4818,14 @@ exit: static void android_glGetFixedv__ILjava_nio_IntBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glGetFixedv( @@ -4833,7 +4833,7 @@ android_glGetFixedv__ILjava_nio_IntBuffer_2 (GLfixed *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -4862,7 +4862,7 @@ android_glGetFloatv__I_3FI } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetFloatv( @@ -4872,7 +4872,7 @@ android_glGetFloatv__I_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -4884,14 +4884,14 @@ exit: static void android_glGetFloatv__ILjava_nio_FloatBuffer_2 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glGetFloatv( @@ -4899,7 +4899,7 @@ android_glGetFloatv__ILjava_nio_FloatBuffer_2 (GLfloat *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, 0); } } @@ -4976,7 +4976,7 @@ android_glGetLightfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetLightfv( @@ -4987,7 +4987,7 @@ android_glGetLightfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -5002,12 +5002,12 @@ android_glGetLightfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_SPOT_EXPONENT) @@ -5057,7 +5057,7 @@ android_glGetLightfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glGetLightfv( @@ -5068,7 +5068,7 @@ android_glGetLightfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5148,7 +5148,7 @@ android_glGetLightxv__II_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetLightxv( @@ -5159,7 +5159,7 @@ android_glGetLightxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -5174,12 +5174,12 @@ android_glGetLightxv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_SPOT_EXPONENT) @@ -5229,7 +5229,7 @@ android_glGetLightxv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glGetLightxv( @@ -5240,7 +5240,7 @@ android_glGetLightxv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5306,7 +5306,7 @@ android_glGetMaterialfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetMaterialfv( @@ -5317,7 +5317,7 @@ android_glGetMaterialfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -5332,12 +5332,12 @@ android_glGetMaterialfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_SHININESS) @@ -5373,7 +5373,7 @@ android_glGetMaterialfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glGetMaterialfv( @@ -5384,7 +5384,7 @@ android_glGetMaterialfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5450,7 +5450,7 @@ android_glGetMaterialxv__II_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetMaterialxv( @@ -5461,7 +5461,7 @@ android_glGetMaterialxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -5476,12 +5476,12 @@ android_glGetMaterialxv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_SHININESS) @@ -5517,7 +5517,7 @@ android_glGetMaterialxv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glGetMaterialxv( @@ -5528,7 +5528,7 @@ android_glGetMaterialxv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5588,7 +5588,7 @@ android_glGetTexEnviv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexEnviv( @@ -5599,7 +5599,7 @@ android_glGetTexEnviv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -5614,12 +5614,12 @@ android_glGetTexEnviv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_TEXTURE_ENV_MODE) @@ -5649,7 +5649,7 @@ android_glGetTexEnviv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetTexEnviv( @@ -5660,7 +5660,7 @@ android_glGetTexEnviv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5720,7 +5720,7 @@ android_glGetTexEnvxv__II_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexEnvxv( @@ -5731,7 +5731,7 @@ android_glGetTexEnvxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -5746,12 +5746,12 @@ android_glGetTexEnvxv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_TEXTURE_ENV_MODE) @@ -5781,7 +5781,7 @@ android_glGetTexEnvxv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glGetTexEnvxv( @@ -5792,7 +5792,7 @@ android_glGetTexEnvxv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5830,7 +5830,7 @@ android_glGetTexParameterfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexParameterfv( @@ -5841,7 +5841,7 @@ android_glGetTexParameterfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -5856,12 +5856,12 @@ android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -5869,7 +5869,7 @@ android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glGetTexParameterfv( @@ -5880,7 +5880,7 @@ android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -5918,7 +5918,7 @@ android_glGetTexParameteriv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexParameteriv( @@ -5929,7 +5929,7 @@ android_glGetTexParameteriv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -5944,12 +5944,12 @@ android_glGetTexParameteriv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -5957,7 +5957,7 @@ android_glGetTexParameteriv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetTexParameteriv( @@ -5968,7 +5968,7 @@ android_glGetTexParameteriv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -6006,7 +6006,7 @@ android_glGetTexParameterxv__II_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexParameterxv( @@ -6017,7 +6017,7 @@ android_glGetTexParameterxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -6032,12 +6032,12 @@ android_glGetTexParameterxv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -6045,7 +6045,7 @@ android_glGetTexParameterxv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glGetTexParameterxv( @@ -6056,7 +6056,7 @@ android_glGetTexParameterxv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -6148,7 +6148,7 @@ android_glPointParameterfv__I_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glPointParameterfv( @@ -6158,7 +6158,7 @@ android_glPointParameterfv__I_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, JNI_ABORT); } if (_exception) { @@ -6173,12 +6173,12 @@ android_glPointParameterfv__ILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -6186,7 +6186,7 @@ android_glPointParameterfv__ILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glPointParameterfv( @@ -6196,7 +6196,7 @@ android_glPointParameterfv__ILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -6244,7 +6244,7 @@ android_glPointParameterxv__I_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glPointParameterxv( @@ -6254,7 +6254,7 @@ android_glPointParameterxv__I_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -6269,12 +6269,12 @@ android_glPointParameterxv__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -6282,7 +6282,7 @@ android_glPointParameterxv__ILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glPointParameterxv( @@ -6292,7 +6292,7 @@ android_glPointParameterxv__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -6398,7 +6398,7 @@ android_glTexEnviv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexEnviv( @@ -6409,7 +6409,7 @@ android_glTexEnviv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -6424,12 +6424,12 @@ android_glTexEnviv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); int _needed; switch (pname) { #if defined(GL_TEXTURE_ENV_MODE) @@ -6459,7 +6459,7 @@ android_glTexEnviv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glTexEnviv( @@ -6470,7 +6470,7 @@ android_glTexEnviv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -6508,7 +6508,7 @@ android_glTexParameterfv__II_3FI goto exit; } params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexParameterfv( @@ -6519,7 +6519,7 @@ android_glTexParameterfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, JNI_ABORT); } if (_exception) { @@ -6534,12 +6534,12 @@ android_glTexParameterfv__IILjava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -6547,7 +6547,7 @@ android_glTexParameterfv__IILjava_nio_FloatBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glTexParameterfv( @@ -6558,7 +6558,7 @@ android_glTexParameterfv__IILjava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -6607,7 +6607,7 @@ android_glTexParameteriv__II_3II goto exit; } params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexParameteriv( @@ -6618,7 +6618,7 @@ android_glTexParameteriv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -6633,12 +6633,12 @@ android_glTexParameteriv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -6646,7 +6646,7 @@ android_glTexParameteriv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glTexParameteriv( @@ -6657,7 +6657,7 @@ android_glTexParameteriv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -6695,7 +6695,7 @@ android_glTexParameterxv__II_3II goto exit; } params_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexParameterxv( @@ -6706,7 +6706,7 @@ android_glTexParameterxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, JNI_ABORT); } if (_exception) { @@ -6721,12 +6721,12 @@ android_glTexParameterxv__IILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *params = (GLfixed *) 0; - params = (GLfixed *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfixed *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 1) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -6734,7 +6734,7 @@ android_glTexParameterxv__IILjava_nio_IntBuffer_2 goto exit; } if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLfixed *) (_paramsBase + _bufferOffset); } glTexParameterxv( @@ -6745,7 +6745,7 @@ android_glTexParameterxv__IILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, params, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)params, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -6817,7 +6817,7 @@ android_glDrawTexfvOES___3FI goto exit; } coords_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(coords_ref, (jboolean *)0); + _env->GetFloatArrayElements(coords_ref, (jboolean *)0); coords = coords_base + offset; glDrawTexfvOES( @@ -6826,7 +6826,7 @@ android_glDrawTexfvOES___3FI exit: if (coords_base) { - _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base, + _env->ReleaseFloatArrayElements(coords_ref, (jfloat*)coords_base, JNI_ABORT); } if (_exception) { @@ -6841,12 +6841,12 @@ android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *coords = (GLfloat *) 0; - coords = (GLfloat *)getPointer(_env, coords_buf, &_array, &_remaining, &_bufferOffset); + coords = (GLfloat *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 5) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -6854,7 +6854,7 @@ android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2 goto exit; } if (coords == NULL) { - char * _coordsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _coordsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); coords = (GLfloat *) (_coordsBase + _bufferOffset); } glDrawTexfvOES( @@ -6863,7 +6863,7 @@ android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2 exit: if (_array) { - releasePointer(_env, _array, coords, JNI_FALSE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)coords, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -6914,7 +6914,7 @@ android_glDrawTexivOES___3II goto exit; } coords_base = (GLint *) - _env->GetPrimitiveArrayCritical(coords_ref, (jboolean *)0); + _env->GetIntArrayElements(coords_ref, (jboolean *)0); coords = coords_base + offset; glDrawTexivOES( @@ -6923,7 +6923,7 @@ android_glDrawTexivOES___3II exit: if (coords_base) { - _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base, + _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base, JNI_ABORT); } if (_exception) { @@ -6938,12 +6938,12 @@ android_glDrawTexivOES__Ljava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *coords = (GLint *) 0; - coords = (GLint *)getPointer(_env, coords_buf, &_array, &_remaining, &_bufferOffset); + coords = (GLint *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 5) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -6951,7 +6951,7 @@ android_glDrawTexivOES__Ljava_nio_IntBuffer_2 goto exit; } if (coords == NULL) { - char * _coordsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _coordsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); coords = (GLint *) (_coordsBase + _bufferOffset); } glDrawTexivOES( @@ -6960,7 +6960,7 @@ android_glDrawTexivOES__Ljava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, coords, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)coords, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -7011,7 +7011,7 @@ android_glDrawTexsvOES___3SI goto exit; } coords_base = (GLshort *) - _env->GetPrimitiveArrayCritical(coords_ref, (jboolean *)0); + _env->GetShortArrayElements(coords_ref, (jboolean *)0); coords = coords_base + offset; glDrawTexsvOES( @@ -7020,7 +7020,7 @@ android_glDrawTexsvOES___3SI exit: if (coords_base) { - _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base, + _env->ReleaseShortArrayElements(coords_ref, (jshort*)coords_base, JNI_ABORT); } if (_exception) { @@ -7035,12 +7035,12 @@ android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jshortArray _array = (jshortArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLshort *coords = (GLshort *) 0; - coords = (GLshort *)getPointer(_env, coords_buf, &_array, &_remaining, &_bufferOffset); + coords = (GLshort *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 5) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -7048,7 +7048,7 @@ android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2 goto exit; } if (coords == NULL) { - char * _coordsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _coordsBase = (char *)_env->GetShortArrayElements(_array, (jboolean *) 0); coords = (GLshort *) (_coordsBase + _bufferOffset); } glDrawTexsvOES( @@ -7057,7 +7057,7 @@ android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2 exit: if (_array) { - releasePointer(_env, _array, coords, JNI_FALSE); + _env->ReleaseShortArrayElements(_array, (jshort*)coords, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -7108,7 +7108,7 @@ android_glDrawTexxvOES___3II goto exit; } coords_base = (GLfixed *) - _env->GetPrimitiveArrayCritical(coords_ref, (jboolean *)0); + _env->GetIntArrayElements(coords_ref, (jboolean *)0); coords = coords_base + offset; glDrawTexxvOES( @@ -7117,7 +7117,7 @@ android_glDrawTexxvOES___3II exit: if (coords_base) { - _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base, + _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base, JNI_ABORT); } if (_exception) { @@ -7132,12 +7132,12 @@ android_glDrawTexxvOES__Ljava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfixed *coords = (GLfixed *) 0; - coords = (GLfixed *)getPointer(_env, coords_buf, &_array, &_remaining, &_bufferOffset); + coords = (GLfixed *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < 5) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -7145,7 +7145,7 @@ android_glDrawTexxvOES__Ljava_nio_IntBuffer_2 goto exit; } if (coords == NULL) { - char * _coordsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _coordsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); coords = (GLfixed *) (_coordsBase + _bufferOffset); } glDrawTexxvOES( @@ -7154,7 +7154,7 @@ android_glDrawTexxvOES__Ljava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, coords, JNI_FALSE); + _env->ReleaseIntArrayElements(_array, (jint*)coords, JNI_ABORT); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -7368,7 +7368,7 @@ android_glDeleteFramebuffersOES__I_3II goto exit; } framebuffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(framebuffers_ref, (jboolean *)0); + _env->GetIntArrayElements(framebuffers_ref, (jboolean *)0); framebuffers = framebuffers_base + offset; glDeleteFramebuffersOES( @@ -7378,7 +7378,7 @@ android_glDeleteFramebuffersOES__I_3II exit: if (framebuffers_base) { - _env->ReleasePrimitiveArrayCritical(framebuffers_ref, framebuffers_base, + _env->ReleaseIntArrayElements(framebuffers_ref, (jint*)framebuffers_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -7398,12 +7398,12 @@ android_glDeleteFramebuffersOES__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *framebuffers = (GLuint *) 0; - framebuffers = (GLuint *)getPointer(_env, framebuffers_buf, &_array, &_remaining, &_bufferOffset); + framebuffers = (GLuint *)getPointer(_env, framebuffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -7411,7 +7411,7 @@ android_glDeleteFramebuffersOES__ILjava_nio_IntBuffer_2 goto exit; } if (framebuffers == NULL) { - char * _framebuffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _framebuffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); framebuffers = (GLuint *) (_framebuffersBase + _bufferOffset); } glDeleteFramebuffersOES( @@ -7421,7 +7421,7 @@ android_glDeleteFramebuffersOES__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, framebuffers, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)framebuffers, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -7464,7 +7464,7 @@ android_glDeleteRenderbuffersOES__I_3II goto exit; } renderbuffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(renderbuffers_ref, (jboolean *)0); + _env->GetIntArrayElements(renderbuffers_ref, (jboolean *)0); renderbuffers = renderbuffers_base + offset; glDeleteRenderbuffersOES( @@ -7474,7 +7474,7 @@ android_glDeleteRenderbuffersOES__I_3II exit: if (renderbuffers_base) { - _env->ReleasePrimitiveArrayCritical(renderbuffers_ref, renderbuffers_base, + _env->ReleaseIntArrayElements(renderbuffers_ref, (jint*)renderbuffers_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -7494,12 +7494,12 @@ android_glDeleteRenderbuffersOES__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *renderbuffers = (GLuint *) 0; - renderbuffers = (GLuint *)getPointer(_env, renderbuffers_buf, &_array, &_remaining, &_bufferOffset); + renderbuffers = (GLuint *)getPointer(_env, renderbuffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -7507,7 +7507,7 @@ android_glDeleteRenderbuffersOES__ILjava_nio_IntBuffer_2 goto exit; } if (renderbuffers == NULL) { - char * _renderbuffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _renderbuffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); renderbuffers = (GLuint *) (_renderbuffersBase + _bufferOffset); } glDeleteRenderbuffersOES( @@ -7517,7 +7517,7 @@ android_glDeleteRenderbuffersOES__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, renderbuffers, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)renderbuffers, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -7609,7 +7609,7 @@ android_glGenFramebuffersOES__I_3II goto exit; } framebuffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(framebuffers_ref, (jboolean *)0); + _env->GetIntArrayElements(framebuffers_ref, (jboolean *)0); framebuffers = framebuffers_base + offset; glGenFramebuffersOES( @@ -7619,7 +7619,7 @@ android_glGenFramebuffersOES__I_3II exit: if (framebuffers_base) { - _env->ReleasePrimitiveArrayCritical(framebuffers_ref, framebuffers_base, + _env->ReleaseIntArrayElements(framebuffers_ref, (jint*)framebuffers_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -7639,12 +7639,12 @@ android_glGenFramebuffersOES__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *framebuffers = (GLuint *) 0; - framebuffers = (GLuint *)getPointer(_env, framebuffers_buf, &_array, &_remaining, &_bufferOffset); + framebuffers = (GLuint *)getPointer(_env, framebuffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -7652,7 +7652,7 @@ android_glGenFramebuffersOES__ILjava_nio_IntBuffer_2 goto exit; } if (framebuffers == NULL) { - char * _framebuffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _framebuffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); framebuffers = (GLuint *) (_framebuffersBase + _bufferOffset); } glGenFramebuffersOES( @@ -7662,7 +7662,7 @@ android_glGenFramebuffersOES__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, framebuffers, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)framebuffers, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -7705,7 +7705,7 @@ android_glGenRenderbuffersOES__I_3II goto exit; } renderbuffers_base = (GLuint *) - _env->GetPrimitiveArrayCritical(renderbuffers_ref, (jboolean *)0); + _env->GetIntArrayElements(renderbuffers_ref, (jboolean *)0); renderbuffers = renderbuffers_base + offset; glGenRenderbuffersOES( @@ -7715,7 +7715,7 @@ android_glGenRenderbuffersOES__I_3II exit: if (renderbuffers_base) { - _env->ReleasePrimitiveArrayCritical(renderbuffers_ref, renderbuffers_base, + _env->ReleaseIntArrayElements(renderbuffers_ref, (jint*)renderbuffers_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -7735,12 +7735,12 @@ android_glGenRenderbuffersOES__ILjava_nio_IntBuffer_2 jint _exception = 0; const char * _exceptionType = NULL; const char * _exceptionMessage = NULL; - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLuint *renderbuffers = (GLuint *) 0; - renderbuffers = (GLuint *)getPointer(_env, renderbuffers_buf, &_array, &_remaining, &_bufferOffset); + renderbuffers = (GLuint *)getPointer(_env, renderbuffers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (_remaining < n) { _exception = 1; _exceptionType = "java/lang/IllegalArgumentException"; @@ -7748,7 +7748,7 @@ android_glGenRenderbuffersOES__ILjava_nio_IntBuffer_2 goto exit; } if (renderbuffers == NULL) { - char * _renderbuffersBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _renderbuffersBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); renderbuffers = (GLuint *) (_renderbuffersBase + _bufferOffset); } glGenRenderbuffersOES( @@ -7758,7 +7758,7 @@ android_glGenRenderbuffersOES__ILjava_nio_IntBuffer_2 exit: if (_array) { - releasePointer(_env, _array, renderbuffers, _exception ? JNI_FALSE : JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)renderbuffers, _exception ? JNI_ABORT : 0); } if (_exception) { jniThrowException(_env, _exceptionType, _exceptionMessage); @@ -7795,7 +7795,7 @@ android_glGetFramebufferAttachmentParameterivOES__III_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetFramebufferAttachmentParameterivOES( @@ -7807,7 +7807,7 @@ android_glGetFramebufferAttachmentParameterivOES__III_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -7824,14 +7824,14 @@ android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2 "glGetFramebufferAttachmentParameterivOES"); return; } - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetFramebufferAttachmentParameterivOES( @@ -7841,7 +7841,7 @@ android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -7875,7 +7875,7 @@ android_glGetRenderbufferParameterivOES__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetRenderbufferParameterivOES( @@ -7886,7 +7886,7 @@ android_glGetRenderbufferParameterivOES__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -7903,14 +7903,14 @@ android_glGetRenderbufferParameterivOES__IILjava_nio_IntBuffer_2 "glGetRenderbufferParameterivOES"); return; } - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetRenderbufferParameterivOES( @@ -7919,7 +7919,7 @@ android_glGetRenderbufferParameterivOES__IILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -7953,7 +7953,7 @@ android_glGetTexGenfv__II_3FI } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexGenfv( @@ -7964,7 +7964,7 @@ android_glGetTexGenfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -7981,14 +7981,14 @@ android_glGetTexGenfv__IILjava_nio_FloatBuffer_2 "glGetTexGenfv"); return; } - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glGetTexGenfv( @@ -7997,7 +7997,7 @@ android_glGetTexGenfv__IILjava_nio_FloatBuffer_2 (GLfloat *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, 0); } } @@ -8031,7 +8031,7 @@ android_glGetTexGeniv__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexGeniv( @@ -8042,7 +8042,7 @@ android_glGetTexGeniv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -8059,14 +8059,14 @@ android_glGetTexGeniv__IILjava_nio_IntBuffer_2 "glGetTexGeniv"); return; } - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetTexGeniv( @@ -8075,7 +8075,7 @@ android_glGetTexGeniv__IILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -8109,7 +8109,7 @@ android_glGetTexGenxv__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glGetTexGenxv( @@ -8120,7 +8120,7 @@ android_glGetTexGenxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -8137,14 +8137,14 @@ android_glGetTexGenxv__IILjava_nio_IntBuffer_2 "glGetTexGenxv"); return; } - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glGetTexGenxv( @@ -8153,7 +8153,7 @@ android_glGetTexGenxv__IILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -8252,7 +8252,7 @@ android_glTexGenfv__II_3FI } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLfloat *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetFloatArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexGenfv( @@ -8263,7 +8263,7 @@ android_glTexGenfv__II_3FI exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseFloatArrayElements(params_ref, (jfloat*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -8280,14 +8280,14 @@ android_glTexGenfv__IILjava_nio_FloatBuffer_2 "glTexGenfv"); return; } - jarray _array = (jarray) 0; + jfloatArray _array = (jfloatArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLfloat *params = (GLfloat *) 0; - params = (GLfloat *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLfloat *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0); params = (GLfloat *) (_paramsBase + _bufferOffset); } glTexGenfv( @@ -8296,7 +8296,7 @@ android_glTexGenfv__IILjava_nio_FloatBuffer_2 (GLfloat *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseFloatArrayElements(_array, (jfloat*)params, 0); } } @@ -8346,7 +8346,7 @@ android_glTexGeniv__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexGeniv( @@ -8357,7 +8357,7 @@ android_glTexGeniv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -8374,14 +8374,14 @@ android_glTexGeniv__IILjava_nio_IntBuffer_2 "glTexGeniv"); return; } - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glTexGeniv( @@ -8390,7 +8390,7 @@ android_glTexGeniv__IILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } @@ -8440,7 +8440,7 @@ android_glTexGenxv__II_3II } _remaining = _env->GetArrayLength(params_ref) - offset; params_base = (GLint *) - _env->GetPrimitiveArrayCritical(params_ref, (jboolean *)0); + _env->GetIntArrayElements(params_ref, (jboolean *)0); params = params_base + offset; glTexGenxv( @@ -8451,7 +8451,7 @@ android_glTexGenxv__II_3II exit: if (params_base) { - _env->ReleasePrimitiveArrayCritical(params_ref, params_base, + _env->ReleaseIntArrayElements(params_ref, (jint*)params_base, _exception ? JNI_ABORT: 0); } if (_exception) { @@ -8468,14 +8468,14 @@ android_glTexGenxv__IILjava_nio_IntBuffer_2 "glTexGenxv"); return; } - jarray _array = (jarray) 0; + jintArray _array = (jintArray) 0; jint _bufferOffset = (jint) 0; jint _remaining; GLint *params = (GLint *) 0; - params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset); + params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); if (params == NULL) { - char * _paramsBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0); + char * _paramsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); params = (GLint *) (_paramsBase + _bufferOffset); } glTexGenxv( @@ -8484,7 +8484,7 @@ android_glTexGenxv__IILjava_nio_IntBuffer_2 (GLint *)params ); if (_array) { - releasePointer(_env, _array, params, JNI_TRUE); + _env->ReleaseIntArrayElements(_array, (jint*)params, 0); } } diff --git a/core/res/res/drawable-en-hdpi/sym_keyboard_delete.png b/core/res/res/drawable-en-hdpi/sym_keyboard_delete.png Binary files differindex 569369e79927..18c8c6d0a509 100644 --- a/core/res/res/drawable-en-hdpi/sym_keyboard_delete.png +++ b/core/res/res/drawable-en-hdpi/sym_keyboard_delete.png diff --git a/core/res/res/drawable-en-ldpi/sym_keyboard_delete.png b/core/res/res/drawable-en-ldpi/sym_keyboard_delete.png Binary files differindex d9d56539137a..731cefd942e1 100644 --- a/core/res/res/drawable-en-ldpi/sym_keyboard_delete.png +++ b/core/res/res/drawable-en-ldpi/sym_keyboard_delete.png diff --git a/core/res/res/drawable-en-ldpi/sym_keyboard_feedback_delete.png b/core/res/res/drawable-en-ldpi/sym_keyboard_feedback_delete.png Binary files differindex 8922bf92c467..b180ad0f08ea 100644 --- a/core/res/res/drawable-en-ldpi/sym_keyboard_feedback_delete.png +++ b/core/res/res/drawable-en-ldpi/sym_keyboard_feedback_delete.png diff --git a/core/res/res/drawable-en-mdpi/sym_keyboard_delete.png b/core/res/res/drawable-en-mdpi/sym_keyboard_delete.png Binary files differindex f1f7c58cf5ca..3476832efdd5 100644 --- a/core/res/res/drawable-en-mdpi/sym_keyboard_delete.png +++ b/core/res/res/drawable-en-mdpi/sym_keyboard_delete.png diff --git a/core/res/res/drawable-en-mdpi/sym_keyboard_feedback_delete.png b/core/res/res/drawable-en-mdpi/sym_keyboard_feedback_delete.png Binary files differindex 3c9083972d92..6ad06348bce2 100644 --- a/core/res/res/drawable-en-mdpi/sym_keyboard_feedback_delete.png +++ b/core/res/res/drawable-en-mdpi/sym_keyboard_feedback_delete.png diff --git a/core/res/res/drawable-hdpi/ab_bottom_solid_dark_holo.9.png b/core/res/res/drawable-hdpi/ab_bottom_solid_dark_holo.9.png Binary files differindex 769463b369a5..9bf59cd3802a 100644 --- a/core/res/res/drawable-hdpi/ab_bottom_solid_dark_holo.9.png +++ b/core/res/res/drawable-hdpi/ab_bottom_solid_dark_holo.9.png diff --git a/core/res/res/drawable-hdpi/ab_bottom_solid_inverse_holo.9.png b/core/res/res/drawable-hdpi/ab_bottom_solid_inverse_holo.9.png Binary files differindex 88f11dcb91ee..1b055d8c208d 100644 --- a/core/res/res/drawable-hdpi/ab_bottom_solid_inverse_holo.9.png +++ b/core/res/res/drawable-hdpi/ab_bottom_solid_inverse_holo.9.png diff --git a/core/res/res/drawable-hdpi/ab_bottom_solid_light_holo.9.png b/core/res/res/drawable-hdpi/ab_bottom_solid_light_holo.9.png Binary files differindex 73050476e77a..d0fce225516a 100644 --- a/core/res/res/drawable-hdpi/ab_bottom_solid_light_holo.9.png +++ b/core/res/res/drawable-hdpi/ab_bottom_solid_light_holo.9.png diff --git a/core/res/res/drawable-hdpi/ab_bottom_transparent_dark_holo.9.png b/core/res/res/drawable-hdpi/ab_bottom_transparent_dark_holo.9.png Binary files differindex 712a551ece87..796caa8bd7c8 100644 --- a/core/res/res/drawable-hdpi/ab_bottom_transparent_dark_holo.9.png +++ b/core/res/res/drawable-hdpi/ab_bottom_transparent_dark_holo.9.png diff --git a/core/res/res/drawable-hdpi/ab_bottom_transparent_light_holo.9.png b/core/res/res/drawable-hdpi/ab_bottom_transparent_light_holo.9.png Binary files differindex bf3b9438b165..8bbbdf25ff07 100644 --- a/core/res/res/drawable-hdpi/ab_bottom_transparent_light_holo.9.png +++ b/core/res/res/drawable-hdpi/ab_bottom_transparent_light_holo.9.png diff --git a/core/res/res/drawable-hdpi/ab_share_pack_holo_dark.9.png b/core/res/res/drawable-hdpi/ab_share_pack_holo_dark.9.png Binary files differindex 6c1415772d03..1514dae79352 100644 --- a/core/res/res/drawable-hdpi/ab_share_pack_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/ab_share_pack_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/ab_share_pack_holo_light.9.png b/core/res/res/drawable-hdpi/ab_share_pack_holo_light.9.png Binary files differindex f4ff16be7323..811fe747eb4a 100644 --- a/core/res/res/drawable-hdpi/ab_share_pack_holo_light.9.png +++ b/core/res/res/drawable-hdpi/ab_share_pack_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/ab_share_pack_mtrl_alpha.9.png b/core/res/res/drawable-hdpi/ab_share_pack_mtrl_alpha.9.png Binary files differindex b07da0cf092c..f71472eaaf2a 100644 --- a/core/res/res/drawable-hdpi/ab_share_pack_mtrl_alpha.9.png +++ b/core/res/res/drawable-hdpi/ab_share_pack_mtrl_alpha.9.png diff --git a/core/res/res/drawable-hdpi/ab_solid_dark_holo.9.png b/core/res/res/drawable-hdpi/ab_solid_dark_holo.9.png Binary files differindex cbbaec588ec9..3cfd32d35861 100644 --- a/core/res/res/drawable-hdpi/ab_solid_dark_holo.9.png +++ b/core/res/res/drawable-hdpi/ab_solid_dark_holo.9.png diff --git a/core/res/res/drawable-hdpi/ab_solid_light_holo.9.png b/core/res/res/drawable-hdpi/ab_solid_light_holo.9.png Binary files differindex af917e5b6f7d..bbaa829945be 100644 --- a/core/res/res/drawable-hdpi/ab_solid_light_holo.9.png +++ b/core/res/res/drawable-hdpi/ab_solid_light_holo.9.png diff --git a/core/res/res/drawable-hdpi/ab_solid_shadow_holo.9.png b/core/res/res/drawable-hdpi/ab_solid_shadow_holo.9.png Binary files differindex 2d59f354eed3..a7b124dd33ea 100644 --- a/core/res/res/drawable-hdpi/ab_solid_shadow_holo.9.png +++ b/core/res/res/drawable-hdpi/ab_solid_shadow_holo.9.png diff --git a/core/res/res/drawable-hdpi/ab_solid_shadow_mtrl_alpha.9.png b/core/res/res/drawable-hdpi/ab_solid_shadow_mtrl_alpha.9.png Binary files differindex e49ad542eaec..a99ec13f5cb5 100644 --- a/core/res/res/drawable-hdpi/ab_solid_shadow_mtrl_alpha.9.png +++ b/core/res/res/drawable-hdpi/ab_solid_shadow_mtrl_alpha.9.png diff --git a/core/res/res/drawable-hdpi/ab_stacked_solid_dark_holo.9.png b/core/res/res/drawable-hdpi/ab_stacked_solid_dark_holo.9.png Binary files differindex 0520e5a2f681..0af0d8773d71 100644 --- a/core/res/res/drawable-hdpi/ab_stacked_solid_dark_holo.9.png +++ b/core/res/res/drawable-hdpi/ab_stacked_solid_dark_holo.9.png diff --git a/core/res/res/drawable-hdpi/ab_stacked_solid_inverse_holo.9.png b/core/res/res/drawable-hdpi/ab_stacked_solid_inverse_holo.9.png Binary files differindex 42528b157a80..60feb5ebe0bd 100644 --- a/core/res/res/drawable-hdpi/ab_stacked_solid_inverse_holo.9.png +++ b/core/res/res/drawable-hdpi/ab_stacked_solid_inverse_holo.9.png diff --git a/core/res/res/drawable-hdpi/ab_stacked_solid_light_holo.9.png b/core/res/res/drawable-hdpi/ab_stacked_solid_light_holo.9.png Binary files differindex e3e3f93b9f3f..915683eca3f7 100644 --- a/core/res/res/drawable-hdpi/ab_stacked_solid_light_holo.9.png +++ b/core/res/res/drawable-hdpi/ab_stacked_solid_light_holo.9.png diff --git a/core/res/res/drawable-hdpi/ab_stacked_transparent_dark_holo.9.png b/core/res/res/drawable-hdpi/ab_stacked_transparent_dark_holo.9.png Binary files differindex 1e39572224b2..47c0bb004cee 100644 --- a/core/res/res/drawable-hdpi/ab_stacked_transparent_dark_holo.9.png +++ b/core/res/res/drawable-hdpi/ab_stacked_transparent_dark_holo.9.png diff --git a/core/res/res/drawable-hdpi/ab_stacked_transparent_light_holo.9.png b/core/res/res/drawable-hdpi/ab_stacked_transparent_light_holo.9.png Binary files differindex a16db853e94a..1a4f3774d438 100644 --- a/core/res/res/drawable-hdpi/ab_stacked_transparent_light_holo.9.png +++ b/core/res/res/drawable-hdpi/ab_stacked_transparent_light_holo.9.png diff --git a/core/res/res/drawable-hdpi/ab_transparent_dark_holo.9.png b/core/res/res/drawable-hdpi/ab_transparent_dark_holo.9.png Binary files differindex 0eff695d8291..4e04fa101305 100644 --- a/core/res/res/drawable-hdpi/ab_transparent_dark_holo.9.png +++ b/core/res/res/drawable-hdpi/ab_transparent_dark_holo.9.png diff --git a/core/res/res/drawable-hdpi/ab_transparent_light_holo.9.png b/core/res/res/drawable-hdpi/ab_transparent_light_holo.9.png Binary files differindex 219b170fa67a..13eb5b6b607b 100644 --- a/core/res/res/drawable-hdpi/ab_transparent_light_holo.9.png +++ b/core/res/res/drawable-hdpi/ab_transparent_light_holo.9.png diff --git a/core/res/res/drawable-hdpi/activity_title_bar.9.png b/core/res/res/drawable-hdpi/activity_title_bar.9.png Binary files differindex 48d60c421400..6b2a0be81d8c 100644 --- a/core/res/res/drawable-hdpi/activity_title_bar.9.png +++ b/core/res/res/drawable-hdpi/activity_title_bar.9.png diff --git a/core/res/res/drawable-hdpi/arrow_down_float.png b/core/res/res/drawable-hdpi/arrow_down_float.png Binary files differindex 2466c8f6729d..02c2b00bf671 100644 --- a/core/res/res/drawable-hdpi/arrow_down_float.png +++ b/core/res/res/drawable-hdpi/arrow_down_float.png diff --git a/core/res/res/drawable-hdpi/arrow_up_float.png b/core/res/res/drawable-hdpi/arrow_up_float.png Binary files differindex d1301c3bdd0a..8ab88e237a1c 100644 --- a/core/res/res/drawable-hdpi/arrow_up_float.png +++ b/core/res/res/drawable-hdpi/arrow_up_float.png diff --git a/core/res/res/drawable-hdpi/battery_charge_background.png b/core/res/res/drawable-hdpi/battery_charge_background.png Binary files differindex 19023a9cc854..b737f9ecc701 100644 --- a/core/res/res/drawable-hdpi/battery_charge_background.png +++ b/core/res/res/drawable-hdpi/battery_charge_background.png diff --git a/core/res/res/drawable-hdpi/bottom_bar.png b/core/res/res/drawable-hdpi/bottom_bar.png Binary files differindex 1f38f3c805d7..74378f505324 100644 --- a/core/res/res/drawable-hdpi/bottom_bar.png +++ b/core/res/res/drawable-hdpi/bottom_bar.png diff --git a/core/res/res/drawable-hdpi/btn_cab_done_default_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_cab_done_default_holo_dark.9.png Binary files differindex b0dc31fb3dd1..844917344ced 100644 --- a/core/res/res/drawable-hdpi/btn_cab_done_default_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_cab_done_default_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_cab_done_default_holo_light.9.png b/core/res/res/drawable-hdpi/btn_cab_done_default_holo_light.9.png Binary files differindex 4bc2683b1560..ea50cfb44943 100644 --- a/core/res/res/drawable-hdpi/btn_cab_done_default_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_cab_done_default_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_cab_done_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_cab_done_focused_holo_dark.9.png Binary files differindex 4af38fb70b55..c7c9bc712346 100644 --- a/core/res/res/drawable-hdpi/btn_cab_done_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_cab_done_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_cab_done_focused_holo_light.9.png b/core/res/res/drawable-hdpi/btn_cab_done_focused_holo_light.9.png Binary files differindex d32f74cf4c60..6c17c3ed2b5f 100644 --- a/core/res/res/drawable-hdpi/btn_cab_done_focused_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_cab_done_focused_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_cab_done_pressed_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_cab_done_pressed_holo_dark.9.png Binary files differindex 99d60e350c50..238ec9a7b066 100644 --- a/core/res/res/drawable-hdpi/btn_cab_done_pressed_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_cab_done_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_cab_done_pressed_holo_light.9.png b/core/res/res/drawable-hdpi/btn_cab_done_pressed_holo_light.9.png Binary files differindex 45a0cf031232..502c54542c9c 100644 --- a/core/res/res/drawable-hdpi/btn_cab_done_pressed_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_cab_done_pressed_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_check_buttonless_off.png b/core/res/res/drawable-hdpi/btn_check_buttonless_off.png Binary files differindex baf90102ee23..a56bbe70b73b 100644 --- a/core/res/res/drawable-hdpi/btn_check_buttonless_off.png +++ b/core/res/res/drawable-hdpi/btn_check_buttonless_off.png diff --git a/core/res/res/drawable-hdpi/btn_check_buttonless_on.png b/core/res/res/drawable-hdpi/btn_check_buttonless_on.png Binary files differindex 2a77e4c0537b..a37e7ab5a610 100644 --- a/core/res/res/drawable-hdpi/btn_check_buttonless_on.png +++ b/core/res/res/drawable-hdpi/btn_check_buttonless_on.png diff --git a/core/res/res/drawable-hdpi/btn_check_label_background.9.png b/core/res/res/drawable-hdpi/btn_check_label_background.9.png Binary files differindex 97e680664755..a2232154754a 100644 --- a/core/res/res/drawable-hdpi/btn_check_label_background.9.png +++ b/core/res/res/drawable-hdpi/btn_check_label_background.9.png diff --git a/core/res/res/drawable-hdpi/btn_check_off.png b/core/res/res/drawable-hdpi/btn_check_off.png Binary files differindex 3928b7df3b27..fa40522f4eb6 100644 --- a/core/res/res/drawable-hdpi/btn_check_off.png +++ b/core/res/res/drawable-hdpi/btn_check_off.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_disable.png b/core/res/res/drawable-hdpi/btn_check_off_disable.png Binary files differindex 922737e6c095..4a903432ef88 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_disable.png +++ b/core/res/res/drawable-hdpi/btn_check_off_disable.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_disable_focused.png b/core/res/res/drawable-hdpi/btn_check_off_disable_focused.png Binary files differindex 992f0feb8a78..355a17ba0e12 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_disable_focused.png +++ b/core/res/res/drawable-hdpi/btn_check_off_disable_focused.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_disable_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_check_off_disable_focused_holo_dark.png Binary files differindex d93e58045d87..292337daa762 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_disable_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_check_off_disable_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_disable_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_check_off_disable_focused_holo_light.png Binary files differindex ffbe776c84c0..a4af7b467eee 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_disable_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_check_off_disable_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_disable_holo_dark.png b/core/res/res/drawable-hdpi/btn_check_off_disable_holo_dark.png Binary files differindex d93e58045d87..292337daa762 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_disable_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_check_off_disable_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_disable_holo_light.png b/core/res/res/drawable-hdpi/btn_check_off_disable_holo_light.png Binary files differindex ffbe776c84c0..a4af7b467eee 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_disable_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_check_off_disable_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_disabled_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_check_off_disabled_focused_holo_dark.png Binary files differindex 50908bd6b2f5..134441a68c97 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_check_off_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_disabled_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_check_off_disabled_focused_holo_light.png Binary files differindex 64c3b9bdb0ae..6cfff0655ffc 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_disabled_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_check_off_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_disabled_holo_dark.png b/core/res/res/drawable-hdpi/btn_check_off_disabled_holo_dark.png Binary files differindex 4bcc51d51aa0..5c94e96341ee 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_disabled_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_check_off_disabled_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_disabled_holo_light.png b/core/res/res/drawable-hdpi/btn_check_off_disabled_holo_light.png Binary files differindex 9dbad9b92059..1b9f6fd1ce47 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_disabled_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_check_off_disabled_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_check_off_focused_holo_dark.png Binary files differindex 2d5b32860bd8..a73158736392 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_check_off_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_check_off_focused_holo_light.png Binary files differindex e1474f06e412..24b897cfa775 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_check_off_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_holo.png b/core/res/res/drawable-hdpi/btn_check_off_holo.png Binary files differindex 9a5d158ab3f2..c494b2f7daf4 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_holo.png +++ b/core/res/res/drawable-hdpi/btn_check_off_holo.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_holo_dark.png b/core/res/res/drawable-hdpi/btn_check_off_holo_dark.png Binary files differindex d141b2870bc6..765fa5b97a2c 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_check_off_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_holo_light.png b/core/res/res/drawable-hdpi/btn_check_off_holo_light.png Binary files differindex 696810edfc4a..5b73bf3e1553 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_check_off_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_normal_holo_dark.png b/core/res/res/drawable-hdpi/btn_check_off_normal_holo_dark.png Binary files differindex b81d4f9d88fd..19f145893867 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_normal_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_check_off_normal_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_normal_holo_light.png b/core/res/res/drawable-hdpi/btn_check_off_normal_holo_light.png Binary files differindex b74055ee9a49..f9075c390785 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_normal_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_check_off_normal_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_pressed.png b/core/res/res/drawable-hdpi/btn_check_off_pressed.png Binary files differindex c6195abf9721..6e958b53feb8 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_pressed.png +++ b/core/res/res/drawable-hdpi/btn_check_off_pressed.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_pressed_holo_dark.png b/core/res/res/drawable-hdpi/btn_check_off_pressed_holo_dark.png Binary files differindex 86b43c1610d3..834e06580233 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_pressed_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_check_off_pressed_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_pressed_holo_light.png b/core/res/res/drawable-hdpi/btn_check_off_pressed_holo_light.png Binary files differindex cdf00784a683..8c75d640d590 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_pressed_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_check_off_pressed_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_check_off_selected.png b/core/res/res/drawable-hdpi/btn_check_off_selected.png Binary files differindex d4677699f3a3..d152780e7329 100644 --- a/core/res/res/drawable-hdpi/btn_check_off_selected.png +++ b/core/res/res/drawable-hdpi/btn_check_off_selected.png diff --git a/core/res/res/drawable-hdpi/btn_check_on.png b/core/res/res/drawable-hdpi/btn_check_on.png Binary files differindex 91d8ba93b354..bd18779d406b 100644 --- a/core/res/res/drawable-hdpi/btn_check_on.png +++ b/core/res/res/drawable-hdpi/btn_check_on.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_disable.png b/core/res/res/drawable-hdpi/btn_check_on_disable.png Binary files differindex 6472087e45a0..dba0aea7fff0 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_disable.png +++ b/core/res/res/drawable-hdpi/btn_check_on_disable.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_disable_focused.png b/core/res/res/drawable-hdpi/btn_check_on_disable_focused.png Binary files differindex 58ba72d79576..2771010fa3b7 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_disable_focused.png +++ b/core/res/res/drawable-hdpi/btn_check_on_disable_focused.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_disable_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_check_on_disable_focused_holo_light.png Binary files differindex 1f740add42bb..94fad04582f2 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_disable_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_check_on_disable_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_disable_holo_dark.png b/core/res/res/drawable-hdpi/btn_check_on_disable_holo_dark.png Binary files differindex 1f7aeee3bbd5..2c94282b3ae8 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_disable_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_check_on_disable_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_disable_holo_light.png b/core/res/res/drawable-hdpi/btn_check_on_disable_holo_light.png Binary files differindex 1f740add42bb..94fad04582f2 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_disable_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_check_on_disable_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_disabled_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_check_on_disabled_focused_holo_dark.png Binary files differindex 426f3bbaa520..8ca9910b8214 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_check_on_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_disabled_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_check_on_disabled_focused_holo_light.png Binary files differindex 67a6c6b480b6..c704e9fdca7a 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_disabled_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_check_on_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_disabled_holo_dark.png b/core/res/res/drawable-hdpi/btn_check_on_disabled_holo_dark.png Binary files differindex cccd61ef9db0..d66305bc2338 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_disabled_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_check_on_disabled_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_disabled_holo_light.png b/core/res/res/drawable-hdpi/btn_check_on_disabled_holo_light.png Binary files differindex cd02122bea74..9425f0243431 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_disabled_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_check_on_disabled_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_check_on_focused_holo_dark.png Binary files differindex 1da69b80c59c..0af85611235e 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_check_on_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_check_on_focused_holo_light.png Binary files differindex 12d70814ce32..a98a0e02a27f 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_check_on_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_holo.png b/core/res/res/drawable-hdpi/btn_check_on_holo.png Binary files differindex 7c1bab005e1d..a5b62cd2a573 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_holo.png +++ b/core/res/res/drawable-hdpi/btn_check_on_holo.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_holo_dark.png b/core/res/res/drawable-hdpi/btn_check_on_holo_dark.png Binary files differindex ab2794adb500..97faab50fad8 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_check_on_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_holo_light.png b/core/res/res/drawable-hdpi/btn_check_on_holo_light.png Binary files differindex 7cca3085406a..dd7eaea98bde 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_check_on_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_pressed.png b/core/res/res/drawable-hdpi/btn_check_on_pressed.png Binary files differindex 42b8edca9220..518332b34feb 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_pressed.png +++ b/core/res/res/drawable-hdpi/btn_check_on_pressed.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_pressed_holo_dark.png b/core/res/res/drawable-hdpi/btn_check_on_pressed_holo_dark.png Binary files differindex 7de0448775ac..0096c1db533c 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_pressed_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_check_on_pressed_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_pressed_holo_light.png b/core/res/res/drawable-hdpi/btn_check_on_pressed_holo_light.png Binary files differindex 5b916c987f2e..146db41babfa 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_pressed_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_check_on_pressed_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_check_on_selected.png b/core/res/res/drawable-hdpi/btn_check_on_selected.png Binary files differindex 7c94adf035de..ded500f83aef 100644 --- a/core/res/res/drawable-hdpi/btn_check_on_selected.png +++ b/core/res/res/drawable-hdpi/btn_check_on_selected.png diff --git a/core/res/res/drawable-hdpi/btn_circle_disable.png b/core/res/res/drawable-hdpi/btn_circle_disable.png Binary files differindex 39652a855800..bd569932dd85 100644 --- a/core/res/res/drawable-hdpi/btn_circle_disable.png +++ b/core/res/res/drawable-hdpi/btn_circle_disable.png diff --git a/core/res/res/drawable-hdpi/btn_circle_disable_focused.png b/core/res/res/drawable-hdpi/btn_circle_disable_focused.png Binary files differindex 1aa7ffe69b11..585e41ac6e8a 100644 --- a/core/res/res/drawable-hdpi/btn_circle_disable_focused.png +++ b/core/res/res/drawable-hdpi/btn_circle_disable_focused.png diff --git a/core/res/res/drawable-hdpi/btn_circle_normal.png b/core/res/res/drawable-hdpi/btn_circle_normal.png Binary files differindex 6011219dc7a7..c8a42696dc2c 100644 --- a/core/res/res/drawable-hdpi/btn_circle_normal.png +++ b/core/res/res/drawable-hdpi/btn_circle_normal.png diff --git a/core/res/res/drawable-hdpi/btn_circle_pressed.png b/core/res/res/drawable-hdpi/btn_circle_pressed.png Binary files differindex 4942e50d8219..ac5976c0f204 100644 --- a/core/res/res/drawable-hdpi/btn_circle_pressed.png +++ b/core/res/res/drawable-hdpi/btn_circle_pressed.png diff --git a/core/res/res/drawable-hdpi/btn_circle_selected.png b/core/res/res/drawable-hdpi/btn_circle_selected.png Binary files differindex fe49a4040def..110c0b3179c2 100644 --- a/core/res/res/drawable-hdpi/btn_circle_selected.png +++ b/core/res/res/drawable-hdpi/btn_circle_selected.png diff --git a/core/res/res/drawable-hdpi/btn_close_normal.png b/core/res/res/drawable-hdpi/btn_close_normal.png Binary files differindex 47f11e5bf67f..972de78b2c5f 100644 --- a/core/res/res/drawable-hdpi/btn_close_normal.png +++ b/core/res/res/drawable-hdpi/btn_close_normal.png diff --git a/core/res/res/drawable-hdpi/btn_close_pressed.png b/core/res/res/drawable-hdpi/btn_close_pressed.png Binary files differindex 5b96b4e091be..346de44bed7d 100644 --- a/core/res/res/drawable-hdpi/btn_close_pressed.png +++ b/core/res/res/drawable-hdpi/btn_close_pressed.png diff --git a/core/res/res/drawable-hdpi/btn_close_selected.png b/core/res/res/drawable-hdpi/btn_close_selected.png Binary files differindex e27d6847e784..69473e3fdb44 100644 --- a/core/res/res/drawable-hdpi/btn_close_selected.png +++ b/core/res/res/drawable-hdpi/btn_close_selected.png diff --git a/core/res/res/drawable-hdpi/btn_default_disabled_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_default_disabled_focused_holo_dark.9.png Binary files differindex 28a1cba41614..fb1990d7fd15 100644 --- a/core/res/res/drawable-hdpi/btn_default_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_default_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_disabled_focused_holo_light.9.png b/core/res/res/drawable-hdpi/btn_default_disabled_focused_holo_light.9.png Binary files differindex 28a1cba41614..fb1990d7fd15 100644 --- a/core/res/res/drawable-hdpi/btn_default_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_default_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_disabled_holo.9.png b/core/res/res/drawable-hdpi/btn_default_disabled_holo.9.png Binary files differindex 0437c31dd743..269823c8c001 100644 --- a/core/res/res/drawable-hdpi/btn_default_disabled_holo.9.png +++ b/core/res/res/drawable-hdpi/btn_default_disabled_holo.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_disabled_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_default_disabled_holo_dark.9.png Binary files differindex 72b0d42438d1..e0f3cd5da8cb 100644 --- a/core/res/res/drawable-hdpi/btn_default_disabled_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_default_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_disabled_holo_light.9.png b/core/res/res/drawable-hdpi/btn_default_disabled_holo_light.9.png Binary files differindex 72b0d42438d1..e0f3cd5da8cb 100644 --- a/core/res/res/drawable-hdpi/btn_default_disabled_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_default_disabled_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_focused_holo.9.png b/core/res/res/drawable-hdpi/btn_default_focused_holo.9.png Binary files differindex 882ed617a75d..0f866ec5b406 100644 --- a/core/res/res/drawable-hdpi/btn_default_focused_holo.9.png +++ b/core/res/res/drawable-hdpi/btn_default_focused_holo.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_default_focused_holo_dark.9.png Binary files differindex eff3cc4f72b9..e136a19c54a2 100644 --- a/core/res/res/drawable-hdpi/btn_default_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_default_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_focused_holo_light.9.png b/core/res/res/drawable-hdpi/btn_default_focused_holo_light.9.png Binary files differindex eff3cc4f72b9..e136a19c54a2 100644 --- a/core/res/res/drawable-hdpi/btn_default_focused_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_default_focused_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_normal.9.png b/core/res/res/drawable-hdpi/btn_default_normal.9.png Binary files differindex 803651bcd4ee..4579c5860904 100644 --- a/core/res/res/drawable-hdpi/btn_default_normal.9.png +++ b/core/res/res/drawable-hdpi/btn_default_normal.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_normal_disable.9.png b/core/res/res/drawable-hdpi/btn_default_normal_disable.9.png Binary files differindex f4f01c754628..110f91e977c0 100644 --- a/core/res/res/drawable-hdpi/btn_default_normal_disable.9.png +++ b/core/res/res/drawable-hdpi/btn_default_normal_disable.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_normal_disable_focused.9.png b/core/res/res/drawable-hdpi/btn_default_normal_disable_focused.9.png Binary files differindex 5376db245791..372c6268e507 100644 --- a/core/res/res/drawable-hdpi/btn_default_normal_disable_focused.9.png +++ b/core/res/res/drawable-hdpi/btn_default_normal_disable_focused.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_normal_holo.9.png b/core/res/res/drawable-hdpi/btn_default_normal_holo.9.png Binary files differindex dbcede79b91a..4d06c2f49c2e 100644 --- a/core/res/res/drawable-hdpi/btn_default_normal_holo.9.png +++ b/core/res/res/drawable-hdpi/btn_default_normal_holo.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_normal_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_default_normal_holo_dark.9.png Binary files differindex 986f797ca69b..479b1e35f826 100644 --- a/core/res/res/drawable-hdpi/btn_default_normal_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_default_normal_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_normal_holo_light.9.png b/core/res/res/drawable-hdpi/btn_default_normal_holo_light.9.png Binary files differindex 42fc83cdee2d..88a706e1ab10 100644 --- a/core/res/res/drawable-hdpi/btn_default_normal_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_default_normal_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_pressed.9.png b/core/res/res/drawable-hdpi/btn_default_pressed.9.png Binary files differindex 4312c27f4d6d..a4c15a5a4109 100644 --- a/core/res/res/drawable-hdpi/btn_default_pressed.9.png +++ b/core/res/res/drawable-hdpi/btn_default_pressed.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_pressed_holo.9.png b/core/res/res/drawable-hdpi/btn_default_pressed_holo.9.png Binary files differindex fd2b63ad5fb7..87219770fc01 100644 --- a/core/res/res/drawable-hdpi/btn_default_pressed_holo.9.png +++ b/core/res/res/drawable-hdpi/btn_default_pressed_holo.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_pressed_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_default_pressed_holo_dark.9.png Binary files differindex b7c125b55515..03b327054ab0 100644 --- a/core/res/res/drawable-hdpi/btn_default_pressed_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_default_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_pressed_holo_light.9.png b/core/res/res/drawable-hdpi/btn_default_pressed_holo_light.9.png Binary files differindex bf09b6f6d9e7..ce4fdc610252 100644 --- a/core/res/res/drawable-hdpi/btn_default_pressed_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_default_pressed_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_selected.9.png b/core/res/res/drawable-hdpi/btn_default_selected.9.png Binary files differindex 06b7790ffcab..e6c5bf9401ad 100644 --- a/core/res/res/drawable-hdpi/btn_default_selected.9.png +++ b/core/res/res/drawable-hdpi/btn_default_selected.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_small_normal.9.png b/core/res/res/drawable-hdpi/btn_default_small_normal.9.png Binary files differindex 6d3ea9a24639..40136059c6e1 100644 --- a/core/res/res/drawable-hdpi/btn_default_small_normal.9.png +++ b/core/res/res/drawable-hdpi/btn_default_small_normal.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_small_normal_disable.9.png b/core/res/res/drawable-hdpi/btn_default_small_normal_disable.9.png Binary files differindex 2646ba03f6b8..f692f3eca678 100644 --- a/core/res/res/drawable-hdpi/btn_default_small_normal_disable.9.png +++ b/core/res/res/drawable-hdpi/btn_default_small_normal_disable.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_small_normal_disable_focused.9.png b/core/res/res/drawable-hdpi/btn_default_small_normal_disable_focused.9.png Binary files differindex 013210c35980..66ad3c583e61 100644 --- a/core/res/res/drawable-hdpi/btn_default_small_normal_disable_focused.9.png +++ b/core/res/res/drawable-hdpi/btn_default_small_normal_disable_focused.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_small_pressed.9.png b/core/res/res/drawable-hdpi/btn_default_small_pressed.9.png Binary files differindex 24cefd4a44d6..dc1096e7c466 100644 --- a/core/res/res/drawable-hdpi/btn_default_small_pressed.9.png +++ b/core/res/res/drawable-hdpi/btn_default_small_pressed.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_small_selected.9.png b/core/res/res/drawable-hdpi/btn_default_small_selected.9.png Binary files differindex bedbceb08d90..fabd4327d916 100644 --- a/core/res/res/drawable-hdpi/btn_default_small_selected.9.png +++ b/core/res/res/drawable-hdpi/btn_default_small_selected.9.png diff --git a/core/res/res/drawable-hdpi/btn_default_transparent_normal.9.png b/core/res/res/drawable-hdpi/btn_default_transparent_normal.9.png Binary files differindex 617dba3e8de4..50b443135b11 100644 --- a/core/res/res/drawable-hdpi/btn_default_transparent_normal.9.png +++ b/core/res/res/drawable-hdpi/btn_default_transparent_normal.9.png diff --git a/core/res/res/drawable-hdpi/btn_dialog_disable.png b/core/res/res/drawable-hdpi/btn_dialog_disable.png Binary files differindex 4ff634bcc61f..c6752eb13987 100644 --- a/core/res/res/drawable-hdpi/btn_dialog_disable.png +++ b/core/res/res/drawable-hdpi/btn_dialog_disable.png diff --git a/core/res/res/drawable-hdpi/btn_dialog_normal.png b/core/res/res/drawable-hdpi/btn_dialog_normal.png Binary files differindex e0cc33900a9c..972de78b2c5f 100644 --- a/core/res/res/drawable-hdpi/btn_dialog_normal.png +++ b/core/res/res/drawable-hdpi/btn_dialog_normal.png diff --git a/core/res/res/drawable-hdpi/btn_dialog_pressed.png b/core/res/res/drawable-hdpi/btn_dialog_pressed.png Binary files differindex ed8e0084b2a8..5082d102227b 100644 --- a/core/res/res/drawable-hdpi/btn_dialog_pressed.png +++ b/core/res/res/drawable-hdpi/btn_dialog_pressed.png diff --git a/core/res/res/drawable-hdpi/btn_dialog_selected.png b/core/res/res/drawable-hdpi/btn_dialog_selected.png Binary files differindex 9b1a1000beb2..174d2e50f536 100644 --- a/core/res/res/drawable-hdpi/btn_dialog_selected.png +++ b/core/res/res/drawable-hdpi/btn_dialog_selected.png diff --git a/core/res/res/drawable-hdpi/btn_dropdown_disabled.9.png b/core/res/res/drawable-hdpi/btn_dropdown_disabled.9.png Binary files differindex 0d25b6e196c3..a2599f851df2 100644 --- a/core/res/res/drawable-hdpi/btn_dropdown_disabled.9.png +++ b/core/res/res/drawable-hdpi/btn_dropdown_disabled.9.png diff --git a/core/res/res/drawable-hdpi/btn_dropdown_disabled_focused.9.png b/core/res/res/drawable-hdpi/btn_dropdown_disabled_focused.9.png Binary files differindex e21fd75fdd01..16d11fdefac3 100644 --- a/core/res/res/drawable-hdpi/btn_dropdown_disabled_focused.9.png +++ b/core/res/res/drawable-hdpi/btn_dropdown_disabled_focused.9.png diff --git a/core/res/res/drawable-hdpi/btn_dropdown_normal.9.png b/core/res/res/drawable-hdpi/btn_dropdown_normal.9.png Binary files differindex f10402fd4df2..9b5331a53bce 100644 --- a/core/res/res/drawable-hdpi/btn_dropdown_normal.9.png +++ b/core/res/res/drawable-hdpi/btn_dropdown_normal.9.png diff --git a/core/res/res/drawable-hdpi/btn_dropdown_pressed.9.png b/core/res/res/drawable-hdpi/btn_dropdown_pressed.9.png Binary files differindex 366c6e0b8786..17c7ec6ae224 100644 --- a/core/res/res/drawable-hdpi/btn_dropdown_pressed.9.png +++ b/core/res/res/drawable-hdpi/btn_dropdown_pressed.9.png diff --git a/core/res/res/drawable-hdpi/btn_dropdown_selected.9.png b/core/res/res/drawable-hdpi/btn_dropdown_selected.9.png Binary files differindex f063c8d27184..cc82ca884d57 100644 --- a/core/res/res/drawable-hdpi/btn_dropdown_selected.9.png +++ b/core/res/res/drawable-hdpi/btn_dropdown_selected.9.png diff --git a/core/res/res/drawable-hdpi/btn_erase_default.9.png b/core/res/res/drawable-hdpi/btn_erase_default.9.png Binary files differindex 30984f4ae1fa..32696cb855bd 100644 --- a/core/res/res/drawable-hdpi/btn_erase_default.9.png +++ b/core/res/res/drawable-hdpi/btn_erase_default.9.png diff --git a/core/res/res/drawable-hdpi/btn_erase_pressed.9.png b/core/res/res/drawable-hdpi/btn_erase_pressed.9.png Binary files differindex a8225e8aae87..41e310190591 100644 --- a/core/res/res/drawable-hdpi/btn_erase_pressed.9.png +++ b/core/res/res/drawable-hdpi/btn_erase_pressed.9.png diff --git a/core/res/res/drawable-hdpi/btn_erase_selected.9.png b/core/res/res/drawable-hdpi/btn_erase_selected.9.png Binary files differindex f020f77e9cfb..fd993f10c044 100644 --- a/core/res/res/drawable-hdpi/btn_erase_selected.9.png +++ b/core/res/res/drawable-hdpi/btn_erase_selected.9.png diff --git a/core/res/res/drawable-hdpi/btn_global_search_normal.9.png b/core/res/res/drawable-hdpi/btn_global_search_normal.9.png Binary files differindex 5bec4f848822..bb47007694de 100644 --- a/core/res/res/drawable-hdpi/btn_global_search_normal.9.png +++ b/core/res/res/drawable-hdpi/btn_global_search_normal.9.png diff --git a/core/res/res/drawable-hdpi/btn_group_disabled_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_group_disabled_holo_dark.9.png Binary files differindex 00e8f0688c0c..9dc04b12e29a 100644 --- a/core/res/res/drawable-hdpi/btn_group_disabled_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_group_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_group_disabled_holo_light.9.png b/core/res/res/drawable-hdpi/btn_group_disabled_holo_light.9.png Binary files differindex 997ccb237c8d..36a1056b69f8 100644 --- a/core/res/res/drawable-hdpi/btn_group_disabled_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_group_disabled_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_group_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_group_focused_holo_dark.9.png Binary files differindex 824b45ac7d4b..b2fd0f37fdec 100644 --- a/core/res/res/drawable-hdpi/btn_group_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_group_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_group_focused_holo_light.9.png b/core/res/res/drawable-hdpi/btn_group_focused_holo_light.9.png Binary files differindex 824b45ac7d4b..b2fd0f37fdec 100644 --- a/core/res/res/drawable-hdpi/btn_group_focused_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_group_focused_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_group_normal_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_group_normal_holo_dark.9.png Binary files differindex b2120f4d3cf1..bb2632774439 100644 --- a/core/res/res/drawable-hdpi/btn_group_normal_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_group_normal_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_group_normal_holo_light.9.png b/core/res/res/drawable-hdpi/btn_group_normal_holo_light.9.png Binary files differindex 782d36bd5e36..c7409437a777 100644 --- a/core/res/res/drawable-hdpi/btn_group_normal_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_group_normal_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_group_pressed_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_group_pressed_holo_dark.9.png Binary files differindex 34ec825d9e6c..2e3cbe54a11f 100644 --- a/core/res/res/drawable-hdpi/btn_group_pressed_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_group_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_group_pressed_holo_light.9.png b/core/res/res/drawable-hdpi/btn_group_pressed_holo_light.9.png Binary files differindex f7680ab862db..2f0c2064d69c 100644 --- a/core/res/res/drawable-hdpi/btn_group_pressed_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_group_pressed_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_dark_normal_holo.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_dark_normal_holo.9.png Binary files differindex 5e6a9d6a478b..59d81a7c9af1 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_dark_normal_holo.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_dark_normal_holo.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_dark_normal_off_holo.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_dark_normal_off_holo.9.png Binary files differindex eb9d7406af7d..8ae1983c9a31 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_dark_normal_off_holo.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_dark_normal_off_holo.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_dark_normal_on_holo.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_dark_normal_on_holo.9.png Binary files differindex 869a33080c62..784a31012b47 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_dark_normal_on_holo.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_dark_normal_on_holo.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_dark_pressed_holo.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_dark_pressed_holo.9.png Binary files differindex 7ec33dd20769..790a7ec92e7b 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_dark_pressed_holo.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_dark_pressed_holo.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_dark_pressed_off_holo.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_dark_pressed_off_holo.9.png Binary files differindex 72d63da61deb..847d5ddde1ca 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_dark_pressed_off_holo.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_dark_pressed_off_holo.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_dark_pressed_on_holo.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_dark_pressed_on_holo.9.png Binary files differindex fcc5cac897ff..5f403d4d4701 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_dark_pressed_on_holo.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_dark_pressed_on_holo.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal.9.png Binary files differindex b6c234c046bd..401ba353bd93 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal_off.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal_off.9.png Binary files differindex 9f3c087ada19..6b245c424701 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal_off.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal_off.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal_on.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal_on.9.png Binary files differindex 404134278343..3561f37be06f 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal_on.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal_on.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed.9.png Binary files differindex 73a8cd1c3c61..2fe613505670 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed_off.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed_off.9.png Binary files differindex 8473e8eb5516..467296210d94 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed_off.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed_off.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed_on.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed_on.9.png Binary files differindex f4f59c0b5d62..adacc02077ea 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed_on.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed_on.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_light_normal_holo.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_light_normal_holo.9.png Binary files differindex baff85873eb6..c2bb9c6a6b73 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_light_normal_holo.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_light_normal_holo.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_light_pressed_holo.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_light_pressed_holo.9.png Binary files differindex 5612c51a12c5..0460dfe99cb8 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_light_pressed_holo.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_light_pressed_holo.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_normal.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_normal.9.png Binary files differindex 42c7c146d675..d736005850d2 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_normal.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_normal.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_normal_off.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_normal_off.9.png Binary files differindex 01e2506b0fa3..1e7f7e154a52 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_normal_off.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_normal_off.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_normal_on.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_normal_on.9.png Binary files differindex 83c6eb3fc1a8..2680df6bfab0 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_normal_on.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_normal_on.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_pressed.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_pressed.9.png Binary files differindex e047eaff156e..4d40a25a563a 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_pressed.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_pressed.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_pressed_off.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_pressed_off.9.png Binary files differindex 218a2d29ee0c..f379efe9f555 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_pressed_off.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_pressed_off.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_pressed_on.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_pressed_on.9.png Binary files differindex afe49512e9ec..805b9b348ec9 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_pressed_on.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_pressed_on.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_trans_normal.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_trans_normal.9.png Binary files differindex 9c7e483351ba..932c19c6fc40 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_trans_normal.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_trans_normal.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_trans_normal_off.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_trans_normal_off.9.png Binary files differindex 1508653d5a06..94eeac78e5d6 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_trans_normal_off.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_trans_normal_off.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_trans_normal_on.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_trans_normal_on.9.png Binary files differindex 66c231a66208..5d5f4338ad44 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_trans_normal_on.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_trans_normal_on.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_trans_pressed.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_trans_pressed.9.png Binary files differindex e01a49db1d42..f1a69888351d 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_trans_pressed.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_trans_pressed.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_trans_pressed_off.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_trans_pressed_off.9.png Binary files differindex cdad1828ce49..d81043179c93 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_trans_pressed_off.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_trans_pressed_off.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_trans_pressed_on.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_trans_pressed_on.9.png Binary files differindex e95f4cf15003..8ffce89e04dd 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_trans_pressed_on.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_trans_pressed_on.9.png diff --git a/core/res/res/drawable-hdpi/btn_keyboard_key_trans_selected.9.png b/core/res/res/drawable-hdpi/btn_keyboard_key_trans_selected.9.png Binary files differindex 544655e43cb9..300064be6f48 100644 --- a/core/res/res/drawable-hdpi/btn_keyboard_key_trans_selected.9.png +++ b/core/res/res/drawable-hdpi/btn_keyboard_key_trans_selected.9.png diff --git a/core/res/res/drawable-hdpi/btn_media_player.9.png b/core/res/res/drawable-hdpi/btn_media_player.9.png Binary files differindex bf163153f035..a4387375986a 100644 --- a/core/res/res/drawable-hdpi/btn_media_player.9.png +++ b/core/res/res/drawable-hdpi/btn_media_player.9.png diff --git a/core/res/res/drawable-hdpi/btn_media_player_disabled.9.png b/core/res/res/drawable-hdpi/btn_media_player_disabled.9.png Binary files differindex d7b8ed5d98e8..b55266ecd411 100644 --- a/core/res/res/drawable-hdpi/btn_media_player_disabled.9.png +++ b/core/res/res/drawable-hdpi/btn_media_player_disabled.9.png diff --git a/core/res/res/drawable-hdpi/btn_media_player_disabled_selected.9.png b/core/res/res/drawable-hdpi/btn_media_player_disabled_selected.9.png Binary files differindex 1a35c31f64d1..0cacf4ec9ba0 100644 --- a/core/res/res/drawable-hdpi/btn_media_player_disabled_selected.9.png +++ b/core/res/res/drawable-hdpi/btn_media_player_disabled_selected.9.png diff --git a/core/res/res/drawable-hdpi/btn_media_player_pressed.9.png b/core/res/res/drawable-hdpi/btn_media_player_pressed.9.png Binary files differindex 17dd3fccad96..c5d373e918fc 100644 --- a/core/res/res/drawable-hdpi/btn_media_player_pressed.9.png +++ b/core/res/res/drawable-hdpi/btn_media_player_pressed.9.png diff --git a/core/res/res/drawable-hdpi/btn_media_player_selected.9.png b/core/res/res/drawable-hdpi/btn_media_player_selected.9.png Binary files differindex a146d8f55863..8e5cc46af8c8 100644 --- a/core/res/res/drawable-hdpi/btn_media_player_selected.9.png +++ b/core/res/res/drawable-hdpi/btn_media_player_selected.9.png diff --git a/core/res/res/drawable-hdpi/btn_minus_default.png b/core/res/res/drawable-hdpi/btn_minus_default.png Binary files differindex f2831afb7d7d..288bb9753d49 100644 --- a/core/res/res/drawable-hdpi/btn_minus_default.png +++ b/core/res/res/drawable-hdpi/btn_minus_default.png diff --git a/core/res/res/drawable-hdpi/btn_minus_disable.png b/core/res/res/drawable-hdpi/btn_minus_disable.png Binary files differindex 24ce69577a95..c93b0d339638 100644 --- a/core/res/res/drawable-hdpi/btn_minus_disable.png +++ b/core/res/res/drawable-hdpi/btn_minus_disable.png diff --git a/core/res/res/drawable-hdpi/btn_minus_disable_focused.png b/core/res/res/drawable-hdpi/btn_minus_disable_focused.png Binary files differindex e92c2b1e1516..d27d712b157e 100644 --- a/core/res/res/drawable-hdpi/btn_minus_disable_focused.png +++ b/core/res/res/drawable-hdpi/btn_minus_disable_focused.png diff --git a/core/res/res/drawable-hdpi/btn_minus_pressed.png b/core/res/res/drawable-hdpi/btn_minus_pressed.png Binary files differindex ba2ed261e19b..edebc11d8089 100644 --- a/core/res/res/drawable-hdpi/btn_minus_pressed.png +++ b/core/res/res/drawable-hdpi/btn_minus_pressed.png diff --git a/core/res/res/drawable-hdpi/btn_minus_selected.png b/core/res/res/drawable-hdpi/btn_minus_selected.png Binary files differindex 6b938b3993ec..ecda949fc3df 100644 --- a/core/res/res/drawable-hdpi/btn_minus_selected.png +++ b/core/res/res/drawable-hdpi/btn_minus_selected.png diff --git a/core/res/res/drawable-hdpi/btn_plus_default.png b/core/res/res/drawable-hdpi/btn_plus_default.png Binary files differindex 441d1fb914d9..82c7f08bf0d5 100644 --- a/core/res/res/drawable-hdpi/btn_plus_default.png +++ b/core/res/res/drawable-hdpi/btn_plus_default.png diff --git a/core/res/res/drawable-hdpi/btn_plus_disable.png b/core/res/res/drawable-hdpi/btn_plus_disable.png Binary files differindex 4e965c1b3340..170b90610992 100644 --- a/core/res/res/drawable-hdpi/btn_plus_disable.png +++ b/core/res/res/drawable-hdpi/btn_plus_disable.png diff --git a/core/res/res/drawable-hdpi/btn_plus_disable_focused.png b/core/res/res/drawable-hdpi/btn_plus_disable_focused.png Binary files differindex 0c938ebb26a0..4f7b52c7914d 100644 --- a/core/res/res/drawable-hdpi/btn_plus_disable_focused.png +++ b/core/res/res/drawable-hdpi/btn_plus_disable_focused.png diff --git a/core/res/res/drawable-hdpi/btn_plus_pressed.png b/core/res/res/drawable-hdpi/btn_plus_pressed.png Binary files differindex 8dd5a68f8bfc..08fe043c00e5 100644 --- a/core/res/res/drawable-hdpi/btn_plus_pressed.png +++ b/core/res/res/drawable-hdpi/btn_plus_pressed.png diff --git a/core/res/res/drawable-hdpi/btn_plus_selected.png b/core/res/res/drawable-hdpi/btn_plus_selected.png Binary files differindex 8fe30edf9650..e77e1779e960 100644 --- a/core/res/res/drawable-hdpi/btn_plus_selected.png +++ b/core/res/res/drawable-hdpi/btn_plus_selected.png diff --git a/core/res/res/drawable-hdpi/btn_radio_label_background.9.png b/core/res/res/drawable-hdpi/btn_radio_label_background.9.png Binary files differindex 45c5c6a76e19..a208cd276419 100644 --- a/core/res/res/drawable-hdpi/btn_radio_label_background.9.png +++ b/core/res/res/drawable-hdpi/btn_radio_label_background.9.png diff --git a/core/res/res/drawable-hdpi/btn_radio_off.png b/core/res/res/drawable-hdpi/btn_radio_off.png Binary files differindex 48ee2bae6678..b2926398270b 100644 --- a/core/res/res/drawable-hdpi/btn_radio_off.png +++ b/core/res/res/drawable-hdpi/btn_radio_off.png diff --git a/core/res/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_dark.png Binary files differindex 652a5287a8e7..4e6687d6dbac 100644 --- a/core/res/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_light.png Binary files differindex cd73cd20aacc..80a4821a858a 100644 --- a/core/res/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_radio_off_disabled_holo_dark.png b/core/res/res/drawable-hdpi/btn_radio_off_disabled_holo_dark.png Binary files differindex eb5864830861..a21f074bfe79 100644 --- a/core/res/res/drawable-hdpi/btn_radio_off_disabled_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_radio_off_disabled_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_radio_off_disabled_holo_light.png b/core/res/res/drawable-hdpi/btn_radio_off_disabled_holo_light.png Binary files differindex 25e8e1ba5361..2f04df78ae54 100644 --- a/core/res/res/drawable-hdpi/btn_radio_off_disabled_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_radio_off_disabled_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_radio_off_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_radio_off_focused_holo_dark.png Binary files differindex db790424acb1..bb000ef44bdc 100644 --- a/core/res/res/drawable-hdpi/btn_radio_off_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_radio_off_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_radio_off_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_radio_off_focused_holo_light.png Binary files differindex bba1e26a0a27..514d13afdd64 100644 --- a/core/res/res/drawable-hdpi/btn_radio_off_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_radio_off_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_radio_off_holo.png b/core/res/res/drawable-hdpi/btn_radio_off_holo.png Binary files differindex e2761d2d123c..4d218a63b054 100644 --- a/core/res/res/drawable-hdpi/btn_radio_off_holo.png +++ b/core/res/res/drawable-hdpi/btn_radio_off_holo.png diff --git a/core/res/res/drawable-hdpi/btn_radio_off_holo_dark.png b/core/res/res/drawable-hdpi/btn_radio_off_holo_dark.png Binary files differindex ff5510e915ee..e3843f37a069 100644 --- a/core/res/res/drawable-hdpi/btn_radio_off_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_radio_off_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_radio_off_holo_light.png b/core/res/res/drawable-hdpi/btn_radio_off_holo_light.png Binary files differindex 4d6000890f07..d12edf96e632 100644 --- a/core/res/res/drawable-hdpi/btn_radio_off_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_radio_off_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_radio_off_pressed.png b/core/res/res/drawable-hdpi/btn_radio_off_pressed.png Binary files differindex 5a4ad89a4297..7decafc27556 100644 --- a/core/res/res/drawable-hdpi/btn_radio_off_pressed.png +++ b/core/res/res/drawable-hdpi/btn_radio_off_pressed.png diff --git a/core/res/res/drawable-hdpi/btn_radio_off_pressed_holo_dark.png b/core/res/res/drawable-hdpi/btn_radio_off_pressed_holo_dark.png Binary files differindex 9fd5b7642f24..b47a6647b326 100644 --- a/core/res/res/drawable-hdpi/btn_radio_off_pressed_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_radio_off_pressed_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_radio_off_pressed_holo_light.png b/core/res/res/drawable-hdpi/btn_radio_off_pressed_holo_light.png Binary files differindex caff83d25446..119807458494 100644 --- a/core/res/res/drawable-hdpi/btn_radio_off_pressed_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_radio_off_pressed_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_radio_off_selected.png b/core/res/res/drawable-hdpi/btn_radio_off_selected.png Binary files differindex 7d5c676f1d8f..df75a91f3872 100644 --- a/core/res/res/drawable-hdpi/btn_radio_off_selected.png +++ b/core/res/res/drawable-hdpi/btn_radio_off_selected.png diff --git a/core/res/res/drawable-hdpi/btn_radio_on.png b/core/res/res/drawable-hdpi/btn_radio_on.png Binary files differindex 2472c2091e80..ed49207dd5e6 100644 --- a/core/res/res/drawable-hdpi/btn_radio_on.png +++ b/core/res/res/drawable-hdpi/btn_radio_on.png diff --git a/core/res/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_dark.png Binary files differindex d9cee4624eee..f02a8cb0c0d0 100644 --- a/core/res/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_light.png Binary files differindex 3895dba12ad9..40b0e199acd3 100644 --- a/core/res/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_radio_on_disabled_holo_dark.png b/core/res/res/drawable-hdpi/btn_radio_on_disabled_holo_dark.png Binary files differindex 6ebb1845c8d8..a576435df0b5 100644 --- a/core/res/res/drawable-hdpi/btn_radio_on_disabled_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_radio_on_disabled_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_radio_on_disabled_holo_light.png b/core/res/res/drawable-hdpi/btn_radio_on_disabled_holo_light.png Binary files differindex 6e61b528781b..a15f4c3ac6f0 100644 --- a/core/res/res/drawable-hdpi/btn_radio_on_disabled_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_radio_on_disabled_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_radio_on_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_radio_on_focused_holo_dark.png Binary files differindex 13664b766760..4971e6346e5a 100644 --- a/core/res/res/drawable-hdpi/btn_radio_on_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_radio_on_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_radio_on_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_radio_on_focused_holo_light.png Binary files differindex fddb7dd5065c..44c96479a9b8 100644 --- a/core/res/res/drawable-hdpi/btn_radio_on_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_radio_on_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_radio_on_holo.png b/core/res/res/drawable-hdpi/btn_radio_on_holo.png Binary files differindex fdaffdc8a528..2e67375a85c1 100644 --- a/core/res/res/drawable-hdpi/btn_radio_on_holo.png +++ b/core/res/res/drawable-hdpi/btn_radio_on_holo.png diff --git a/core/res/res/drawable-hdpi/btn_radio_on_holo_dark.png b/core/res/res/drawable-hdpi/btn_radio_on_holo_dark.png Binary files differindex 0a31436bafad..4a6da6f0be62 100644 --- a/core/res/res/drawable-hdpi/btn_radio_on_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_radio_on_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_radio_on_holo_light.png b/core/res/res/drawable-hdpi/btn_radio_on_holo_light.png Binary files differindex b843f77d8c78..e2b8c3cc9412 100644 --- a/core/res/res/drawable-hdpi/btn_radio_on_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_radio_on_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_radio_on_pressed.png b/core/res/res/drawable-hdpi/btn_radio_on_pressed.png Binary files differindex 98d74ce1bad5..b941ba13f23e 100644 --- a/core/res/res/drawable-hdpi/btn_radio_on_pressed.png +++ b/core/res/res/drawable-hdpi/btn_radio_on_pressed.png diff --git a/core/res/res/drawable-hdpi/btn_radio_on_pressed_holo_dark.png b/core/res/res/drawable-hdpi/btn_radio_on_pressed_holo_dark.png Binary files differindex 4cddfda8315e..ed781637e5b3 100644 --- a/core/res/res/drawable-hdpi/btn_radio_on_pressed_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_radio_on_pressed_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_radio_on_pressed_holo_light.png b/core/res/res/drawable-hdpi/btn_radio_on_pressed_holo_light.png Binary files differindex e94aabe31141..cb3c17a838cb 100644 --- a/core/res/res/drawable-hdpi/btn_radio_on_pressed_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_radio_on_pressed_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_radio_on_selected.png b/core/res/res/drawable-hdpi/btn_radio_on_selected.png Binary files differindex b6ab46cc2dd1..6df0b96748ff 100644 --- a/core/res/res/drawable-hdpi/btn_radio_on_selected.png +++ b/core/res/res/drawable-hdpi/btn_radio_on_selected.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_000.png b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_000.png Binary files differindex da88e986cbac..828c59f08ecb 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_000.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_000.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_001.png b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_001.png Binary files differindex 907d92d844eb..ae917ffd849f 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_001.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_001.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_002.png b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_002.png Binary files differindex 9d24dc16d665..1c0887011038 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_002.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_002.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_003.png b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_003.png Binary files differindex 8aa26058e367..47f33736e83f 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_003.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_003.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_004.png b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_004.png Binary files differindex b4cdf022542b..e00d34a04250 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_004.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_004.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_005.png b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_005.png Binary files differindex 0724ed7ae9ea..f8351e3328fd 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_005.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_005.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_006.png b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_006.png Binary files differindex c9bd4e3330b7..c1faacef76eb 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_006.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_006.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_007.png b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_007.png Binary files differindex 5630ec38fe3a..1cd8e43deaab 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_007.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_007.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_008.png b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_008.png Binary files differindex 4bf666c0ceec..f26e2f5c5d54 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_008.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_008.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_009.png b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_009.png Binary files differindex dffaa077e2ba..0db856b89672 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_009.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_009.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_010.png b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_010.png Binary files differindex 5f86e18c9039..ed07d150e180 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_010.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_010.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_011.png b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_011.png Binary files differindex 9b50aef2b140..be83ae397270 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_011.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_011.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_012.png b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_012.png Binary files differindex 1cf5e7f20416..86858acfe2eb 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_012.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_012.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_013.png b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_013.png Binary files differindex 2bb641ab4b4e..c713b117d98f 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_013.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_013.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_014.png b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_014.png Binary files differindex 08e7485288b4..014c343f3060 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_014.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_014.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_015.png b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_015.png Binary files differindex 519b5a3db1f8..eaef60e95050 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_015.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_off_mtrl_015.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_000.png b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_000.png Binary files differindex 0d3e1e7a16be..eaef60e95050 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_000.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_000.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_001.png b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_001.png Binary files differindex 88c4a9ec59f9..7b53352e6ae5 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_001.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_001.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_002.png b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_002.png Binary files differindex 8fa2e88f329e..21130e9fd02a 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_002.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_002.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_003.png b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_003.png Binary files differindex 53dd9d75d659..1e5d16061c63 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_003.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_003.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_004.png b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_004.png Binary files differindex e2351952401b..c4dfe42d6eb7 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_004.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_004.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_005.png b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_005.png Binary files differindex 172128421455..14a43e3e46f1 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_005.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_005.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_006.png b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_006.png Binary files differindex 31819fad8921..9402cf341d17 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_006.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_006.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_007.png b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_007.png Binary files differindex 5de44b969804..ba2a1aa26552 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_007.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_007.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_008.png b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_008.png Binary files differindex aa20f65467a2..0a09664a8c9a 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_008.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_008.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_009.png b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_009.png Binary files differindex c379ba7018f7..09596927d1a6 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_009.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_009.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_010.png b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_010.png Binary files differindex e23b41029ed6..70a2e73d4feb 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_010.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_010.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_011.png b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_011.png Binary files differindex a9543dc43607..b9a04995f828 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_011.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_011.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_012.png b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_012.png Binary files differindex 2473b78aac75..24a0b51b43bf 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_012.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_012.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_013.png b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_013.png Binary files differindex b4acc9c0b8fd..2ebbd24a21c4 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_013.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_013.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_014.png b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_014.png Binary files differindex c9cf3442f6ba..a93ab7268ab4 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_014.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_014.png diff --git a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_015.png b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_015.png Binary files differindex a8c390efa22a..828c59f08ecb 100644 --- a/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_015.png +++ b/core/res/res/drawable-hdpi/btn_radio_to_on_mtrl_015.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_off_disabled_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_rating_star_off_disabled_focused_holo_dark.png Binary files differindex 961b0f764af9..277da79d69f7 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_off_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_off_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_off_disabled_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_rating_star_off_disabled_focused_holo_light.png Binary files differindex 503de5c515e9..f93316cc2760 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_off_disabled_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_off_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_off_disabled_holo_dark.png b/core/res/res/drawable-hdpi/btn_rating_star_off_disabled_holo_dark.png Binary files differindex a756e3089c20..9ee129bf8c23 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_off_disabled_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_off_disabled_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_off_disabled_holo_light.png b/core/res/res/drawable-hdpi/btn_rating_star_off_disabled_holo_light.png Binary files differindex 0d5bbe8047a1..15fb3c3faaaa 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_off_disabled_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_off_disabled_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_off_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_rating_star_off_focused_holo_dark.png Binary files differindex c58a8415d589..288afa8d809f 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_off_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_off_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_off_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_rating_star_off_focused_holo_light.png Binary files differindex 9e018ef54377..7397b3e33343 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_off_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_off_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_off_mtrl_alpha.png b/core/res/res/drawable-hdpi/btn_rating_star_off_mtrl_alpha.png Binary files differindex 51a895dcb066..90b03a27c2e2 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_off_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_off_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_off_normal.png b/core/res/res/drawable-hdpi/btn_rating_star_off_normal.png Binary files differindex d1198074a7b9..1bcd3435f2c8 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_off_normal.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_off_normal.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_off_normal_holo_dark.png b/core/res/res/drawable-hdpi/btn_rating_star_off_normal_holo_dark.png Binary files differindex afaf69148583..d05234b68ee5 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_off_normal_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_off_normal_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_off_normal_holo_light.png b/core/res/res/drawable-hdpi/btn_rating_star_off_normal_holo_light.png Binary files differindex 26adc724b836..c0fb4726e682 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_off_normal_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_off_normal_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_off_pressed.png b/core/res/res/drawable-hdpi/btn_rating_star_off_pressed.png Binary files differindex 6f76da3a4d7c..426f42ffce33 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_off_pressed.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_off_pressed.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_off_pressed_holo_dark.png b/core/res/res/drawable-hdpi/btn_rating_star_off_pressed_holo_dark.png Binary files differindex e0cc6c510bea..f2f4d4f841a2 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_off_pressed_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_off_pressed_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_off_pressed_holo_light.png b/core/res/res/drawable-hdpi/btn_rating_star_off_pressed_holo_light.png Binary files differindex 607d1cf1eeeb..216cb76bd3ac 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_off_pressed_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_off_pressed_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_off_selected.png b/core/res/res/drawable-hdpi/btn_rating_star_off_selected.png Binary files differindex 566090d1a71f..e0c6315c44fc 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_off_selected.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_off_selected.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_on_disabled_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_rating_star_on_disabled_focused_holo_dark.png Binary files differindex 47913666f946..01851795ff13 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_on_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_on_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_on_disabled_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_rating_star_on_disabled_focused_holo_light.png Binary files differindex 86800120ea9e..fb8aa803b8cc 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_on_disabled_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_on_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_on_disabled_holo_dark.png b/core/res/res/drawable-hdpi/btn_rating_star_on_disabled_holo_dark.png Binary files differindex 7dc2567cb176..fad709c2d42b 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_on_disabled_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_on_disabled_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_on_disabled_holo_light.png b/core/res/res/drawable-hdpi/btn_rating_star_on_disabled_holo_light.png Binary files differindex de02acee9c54..53bddc81cf40 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_on_disabled_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_on_disabled_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_on_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_rating_star_on_focused_holo_dark.png Binary files differindex 9b3430714e80..5388fb36ada7 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_on_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_on_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_on_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_rating_star_on_focused_holo_light.png Binary files differindex fc9af78de3fe..1b0f6b0918cb 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_on_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_on_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_on_mtrl_alpha.png b/core/res/res/drawable-hdpi/btn_rating_star_on_mtrl_alpha.png Binary files differindex 2f59488d2b95..142b5dc9a173 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_on_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_on_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_on_normal.png b/core/res/res/drawable-hdpi/btn_rating_star_on_normal.png Binary files differindex c55c1f63ab37..4917ce37303c 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_on_normal.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_on_normal.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_on_normal_holo_dark.png b/core/res/res/drawable-hdpi/btn_rating_star_on_normal_holo_dark.png Binary files differindex c22ac4c64325..ce4e795fa156 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_on_normal_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_on_normal_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_on_normal_holo_light.png b/core/res/res/drawable-hdpi/btn_rating_star_on_normal_holo_light.png Binary files differindex b2b0e295e31f..41671414b4ba 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_on_normal_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_on_normal_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_on_pressed.png b/core/res/res/drawable-hdpi/btn_rating_star_on_pressed.png Binary files differindex 89b81619ecbd..363c633f338d 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_on_pressed.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_on_pressed.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_on_pressed_holo_dark.png b/core/res/res/drawable-hdpi/btn_rating_star_on_pressed_holo_dark.png Binary files differindex f45882cc85bf..6586b6c66060 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_on_pressed_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_on_pressed_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_on_pressed_holo_light.png b/core/res/res/drawable-hdpi/btn_rating_star_on_pressed_holo_light.png Binary files differindex d06fbebb8977..8d7e17d8a147 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_on_pressed_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_on_pressed_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_rating_star_on_selected.png b/core/res/res/drawable-hdpi/btn_rating_star_on_selected.png Binary files differindex 1a76a261941e..5e8e89db1a1c 100644 --- a/core/res/res/drawable-hdpi/btn_rating_star_on_selected.png +++ b/core/res/res/drawable-hdpi/btn_rating_star_on_selected.png diff --git a/core/res/res/drawable-hdpi/btn_search_dialog_default.9.png b/core/res/res/drawable-hdpi/btn_search_dialog_default.9.png Binary files differindex 72faccffd8f7..adf113143421 100644 --- a/core/res/res/drawable-hdpi/btn_search_dialog_default.9.png +++ b/core/res/res/drawable-hdpi/btn_search_dialog_default.9.png diff --git a/core/res/res/drawable-hdpi/btn_search_dialog_pressed.9.png b/core/res/res/drawable-hdpi/btn_search_dialog_pressed.9.png Binary files differindex 369be1070ea1..7984457318bd 100644 --- a/core/res/res/drawable-hdpi/btn_search_dialog_pressed.9.png +++ b/core/res/res/drawable-hdpi/btn_search_dialog_pressed.9.png diff --git a/core/res/res/drawable-hdpi/btn_search_dialog_selected.9.png b/core/res/res/drawable-hdpi/btn_search_dialog_selected.9.png Binary files differindex 7e996ec96a45..9e8371fa35d6 100644 --- a/core/res/res/drawable-hdpi/btn_search_dialog_selected.9.png +++ b/core/res/res/drawable-hdpi/btn_search_dialog_selected.9.png diff --git a/core/res/res/drawable-hdpi/btn_search_dialog_voice_default.9.png b/core/res/res/drawable-hdpi/btn_search_dialog_voice_default.9.png Binary files differindex eda6e16f12f7..3f210287169d 100644 --- a/core/res/res/drawable-hdpi/btn_search_dialog_voice_default.9.png +++ b/core/res/res/drawable-hdpi/btn_search_dialog_voice_default.9.png diff --git a/core/res/res/drawable-hdpi/btn_search_dialog_voice_pressed.9.png b/core/res/res/drawable-hdpi/btn_search_dialog_voice_pressed.9.png Binary files differindex 4158ac48969f..9f9dde12937b 100644 --- a/core/res/res/drawable-hdpi/btn_search_dialog_voice_pressed.9.png +++ b/core/res/res/drawable-hdpi/btn_search_dialog_voice_pressed.9.png diff --git a/core/res/res/drawable-hdpi/btn_search_dialog_voice_selected.9.png b/core/res/res/drawable-hdpi/btn_search_dialog_voice_selected.9.png Binary files differindex 6f68f2518fdd..6d57c5fff8fe 100644 --- a/core/res/res/drawable-hdpi/btn_search_dialog_voice_selected.9.png +++ b/core/res/res/drawable-hdpi/btn_search_dialog_voice_selected.9.png diff --git a/core/res/res/drawable-hdpi/btn_square_overlay_disabled.png b/core/res/res/drawable-hdpi/btn_square_overlay_disabled.png Binary files differindex 71a037e1c99c..df454c11c660 100644 --- a/core/res/res/drawable-hdpi/btn_square_overlay_disabled.png +++ b/core/res/res/drawable-hdpi/btn_square_overlay_disabled.png diff --git a/core/res/res/drawable-hdpi/btn_square_overlay_disabled_focused.png b/core/res/res/drawable-hdpi/btn_square_overlay_disabled_focused.png Binary files differindex a4746059ed6b..a4f580825958 100644 --- a/core/res/res/drawable-hdpi/btn_square_overlay_disabled_focused.png +++ b/core/res/res/drawable-hdpi/btn_square_overlay_disabled_focused.png diff --git a/core/res/res/drawable-hdpi/btn_square_overlay_normal.png b/core/res/res/drawable-hdpi/btn_square_overlay_normal.png Binary files differindex bf5da227d7f0..66b789f7918c 100644 --- a/core/res/res/drawable-hdpi/btn_square_overlay_normal.png +++ b/core/res/res/drawable-hdpi/btn_square_overlay_normal.png diff --git a/core/res/res/drawable-hdpi/btn_square_overlay_pressed.png b/core/res/res/drawable-hdpi/btn_square_overlay_pressed.png Binary files differindex 52a302d5bb09..d1606cc386da 100644 --- a/core/res/res/drawable-hdpi/btn_square_overlay_pressed.png +++ b/core/res/res/drawable-hdpi/btn_square_overlay_pressed.png diff --git a/core/res/res/drawable-hdpi/btn_square_overlay_selected.png b/core/res/res/drawable-hdpi/btn_square_overlay_selected.png Binary files differindex e065682a02af..81dae838b057 100644 --- a/core/res/res/drawable-hdpi/btn_square_overlay_selected.png +++ b/core/res/res/drawable-hdpi/btn_square_overlay_selected.png diff --git a/core/res/res/drawable-hdpi/btn_star_big_off.png b/core/res/res/drawable-hdpi/btn_star_big_off.png Binary files differindex 4be0f5df208c..dc95357e3faf 100644 --- a/core/res/res/drawable-hdpi/btn_star_big_off.png +++ b/core/res/res/drawable-hdpi/btn_star_big_off.png diff --git a/core/res/res/drawable-hdpi/btn_star_big_off_disable.png b/core/res/res/drawable-hdpi/btn_star_big_off_disable.png Binary files differindex faba6657af4b..1bbd33eaeeb1 100644 --- a/core/res/res/drawable-hdpi/btn_star_big_off_disable.png +++ b/core/res/res/drawable-hdpi/btn_star_big_off_disable.png diff --git a/core/res/res/drawable-hdpi/btn_star_big_off_disable_focused.png b/core/res/res/drawable-hdpi/btn_star_big_off_disable_focused.png Binary files differindex fc8aca47f80a..c86a753bc623 100644 --- a/core/res/res/drawable-hdpi/btn_star_big_off_disable_focused.png +++ b/core/res/res/drawable-hdpi/btn_star_big_off_disable_focused.png diff --git a/core/res/res/drawable-hdpi/btn_star_big_off_pressed.png b/core/res/res/drawable-hdpi/btn_star_big_off_pressed.png Binary files differindex b8c8e70503f4..61c394914c53 100644 --- a/core/res/res/drawable-hdpi/btn_star_big_off_pressed.png +++ b/core/res/res/drawable-hdpi/btn_star_big_off_pressed.png diff --git a/core/res/res/drawable-hdpi/btn_star_big_off_selected.png b/core/res/res/drawable-hdpi/btn_star_big_off_selected.png Binary files differindex 86250bbc0ce6..53aa81d639b3 100644 --- a/core/res/res/drawable-hdpi/btn_star_big_off_selected.png +++ b/core/res/res/drawable-hdpi/btn_star_big_off_selected.png diff --git a/core/res/res/drawable-hdpi/btn_star_big_on.png b/core/res/res/drawable-hdpi/btn_star_big_on.png Binary files differindex 4213050871a0..328b8b1bf4ab 100644 --- a/core/res/res/drawable-hdpi/btn_star_big_on.png +++ b/core/res/res/drawable-hdpi/btn_star_big_on.png diff --git a/core/res/res/drawable-hdpi/btn_star_big_on_disable.png b/core/res/res/drawable-hdpi/btn_star_big_on_disable.png Binary files differindex 5629849a8fa4..efddce5dcb19 100644 --- a/core/res/res/drawable-hdpi/btn_star_big_on_disable.png +++ b/core/res/res/drawable-hdpi/btn_star_big_on_disable.png diff --git a/core/res/res/drawable-hdpi/btn_star_big_on_disable_focused.png b/core/res/res/drawable-hdpi/btn_star_big_on_disable_focused.png Binary files differindex cb9f79c3ee3b..189213702d09 100644 --- a/core/res/res/drawable-hdpi/btn_star_big_on_disable_focused.png +++ b/core/res/res/drawable-hdpi/btn_star_big_on_disable_focused.png diff --git a/core/res/res/drawable-hdpi/btn_star_big_on_pressed.png b/core/res/res/drawable-hdpi/btn_star_big_on_pressed.png Binary files differindex 648cd1bb509c..c6ccf44314b8 100644 --- a/core/res/res/drawable-hdpi/btn_star_big_on_pressed.png +++ b/core/res/res/drawable-hdpi/btn_star_big_on_pressed.png diff --git a/core/res/res/drawable-hdpi/btn_star_big_on_selected.png b/core/res/res/drawable-hdpi/btn_star_big_on_selected.png Binary files differindex cb156736c656..215481ab2dde 100644 --- a/core/res/res/drawable-hdpi/btn_star_big_on_selected.png +++ b/core/res/res/drawable-hdpi/btn_star_big_on_selected.png diff --git a/core/res/res/drawable-hdpi/btn_star_label_background.9.png b/core/res/res/drawable-hdpi/btn_star_label_background.9.png Binary files differindex 600806762f84..99cc201462a6 100644 --- a/core/res/res/drawable-hdpi/btn_star_label_background.9.png +++ b/core/res/res/drawable-hdpi/btn_star_label_background.9.png diff --git a/core/res/res/drawable-hdpi/btn_star_mtrl_alpha.png b/core/res/res/drawable-hdpi/btn_star_mtrl_alpha.png Binary files differindex e11896f66e22..7244d966aee4 100644 --- a/core/res/res/drawable-hdpi/btn_star_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/btn_star_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/btn_star_off_disabled_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_star_off_disabled_focused_holo_dark.png Binary files differindex ce3954f88633..819aa0ec08f1 100644 --- a/core/res/res/drawable-hdpi/btn_star_off_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_star_off_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_star_off_disabled_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_star_off_disabled_focused_holo_light.png Binary files differindex 2e7346aa2a6e..b75d5c282c86 100644 --- a/core/res/res/drawable-hdpi/btn_star_off_disabled_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_star_off_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_star_off_disabled_holo_dark.png b/core/res/res/drawable-hdpi/btn_star_off_disabled_holo_dark.png Binary files differindex 1a642f7837c1..581e72d6db23 100644 --- a/core/res/res/drawable-hdpi/btn_star_off_disabled_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_star_off_disabled_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_star_off_disabled_holo_light.png b/core/res/res/drawable-hdpi/btn_star_off_disabled_holo_light.png Binary files differindex cee608b2beaf..1df804bf202a 100644 --- a/core/res/res/drawable-hdpi/btn_star_off_disabled_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_star_off_disabled_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_star_off_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_star_off_focused_holo_dark.png Binary files differindex 0eb9e38cb0c9..dd1d6d4fa2c2 100644 --- a/core/res/res/drawable-hdpi/btn_star_off_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_star_off_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_star_off_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_star_off_focused_holo_light.png Binary files differindex f396c4712a08..3e56f05908e3 100644 --- a/core/res/res/drawable-hdpi/btn_star_off_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_star_off_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_star_off_normal_holo_dark.png b/core/res/res/drawable-hdpi/btn_star_off_normal_holo_dark.png Binary files differindex cbbbfb34698e..be5f40e82b8c 100644 --- a/core/res/res/drawable-hdpi/btn_star_off_normal_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_star_off_normal_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_star_off_normal_holo_light.png b/core/res/res/drawable-hdpi/btn_star_off_normal_holo_light.png Binary files differindex c4e1d81f82ba..7a8ba2132b69 100644 --- a/core/res/res/drawable-hdpi/btn_star_off_normal_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_star_off_normal_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_star_off_pressed_holo_dark.png b/core/res/res/drawable-hdpi/btn_star_off_pressed_holo_dark.png Binary files differindex 97730d1bd27a..8691f7c0c5d4 100644 --- a/core/res/res/drawable-hdpi/btn_star_off_pressed_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_star_off_pressed_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_star_off_pressed_holo_light.png b/core/res/res/drawable-hdpi/btn_star_off_pressed_holo_light.png Binary files differindex 4350f16fbcef..282aecb242f7 100644 --- a/core/res/res/drawable-hdpi/btn_star_off_pressed_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_star_off_pressed_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_star_on_disabled_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_star_on_disabled_focused_holo_dark.png Binary files differindex b7035fda1e78..a89fc7f98057 100644 --- a/core/res/res/drawable-hdpi/btn_star_on_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_star_on_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_star_on_disabled_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_star_on_disabled_focused_holo_light.png Binary files differindex 852ad5554522..cc988e351c1b 100644 --- a/core/res/res/drawable-hdpi/btn_star_on_disabled_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_star_on_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_star_on_disabled_holo_dark.png b/core/res/res/drawable-hdpi/btn_star_on_disabled_holo_dark.png Binary files differindex 3d401073223c..2bb36f4060d3 100644 --- a/core/res/res/drawable-hdpi/btn_star_on_disabled_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_star_on_disabled_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_star_on_disabled_holo_light.png b/core/res/res/drawable-hdpi/btn_star_on_disabled_holo_light.png Binary files differindex ee79ed60729d..9b159e9f2f8d 100644 --- a/core/res/res/drawable-hdpi/btn_star_on_disabled_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_star_on_disabled_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_star_on_focused_holo_dark.png b/core/res/res/drawable-hdpi/btn_star_on_focused_holo_dark.png Binary files differindex 6cad71e156a6..b711ca7293f3 100644 --- a/core/res/res/drawable-hdpi/btn_star_on_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_star_on_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_star_on_focused_holo_light.png b/core/res/res/drawable-hdpi/btn_star_on_focused_holo_light.png Binary files differindex edcb86d04483..e19c79e1dc23 100644 --- a/core/res/res/drawable-hdpi/btn_star_on_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_star_on_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_star_on_normal_holo_dark.png b/core/res/res/drawable-hdpi/btn_star_on_normal_holo_dark.png Binary files differindex 02013fad3117..433f8a78d60c 100644 --- a/core/res/res/drawable-hdpi/btn_star_on_normal_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_star_on_normal_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_star_on_normal_holo_light.png b/core/res/res/drawable-hdpi/btn_star_on_normal_holo_light.png Binary files differindex 6689a89b37e0..5464529c4a4c 100644 --- a/core/res/res/drawable-hdpi/btn_star_on_normal_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_star_on_normal_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_star_on_pressed_holo_dark.png b/core/res/res/drawable-hdpi/btn_star_on_pressed_holo_dark.png Binary files differindex 36f9ad15f726..e2198de82969 100644 --- a/core/res/res/drawable-hdpi/btn_star_on_pressed_holo_dark.png +++ b/core/res/res/drawable-hdpi/btn_star_on_pressed_holo_dark.png diff --git a/core/res/res/drawable-hdpi/btn_star_on_pressed_holo_light.png b/core/res/res/drawable-hdpi/btn_star_on_pressed_holo_light.png Binary files differindex 10d74ceba277..4f1afd8f1637 100644 --- a/core/res/res/drawable-hdpi/btn_star_on_pressed_holo_light.png +++ b/core/res/res/drawable-hdpi/btn_star_on_pressed_holo_light.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00001.9.png b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00001.9.png Binary files differindex c31194eeb2ca..617ea9782160 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00001.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00001.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00002.9.png b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00002.9.png Binary files differindex 52ed6b2bcaa2..560e9092ba4d 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00002.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00002.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00003.9.png b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00003.9.png Binary files differindex 7b7cde586c61..c5d15ef06ad6 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00003.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00003.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00004.9.png b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00004.9.png Binary files differindex 859642a5fd61..728af38528b2 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00004.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00004.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00005.9.png b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00005.9.png Binary files differindex 5b71dda380aa..60140972a931 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00005.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00005.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00006.9.png b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00006.9.png Binary files differindex 378d82daaff3..261739bdf596 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00006.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00006.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00007.9.png b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00007.9.png Binary files differindex 43c995a09a1f..ae3d1cea081b 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00007.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00007.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00008.9.png b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00008.9.png Binary files differindex c937837da1b1..866181b474a7 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00008.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00008.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00009.9.png b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00009.9.png Binary files differindex a60a1277efd4..126f86f21c0b 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00009.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00009.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00010.9.png b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00010.9.png Binary files differindex db0bf2d63e64..f854ae1e13ee 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00010.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00010.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00011.9.png b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00011.9.png Binary files differindex 4a6adbe38958..066077e995e5 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00011.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00011.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00012.9.png b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00012.9.png Binary files differindex 98983ef6cb6c..84888a21923a 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00012.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_off_mtrl_00012.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00001.9.png b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00001.9.png Binary files differindex 8e7b62f046b6..f13f54d3fdc7 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00001.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00001.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00002.9.png b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00002.9.png Binary files differindex 479a26e64ed8..c8e5c2549645 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00002.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00002.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00003.9.png b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00003.9.png Binary files differindex 77d3130206e5..773a34f87836 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00003.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00003.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00004.9.png b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00004.9.png Binary files differindex cfe684fbd4c2..2bfdd4879efe 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00004.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00004.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00005.9.png b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00005.9.png Binary files differindex 4a64a367351e..fbe95b2a836b 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00005.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00005.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00006.9.png b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00006.9.png Binary files differindex 29591fff34d4..5dcd1c7942f5 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00006.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00006.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00007.9.png b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00007.9.png Binary files differindex cf7cf49320c2..ae3d1cea081b 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00007.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00007.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00008.9.png b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00008.9.png Binary files differindex 2a2a9afb8722..8dec79d38e99 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00008.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00008.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00009.9.png b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00009.9.png Binary files differindex 1f7fe5f3cfd2..a031f0188233 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00009.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00009.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00010.9.png b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00010.9.png Binary files differindex f5d70939cd38..e853d23bb71b 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00010.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00010.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00011.9.png b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00011.9.png Binary files differindex 3878386b44c3..12c80043cb7e 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00011.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00011.9.png diff --git a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00012.9.png b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00012.9.png Binary files differindex adcb9e96c688..ecaef6885c0a 100644 --- a/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00012.9.png +++ b/core/res/res/drawable-hdpi/btn_switch_to_on_mtrl_00012.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_off.9.png b/core/res/res/drawable-hdpi/btn_toggle_off.9.png Binary files differindex 9e141d8b30e8..0ddccc29864f 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_off.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_off.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_dark.9.png Binary files differindex c5c0e97d8d49..1ed82e386391 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_light.9.png b/core/res/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_light.9.png Binary files differindex c5c0e97d8d49..1ed82e386391 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_off_disabled_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_toggle_off_disabled_holo_dark.9.png Binary files differindex 3b3122548377..5729c9411c91 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_off_disabled_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_off_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_off_disabled_holo_light.9.png b/core/res/res/drawable-hdpi/btn_toggle_off_disabled_holo_light.9.png Binary files differindex 3b3122548377..5729c9411c91 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_off_disabled_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_off_disabled_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_off_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_toggle_off_focused_holo_dark.9.png Binary files differindex b65009ed2db6..1b39ff00d7d4 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_off_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_off_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_off_focused_holo_light.9.png b/core/res/res/drawable-hdpi/btn_toggle_off_focused_holo_light.9.png Binary files differindex b65009ed2db6..1b39ff00d7d4 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_off_focused_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_off_focused_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_off_normal_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_toggle_off_normal_holo_dark.9.png Binary files differindex a2dfcaede942..8f99817225b3 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_off_normal_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_off_normal_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_off_normal_holo_light.9.png b/core/res/res/drawable-hdpi/btn_toggle_off_normal_holo_light.9.png Binary files differindex c3fda0e4fa50..a50a089dcda0 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_off_normal_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_off_normal_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_off_pressed_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_toggle_off_pressed_holo_dark.9.png Binary files differindex 94c0ee72191b..8f40332cc262 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_off_pressed_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_off_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_off_pressed_holo_light.9.png b/core/res/res/drawable-hdpi/btn_toggle_off_pressed_holo_light.9.png Binary files differindex 9bef9091ab6b..b52eb57a8ede 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_off_pressed_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_off_pressed_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_on.9.png b/core/res/res/drawable-hdpi/btn_toggle_on.9.png Binary files differindex dba2fa566a7e..23021b08c411 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_on.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_on.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_dark.9.png Binary files differindex bae60a7bd94f..ea082b094942 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_light.9.png b/core/res/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_light.9.png Binary files differindex bae60a7bd94f..ea082b094942 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_on_disabled_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_toggle_on_disabled_holo_dark.9.png Binary files differindex a9653b0a3282..3dcafcb3a029 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_on_disabled_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_on_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_on_disabled_holo_light.9.png b/core/res/res/drawable-hdpi/btn_toggle_on_disabled_holo_light.9.png Binary files differindex a9653b0a3282..3dcafcb3a029 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_on_disabled_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_on_disabled_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_on_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_toggle_on_focused_holo_dark.9.png Binary files differindex 394cb5ec41a8..dc555124fd28 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_on_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_on_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_on_focused_holo_light.9.png b/core/res/res/drawable-hdpi/btn_toggle_on_focused_holo_light.9.png Binary files differindex 394cb5ec41a8..dc555124fd28 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_on_focused_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_on_focused_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_on_normal_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_toggle_on_normal_holo_dark.9.png Binary files differindex aa23c6ec4ad7..9566a6d3e0d0 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_on_normal_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_on_normal_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_on_normal_holo_light.9.png b/core/res/res/drawable-hdpi/btn_toggle_on_normal_holo_light.9.png Binary files differindex 028b3b8d6d6a..6b0293340391 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_on_normal_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_on_normal_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_on_pressed_holo_dark.9.png b/core/res/res/drawable-hdpi/btn_toggle_on_pressed_holo_dark.9.png Binary files differindex 469ba9bbca39..b363d637712f 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_on_pressed_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_on_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/btn_toggle_on_pressed_holo_light.9.png b/core/res/res/drawable-hdpi/btn_toggle_on_pressed_holo_light.9.png Binary files differindex 40a61ca979aa..d034e1ec24ef 100644 --- a/core/res/res/drawable-hdpi/btn_toggle_on_pressed_holo_light.9.png +++ b/core/res/res/drawable-hdpi/btn_toggle_on_pressed_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/btn_zoom_down_disabled.9.png b/core/res/res/drawable-hdpi/btn_zoom_down_disabled.9.png Binary files differindex 6441f4d4cdd2..0bde901687cf 100644 --- a/core/res/res/drawable-hdpi/btn_zoom_down_disabled.9.png +++ b/core/res/res/drawable-hdpi/btn_zoom_down_disabled.9.png diff --git a/core/res/res/drawable-hdpi/btn_zoom_down_disabled_focused.9.png b/core/res/res/drawable-hdpi/btn_zoom_down_disabled_focused.9.png Binary files differindex cfb0613f498a..cfad139ac176 100644 --- a/core/res/res/drawable-hdpi/btn_zoom_down_disabled_focused.9.png +++ b/core/res/res/drawable-hdpi/btn_zoom_down_disabled_focused.9.png diff --git a/core/res/res/drawable-hdpi/btn_zoom_down_normal.9.png b/core/res/res/drawable-hdpi/btn_zoom_down_normal.9.png Binary files differindex b30f83443cbe..5cd19e265c17 100644 --- a/core/res/res/drawable-hdpi/btn_zoom_down_normal.9.png +++ b/core/res/res/drawable-hdpi/btn_zoom_down_normal.9.png diff --git a/core/res/res/drawable-hdpi/btn_zoom_down_pressed.9.png b/core/res/res/drawable-hdpi/btn_zoom_down_pressed.9.png Binary files differindex 4ff991045009..e2a4f924d527 100644 --- a/core/res/res/drawable-hdpi/btn_zoom_down_pressed.9.png +++ b/core/res/res/drawable-hdpi/btn_zoom_down_pressed.9.png diff --git a/core/res/res/drawable-hdpi/btn_zoom_down_selected.9.png b/core/res/res/drawable-hdpi/btn_zoom_down_selected.9.png Binary files differindex 554269557fc1..ac8b9443dc96 100644 --- a/core/res/res/drawable-hdpi/btn_zoom_down_selected.9.png +++ b/core/res/res/drawable-hdpi/btn_zoom_down_selected.9.png diff --git a/core/res/res/drawable-hdpi/btn_zoom_page_normal.png b/core/res/res/drawable-hdpi/btn_zoom_page_normal.png Binary files differindex 15d60a0d21e8..90912ae9f9dd 100644 --- a/core/res/res/drawable-hdpi/btn_zoom_page_normal.png +++ b/core/res/res/drawable-hdpi/btn_zoom_page_normal.png diff --git a/core/res/res/drawable-hdpi/btn_zoom_page_press.png b/core/res/res/drawable-hdpi/btn_zoom_page_press.png Binary files differindex 28f437ebfcb2..26b46a575463 100644 --- a/core/res/res/drawable-hdpi/btn_zoom_page_press.png +++ b/core/res/res/drawable-hdpi/btn_zoom_page_press.png diff --git a/core/res/res/drawable-hdpi/btn_zoom_up_disabled.9.png b/core/res/res/drawable-hdpi/btn_zoom_up_disabled.9.png Binary files differindex 6a559031040b..692f714d4ba5 100644 --- a/core/res/res/drawable-hdpi/btn_zoom_up_disabled.9.png +++ b/core/res/res/drawable-hdpi/btn_zoom_up_disabled.9.png diff --git a/core/res/res/drawable-hdpi/btn_zoom_up_disabled_focused.9.png b/core/res/res/drawable-hdpi/btn_zoom_up_disabled_focused.9.png Binary files differindex 7adbae1e6b9d..bf9db0fb7308 100644 --- a/core/res/res/drawable-hdpi/btn_zoom_up_disabled_focused.9.png +++ b/core/res/res/drawable-hdpi/btn_zoom_up_disabled_focused.9.png diff --git a/core/res/res/drawable-hdpi/btn_zoom_up_normal.9.png b/core/res/res/drawable-hdpi/btn_zoom_up_normal.9.png Binary files differindex 4631a325243c..2fd1f6699c7e 100644 --- a/core/res/res/drawable-hdpi/btn_zoom_up_normal.9.png +++ b/core/res/res/drawable-hdpi/btn_zoom_up_normal.9.png diff --git a/core/res/res/drawable-hdpi/btn_zoom_up_pressed.9.png b/core/res/res/drawable-hdpi/btn_zoom_up_pressed.9.png Binary files differindex df75fec7db06..a4f1dac59fef 100644 --- a/core/res/res/drawable-hdpi/btn_zoom_up_pressed.9.png +++ b/core/res/res/drawable-hdpi/btn_zoom_up_pressed.9.png diff --git a/core/res/res/drawable-hdpi/btn_zoom_up_selected.9.png b/core/res/res/drawable-hdpi/btn_zoom_up_selected.9.png Binary files differindex bae522c80eb2..538ea6c69be9 100644 --- a/core/res/res/drawable-hdpi/btn_zoom_up_selected.9.png +++ b/core/res/res/drawable-hdpi/btn_zoom_up_selected.9.png diff --git a/core/res/res/drawable-hdpi/button_onoff_indicator_off.png b/core/res/res/drawable-hdpi/button_onoff_indicator_off.png Binary files differindex 9af36e9c1028..826390200ac2 100644 --- a/core/res/res/drawable-hdpi/button_onoff_indicator_off.png +++ b/core/res/res/drawable-hdpi/button_onoff_indicator_off.png diff --git a/core/res/res/drawable-hdpi/button_onoff_indicator_on.png b/core/res/res/drawable-hdpi/button_onoff_indicator_on.png Binary files differindex bde297e2e100..1ec755e1492f 100644 --- a/core/res/res/drawable-hdpi/button_onoff_indicator_on.png +++ b/core/res/res/drawable-hdpi/button_onoff_indicator_on.png diff --git a/core/res/res/drawable-hdpi/cab_background_bottom_holo_dark.9.png b/core/res/res/drawable-hdpi/cab_background_bottom_holo_dark.9.png Binary files differindex 1d836f65a1ff..08ae5933b157 100644 --- a/core/res/res/drawable-hdpi/cab_background_bottom_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/cab_background_bottom_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/cab_background_bottom_holo_light.9.png b/core/res/res/drawable-hdpi/cab_background_bottom_holo_light.9.png Binary files differindex 5818666d4e64..5c8c80cf113b 100644 --- a/core/res/res/drawable-hdpi/cab_background_bottom_holo_light.9.png +++ b/core/res/res/drawable-hdpi/cab_background_bottom_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/cab_background_bottom_mtrl_alpha.9.png b/core/res/res/drawable-hdpi/cab_background_bottom_mtrl_alpha.9.png Binary files differindex 92613b7f71bc..10e242cb1cb0 100644 --- a/core/res/res/drawable-hdpi/cab_background_bottom_mtrl_alpha.9.png +++ b/core/res/res/drawable-hdpi/cab_background_bottom_mtrl_alpha.9.png diff --git a/core/res/res/drawable-hdpi/cab_background_top_holo_dark.9.png b/core/res/res/drawable-hdpi/cab_background_top_holo_dark.9.png Binary files differindex 564fb34b4308..edc6b1739c81 100644 --- a/core/res/res/drawable-hdpi/cab_background_top_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/cab_background_top_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/cab_background_top_holo_light.9.png b/core/res/res/drawable-hdpi/cab_background_top_holo_light.9.png Binary files differindex ae21b760fb1e..604a2a2c9a60 100644 --- a/core/res/res/drawable-hdpi/cab_background_top_holo_light.9.png +++ b/core/res/res/drawable-hdpi/cab_background_top_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/cab_background_top_mtrl_alpha.9.png b/core/res/res/drawable-hdpi/cab_background_top_mtrl_alpha.9.png Binary files differindex e51ef280dd28..3729578c5774 100644 --- a/core/res/res/drawable-hdpi/cab_background_top_mtrl_alpha.9.png +++ b/core/res/res/drawable-hdpi/cab_background_top_mtrl_alpha.9.png diff --git a/core/res/res/drawable-hdpi/call_contact.png b/core/res/res/drawable-hdpi/call_contact.png Binary files differindex 57fea245549d..b30573cc23c2 100644 --- a/core/res/res/drawable-hdpi/call_contact.png +++ b/core/res/res/drawable-hdpi/call_contact.png diff --git a/core/res/res/drawable-hdpi/checkbox_off_background.png b/core/res/res/drawable-hdpi/checkbox_off_background.png Binary files differindex a8e4785cdb23..af60f0bbdb64 100644 --- a/core/res/res/drawable-hdpi/checkbox_off_background.png +++ b/core/res/res/drawable-hdpi/checkbox_off_background.png diff --git a/core/res/res/drawable-hdpi/checkbox_on_background.png b/core/res/res/drawable-hdpi/checkbox_on_background.png Binary files differindex 800d3d5541d8..491bd56e6e7a 100644 --- a/core/res/res/drawable-hdpi/checkbox_on_background.png +++ b/core/res/res/drawable-hdpi/checkbox_on_background.png diff --git a/core/res/res/drawable-hdpi/cling_arrow_up.png b/core/res/res/drawable-hdpi/cling_arrow_up.png Binary files differindex 8ef20506c056..4ceacfb45a1e 100644 --- a/core/res/res/drawable-hdpi/cling_arrow_up.png +++ b/core/res/res/drawable-hdpi/cling_arrow_up.png diff --git a/core/res/res/drawable-hdpi/cling_bg.9.png b/core/res/res/drawable-hdpi/cling_bg.9.png Binary files differindex 36fbfc8b6d22..75ea347f504a 100644 --- a/core/res/res/drawable-hdpi/cling_bg.9.png +++ b/core/res/res/drawable-hdpi/cling_bg.9.png diff --git a/core/res/res/drawable-hdpi/cling_button_normal.9.png b/core/res/res/drawable-hdpi/cling_button_normal.9.png Binary files differindex e30838241de0..b503251b94ed 100644 --- a/core/res/res/drawable-hdpi/cling_button_normal.9.png +++ b/core/res/res/drawable-hdpi/cling_button_normal.9.png diff --git a/core/res/res/drawable-hdpi/cling_button_pressed.9.png b/core/res/res/drawable-hdpi/cling_button_pressed.9.png Binary files differindex 4f9ca6f7a612..df4c7ce0e37c 100644 --- a/core/res/res/drawable-hdpi/cling_button_pressed.9.png +++ b/core/res/res/drawable-hdpi/cling_button_pressed.9.png diff --git a/core/res/res/drawable-hdpi/clock_dial.png b/core/res/res/drawable-hdpi/clock_dial.png Binary files differindex 9de29bc0e53e..f54e713008b5 100644 --- a/core/res/res/drawable-hdpi/clock_dial.png +++ b/core/res/res/drawable-hdpi/clock_dial.png diff --git a/core/res/res/drawable-hdpi/clock_hand_hour.png b/core/res/res/drawable-hdpi/clock_hand_hour.png Binary files differindex 9f7e5c02d49c..8f0eb7a35030 100644 --- a/core/res/res/drawable-hdpi/clock_hand_hour.png +++ b/core/res/res/drawable-hdpi/clock_hand_hour.png diff --git a/core/res/res/drawable-hdpi/clock_hand_minute.png b/core/res/res/drawable-hdpi/clock_hand_minute.png Binary files differindex 2eec38060c45..9734db49ee1b 100644 --- a/core/res/res/drawable-hdpi/clock_hand_minute.png +++ b/core/res/res/drawable-hdpi/clock_hand_minute.png diff --git a/core/res/res/drawable-hdpi/code_lock_bottom.9.png b/core/res/res/drawable-hdpi/code_lock_bottom.9.png Binary files differindex e72d0f792587..9e149d75ca93 100644 --- a/core/res/res/drawable-hdpi/code_lock_bottom.9.png +++ b/core/res/res/drawable-hdpi/code_lock_bottom.9.png diff --git a/core/res/res/drawable-hdpi/code_lock_left.9.png b/core/res/res/drawable-hdpi/code_lock_left.9.png Binary files differindex 76ff1f5315c7..3d8cdde6af3e 100644 --- a/core/res/res/drawable-hdpi/code_lock_left.9.png +++ b/core/res/res/drawable-hdpi/code_lock_left.9.png diff --git a/core/res/res/drawable-hdpi/code_lock_top.9.png b/core/res/res/drawable-hdpi/code_lock_top.9.png Binary files differindex 20af25513689..5285944a696d 100644 --- a/core/res/res/drawable-hdpi/code_lock_top.9.png +++ b/core/res/res/drawable-hdpi/code_lock_top.9.png diff --git a/core/res/res/drawable-hdpi/combobox_disabled.png b/core/res/res/drawable-hdpi/combobox_disabled.png Binary files differindex 85fbc3c161e8..6571f0137f25 100644 --- a/core/res/res/drawable-hdpi/combobox_disabled.png +++ b/core/res/res/drawable-hdpi/combobox_disabled.png diff --git a/core/res/res/drawable-hdpi/combobox_nohighlight.png b/core/res/res/drawable-hdpi/combobox_nohighlight.png Binary files differindex 2de2abbe5728..040461ef2c94 100644 --- a/core/res/res/drawable-hdpi/combobox_nohighlight.png +++ b/core/res/res/drawable-hdpi/combobox_nohighlight.png diff --git a/core/res/res/drawable-hdpi/compass_arrow.png b/core/res/res/drawable-hdpi/compass_arrow.png Binary files differindex 6dbd900af586..ff3fd261c917 100644 --- a/core/res/res/drawable-hdpi/compass_arrow.png +++ b/core/res/res/drawable-hdpi/compass_arrow.png diff --git a/core/res/res/drawable-hdpi/compass_base.png b/core/res/res/drawable-hdpi/compass_base.png Binary files differindex 298fc093505f..020cd51588e0 100644 --- a/core/res/res/drawable-hdpi/compass_base.png +++ b/core/res/res/drawable-hdpi/compass_base.png diff --git a/core/res/res/drawable-hdpi/contact_header_bg.9.png b/core/res/res/drawable-hdpi/contact_header_bg.9.png Binary files differindex 981b2e9f7aa1..1fd65a6a9e0f 100644 --- a/core/res/res/drawable-hdpi/contact_header_bg.9.png +++ b/core/res/res/drawable-hdpi/contact_header_bg.9.png diff --git a/core/res/res/drawable-hdpi/create_contact.png b/core/res/res/drawable-hdpi/create_contact.png Binary files differindex 7a29b65b1f60..af4ca0304cf3 100644 --- a/core/res/res/drawable-hdpi/create_contact.png +++ b/core/res/res/drawable-hdpi/create_contact.png diff --git a/core/res/res/drawable-hdpi/dark_header.9.png b/core/res/res/drawable-hdpi/dark_header.9.png Binary files differindex 8cd231b45ff4..7d3315986ef1 100644 --- a/core/res/res/drawable-hdpi/dark_header.9.png +++ b/core/res/res/drawable-hdpi/dark_header.9.png diff --git a/core/res/res/drawable-hdpi/day_picker_week_view_dayline_holo.9.png b/core/res/res/drawable-hdpi/day_picker_week_view_dayline_holo.9.png Binary files differindex 1deaad714971..163feacbf1d6 100644 --- a/core/res/res/drawable-hdpi/day_picker_week_view_dayline_holo.9.png +++ b/core/res/res/drawable-hdpi/day_picker_week_view_dayline_holo.9.png diff --git a/core/res/res/drawable-hdpi/dialog_background_mtrl_mult.9.png b/core/res/res/drawable-hdpi/dialog_background_mtrl_mult.9.png Binary files differindex 0c3c3b475e91..24a4a87b68a7 100644 --- a/core/res/res/drawable-hdpi/dialog_background_mtrl_mult.9.png +++ b/core/res/res/drawable-hdpi/dialog_background_mtrl_mult.9.png diff --git a/core/res/res/drawable-hdpi/dialog_bottom_holo_dark.9.png b/core/res/res/drawable-hdpi/dialog_bottom_holo_dark.9.png Binary files differindex b23740c35532..d933aa6d7540 100644 --- a/core/res/res/drawable-hdpi/dialog_bottom_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/dialog_bottom_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/dialog_bottom_holo_light.9.png b/core/res/res/drawable-hdpi/dialog_bottom_holo_light.9.png Binary files differindex 44803d7ed15c..68d3f204138d 100644 --- a/core/res/res/drawable-hdpi/dialog_bottom_holo_light.9.png +++ b/core/res/res/drawable-hdpi/dialog_bottom_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/dialog_divider_horizontal_holo_dark.9.png b/core/res/res/drawable-hdpi/dialog_divider_horizontal_holo_dark.9.png Binary files differindex 77b0999850e3..dc7485a1b8e3 100644 --- a/core/res/res/drawable-hdpi/dialog_divider_horizontal_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/dialog_divider_horizontal_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/dialog_divider_horizontal_holo_light.9.png b/core/res/res/drawable-hdpi/dialog_divider_horizontal_holo_light.9.png Binary files differindex 3fde76e3421a..4eac5f8309ee 100644 --- a/core/res/res/drawable-hdpi/dialog_divider_horizontal_holo_light.9.png +++ b/core/res/res/drawable-hdpi/dialog_divider_horizontal_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/dialog_divider_horizontal_light.9.png b/core/res/res/drawable-hdpi/dialog_divider_horizontal_light.9.png Binary files differindex 441ef32b71b6..3d8d23e63d7a 100644 --- a/core/res/res/drawable-hdpi/dialog_divider_horizontal_light.9.png +++ b/core/res/res/drawable-hdpi/dialog_divider_horizontal_light.9.png diff --git a/core/res/res/drawable-hdpi/dialog_full_holo_dark.9.png b/core/res/res/drawable-hdpi/dialog_full_holo_dark.9.png Binary files differindex 911f3fee413b..29fc62a7b332 100644 --- a/core/res/res/drawable-hdpi/dialog_full_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/dialog_full_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/dialog_full_holo_light.9.png b/core/res/res/drawable-hdpi/dialog_full_holo_light.9.png Binary files differindex 2129567f2fa4..f02e1ceb94c0 100644 --- a/core/res/res/drawable-hdpi/dialog_full_holo_light.9.png +++ b/core/res/res/drawable-hdpi/dialog_full_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/dialog_ic_close_focused_holo_dark.png b/core/res/res/drawable-hdpi/dialog_ic_close_focused_holo_dark.png Binary files differindex 0b67f246ef13..0fcb6194613e 100644 --- a/core/res/res/drawable-hdpi/dialog_ic_close_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/dialog_ic_close_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/dialog_ic_close_focused_holo_light.png b/core/res/res/drawable-hdpi/dialog_ic_close_focused_holo_light.png Binary files differindex 107ffe418ebf..ef2b03423c23 100644 --- a/core/res/res/drawable-hdpi/dialog_ic_close_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/dialog_ic_close_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/dialog_ic_close_normal_holo_dark.png b/core/res/res/drawable-hdpi/dialog_ic_close_normal_holo_dark.png Binary files differindex 27112844bad4..3b133c58c2d4 100644 --- a/core/res/res/drawable-hdpi/dialog_ic_close_normal_holo_dark.png +++ b/core/res/res/drawable-hdpi/dialog_ic_close_normal_holo_dark.png diff --git a/core/res/res/drawable-hdpi/dialog_ic_close_normal_holo_light.png b/core/res/res/drawable-hdpi/dialog_ic_close_normal_holo_light.png Binary files differindex 1aca4b793fc8..18573ec28883 100644 --- a/core/res/res/drawable-hdpi/dialog_ic_close_normal_holo_light.png +++ b/core/res/res/drawable-hdpi/dialog_ic_close_normal_holo_light.png diff --git a/core/res/res/drawable-hdpi/dialog_ic_close_pressed_holo_dark.png b/core/res/res/drawable-hdpi/dialog_ic_close_pressed_holo_dark.png Binary files differindex 9e06c00bc926..073ed698ef27 100644 --- a/core/res/res/drawable-hdpi/dialog_ic_close_pressed_holo_dark.png +++ b/core/res/res/drawable-hdpi/dialog_ic_close_pressed_holo_dark.png diff --git a/core/res/res/drawable-hdpi/dialog_ic_close_pressed_holo_light.png b/core/res/res/drawable-hdpi/dialog_ic_close_pressed_holo_light.png Binary files differindex f03251008c11..1d567d5fad13 100644 --- a/core/res/res/drawable-hdpi/dialog_ic_close_pressed_holo_light.png +++ b/core/res/res/drawable-hdpi/dialog_ic_close_pressed_holo_light.png diff --git a/core/res/res/drawable-hdpi/dialog_middle_holo.9.png b/core/res/res/drawable-hdpi/dialog_middle_holo.9.png Binary files differindex dc5e79d25e78..dda1d8cd1947 100644 --- a/core/res/res/drawable-hdpi/dialog_middle_holo.9.png +++ b/core/res/res/drawable-hdpi/dialog_middle_holo.9.png diff --git a/core/res/res/drawable-hdpi/dialog_middle_holo_dark.9.png b/core/res/res/drawable-hdpi/dialog_middle_holo_dark.9.png Binary files differindex 9ce7cfc0e138..3e2f85f96a0e 100644 --- a/core/res/res/drawable-hdpi/dialog_middle_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/dialog_middle_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/dialog_middle_holo_light.9.png b/core/res/res/drawable-hdpi/dialog_middle_holo_light.9.png Binary files differindex 396a0f24407d..10a84f9d9b04 100644 --- a/core/res/res/drawable-hdpi/dialog_middle_holo_light.9.png +++ b/core/res/res/drawable-hdpi/dialog_middle_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/dialog_top_holo_dark.9.png b/core/res/res/drawable-hdpi/dialog_top_holo_dark.9.png Binary files differindex 22ca61ff710b..c3582bc17f8d 100644 --- a/core/res/res/drawable-hdpi/dialog_top_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/dialog_top_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/dialog_top_holo_light.9.png b/core/res/res/drawable-hdpi/dialog_top_holo_light.9.png Binary files differindex 9b54cd58ab88..e70fb2ea4f6c 100644 --- a/core/res/res/drawable-hdpi/dialog_top_holo_light.9.png +++ b/core/res/res/drawable-hdpi/dialog_top_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/divider_horizontal_bright.9.png b/core/res/res/drawable-hdpi/divider_horizontal_bright.9.png Binary files differindex 41b776bb48f4..1ece03daa670 100644 --- a/core/res/res/drawable-hdpi/divider_horizontal_bright.9.png +++ b/core/res/res/drawable-hdpi/divider_horizontal_bright.9.png diff --git a/core/res/res/drawable-hdpi/divider_horizontal_bright_opaque.9.png b/core/res/res/drawable-hdpi/divider_horizontal_bright_opaque.9.png Binary files differindex eb75a22063ba..2f0a033238f6 100644 --- a/core/res/res/drawable-hdpi/divider_horizontal_bright_opaque.9.png +++ b/core/res/res/drawable-hdpi/divider_horizontal_bright_opaque.9.png diff --git a/core/res/res/drawable-hdpi/divider_horizontal_dark.9.png b/core/res/res/drawable-hdpi/divider_horizontal_dark.9.png Binary files differindex 55a5e5321610..c09d8fb5d088 100644 --- a/core/res/res/drawable-hdpi/divider_horizontal_dark.9.png +++ b/core/res/res/drawable-hdpi/divider_horizontal_dark.9.png diff --git a/core/res/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png b/core/res/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png Binary files differindex 60e2cb2d849c..a75bcf2cc312 100644 --- a/core/res/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png +++ b/core/res/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png diff --git a/core/res/res/drawable-hdpi/divider_horizontal_dim_dark.9.png b/core/res/res/drawable-hdpi/divider_horizontal_dim_dark.9.png Binary files differindex cf34613102a7..60b021eddd8e 100644 --- a/core/res/res/drawable-hdpi/divider_horizontal_dim_dark.9.png +++ b/core/res/res/drawable-hdpi/divider_horizontal_dim_dark.9.png diff --git a/core/res/res/drawable-hdpi/divider_horizontal_holo_dark.9.png b/core/res/res/drawable-hdpi/divider_horizontal_holo_dark.9.png Binary files differindex 3dfe6c2eea81..2f1f898c58ae 100644 --- a/core/res/res/drawable-hdpi/divider_horizontal_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/divider_horizontal_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/divider_horizontal_holo_light.9.png b/core/res/res/drawable-hdpi/divider_horizontal_holo_light.9.png Binary files differindex ea38ebbb390c..9414013965cc 100644 --- a/core/res/res/drawable-hdpi/divider_horizontal_holo_light.9.png +++ b/core/res/res/drawable-hdpi/divider_horizontal_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/divider_horizontal_textfield.9.png b/core/res/res/drawable-hdpi/divider_horizontal_textfield.9.png Binary files differindex 23b0b514d4cb..d8ec0ce21595 100644 --- a/core/res/res/drawable-hdpi/divider_horizontal_textfield.9.png +++ b/core/res/res/drawable-hdpi/divider_horizontal_textfield.9.png diff --git a/core/res/res/drawable-hdpi/divider_strong_holo.9.png b/core/res/res/drawable-hdpi/divider_strong_holo.9.png Binary files differindex 0758593c083d..68d25b6c468f 100644 --- a/core/res/res/drawable-hdpi/divider_strong_holo.9.png +++ b/core/res/res/drawable-hdpi/divider_strong_holo.9.png diff --git a/core/res/res/drawable-hdpi/divider_vertical_bright.9.png b/core/res/res/drawable-hdpi/divider_vertical_bright.9.png Binary files differindex 41b776bb48f4..1ece03daa670 100644 --- a/core/res/res/drawable-hdpi/divider_vertical_bright.9.png +++ b/core/res/res/drawable-hdpi/divider_vertical_bright.9.png diff --git a/core/res/res/drawable-hdpi/divider_vertical_bright_opaque.9.png b/core/res/res/drawable-hdpi/divider_vertical_bright_opaque.9.png Binary files differindex eb75a22063ba..2f0a033238f6 100644 --- a/core/res/res/drawable-hdpi/divider_vertical_bright_opaque.9.png +++ b/core/res/res/drawable-hdpi/divider_vertical_bright_opaque.9.png diff --git a/core/res/res/drawable-hdpi/divider_vertical_dark.9.png b/core/res/res/drawable-hdpi/divider_vertical_dark.9.png Binary files differindex 55a5e5321610..c09d8fb5d088 100644 --- a/core/res/res/drawable-hdpi/divider_vertical_dark.9.png +++ b/core/res/res/drawable-hdpi/divider_vertical_dark.9.png diff --git a/core/res/res/drawable-hdpi/divider_vertical_dark_opaque.9.png b/core/res/res/drawable-hdpi/divider_vertical_dark_opaque.9.png Binary files differindex 60e2cb2d849c..a75bcf2cc312 100644 --- a/core/res/res/drawable-hdpi/divider_vertical_dark_opaque.9.png +++ b/core/res/res/drawable-hdpi/divider_vertical_dark_opaque.9.png diff --git a/core/res/res/drawable-hdpi/divider_vertical_holo_dark.9.png b/core/res/res/drawable-hdpi/divider_vertical_holo_dark.9.png Binary files differindex c039428b70b4..5939b8f3051d 100644 --- a/core/res/res/drawable-hdpi/divider_vertical_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/divider_vertical_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/divider_vertical_holo_light.9.png b/core/res/res/drawable-hdpi/divider_vertical_holo_light.9.png Binary files differindex 7c4a29ff25c2..04885b275818 100644 --- a/core/res/res/drawable-hdpi/divider_vertical_holo_light.9.png +++ b/core/res/res/drawable-hdpi/divider_vertical_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/dropdown_disabled_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/dropdown_disabled_focused_holo_dark.9.png Binary files differindex 519f5227c2d4..bdf617284146 100644 --- a/core/res/res/drawable-hdpi/dropdown_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/dropdown_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/dropdown_disabled_focused_holo_light.9.png b/core/res/res/drawable-hdpi/dropdown_disabled_focused_holo_light.9.png Binary files differindex 9c181d07fd54..430e2303a37d 100644 --- a/core/res/res/drawable-hdpi/dropdown_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-hdpi/dropdown_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/dropdown_disabled_holo_dark.9.png b/core/res/res/drawable-hdpi/dropdown_disabled_holo_dark.9.png Binary files differindex 6ca975f16c5f..a02bb1238435 100644 --- a/core/res/res/drawable-hdpi/dropdown_disabled_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/dropdown_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/dropdown_disabled_holo_light.9.png b/core/res/res/drawable-hdpi/dropdown_disabled_holo_light.9.png Binary files differindex 7a20af73808d..2d8b3246f487 100644 --- a/core/res/res/drawable-hdpi/dropdown_disabled_holo_light.9.png +++ b/core/res/res/drawable-hdpi/dropdown_disabled_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/dropdown_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/dropdown_focused_holo_dark.9.png Binary files differindex a3dfb98a4f6f..99006be54bda 100644 --- a/core/res/res/drawable-hdpi/dropdown_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/dropdown_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/dropdown_focused_holo_light.9.png b/core/res/res/drawable-hdpi/dropdown_focused_holo_light.9.png Binary files differindex 766543c2c2cf..1510f7a73b51 100644 --- a/core/res/res/drawable-hdpi/dropdown_focused_holo_light.9.png +++ b/core/res/res/drawable-hdpi/dropdown_focused_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png b/core/res/res/drawable-hdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png Binary files differindex 53f0257624f6..ea493eeeeb41 100644 --- a/core/res/res/drawable-hdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/dropdown_ic_arrow_disabled_focused_holo_light.png b/core/res/res/drawable-hdpi/dropdown_ic_arrow_disabled_focused_holo_light.png Binary files differindex 0daee9b77bab..0b1cc57da6e9 100644 --- a/core/res/res/drawable-hdpi/dropdown_ic_arrow_disabled_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/dropdown_ic_arrow_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/dropdown_ic_arrow_disabled_holo_dark.png b/core/res/res/drawable-hdpi/dropdown_ic_arrow_disabled_holo_dark.png Binary files differindex b659926c8794..d1de5ac16ab6 100644 --- a/core/res/res/drawable-hdpi/dropdown_ic_arrow_disabled_holo_dark.png +++ b/core/res/res/drawable-hdpi/dropdown_ic_arrow_disabled_holo_dark.png diff --git a/core/res/res/drawable-hdpi/dropdown_ic_arrow_disabled_holo_light.png b/core/res/res/drawable-hdpi/dropdown_ic_arrow_disabled_holo_light.png Binary files differindex e22dbfdd1efb..57bac8a4f501 100644 --- a/core/res/res/drawable-hdpi/dropdown_ic_arrow_disabled_holo_light.png +++ b/core/res/res/drawable-hdpi/dropdown_ic_arrow_disabled_holo_light.png diff --git a/core/res/res/drawable-hdpi/dropdown_ic_arrow_focused_holo_dark.png b/core/res/res/drawable-hdpi/dropdown_ic_arrow_focused_holo_dark.png Binary files differindex 0f65227b7ddf..1fd781dbc2c9 100644 --- a/core/res/res/drawable-hdpi/dropdown_ic_arrow_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/dropdown_ic_arrow_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/dropdown_ic_arrow_focused_holo_light.png b/core/res/res/drawable-hdpi/dropdown_ic_arrow_focused_holo_light.png Binary files differindex 9c47d7ef95b9..a5dda4251e23 100644 --- a/core/res/res/drawable-hdpi/dropdown_ic_arrow_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/dropdown_ic_arrow_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/dropdown_ic_arrow_normal_holo_dark.png b/core/res/res/drawable-hdpi/dropdown_ic_arrow_normal_holo_dark.png Binary files differindex 06e5b4730bb5..3fe84c92f35a 100644 --- a/core/res/res/drawable-hdpi/dropdown_ic_arrow_normal_holo_dark.png +++ b/core/res/res/drawable-hdpi/dropdown_ic_arrow_normal_holo_dark.png diff --git a/core/res/res/drawable-hdpi/dropdown_ic_arrow_normal_holo_light.png b/core/res/res/drawable-hdpi/dropdown_ic_arrow_normal_holo_light.png Binary files differindex d362ec1c7682..8f4623ca9b3c 100644 --- a/core/res/res/drawable-hdpi/dropdown_ic_arrow_normal_holo_light.png +++ b/core/res/res/drawable-hdpi/dropdown_ic_arrow_normal_holo_light.png diff --git a/core/res/res/drawable-hdpi/dropdown_ic_arrow_pressed_holo_dark.png b/core/res/res/drawable-hdpi/dropdown_ic_arrow_pressed_holo_dark.png Binary files differindex d010995cf155..d561233deea5 100644 --- a/core/res/res/drawable-hdpi/dropdown_ic_arrow_pressed_holo_dark.png +++ b/core/res/res/drawable-hdpi/dropdown_ic_arrow_pressed_holo_dark.png diff --git a/core/res/res/drawable-hdpi/dropdown_ic_arrow_pressed_holo_light.png b/core/res/res/drawable-hdpi/dropdown_ic_arrow_pressed_holo_light.png Binary files differindex b95f94b8caf4..6d0cd0e73182 100644 --- a/core/res/res/drawable-hdpi/dropdown_ic_arrow_pressed_holo_light.png +++ b/core/res/res/drawable-hdpi/dropdown_ic_arrow_pressed_holo_light.png diff --git a/core/res/res/drawable-hdpi/dropdown_normal_holo_dark.9.png b/core/res/res/drawable-hdpi/dropdown_normal_holo_dark.9.png Binary files differindex a4ac31783466..598082b4a343 100644 --- a/core/res/res/drawable-hdpi/dropdown_normal_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/dropdown_normal_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/dropdown_normal_holo_light.9.png b/core/res/res/drawable-hdpi/dropdown_normal_holo_light.9.png Binary files differindex b4ab9ad83ae0..35b9252539fc 100644 --- a/core/res/res/drawable-hdpi/dropdown_normal_holo_light.9.png +++ b/core/res/res/drawable-hdpi/dropdown_normal_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/dropdown_pressed_holo_dark.9.png b/core/res/res/drawable-hdpi/dropdown_pressed_holo_dark.9.png Binary files differindex f6382c8f50cc..c919530c25e5 100644 --- a/core/res/res/drawable-hdpi/dropdown_pressed_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/dropdown_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/dropdown_pressed_holo_light.9.png b/core/res/res/drawable-hdpi/dropdown_pressed_holo_light.9.png Binary files differindex c849e2f94ff8..4fa94d10a68e 100644 --- a/core/res/res/drawable-hdpi/dropdown_pressed_holo_light.9.png +++ b/core/res/res/drawable-hdpi/dropdown_pressed_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/edit_query.png b/core/res/res/drawable-hdpi/edit_query.png Binary files differindex d3e64b2a3656..5c6c8b7048b5 100644 --- a/core/res/res/drawable-hdpi/edit_query.png +++ b/core/res/res/drawable-hdpi/edit_query.png diff --git a/core/res/res/drawable-hdpi/edit_query_background_normal.9.png b/core/res/res/drawable-hdpi/edit_query_background_normal.9.png Binary files differindex c083129e4d0f..8b24f38b50c4 100644 --- a/core/res/res/drawable-hdpi/edit_query_background_normal.9.png +++ b/core/res/res/drawable-hdpi/edit_query_background_normal.9.png diff --git a/core/res/res/drawable-hdpi/edit_query_background_pressed.9.png b/core/res/res/drawable-hdpi/edit_query_background_pressed.9.png Binary files differindex 41f39703a4fa..fb2f6bedc3b5 100644 --- a/core/res/res/drawable-hdpi/edit_query_background_pressed.9.png +++ b/core/res/res/drawable-hdpi/edit_query_background_pressed.9.png diff --git a/core/res/res/drawable-hdpi/edit_query_background_selected.9.png b/core/res/res/drawable-hdpi/edit_query_background_selected.9.png Binary files differindex 04a8d122603f..1ce2981ffba9 100644 --- a/core/res/res/drawable-hdpi/edit_query_background_selected.9.png +++ b/core/res/res/drawable-hdpi/edit_query_background_selected.9.png diff --git a/core/res/res/drawable-hdpi/editbox_background_focus_yellow.9.png b/core/res/res/drawable-hdpi/editbox_background_focus_yellow.9.png Binary files differindex 70cd52b05719..a10577d494ca 100644 --- a/core/res/res/drawable-hdpi/editbox_background_focus_yellow.9.png +++ b/core/res/res/drawable-hdpi/editbox_background_focus_yellow.9.png diff --git a/core/res/res/drawable-hdpi/editbox_background_normal.9.png b/core/res/res/drawable-hdpi/editbox_background_normal.9.png Binary files differindex ce12b3b69e22..cf9959113989 100644 --- a/core/res/res/drawable-hdpi/editbox_background_normal.9.png +++ b/core/res/res/drawable-hdpi/editbox_background_normal.9.png diff --git a/core/res/res/drawable-hdpi/editbox_dropdown_background.9.png b/core/res/res/drawable-hdpi/editbox_dropdown_background.9.png Binary files differindex e7967d54cf41..f9e35f5ff9aa 100644 --- a/core/res/res/drawable-hdpi/editbox_dropdown_background.9.png +++ b/core/res/res/drawable-hdpi/editbox_dropdown_background.9.png diff --git a/core/res/res/drawable-hdpi/editbox_dropdown_background_dark.9.png b/core/res/res/drawable-hdpi/editbox_dropdown_background_dark.9.png Binary files differindex 4cce373ed31c..e8fffd00f8d3 100644 --- a/core/res/res/drawable-hdpi/editbox_dropdown_background_dark.9.png +++ b/core/res/res/drawable-hdpi/editbox_dropdown_background_dark.9.png diff --git a/core/res/res/drawable-hdpi/emo_im_angel.png b/core/res/res/drawable-hdpi/emo_im_angel.png Binary files differindex 2cbb7dacedb4..7eff9fc35e66 100644 --- a/core/res/res/drawable-hdpi/emo_im_angel.png +++ b/core/res/res/drawable-hdpi/emo_im_angel.png diff --git a/core/res/res/drawable-hdpi/emo_im_cool.png b/core/res/res/drawable-hdpi/emo_im_cool.png Binary files differindex 3813bc6a278f..0e113ee8b302 100644 --- a/core/res/res/drawable-hdpi/emo_im_cool.png +++ b/core/res/res/drawable-hdpi/emo_im_cool.png diff --git a/core/res/res/drawable-hdpi/emo_im_crying.png b/core/res/res/drawable-hdpi/emo_im_crying.png Binary files differindex 3982d7052f75..e1a81f295cae 100644 --- a/core/res/res/drawable-hdpi/emo_im_crying.png +++ b/core/res/res/drawable-hdpi/emo_im_crying.png diff --git a/core/res/res/drawable-hdpi/emo_im_embarrassed.png b/core/res/res/drawable-hdpi/emo_im_embarrassed.png Binary files differindex 982f0ae215f0..97922a53ef4e 100644 --- a/core/res/res/drawable-hdpi/emo_im_embarrassed.png +++ b/core/res/res/drawable-hdpi/emo_im_embarrassed.png diff --git a/core/res/res/drawable-hdpi/emo_im_foot_in_mouth.png b/core/res/res/drawable-hdpi/emo_im_foot_in_mouth.png Binary files differindex d40fb90d7ff2..95459016639f 100644 --- a/core/res/res/drawable-hdpi/emo_im_foot_in_mouth.png +++ b/core/res/res/drawable-hdpi/emo_im_foot_in_mouth.png diff --git a/core/res/res/drawable-hdpi/emo_im_happy.png b/core/res/res/drawable-hdpi/emo_im_happy.png Binary files differindex f1e47237f579..28a40ae40790 100644 --- a/core/res/res/drawable-hdpi/emo_im_happy.png +++ b/core/res/res/drawable-hdpi/emo_im_happy.png diff --git a/core/res/res/drawable-hdpi/emo_im_kissing.png b/core/res/res/drawable-hdpi/emo_im_kissing.png Binary files differindex 21e5d304fd13..66d5dec1c7be 100644 --- a/core/res/res/drawable-hdpi/emo_im_kissing.png +++ b/core/res/res/drawable-hdpi/emo_im_kissing.png diff --git a/core/res/res/drawable-hdpi/emo_im_laughing.png b/core/res/res/drawable-hdpi/emo_im_laughing.png Binary files differindex 03aa60a7794c..e864b2c7a404 100644 --- a/core/res/res/drawable-hdpi/emo_im_laughing.png +++ b/core/res/res/drawable-hdpi/emo_im_laughing.png diff --git a/core/res/res/drawable-hdpi/emo_im_lips_are_sealed.png b/core/res/res/drawable-hdpi/emo_im_lips_are_sealed.png Binary files differindex 14edaeb8e8e5..69f9d4f83da8 100644 --- a/core/res/res/drawable-hdpi/emo_im_lips_are_sealed.png +++ b/core/res/res/drawable-hdpi/emo_im_lips_are_sealed.png diff --git a/core/res/res/drawable-hdpi/emo_im_money_mouth.png b/core/res/res/drawable-hdpi/emo_im_money_mouth.png Binary files differindex 957bc906bfd8..56c0eb8141dd 100644 --- a/core/res/res/drawable-hdpi/emo_im_money_mouth.png +++ b/core/res/res/drawable-hdpi/emo_im_money_mouth.png diff --git a/core/res/res/drawable-hdpi/emo_im_sad.png b/core/res/res/drawable-hdpi/emo_im_sad.png Binary files differindex bcfe71b4c5d7..fe571b1093fe 100644 --- a/core/res/res/drawable-hdpi/emo_im_sad.png +++ b/core/res/res/drawable-hdpi/emo_im_sad.png diff --git a/core/res/res/drawable-hdpi/emo_im_surprised.png b/core/res/res/drawable-hdpi/emo_im_surprised.png Binary files differindex 961a9bbfcfcf..b530e4ab8236 100644 --- a/core/res/res/drawable-hdpi/emo_im_surprised.png +++ b/core/res/res/drawable-hdpi/emo_im_surprised.png diff --git a/core/res/res/drawable-hdpi/emo_im_tongue_sticking_out.png b/core/res/res/drawable-hdpi/emo_im_tongue_sticking_out.png Binary files differindex 7a1235c78596..130358f89834 100644 --- a/core/res/res/drawable-hdpi/emo_im_tongue_sticking_out.png +++ b/core/res/res/drawable-hdpi/emo_im_tongue_sticking_out.png diff --git a/core/res/res/drawable-hdpi/emo_im_undecided.png b/core/res/res/drawable-hdpi/emo_im_undecided.png Binary files differindex 72bf2f2eddbd..b194053a6d96 100644 --- a/core/res/res/drawable-hdpi/emo_im_undecided.png +++ b/core/res/res/drawable-hdpi/emo_im_undecided.png diff --git a/core/res/res/drawable-hdpi/emo_im_winking.png b/core/res/res/drawable-hdpi/emo_im_winking.png Binary files differindex b8fd6d9e32bd..cec822c2f0a7 100644 --- a/core/res/res/drawable-hdpi/emo_im_winking.png +++ b/core/res/res/drawable-hdpi/emo_im_winking.png diff --git a/core/res/res/drawable-hdpi/emo_im_wtf.png b/core/res/res/drawable-hdpi/emo_im_wtf.png Binary files differindex b22179523d5a..35d27f8df530 100644 --- a/core/res/res/drawable-hdpi/emo_im_wtf.png +++ b/core/res/res/drawable-hdpi/emo_im_wtf.png diff --git a/core/res/res/drawable-hdpi/emo_im_yelling.png b/core/res/res/drawable-hdpi/emo_im_yelling.png Binary files differindex 59798cbe0fae..9f63c275c038 100644 --- a/core/res/res/drawable-hdpi/emo_im_yelling.png +++ b/core/res/res/drawable-hdpi/emo_im_yelling.png diff --git a/core/res/res/drawable-hdpi/expander_close_holo_dark.9.png b/core/res/res/drawable-hdpi/expander_close_holo_dark.9.png Binary files differindex 73ff79fd9ddb..3b8dd363274a 100644 --- a/core/res/res/drawable-hdpi/expander_close_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/expander_close_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/expander_close_holo_light.9.png b/core/res/res/drawable-hdpi/expander_close_holo_light.9.png Binary files differindex 290c24d77ab4..d0dae19a4ca7 100644 --- a/core/res/res/drawable-hdpi/expander_close_holo_light.9.png +++ b/core/res/res/drawable-hdpi/expander_close_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/expander_close_mtrl_alpha.9.png b/core/res/res/drawable-hdpi/expander_close_mtrl_alpha.9.png Binary files differindex 7bf9d90c80d3..68ea25b8a214 100644 --- a/core/res/res/drawable-hdpi/expander_close_mtrl_alpha.9.png +++ b/core/res/res/drawable-hdpi/expander_close_mtrl_alpha.9.png diff --git a/core/res/res/drawable-hdpi/expander_ic_maximized.9.png b/core/res/res/drawable-hdpi/expander_ic_maximized.9.png Binary files differindex 2ec27afa7725..9cac65a48222 100644 --- a/core/res/res/drawable-hdpi/expander_ic_maximized.9.png +++ b/core/res/res/drawable-hdpi/expander_ic_maximized.9.png diff --git a/core/res/res/drawable-hdpi/expander_ic_minimized.9.png b/core/res/res/drawable-hdpi/expander_ic_minimized.9.png Binary files differindex 0c19bb782a60..026d367ab5ea 100644 --- a/core/res/res/drawable-hdpi/expander_ic_minimized.9.png +++ b/core/res/res/drawable-hdpi/expander_ic_minimized.9.png diff --git a/core/res/res/drawable-hdpi/expander_open_holo_dark.9.png b/core/res/res/drawable-hdpi/expander_open_holo_dark.9.png Binary files differindex 754032eb5bbb..a54a8be0aabd 100644 --- a/core/res/res/drawable-hdpi/expander_open_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/expander_open_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/expander_open_holo_light.9.png b/core/res/res/drawable-hdpi/expander_open_holo_light.9.png Binary files differindex e32c7c74a856..f012ad0aaee8 100644 --- a/core/res/res/drawable-hdpi/expander_open_holo_light.9.png +++ b/core/res/res/drawable-hdpi/expander_open_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/expander_open_mtrl_alpha.9.png b/core/res/res/drawable-hdpi/expander_open_mtrl_alpha.9.png Binary files differindex d427a204fdce..37f5d7dbd534 100644 --- a/core/res/res/drawable-hdpi/expander_open_mtrl_alpha.9.png +++ b/core/res/res/drawable-hdpi/expander_open_mtrl_alpha.9.png diff --git a/core/res/res/drawable-hdpi/fastscroll_label_left_holo_dark.9.png b/core/res/res/drawable-hdpi/fastscroll_label_left_holo_dark.9.png Binary files differindex 769cb125f4b1..7d8bb4442c5e 100644 --- a/core/res/res/drawable-hdpi/fastscroll_label_left_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/fastscroll_label_left_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/fastscroll_label_left_holo_light.9.png b/core/res/res/drawable-hdpi/fastscroll_label_left_holo_light.9.png Binary files differindex c5372a81f280..5e7bdf37c3cd 100644 --- a/core/res/res/drawable-hdpi/fastscroll_label_left_holo_light.9.png +++ b/core/res/res/drawable-hdpi/fastscroll_label_left_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/fastscroll_label_right_holo_dark.9.png b/core/res/res/drawable-hdpi/fastscroll_label_right_holo_dark.9.png Binary files differindex 1dee51b5c385..1f5ac9a8b51f 100644 --- a/core/res/res/drawable-hdpi/fastscroll_label_right_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/fastscroll_label_right_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/fastscroll_label_right_holo_light.9.png b/core/res/res/drawable-hdpi/fastscroll_label_right_holo_light.9.png Binary files differindex 3c1e25adc194..7b1744cecfe9 100644 --- a/core/res/res/drawable-hdpi/fastscroll_label_right_holo_light.9.png +++ b/core/res/res/drawable-hdpi/fastscroll_label_right_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/fastscroll_thumb_default_holo.png b/core/res/res/drawable-hdpi/fastscroll_thumb_default_holo.png Binary files differindex 2b7c9178ce96..661a94519250 100644 --- a/core/res/res/drawable-hdpi/fastscroll_thumb_default_holo.png +++ b/core/res/res/drawable-hdpi/fastscroll_thumb_default_holo.png diff --git a/core/res/res/drawable-hdpi/fastscroll_thumb_pressed_holo.png b/core/res/res/drawable-hdpi/fastscroll_thumb_pressed_holo.png Binary files differindex 1227e9e17b6d..110acaf1d232 100644 --- a/core/res/res/drawable-hdpi/fastscroll_thumb_pressed_holo.png +++ b/core/res/res/drawable-hdpi/fastscroll_thumb_pressed_holo.png diff --git a/core/res/res/drawable-hdpi/fastscroll_track_default_holo_dark.9.png b/core/res/res/drawable-hdpi/fastscroll_track_default_holo_dark.9.png Binary files differindex 707414d059f0..286df4f2b9b2 100644 --- a/core/res/res/drawable-hdpi/fastscroll_track_default_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/fastscroll_track_default_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/fastscroll_track_default_holo_light.9.png b/core/res/res/drawable-hdpi/fastscroll_track_default_holo_light.9.png Binary files differindex 707414d059f0..286df4f2b9b2 100644 --- a/core/res/res/drawable-hdpi/fastscroll_track_default_holo_light.9.png +++ b/core/res/res/drawable-hdpi/fastscroll_track_default_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/fastscroll_track_pressed_holo_dark.9.png b/core/res/res/drawable-hdpi/fastscroll_track_pressed_holo_dark.9.png Binary files differindex 4d810dd50823..f455c4d5008a 100644 --- a/core/res/res/drawable-hdpi/fastscroll_track_pressed_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/fastscroll_track_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/fastscroll_track_pressed_holo_light.9.png b/core/res/res/drawable-hdpi/fastscroll_track_pressed_holo_light.9.png Binary files differindex 64fa147a87d4..7bcea4b6fe3d 100644 --- a/core/res/res/drawable-hdpi/fastscroll_track_pressed_holo_light.9.png +++ b/core/res/res/drawable-hdpi/fastscroll_track_pressed_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/focused_application_background_static.png b/core/res/res/drawable-hdpi/focused_application_background_static.png Binary files differindex 6872f26028f5..ac9cedb58385 100644 --- a/core/res/res/drawable-hdpi/focused_application_background_static.png +++ b/core/res/res/drawable-hdpi/focused_application_background_static.png diff --git a/core/res/res/drawable-hdpi/frame_gallery_thumb.9.png b/core/res/res/drawable-hdpi/frame_gallery_thumb.9.png Binary files differindex 8edbd3f41e37..516cd6eff62d 100644 --- a/core/res/res/drawable-hdpi/frame_gallery_thumb.9.png +++ b/core/res/res/drawable-hdpi/frame_gallery_thumb.9.png diff --git a/core/res/res/drawable-hdpi/frame_gallery_thumb_pressed.9.png b/core/res/res/drawable-hdpi/frame_gallery_thumb_pressed.9.png Binary files differindex 986e6d50e051..33e5d3f09155 100644 --- a/core/res/res/drawable-hdpi/frame_gallery_thumb_pressed.9.png +++ b/core/res/res/drawable-hdpi/frame_gallery_thumb_pressed.9.png diff --git a/core/res/res/drawable-hdpi/frame_gallery_thumb_selected.9.png b/core/res/res/drawable-hdpi/frame_gallery_thumb_selected.9.png Binary files differindex 95f3ab5c5f46..ac4969dfc7e8 100644 --- a/core/res/res/drawable-hdpi/frame_gallery_thumb_selected.9.png +++ b/core/res/res/drawable-hdpi/frame_gallery_thumb_selected.9.png diff --git a/core/res/res/drawable-hdpi/gallery_selected_default.9.png b/core/res/res/drawable-hdpi/gallery_selected_default.9.png Binary files differindex 99403aae63ac..96a2f80bc241 100644 --- a/core/res/res/drawable-hdpi/gallery_selected_default.9.png +++ b/core/res/res/drawable-hdpi/gallery_selected_default.9.png diff --git a/core/res/res/drawable-hdpi/gallery_selected_focused.9.png b/core/res/res/drawable-hdpi/gallery_selected_focused.9.png Binary files differindex 3aa2e17f65c9..de3f8928670b 100644 --- a/core/res/res/drawable-hdpi/gallery_selected_focused.9.png +++ b/core/res/res/drawable-hdpi/gallery_selected_focused.9.png diff --git a/core/res/res/drawable-hdpi/gallery_selected_pressed.9.png b/core/res/res/drawable-hdpi/gallery_selected_pressed.9.png Binary files differindex 8f1e75265350..a60312767a90 100644 --- a/core/res/res/drawable-hdpi/gallery_selected_pressed.9.png +++ b/core/res/res/drawable-hdpi/gallery_selected_pressed.9.png diff --git a/core/res/res/drawable-hdpi/gallery_unselected_default.9.png b/core/res/res/drawable-hdpi/gallery_unselected_default.9.png Binary files differindex 3d10b868c4af..d9b7cbcb1927 100644 --- a/core/res/res/drawable-hdpi/gallery_unselected_default.9.png +++ b/core/res/res/drawable-hdpi/gallery_unselected_default.9.png diff --git a/core/res/res/drawable-hdpi/gallery_unselected_pressed.9.png b/core/res/res/drawable-hdpi/gallery_unselected_pressed.9.png Binary files differindex 2fa7c46e2085..f44006ed4380 100644 --- a/core/res/res/drawable-hdpi/gallery_unselected_pressed.9.png +++ b/core/res/res/drawable-hdpi/gallery_unselected_pressed.9.png diff --git a/core/res/res/drawable-hdpi/grid_selector_background_focus.9.png b/core/res/res/drawable-hdpi/grid_selector_background_focus.9.png Binary files differindex be2aeedb1078..998ae9533f4d 100644 --- a/core/res/res/drawable-hdpi/grid_selector_background_focus.9.png +++ b/core/res/res/drawable-hdpi/grid_selector_background_focus.9.png diff --git a/core/res/res/drawable-hdpi/grid_selector_background_pressed.9.png b/core/res/res/drawable-hdpi/grid_selector_background_pressed.9.png Binary files differindex 27e455ab192a..b3c46cecb56e 100644 --- a/core/res/res/drawable-hdpi/grid_selector_background_pressed.9.png +++ b/core/res/res/drawable-hdpi/grid_selector_background_pressed.9.png diff --git a/core/res/res/drawable-hdpi/highlight_disabled.9.png b/core/res/res/drawable-hdpi/highlight_disabled.9.png Binary files differindex 46f755d5f3af..1617fba1e62c 100644 --- a/core/res/res/drawable-hdpi/highlight_disabled.9.png +++ b/core/res/res/drawable-hdpi/highlight_disabled.9.png diff --git a/core/res/res/drawable-hdpi/highlight_pressed.9.png b/core/res/res/drawable-hdpi/highlight_pressed.9.png Binary files differindex 91d7db163bd6..a25454d48b52 100644 --- a/core/res/res/drawable-hdpi/highlight_pressed.9.png +++ b/core/res/res/drawable-hdpi/highlight_pressed.9.png diff --git a/core/res/res/drawable-hdpi/highlight_selected.9.png b/core/res/res/drawable-hdpi/highlight_selected.9.png Binary files differindex 6e92dd52ccee..b584ecc28c08 100644 --- a/core/res/res/drawable-hdpi/highlight_selected.9.png +++ b/core/res/res/drawable-hdpi/highlight_selected.9.png diff --git a/core/res/res/drawable-hdpi/ic_ab_back_holo_dark_am.png b/core/res/res/drawable-hdpi/ic_ab_back_holo_dark_am.png Binary files differindex 897a1c11a069..9327c33deb43 100644 --- a/core/res/res/drawable-hdpi/ic_ab_back_holo_dark_am.png +++ b/core/res/res/drawable-hdpi/ic_ab_back_holo_dark_am.png diff --git a/core/res/res/drawable-hdpi/ic_ab_back_holo_light_am.png b/core/res/res/drawable-hdpi/ic_ab_back_holo_light_am.png Binary files differindex 0c89f71407e8..bd824a04bdbe 100644 --- a/core/res/res/drawable-hdpi/ic_ab_back_holo_light_am.png +++ b/core/res/res/drawable-hdpi/ic_ab_back_holo_light_am.png diff --git a/core/res/res/drawable-hdpi/ic_action_assist_focused.png b/core/res/res/drawable-hdpi/ic_action_assist_focused.png Binary files differindex d98557d5e692..6003f5ca9708 100644 --- a/core/res/res/drawable-hdpi/ic_action_assist_focused.png +++ b/core/res/res/drawable-hdpi/ic_action_assist_focused.png diff --git a/core/res/res/drawable-hdpi/ic_aggregated.png b/core/res/res/drawable-hdpi/ic_aggregated.png Binary files differindex b9cfc7e0226d..e2208a727a06 100644 --- a/core/res/res/drawable-hdpi/ic_aggregated.png +++ b/core/res/res/drawable-hdpi/ic_aggregated.png diff --git a/core/res/res/drawable-hdpi/ic_audio_notification_am_alpha.png b/core/res/res/drawable-hdpi/ic_audio_notification_am_alpha.png Binary files differindex 00e8f8aec728..adfb913e8566 100644 --- a/core/res/res/drawable-hdpi/ic_audio_notification_am_alpha.png +++ b/core/res/res/drawable-hdpi/ic_audio_notification_am_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_audio_notification_mute_am_alpha.png b/core/res/res/drawable-hdpi/ic_audio_notification_mute_am_alpha.png Binary files differindex 697cc9254935..f81edd09c664 100644 --- a/core/res/res/drawable-hdpi/ic_audio_notification_mute_am_alpha.png +++ b/core/res/res/drawable-hdpi/ic_audio_notification_mute_am_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_btn_round_more_disabled.png b/core/res/res/drawable-hdpi/ic_btn_round_more_disabled.png Binary files differindex 3f1176f2449d..371b7105d1fc 100644 --- a/core/res/res/drawable-hdpi/ic_btn_round_more_disabled.png +++ b/core/res/res/drawable-hdpi/ic_btn_round_more_disabled.png diff --git a/core/res/res/drawable-hdpi/ic_btn_round_more_normal.png b/core/res/res/drawable-hdpi/ic_btn_round_more_normal.png Binary files differindex 8abda4d3b19a..ae1f28b4a200 100644 --- a/core/res/res/drawable-hdpi/ic_btn_round_more_normal.png +++ b/core/res/res/drawable-hdpi/ic_btn_round_more_normal.png diff --git a/core/res/res/drawable-hdpi/ic_btn_search_go.png b/core/res/res/drawable-hdpi/ic_btn_search_go.png Binary files differindex 65f807971ff3..b2d71bcbe319 100644 --- a/core/res/res/drawable-hdpi/ic_btn_search_go.png +++ b/core/res/res/drawable-hdpi/ic_btn_search_go.png diff --git a/core/res/res/drawable-hdpi/ic_btn_speak_now.png b/core/res/res/drawable-hdpi/ic_btn_speak_now.png Binary files differindex c9281d378e93..93e071a9fa45 100644 --- a/core/res/res/drawable-hdpi/ic_btn_speak_now.png +++ b/core/res/res/drawable-hdpi/ic_btn_speak_now.png diff --git a/core/res/res/drawable-hdpi/ic_btn_square_browser_zoom_fit_page_disabled.png b/core/res/res/drawable-hdpi/ic_btn_square_browser_zoom_fit_page_disabled.png Binary files differindex 19fe4d4f142d..566cb34a4e76 100644 --- a/core/res/res/drawable-hdpi/ic_btn_square_browser_zoom_fit_page_disabled.png +++ b/core/res/res/drawable-hdpi/ic_btn_square_browser_zoom_fit_page_disabled.png diff --git a/core/res/res/drawable-hdpi/ic_btn_square_browser_zoom_fit_page_normal.png b/core/res/res/drawable-hdpi/ic_btn_square_browser_zoom_fit_page_normal.png Binary files differindex c5a0594ecc36..e2d74cb8e73d 100644 --- a/core/res/res/drawable-hdpi/ic_btn_square_browser_zoom_fit_page_normal.png +++ b/core/res/res/drawable-hdpi/ic_btn_square_browser_zoom_fit_page_normal.png diff --git a/core/res/res/drawable-hdpi/ic_btn_square_browser_zoom_page_overview_disabled.png b/core/res/res/drawable-hdpi/ic_btn_square_browser_zoom_page_overview_disabled.png Binary files differindex e5b22e843b43..d7bd0d1cdbb6 100644 --- a/core/res/res/drawable-hdpi/ic_btn_square_browser_zoom_page_overview_disabled.png +++ b/core/res/res/drawable-hdpi/ic_btn_square_browser_zoom_page_overview_disabled.png diff --git a/core/res/res/drawable-hdpi/ic_btn_square_browser_zoom_page_overview_normal.png b/core/res/res/drawable-hdpi/ic_btn_square_browser_zoom_page_overview_normal.png Binary files differindex 0612d01aaa1c..3f3cae368b41 100644 --- a/core/res/res/drawable-hdpi/ic_btn_square_browser_zoom_page_overview_normal.png +++ b/core/res/res/drawable-hdpi/ic_btn_square_browser_zoom_page_overview_normal.png diff --git a/core/res/res/drawable-hdpi/ic_bullet_key_permission.png b/core/res/res/drawable-hdpi/ic_bullet_key_permission.png Binary files differindex 4cf50ade1039..b7d3262b63cc 100644 --- a/core/res/res/drawable-hdpi/ic_bullet_key_permission.png +++ b/core/res/res/drawable-hdpi/ic_bullet_key_permission.png diff --git a/core/res/res/drawable-hdpi/ic_cab_done_holo.png b/core/res/res/drawable-hdpi/ic_cab_done_holo.png Binary files differindex 8c4fd2ba0cc0..560f1ed03f06 100644 --- a/core/res/res/drawable-hdpi/ic_cab_done_holo.png +++ b/core/res/res/drawable-hdpi/ic_cab_done_holo.png diff --git a/core/res/res/drawable-hdpi/ic_cab_done_holo_dark.png b/core/res/res/drawable-hdpi/ic_cab_done_holo_dark.png Binary files differindex d8662e3f0fda..49cca7cacb6c 100644 --- a/core/res/res/drawable-hdpi/ic_cab_done_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_cab_done_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_cab_done_holo_light.png b/core/res/res/drawable-hdpi/ic_cab_done_holo_light.png Binary files differindex ed03f620f8ef..b2995f9b9f9d 100644 --- a/core/res/res/drawable-hdpi/ic_cab_done_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_cab_done_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_cab_done_mtrl_alpha.png b/core/res/res/drawable-hdpi/ic_cab_done_mtrl_alpha.png Binary files differindex 56354596a889..05cefe768477 100644 --- a/core/res/res/drawable-hdpi/ic_cab_done_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/ic_cab_done_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_checkmark_holo_light.png b/core/res/res/drawable-hdpi/ic_checkmark_holo_light.png Binary files differindex 2c6719b796bc..f94617dbb795 100644 --- a/core/res/res/drawable-hdpi/ic_checkmark_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_checkmark_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_clear_disabled.png b/core/res/res/drawable-hdpi/ic_clear_disabled.png Binary files differindex d97c342d5369..7b665efaf68e 100644 --- a/core/res/res/drawable-hdpi/ic_clear_disabled.png +++ b/core/res/res/drawable-hdpi/ic_clear_disabled.png diff --git a/core/res/res/drawable-hdpi/ic_clear_mtrl_alpha.png b/core/res/res/drawable-hdpi/ic_clear_mtrl_alpha.png Binary files differindex 381356355204..0748952ba828 100644 --- a/core/res/res/drawable-hdpi/ic_clear_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/ic_clear_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_clear_normal.png b/core/res/res/drawable-hdpi/ic_clear_normal.png Binary files differindex 33ad8d4b891b..04a8b064d104 100644 --- a/core/res/res/drawable-hdpi/ic_clear_normal.png +++ b/core/res/res/drawable-hdpi/ic_clear_normal.png diff --git a/core/res/res/drawable-hdpi/ic_clear_search_api_disabled_holo_dark.png b/core/res/res/drawable-hdpi/ic_clear_search_api_disabled_holo_dark.png Binary files differindex 62ec3df98c88..c7fd8c5e7525 100644 --- a/core/res/res/drawable-hdpi/ic_clear_search_api_disabled_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_clear_search_api_disabled_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_clear_search_api_disabled_holo_light.png b/core/res/res/drawable-hdpi/ic_clear_search_api_disabled_holo_light.png Binary files differindex 3edbd740858a..02cac09e2a17 100644 --- a/core/res/res/drawable-hdpi/ic_clear_search_api_disabled_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_clear_search_api_disabled_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_clear_search_api_holo_dark.png b/core/res/res/drawable-hdpi/ic_clear_search_api_holo_dark.png Binary files differindex 9b4a1b607878..d534b1d1d631 100644 --- a/core/res/res/drawable-hdpi/ic_clear_search_api_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_clear_search_api_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_clear_search_api_holo_light.png b/core/res/res/drawable-hdpi/ic_clear_search_api_holo_light.png Binary files differindex 90db01b5bcf1..03afba32a1cc 100644 --- a/core/res/res/drawable-hdpi/ic_clear_search_api_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_clear_search_api_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_coins_l.png b/core/res/res/drawable-hdpi/ic_coins_l.png Binary files differindex e1e3e2a184cb..2c615e2b0f21 100644 --- a/core/res/res/drawable-hdpi/ic_coins_l.png +++ b/core/res/res/drawable-hdpi/ic_coins_l.png diff --git a/core/res/res/drawable-hdpi/ic_coins_s.png b/core/res/res/drawable-hdpi/ic_coins_s.png Binary files differindex 0ada1d008103..0e5d202238b1 100644 --- a/core/res/res/drawable-hdpi/ic_coins_s.png +++ b/core/res/res/drawable-hdpi/ic_coins_s.png diff --git a/core/res/res/drawable-hdpi/ic_commit_search_api_holo_dark.png b/core/res/res/drawable-hdpi/ic_commit_search_api_holo_dark.png Binary files differindex 83f36a94cf14..2ceacb2ab696 100644 --- a/core/res/res/drawable-hdpi/ic_commit_search_api_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_commit_search_api_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_commit_search_api_holo_light.png b/core/res/res/drawable-hdpi/ic_commit_search_api_holo_light.png Binary files differindex a3cc21e6ba3d..7993c3694855 100644 --- a/core/res/res/drawable-hdpi/ic_commit_search_api_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_commit_search_api_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_commit_search_api_mtrl_alpha.png b/core/res/res/drawable-hdpi/ic_commit_search_api_mtrl_alpha.png Binary files differindex 47263ea749cf..dad5792b78cd 100644 --- a/core/res/res/drawable-hdpi/ic_commit_search_api_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/ic_commit_search_api_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_contact_picture.png b/core/res/res/drawable-hdpi/ic_contact_picture.png Binary files differindex 00d0ec43a4ff..d75011ed6f12 100644 --- a/core/res/res/drawable-hdpi/ic_contact_picture.png +++ b/core/res/res/drawable-hdpi/ic_contact_picture.png diff --git a/core/res/res/drawable-hdpi/ic_contact_picture_2.png b/core/res/res/drawable-hdpi/ic_contact_picture_2.png Binary files differindex 5e652764f77b..ba66660c85fd 100644 --- a/core/res/res/drawable-hdpi/ic_contact_picture_2.png +++ b/core/res/res/drawable-hdpi/ic_contact_picture_2.png diff --git a/core/res/res/drawable-hdpi/ic_contact_picture_3.png b/core/res/res/drawable-hdpi/ic_contact_picture_3.png Binary files differindex a8ec1e12caa7..6379df9baaf5 100644 --- a/core/res/res/drawable-hdpi/ic_contact_picture_3.png +++ b/core/res/res/drawable-hdpi/ic_contact_picture_3.png diff --git a/core/res/res/drawable-hdpi/ic_corp_icon.png b/core/res/res/drawable-hdpi/ic_corp_icon.png Binary files differindex 06c51351e8f2..cd2081f53a40 100644 --- a/core/res/res/drawable-hdpi/ic_corp_icon.png +++ b/core/res/res/drawable-hdpi/ic_corp_icon.png diff --git a/core/res/res/drawable-hdpi/ic_delete.png b/core/res/res/drawable-hdpi/ic_delete.png Binary files differindex f3e53d7596c1..9eb30413b5e8 100644 --- a/core/res/res/drawable-hdpi/ic_delete.png +++ b/core/res/res/drawable-hdpi/ic_delete.png diff --git a/core/res/res/drawable-hdpi/ic_dialog_alert.png b/core/res/res/drawable-hdpi/ic_dialog_alert.png Binary files differindex 7f905ba08d4f..4e70b33e344b 100644 --- a/core/res/res/drawable-hdpi/ic_dialog_alert.png +++ b/core/res/res/drawable-hdpi/ic_dialog_alert.png diff --git a/core/res/res/drawable-hdpi/ic_dialog_alert_holo_dark.png b/core/res/res/drawable-hdpi/ic_dialog_alert_holo_dark.png Binary files differindex f0ba889f6b5a..18b370d6f147 100644 --- a/core/res/res/drawable-hdpi/ic_dialog_alert_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_dialog_alert_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_dialog_alert_holo_light.png b/core/res/res/drawable-hdpi/ic_dialog_alert_holo_light.png Binary files differindex 1374a53e5fdf..bd59dd4ebbf3 100644 --- a/core/res/res/drawable-hdpi/ic_dialog_alert_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_dialog_alert_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_dialog_close_normal_holo.png b/core/res/res/drawable-hdpi/ic_dialog_close_normal_holo.png Binary files differindex 5ee5bb8f2bd2..1c3984d7c9d9 100644 --- a/core/res/res/drawable-hdpi/ic_dialog_close_normal_holo.png +++ b/core/res/res/drawable-hdpi/ic_dialog_close_normal_holo.png diff --git a/core/res/res/drawable-hdpi/ic_dialog_close_pressed_holo.png b/core/res/res/drawable-hdpi/ic_dialog_close_pressed_holo.png Binary files differindex 792db0695161..becb63722130 100644 --- a/core/res/res/drawable-hdpi/ic_dialog_close_pressed_holo.png +++ b/core/res/res/drawable-hdpi/ic_dialog_close_pressed_holo.png diff --git a/core/res/res/drawable-hdpi/ic_dialog_dialer.png b/core/res/res/drawable-hdpi/ic_dialog_dialer.png Binary files differindex 2ded243a4c4f..24e442ad674a 100644 --- a/core/res/res/drawable-hdpi/ic_dialog_dialer.png +++ b/core/res/res/drawable-hdpi/ic_dialog_dialer.png diff --git a/core/res/res/drawable-hdpi/ic_dialog_email.png b/core/res/res/drawable-hdpi/ic_dialog_email.png Binary files differindex faea271c4973..493e075748be 100644 --- a/core/res/res/drawable-hdpi/ic_dialog_email.png +++ b/core/res/res/drawable-hdpi/ic_dialog_email.png diff --git a/core/res/res/drawable-hdpi/ic_dialog_focused_holo.png b/core/res/res/drawable-hdpi/ic_dialog_focused_holo.png Binary files differindex e2085751e09c..4370c68d1bd5 100644 --- a/core/res/res/drawable-hdpi/ic_dialog_focused_holo.png +++ b/core/res/res/drawable-hdpi/ic_dialog_focused_holo.png diff --git a/core/res/res/drawable-hdpi/ic_dialog_info.png b/core/res/res/drawable-hdpi/ic_dialog_info.png Binary files differindex efee1efa4709..c44b332dcf84 100644 --- a/core/res/res/drawable-hdpi/ic_dialog_info.png +++ b/core/res/res/drawable-hdpi/ic_dialog_info.png diff --git a/core/res/res/drawable-hdpi/ic_dialog_map.png b/core/res/res/drawable-hdpi/ic_dialog_map.png Binary files differindex f102b088c3ca..033b90d3a337 100644 --- a/core/res/res/drawable-hdpi/ic_dialog_map.png +++ b/core/res/res/drawable-hdpi/ic_dialog_map.png diff --git a/core/res/res/drawable-hdpi/ic_dialog_time.png b/core/res/res/drawable-hdpi/ic_dialog_time.png Binary files differindex 337a43acc23a..b359b8405591 100644 --- a/core/res/res/drawable-hdpi/ic_dialog_time.png +++ b/core/res/res/drawable-hdpi/ic_dialog_time.png diff --git a/core/res/res/drawable-hdpi/ic_dialog_usb.png b/core/res/res/drawable-hdpi/ic_dialog_usb.png Binary files differindex e69e14a3e740..df5115953c64 100644 --- a/core/res/res/drawable-hdpi/ic_dialog_usb.png +++ b/core/res/res/drawable-hdpi/ic_dialog_usb.png diff --git a/core/res/res/drawable-hdpi/ic_emergency.png b/core/res/res/drawable-hdpi/ic_emergency.png Binary files differindex 09bcbda5c2e0..114d0b18e9f5 100644 --- a/core/res/res/drawable-hdpi/ic_emergency.png +++ b/core/res/res/drawable-hdpi/ic_emergency.png diff --git a/core/res/res/drawable-hdpi/ic_find_next_holo_dark.png b/core/res/res/drawable-hdpi/ic_find_next_holo_dark.png Binary files differindex 2fe4f81ee42b..8d6cba5cea9d 100644 --- a/core/res/res/drawable-hdpi/ic_find_next_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_find_next_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_find_next_holo_light.png b/core/res/res/drawable-hdpi/ic_find_next_holo_light.png Binary files differindex 37481696c0d8..1511e0980dbe 100644 --- a/core/res/res/drawable-hdpi/ic_find_next_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_find_next_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_find_next_mtrl_alpha.png b/core/res/res/drawable-hdpi/ic_find_next_mtrl_alpha.png Binary files differindex 6d5edac40386..45aa618ef363 100644 --- a/core/res/res/drawable-hdpi/ic_find_next_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/ic_find_next_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_find_previous_holo_dark.png b/core/res/res/drawable-hdpi/ic_find_previous_holo_dark.png Binary files differindex d4e9bd17f121..ad62be9959f3 100644 --- a/core/res/res/drawable-hdpi/ic_find_previous_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_find_previous_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_find_previous_holo_light.png b/core/res/res/drawable-hdpi/ic_find_previous_holo_light.png Binary files differindex e4834a2642e8..798364981d8b 100644 --- a/core/res/res/drawable-hdpi/ic_find_previous_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_find_previous_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_find_previous_mtrl_alpha.png b/core/res/res/drawable-hdpi/ic_find_previous_mtrl_alpha.png Binary files differindex a5921afe8d6f..fbfbeaf6c358 100644 --- a/core/res/res/drawable-hdpi/ic_find_previous_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/ic_find_previous_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_go.png b/core/res/res/drawable-hdpi/ic_go.png Binary files differindex 97b825e83173..f314b8c54589 100644 --- a/core/res/res/drawable-hdpi/ic_go.png +++ b/core/res/res/drawable-hdpi/ic_go.png diff --git a/core/res/res/drawable-hdpi/ic_go_search_api_holo_dark.png b/core/res/res/drawable-hdpi/ic_go_search_api_holo_dark.png Binary files differindex f062bf7228ae..040599916bc9 100644 --- a/core/res/res/drawable-hdpi/ic_go_search_api_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_go_search_api_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_go_search_api_holo_light.png b/core/res/res/drawable-hdpi/ic_go_search_api_holo_light.png Binary files differindex 7e1ba2adc627..6f9fbdd8b7a3 100644 --- a/core/res/res/drawable-hdpi/ic_go_search_api_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_go_search_api_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_grayedout_printer.png b/core/res/res/drawable-hdpi/ic_grayedout_printer.png Binary files differindex 5e54970d6b3f..627ebae8058c 100644 --- a/core/res/res/drawable-hdpi/ic_grayedout_printer.png +++ b/core/res/res/drawable-hdpi/ic_grayedout_printer.png diff --git a/core/res/res/drawable-hdpi/ic_input_add.png b/core/res/res/drawable-hdpi/ic_input_add.png Binary files differindex d26ebac91b12..9a6776dceaf5 100644 --- a/core/res/res/drawable-hdpi/ic_input_add.png +++ b/core/res/res/drawable-hdpi/ic_input_add.png diff --git a/core/res/res/drawable-hdpi/ic_input_delete.png b/core/res/res/drawable-hdpi/ic_input_delete.png Binary files differindex 5d638bd511ed..88b3ceb21428 100644 --- a/core/res/res/drawable-hdpi/ic_input_delete.png +++ b/core/res/res/drawable-hdpi/ic_input_delete.png diff --git a/core/res/res/drawable-hdpi/ic_input_get.png b/core/res/res/drawable-hdpi/ic_input_get.png Binary files differindex e2b665a6d32c..2a35999af39e 100644 --- a/core/res/res/drawable-hdpi/ic_input_get.png +++ b/core/res/res/drawable-hdpi/ic_input_get.png diff --git a/core/res/res/drawable-hdpi/ic_jog_dial_answer.png b/core/res/res/drawable-hdpi/ic_jog_dial_answer.png Binary files differindex ca0a825ffe8e..48c3d07b791e 100644 --- a/core/res/res/drawable-hdpi/ic_jog_dial_answer.png +++ b/core/res/res/drawable-hdpi/ic_jog_dial_answer.png diff --git a/core/res/res/drawable-hdpi/ic_jog_dial_answer_and_end.png b/core/res/res/drawable-hdpi/ic_jog_dial_answer_and_end.png Binary files differindex 82237bdd8d51..c9f891fc7b93 100644 --- a/core/res/res/drawable-hdpi/ic_jog_dial_answer_and_end.png +++ b/core/res/res/drawable-hdpi/ic_jog_dial_answer_and_end.png diff --git a/core/res/res/drawable-hdpi/ic_jog_dial_answer_and_hold.png b/core/res/res/drawable-hdpi/ic_jog_dial_answer_and_hold.png Binary files differindex 4946adab1e54..d306078c653a 100644 --- a/core/res/res/drawable-hdpi/ic_jog_dial_answer_and_hold.png +++ b/core/res/res/drawable-hdpi/ic_jog_dial_answer_and_hold.png diff --git a/core/res/res/drawable-hdpi/ic_jog_dial_decline.png b/core/res/res/drawable-hdpi/ic_jog_dial_decline.png Binary files differindex 006a6e4f02dd..edabbfdb8cf7 100644 --- a/core/res/res/drawable-hdpi/ic_jog_dial_decline.png +++ b/core/res/res/drawable-hdpi/ic_jog_dial_decline.png diff --git a/core/res/res/drawable-hdpi/ic_jog_dial_sound_off.png b/core/res/res/drawable-hdpi/ic_jog_dial_sound_off.png Binary files differindex d73db482ff8d..fd3fbc133b60 100644 --- a/core/res/res/drawable-hdpi/ic_jog_dial_sound_off.png +++ b/core/res/res/drawable-hdpi/ic_jog_dial_sound_off.png diff --git a/core/res/res/drawable-hdpi/ic_jog_dial_sound_on.png b/core/res/res/drawable-hdpi/ic_jog_dial_sound_on.png Binary files differindex 90da6e3e26d9..bc4ffbd22df2 100644 --- a/core/res/res/drawable-hdpi/ic_jog_dial_sound_on.png +++ b/core/res/res/drawable-hdpi/ic_jog_dial_sound_on.png diff --git a/core/res/res/drawable-hdpi/ic_jog_dial_unlock.png b/core/res/res/drawable-hdpi/ic_jog_dial_unlock.png Binary files differindex a9af1aff0c3a..d2c9b5c29cb2 100644 --- a/core/res/res/drawable-hdpi/ic_jog_dial_unlock.png +++ b/core/res/res/drawable-hdpi/ic_jog_dial_unlock.png diff --git a/core/res/res/drawable-hdpi/ic_jog_dial_vibrate_on.png b/core/res/res/drawable-hdpi/ic_jog_dial_vibrate_on.png Binary files differindex 86caa074a382..06e88034d749 100644 --- a/core/res/res/drawable-hdpi/ic_jog_dial_vibrate_on.png +++ b/core/res/res/drawable-hdpi/ic_jog_dial_vibrate_on.png diff --git a/core/res/res/drawable-hdpi/ic_launcher_android.png b/core/res/res/drawable-hdpi/ic_launcher_android.png Binary files differindex cce518787b58..9e4186ddfcb4 100644 --- a/core/res/res/drawable-hdpi/ic_launcher_android.png +++ b/core/res/res/drawable-hdpi/ic_launcher_android.png diff --git a/core/res/res/drawable-hdpi/ic_lock_airplane_mode_alpha.png b/core/res/res/drawable-hdpi/ic_lock_airplane_mode_alpha.png Binary files differindex 90c80fdb65d9..c2fef39f3c05 100644 --- a/core/res/res/drawable-hdpi/ic_lock_airplane_mode_alpha.png +++ b/core/res/res/drawable-hdpi/ic_lock_airplane_mode_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_lock_airplane_mode_off_am_alpha.png b/core/res/res/drawable-hdpi/ic_lock_airplane_mode_off_am_alpha.png Binary files differindex b05589459553..8ee4ac13d51e 100644 --- a/core/res/res/drawable-hdpi/ic_lock_airplane_mode_off_am_alpha.png +++ b/core/res/res/drawable-hdpi/ic_lock_airplane_mode_off_am_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_lock_idle_alarm_alpha.png b/core/res/res/drawable-hdpi/ic_lock_idle_alarm_alpha.png Binary files differindex 3cadaff0f798..3b213541a117 100644 --- a/core/res/res/drawable-hdpi/ic_lock_idle_alarm_alpha.png +++ b/core/res/res/drawable-hdpi/ic_lock_idle_alarm_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_lock_idle_charging.png b/core/res/res/drawable-hdpi/ic_lock_idle_charging.png Binary files differindex 42572ee5665e..c1fbfa8e7356 100644 --- a/core/res/res/drawable-hdpi/ic_lock_idle_charging.png +++ b/core/res/res/drawable-hdpi/ic_lock_idle_charging.png diff --git a/core/res/res/drawable-hdpi/ic_lock_idle_lock.png b/core/res/res/drawable-hdpi/ic_lock_idle_lock.png Binary files differindex 11163d8c8818..76b3125c4d54 100644 --- a/core/res/res/drawable-hdpi/ic_lock_idle_lock.png +++ b/core/res/res/drawable-hdpi/ic_lock_idle_lock.png diff --git a/core/res/res/drawable-hdpi/ic_lock_idle_low_battery.png b/core/res/res/drawable-hdpi/ic_lock_idle_low_battery.png Binary files differindex 30ff905d4a4b..aadae936fcf7 100644 --- a/core/res/res/drawable-hdpi/ic_lock_idle_low_battery.png +++ b/core/res/res/drawable-hdpi/ic_lock_idle_low_battery.png diff --git a/core/res/res/drawable-hdpi/ic_lock_lock_alpha.png b/core/res/res/drawable-hdpi/ic_lock_lock_alpha.png Binary files differindex 6d1029ce9384..28656b84e6a7 100644 --- a/core/res/res/drawable-hdpi/ic_lock_lock_alpha.png +++ b/core/res/res/drawable-hdpi/ic_lock_lock_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_lock_open_wht_24dp.png b/core/res/res/drawable-hdpi/ic_lock_open_wht_24dp.png Binary files differindex 4d97045cbdcd..e1d4f6fe919a 100644 --- a/core/res/res/drawable-hdpi/ic_lock_open_wht_24dp.png +++ b/core/res/res/drawable-hdpi/ic_lock_open_wht_24dp.png diff --git a/core/res/res/drawable-hdpi/ic_lock_outline_wht_24dp.png b/core/res/res/drawable-hdpi/ic_lock_outline_wht_24dp.png Binary files differindex 46fb463ec4ab..b02bfd42102c 100644 --- a/core/res/res/drawable-hdpi/ic_lock_outline_wht_24dp.png +++ b/core/res/res/drawable-hdpi/ic_lock_outline_wht_24dp.png diff --git a/core/res/res/drawable-hdpi/ic_lock_power_off_alpha.png b/core/res/res/drawable-hdpi/ic_lock_power_off_alpha.png Binary files differindex bc2dc706a385..fb94147b1c69 100644 --- a/core/res/res/drawable-hdpi/ic_lock_power_off_alpha.png +++ b/core/res/res/drawable-hdpi/ic_lock_power_off_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_lock_ringer_off_alpha.png b/core/res/res/drawable-hdpi/ic_lock_ringer_off_alpha.png Binary files differindex e7cb234bf04e..adaab1860ae8 100644 --- a/core/res/res/drawable-hdpi/ic_lock_ringer_off_alpha.png +++ b/core/res/res/drawable-hdpi/ic_lock_ringer_off_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_lock_ringer_on_alpha.png b/core/res/res/drawable-hdpi/ic_lock_ringer_on_alpha.png Binary files differindex ce0cfab936b2..678ceb1f8abe 100644 --- a/core/res/res/drawable-hdpi/ic_lock_ringer_on_alpha.png +++ b/core/res/res/drawable-hdpi/ic_lock_ringer_on_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_lock_silent_mode.png b/core/res/res/drawable-hdpi/ic_lock_silent_mode.png Binary files differindex 0d4c590f4e3f..2ec1e6f4178a 100644 --- a/core/res/res/drawable-hdpi/ic_lock_silent_mode.png +++ b/core/res/res/drawable-hdpi/ic_lock_silent_mode.png diff --git a/core/res/res/drawable-hdpi/ic_lock_silent_mode_off.png b/core/res/res/drawable-hdpi/ic_lock_silent_mode_off.png Binary files differindex ecb7d042bc60..d609937cde80 100644 --- a/core/res/res/drawable-hdpi/ic_lock_silent_mode_off.png +++ b/core/res/res/drawable-hdpi/ic_lock_silent_mode_off.png diff --git a/core/res/res/drawable-hdpi/ic_lock_silent_mode_vibrate.png b/core/res/res/drawable-hdpi/ic_lock_silent_mode_vibrate.png Binary files differindex 4503aceb7dde..4d969ec3e335 100644 --- a/core/res/res/drawable-hdpi/ic_lock_silent_mode_vibrate.png +++ b/core/res/res/drawable-hdpi/ic_lock_silent_mode_vibrate.png diff --git a/core/res/res/drawable-hdpi/ic_lockscreen_handle_pressed.png b/core/res/res/drawable-hdpi/ic_lockscreen_handle_pressed.png Binary files differindex 58a5f16dfb42..95a76699472b 100644 --- a/core/res/res/drawable-hdpi/ic_lockscreen_handle_pressed.png +++ b/core/res/res/drawable-hdpi/ic_lockscreen_handle_pressed.png diff --git a/core/res/res/drawable-hdpi/ic_maps_indicator_current_position.png b/core/res/res/drawable-hdpi/ic_maps_indicator_current_position.png Binary files differindex bc9160df4f2c..4f95de73b4b5 100644 --- a/core/res/res/drawable-hdpi/ic_maps_indicator_current_position.png +++ b/core/res/res/drawable-hdpi/ic_maps_indicator_current_position.png diff --git a/core/res/res/drawable-hdpi/ic_maps_indicator_current_position_anim1.png b/core/res/res/drawable-hdpi/ic_maps_indicator_current_position_anim1.png Binary files differindex d3d9339f9077..612d3adb961e 100644 --- a/core/res/res/drawable-hdpi/ic_maps_indicator_current_position_anim1.png +++ b/core/res/res/drawable-hdpi/ic_maps_indicator_current_position_anim1.png diff --git a/core/res/res/drawable-hdpi/ic_maps_indicator_current_position_anim2.png b/core/res/res/drawable-hdpi/ic_maps_indicator_current_position_anim2.png Binary files differindex e32c223a9d4d..1486bf907e2f 100644 --- a/core/res/res/drawable-hdpi/ic_maps_indicator_current_position_anim2.png +++ b/core/res/res/drawable-hdpi/ic_maps_indicator_current_position_anim2.png diff --git a/core/res/res/drawable-hdpi/ic_maps_indicator_current_position_anim3.png b/core/res/res/drawable-hdpi/ic_maps_indicator_current_position_anim3.png Binary files differindex cf2db7c7d079..adc45ffa3ec1 100644 --- a/core/res/res/drawable-hdpi/ic_maps_indicator_current_position_anim3.png +++ b/core/res/res/drawable-hdpi/ic_maps_indicator_current_position_anim3.png diff --git a/core/res/res/drawable-hdpi/ic_media_embed_play.png b/core/res/res/drawable-hdpi/ic_media_embed_play.png Binary files differindex 05778c181f6f..ec7696402049 100644 --- a/core/res/res/drawable-hdpi/ic_media_embed_play.png +++ b/core/res/res/drawable-hdpi/ic_media_embed_play.png diff --git a/core/res/res/drawable-hdpi/ic_media_ff.png b/core/res/res/drawable-hdpi/ic_media_ff.png Binary files differindex c65956ab7fc4..a24217a226e4 100644 --- a/core/res/res/drawable-hdpi/ic_media_ff.png +++ b/core/res/res/drawable-hdpi/ic_media_ff.png diff --git a/core/res/res/drawable-hdpi/ic_media_fullscreen.png b/core/res/res/drawable-hdpi/ic_media_fullscreen.png Binary files differindex ad082453a136..f428a67db989 100644 --- a/core/res/res/drawable-hdpi/ic_media_fullscreen.png +++ b/core/res/res/drawable-hdpi/ic_media_fullscreen.png diff --git a/core/res/res/drawable-hdpi/ic_media_next.png b/core/res/res/drawable-hdpi/ic_media_next.png Binary files differindex 6e27b8161e4a..1705858a9eaf 100644 --- a/core/res/res/drawable-hdpi/ic_media_next.png +++ b/core/res/res/drawable-hdpi/ic_media_next.png diff --git a/core/res/res/drawable-hdpi/ic_media_pause.png b/core/res/res/drawable-hdpi/ic_media_pause.png Binary files differindex 1d465a41e4b0..9c2db891e000 100644 --- a/core/res/res/drawable-hdpi/ic_media_pause.png +++ b/core/res/res/drawable-hdpi/ic_media_pause.png diff --git a/core/res/res/drawable-hdpi/ic_media_play.png b/core/res/res/drawable-hdpi/ic_media_play.png Binary files differindex 2746d17fb1fe..a98c08381301 100644 --- a/core/res/res/drawable-hdpi/ic_media_play.png +++ b/core/res/res/drawable-hdpi/ic_media_play.png diff --git a/core/res/res/drawable-hdpi/ic_media_previous.png b/core/res/res/drawable-hdpi/ic_media_previous.png Binary files differindex 85b376690418..0be7dfa1aa12 100644 --- a/core/res/res/drawable-hdpi/ic_media_previous.png +++ b/core/res/res/drawable-hdpi/ic_media_previous.png diff --git a/core/res/res/drawable-hdpi/ic_media_rew.png b/core/res/res/drawable-hdpi/ic_media_rew.png Binary files differindex a4ac181777ff..759a63213b84 100644 --- a/core/res/res/drawable-hdpi/ic_media_rew.png +++ b/core/res/res/drawable-hdpi/ic_media_rew.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_disabled_holo_dark.png b/core/res/res/drawable-hdpi/ic_media_route_disabled_holo_dark.png Binary files differindex e215b96f9301..098e91378180 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_disabled_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_media_route_disabled_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_disabled_holo_light.png b/core/res/res/drawable-hdpi/ic_media_route_disabled_holo_light.png Binary files differindex a014e918441b..77928ffac9d5 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_disabled_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_media_route_disabled_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_disabled_mtrl_alpha.png b/core/res/res/drawable-hdpi/ic_media_route_disabled_mtrl_alpha.png Binary files differindex e0a2ba1eefa3..bf851f401f6c 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_disabled_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/ic_media_route_disabled_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_off_holo_dark.png b/core/res/res/drawable-hdpi/ic_media_route_off_holo_dark.png Binary files differindex bb8bec195185..bd7311521e6e 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_off_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_media_route_off_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_off_holo_light.png b/core/res/res/drawable-hdpi/ic_media_route_off_holo_light.png Binary files differindex aa1737edf156..72518053c8f1 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_off_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_media_route_off_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_off_mtrl_alpha.png b/core/res/res/drawable-hdpi/ic_media_route_off_mtrl_alpha.png Binary files differindex d37e8ee8049f..54520154d431 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_off_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/ic_media_route_off_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_on_0_holo_dark.png b/core/res/res/drawable-hdpi/ic_media_route_on_0_holo_dark.png Binary files differindex 2c1434bbd09f..fa6106465d14 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_on_0_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_media_route_on_0_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_on_0_holo_light.png b/core/res/res/drawable-hdpi/ic_media_route_on_0_holo_light.png Binary files differindex dbdce3ef2f50..9c38a9a10200 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_on_0_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_media_route_on_0_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_on_0_mtrl_alpha.png b/core/res/res/drawable-hdpi/ic_media_route_on_0_mtrl_alpha.png Binary files differindex 0c604d99b496..a3146ac27a7b 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_on_0_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/ic_media_route_on_0_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_on_1_holo_dark.png b/core/res/res/drawable-hdpi/ic_media_route_on_1_holo_dark.png Binary files differindex 110186495da9..add5f899126b 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_on_1_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_media_route_on_1_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_on_1_holo_light.png b/core/res/res/drawable-hdpi/ic_media_route_on_1_holo_light.png Binary files differindex e8e90697e55f..7fa9b724922b 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_on_1_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_media_route_on_1_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_on_1_mtrl_alpha.png b/core/res/res/drawable-hdpi/ic_media_route_on_1_mtrl_alpha.png Binary files differindex 2c3f4ff4100a..52beab4c57d8 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_on_1_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/ic_media_route_on_1_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_on_2_holo_dark.png b/core/res/res/drawable-hdpi/ic_media_route_on_2_holo_dark.png Binary files differindex 8595158bed2c..32a42ac5d8f8 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_on_2_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_media_route_on_2_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_on_2_holo_light.png b/core/res/res/drawable-hdpi/ic_media_route_on_2_holo_light.png Binary files differindex 14844d403a26..b00c66f3bf46 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_on_2_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_media_route_on_2_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_on_2_mtrl_alpha.png b/core/res/res/drawable-hdpi/ic_media_route_on_2_mtrl_alpha.png Binary files differindex 991c50e14b73..c7889d6a2c64 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_on_2_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/ic_media_route_on_2_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_on_holo_dark.png b/core/res/res/drawable-hdpi/ic_media_route_on_holo_dark.png Binary files differindex 1565a29b8f47..133d790ccf8a 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_on_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_media_route_on_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_on_holo_light.png b/core/res/res/drawable-hdpi/ic_media_route_on_holo_light.png Binary files differindex 9b8fe879d55d..c52e880cf007 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_on_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_media_route_on_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_media_route_on_mtrl_alpha.png b/core/res/res/drawable-hdpi/ic_media_route_on_mtrl_alpha.png Binary files differindex 05fb919c46e7..a9766e3f297d 100644 --- a/core/res/res/drawable-hdpi/ic_media_route_on_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/ic_media_route_on_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_media_stop.png b/core/res/res/drawable-hdpi/ic_media_stop.png Binary files differindex a0ff13695d9b..2792418d62e5 100644 --- a/core/res/res/drawable-hdpi/ic_media_stop.png +++ b/core/res/res/drawable-hdpi/ic_media_stop.png diff --git a/core/res/res/drawable-hdpi/ic_media_video_poster.png b/core/res/res/drawable-hdpi/ic_media_video_poster.png Binary files differindex 77b6b0e671a5..026457ac78c4 100644 --- a/core/res/res/drawable-hdpi/ic_media_video_poster.png +++ b/core/res/res/drawable-hdpi/ic_media_video_poster.png diff --git a/core/res/res/drawable-hdpi/ic_menu_account_list.png b/core/res/res/drawable-hdpi/ic_menu_account_list.png Binary files differindex 0f17170349a2..1c53a9404b0c 100644 --- a/core/res/res/drawable-hdpi/ic_menu_account_list.png +++ b/core/res/res/drawable-hdpi/ic_menu_account_list.png diff --git a/core/res/res/drawable-hdpi/ic_menu_add.png b/core/res/res/drawable-hdpi/ic_menu_add.png Binary files differindex 444e8a5ee85c..62684891ed16 100644 --- a/core/res/res/drawable-hdpi/ic_menu_add.png +++ b/core/res/res/drawable-hdpi/ic_menu_add.png diff --git a/core/res/res/drawable-hdpi/ic_menu_agenda.png b/core/res/res/drawable-hdpi/ic_menu_agenda.png Binary files differindex 9e08c2937968..b1d9f7a368c4 100644 --- a/core/res/res/drawable-hdpi/ic_menu_agenda.png +++ b/core/res/res/drawable-hdpi/ic_menu_agenda.png diff --git a/core/res/res/drawable-hdpi/ic_menu_allfriends.png b/core/res/res/drawable-hdpi/ic_menu_allfriends.png Binary files differindex c42e96e16e04..4f27f5f7b1dc 100644 --- a/core/res/res/drawable-hdpi/ic_menu_allfriends.png +++ b/core/res/res/drawable-hdpi/ic_menu_allfriends.png diff --git a/core/res/res/drawable-hdpi/ic_menu_always_landscape_portrait.png b/core/res/res/drawable-hdpi/ic_menu_always_landscape_portrait.png Binary files differindex be3d314f5c29..cd7aed2e1632 100644 --- a/core/res/res/drawable-hdpi/ic_menu_always_landscape_portrait.png +++ b/core/res/res/drawable-hdpi/ic_menu_always_landscape_portrait.png diff --git a/core/res/res/drawable-hdpi/ic_menu_archive.png b/core/res/res/drawable-hdpi/ic_menu_archive.png Binary files differindex e2d9bc1a3c96..5e9c6767626f 100644 --- a/core/res/res/drawable-hdpi/ic_menu_archive.png +++ b/core/res/res/drawable-hdpi/ic_menu_archive.png diff --git a/core/res/res/drawable-hdpi/ic_menu_attachment.png b/core/res/res/drawable-hdpi/ic_menu_attachment.png Binary files differindex 4a37115255b3..fa9febd49f92 100644 --- a/core/res/res/drawable-hdpi/ic_menu_attachment.png +++ b/core/res/res/drawable-hdpi/ic_menu_attachment.png diff --git a/core/res/res/drawable-hdpi/ic_menu_back.png b/core/res/res/drawable-hdpi/ic_menu_back.png Binary files differindex 661a4ae92449..e775886aad17 100644 --- a/core/res/res/drawable-hdpi/ic_menu_back.png +++ b/core/res/res/drawable-hdpi/ic_menu_back.png diff --git a/core/res/res/drawable-hdpi/ic_menu_block.png b/core/res/res/drawable-hdpi/ic_menu_block.png Binary files differindex 826c0941d363..8c6352899ede 100644 --- a/core/res/res/drawable-hdpi/ic_menu_block.png +++ b/core/res/res/drawable-hdpi/ic_menu_block.png diff --git a/core/res/res/drawable-hdpi/ic_menu_blocked_user.png b/core/res/res/drawable-hdpi/ic_menu_blocked_user.png Binary files differindex 7ca5c6f944ee..c3c555363d1b 100644 --- a/core/res/res/drawable-hdpi/ic_menu_blocked_user.png +++ b/core/res/res/drawable-hdpi/ic_menu_blocked_user.png diff --git a/core/res/res/drawable-hdpi/ic_menu_btn_add.png b/core/res/res/drawable-hdpi/ic_menu_btn_add.png Binary files differindex 444e8a5ee85c..62684891ed16 100644 --- a/core/res/res/drawable-hdpi/ic_menu_btn_add.png +++ b/core/res/res/drawable-hdpi/ic_menu_btn_add.png diff --git a/core/res/res/drawable-hdpi/ic_menu_call.png b/core/res/res/drawable-hdpi/ic_menu_call.png Binary files differindex f28c5393580b..b057befb91bf 100644 --- a/core/res/res/drawable-hdpi/ic_menu_call.png +++ b/core/res/res/drawable-hdpi/ic_menu_call.png diff --git a/core/res/res/drawable-hdpi/ic_menu_camera.png b/core/res/res/drawable-hdpi/ic_menu_camera.png Binary files differindex 4936d1507b56..976c37f98fcb 100644 --- a/core/res/res/drawable-hdpi/ic_menu_camera.png +++ b/core/res/res/drawable-hdpi/ic_menu_camera.png diff --git a/core/res/res/drawable-hdpi/ic_menu_cc_am.png b/core/res/res/drawable-hdpi/ic_menu_cc_am.png Binary files differindex 18b2004fcaaa..5a2760ae1b35 100644 --- a/core/res/res/drawable-hdpi/ic_menu_cc_am.png +++ b/core/res/res/drawable-hdpi/ic_menu_cc_am.png diff --git a/core/res/res/drawable-hdpi/ic_menu_chat_dashboard.png b/core/res/res/drawable-hdpi/ic_menu_chat_dashboard.png Binary files differindex 1f26180f7554..767db4f1aa56 100644 --- a/core/res/res/drawable-hdpi/ic_menu_chat_dashboard.png +++ b/core/res/res/drawable-hdpi/ic_menu_chat_dashboard.png diff --git a/core/res/res/drawable-hdpi/ic_menu_clear_playlist.png b/core/res/res/drawable-hdpi/ic_menu_clear_playlist.png Binary files differindex 84a4a5b0b674..b79e80de22c1 100644 --- a/core/res/res/drawable-hdpi/ic_menu_clear_playlist.png +++ b/core/res/res/drawable-hdpi/ic_menu_clear_playlist.png diff --git a/core/res/res/drawable-hdpi/ic_menu_close_clear_cancel.png b/core/res/res/drawable-hdpi/ic_menu_close_clear_cancel.png Binary files differindex 778c7f0812d8..e066bcab2173 100644 --- a/core/res/res/drawable-hdpi/ic_menu_close_clear_cancel.png +++ b/core/res/res/drawable-hdpi/ic_menu_close_clear_cancel.png diff --git a/core/res/res/drawable-hdpi/ic_menu_compass.png b/core/res/res/drawable-hdpi/ic_menu_compass.png Binary files differindex 39760f892b46..f76c4481ac77 100644 --- a/core/res/res/drawable-hdpi/ic_menu_compass.png +++ b/core/res/res/drawable-hdpi/ic_menu_compass.png diff --git a/core/res/res/drawable-hdpi/ic_menu_compose.png b/core/res/res/drawable-hdpi/ic_menu_compose.png Binary files differindex 1286a285ad4e..236e4ddb3336 100644 --- a/core/res/res/drawable-hdpi/ic_menu_compose.png +++ b/core/res/res/drawable-hdpi/ic_menu_compose.png diff --git a/core/res/res/drawable-hdpi/ic_menu_copy.png b/core/res/res/drawable-hdpi/ic_menu_copy.png Binary files differindex 5dcc3a3dae34..b253c957908e 100644 --- a/core/res/res/drawable-hdpi/ic_menu_copy.png +++ b/core/res/res/drawable-hdpi/ic_menu_copy.png diff --git a/core/res/res/drawable-hdpi/ic_menu_copy_holo_dark.png b/core/res/res/drawable-hdpi/ic_menu_copy_holo_dark.png Binary files differindex d37d0a318a4f..8a614c650eb0 100644 --- a/core/res/res/drawable-hdpi/ic_menu_copy_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_menu_copy_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_menu_copy_holo_light.png b/core/res/res/drawable-hdpi/ic_menu_copy_holo_light.png Binary files differindex 0dd8865f4a9a..9384531471e2 100644 --- a/core/res/res/drawable-hdpi/ic_menu_copy_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_menu_copy_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_menu_crop.png b/core/res/res/drawable-hdpi/ic_menu_crop.png Binary files differindex c2fc70d59478..999bbf499ef7 100644 --- a/core/res/res/drawable-hdpi/ic_menu_crop.png +++ b/core/res/res/drawable-hdpi/ic_menu_crop.png diff --git a/core/res/res/drawable-hdpi/ic_menu_cut.png b/core/res/res/drawable-hdpi/ic_menu_cut.png Binary files differindex 03fac98a6903..d62fc2a6bd10 100644 --- a/core/res/res/drawable-hdpi/ic_menu_cut.png +++ b/core/res/res/drawable-hdpi/ic_menu_cut.png diff --git a/core/res/res/drawable-hdpi/ic_menu_cut_holo_dark.png b/core/res/res/drawable-hdpi/ic_menu_cut_holo_dark.png Binary files differindex 3e00747b27a2..3fb422c3ac98 100644 --- a/core/res/res/drawable-hdpi/ic_menu_cut_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_menu_cut_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_menu_cut_holo_light.png b/core/res/res/drawable-hdpi/ic_menu_cut_holo_light.png Binary files differindex c760936ee152..af18cbd997c3 100644 --- a/core/res/res/drawable-hdpi/ic_menu_cut_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_menu_cut_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_menu_day.png b/core/res/res/drawable-hdpi/ic_menu_day.png Binary files differindex 966de8b4346d..304e2177bc30 100644 --- a/core/res/res/drawable-hdpi/ic_menu_day.png +++ b/core/res/res/drawable-hdpi/ic_menu_day.png diff --git a/core/res/res/drawable-hdpi/ic_menu_delete.png b/core/res/res/drawable-hdpi/ic_menu_delete.png Binary files differindex 24d8f6a4be54..0525529a911e 100644 --- a/core/res/res/drawable-hdpi/ic_menu_delete.png +++ b/core/res/res/drawable-hdpi/ic_menu_delete.png diff --git a/core/res/res/drawable-hdpi/ic_menu_directions.png b/core/res/res/drawable-hdpi/ic_menu_directions.png Binary files differindex 358b24948583..67c53e6e1462 100644 --- a/core/res/res/drawable-hdpi/ic_menu_directions.png +++ b/core/res/res/drawable-hdpi/ic_menu_directions.png diff --git a/core/res/res/drawable-hdpi/ic_menu_edit.png b/core/res/res/drawable-hdpi/ic_menu_edit.png Binary files differindex 9bdba1b704c2..300e991cec8b 100644 --- a/core/res/res/drawable-hdpi/ic_menu_edit.png +++ b/core/res/res/drawable-hdpi/ic_menu_edit.png diff --git a/core/res/res/drawable-hdpi/ic_menu_emoticons.png b/core/res/res/drawable-hdpi/ic_menu_emoticons.png Binary files differindex 16ec4e444640..b7b795ff51cc 100644 --- a/core/res/res/drawable-hdpi/ic_menu_emoticons.png +++ b/core/res/res/drawable-hdpi/ic_menu_emoticons.png diff --git a/core/res/res/drawable-hdpi/ic_menu_end_conversation.png b/core/res/res/drawable-hdpi/ic_menu_end_conversation.png Binary files differindex c46b757d53c2..3d51310ff7a3 100644 --- a/core/res/res/drawable-hdpi/ic_menu_end_conversation.png +++ b/core/res/res/drawable-hdpi/ic_menu_end_conversation.png diff --git a/core/res/res/drawable-hdpi/ic_menu_find.png b/core/res/res/drawable-hdpi/ic_menu_find.png Binary files differindex b888202ad4a7..996ebf0ba433 100644 --- a/core/res/res/drawable-hdpi/ic_menu_find.png +++ b/core/res/res/drawable-hdpi/ic_menu_find.png diff --git a/core/res/res/drawable-hdpi/ic_menu_find_holo_dark.png b/core/res/res/drawable-hdpi/ic_menu_find_holo_dark.png Binary files differindex b981a4da25ca..be61a108f812 100644 --- a/core/res/res/drawable-hdpi/ic_menu_find_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_menu_find_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_menu_find_holo_light.png b/core/res/res/drawable-hdpi/ic_menu_find_holo_light.png Binary files differindex efee6dfd2803..28fe59821e08 100644 --- a/core/res/res/drawable-hdpi/ic_menu_find_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_menu_find_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_menu_find_mtrl_alpha.png b/core/res/res/drawable-hdpi/ic_menu_find_mtrl_alpha.png Binary files differindex 0f9d41f92214..50f4f292da95 100644 --- a/core/res/res/drawable-hdpi/ic_menu_find_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/ic_menu_find_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_menu_forward.png b/core/res/res/drawable-hdpi/ic_menu_forward.png Binary files differindex b1b0c89d5c89..870989703cad 100644 --- a/core/res/res/drawable-hdpi/ic_menu_forward.png +++ b/core/res/res/drawable-hdpi/ic_menu_forward.png diff --git a/core/res/res/drawable-hdpi/ic_menu_friendslist.png b/core/res/res/drawable-hdpi/ic_menu_friendslist.png Binary files differindex 02b43410ee95..4cdd16162fc3 100644 --- a/core/res/res/drawable-hdpi/ic_menu_friendslist.png +++ b/core/res/res/drawable-hdpi/ic_menu_friendslist.png diff --git a/core/res/res/drawable-hdpi/ic_menu_gallery.png b/core/res/res/drawable-hdpi/ic_menu_gallery.png Binary files differindex 1f83b9a63439..ec9a62f6a2d2 100644 --- a/core/res/res/drawable-hdpi/ic_menu_gallery.png +++ b/core/res/res/drawable-hdpi/ic_menu_gallery.png diff --git a/core/res/res/drawable-hdpi/ic_menu_goto.png b/core/res/res/drawable-hdpi/ic_menu_goto.png Binary files differindex ca6e835402f2..5344f0a147e4 100644 --- a/core/res/res/drawable-hdpi/ic_menu_goto.png +++ b/core/res/res/drawable-hdpi/ic_menu_goto.png diff --git a/core/res/res/drawable-hdpi/ic_menu_help.png b/core/res/res/drawable-hdpi/ic_menu_help.png Binary files differindex 473b372072ea..5be9f4af177c 100644 --- a/core/res/res/drawable-hdpi/ic_menu_help.png +++ b/core/res/res/drawable-hdpi/ic_menu_help.png diff --git a/core/res/res/drawable-hdpi/ic_menu_help_holo_light.png b/core/res/res/drawable-hdpi/ic_menu_help_holo_light.png Binary files differindex a39eff3e29b0..049cb5abbaf9 100644 --- a/core/res/res/drawable-hdpi/ic_menu_help_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_menu_help_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_menu_home.png b/core/res/res/drawable-hdpi/ic_menu_home.png Binary files differindex 3baf1cad8ccf..c5705bf2c2f6 100644 --- a/core/res/res/drawable-hdpi/ic_menu_home.png +++ b/core/res/res/drawable-hdpi/ic_menu_home.png diff --git a/core/res/res/drawable-hdpi/ic_menu_info_details.png b/core/res/res/drawable-hdpi/ic_menu_info_details.png Binary files differindex 6a7a1e94a731..e317dba1b05a 100644 --- a/core/res/res/drawable-hdpi/ic_menu_info_details.png +++ b/core/res/res/drawable-hdpi/ic_menu_info_details.png diff --git a/core/res/res/drawable-hdpi/ic_menu_invite.png b/core/res/res/drawable-hdpi/ic_menu_invite.png Binary files differindex ec88b99aa97c..143abc6f2f30 100644 --- a/core/res/res/drawable-hdpi/ic_menu_invite.png +++ b/core/res/res/drawable-hdpi/ic_menu_invite.png diff --git a/core/res/res/drawable-hdpi/ic_menu_login.png b/core/res/res/drawable-hdpi/ic_menu_login.png Binary files differindex afa152b2e991..e96788100a66 100644 --- a/core/res/res/drawable-hdpi/ic_menu_login.png +++ b/core/res/res/drawable-hdpi/ic_menu_login.png diff --git a/core/res/res/drawable-hdpi/ic_menu_manage.png b/core/res/res/drawable-hdpi/ic_menu_manage.png Binary files differindex 5b7080a4c715..0e59747d977b 100644 --- a/core/res/res/drawable-hdpi/ic_menu_manage.png +++ b/core/res/res/drawable-hdpi/ic_menu_manage.png diff --git a/core/res/res/drawable-hdpi/ic_menu_mapmode.png b/core/res/res/drawable-hdpi/ic_menu_mapmode.png Binary files differindex 5ac4a023f14b..df4f24af6db7 100644 --- a/core/res/res/drawable-hdpi/ic_menu_mapmode.png +++ b/core/res/res/drawable-hdpi/ic_menu_mapmode.png diff --git a/core/res/res/drawable-hdpi/ic_menu_mark.png b/core/res/res/drawable-hdpi/ic_menu_mark.png Binary files differindex 95a3217e24b2..e1d5c76aeeca 100644 --- a/core/res/res/drawable-hdpi/ic_menu_mark.png +++ b/core/res/res/drawable-hdpi/ic_menu_mark.png diff --git a/core/res/res/drawable-hdpi/ic_menu_month.png b/core/res/res/drawable-hdpi/ic_menu_month.png Binary files differindex 99fe5c0c5e31..753553c0b4c7 100644 --- a/core/res/res/drawable-hdpi/ic_menu_month.png +++ b/core/res/res/drawable-hdpi/ic_menu_month.png diff --git a/core/res/res/drawable-hdpi/ic_menu_more.png b/core/res/res/drawable-hdpi/ic_menu_more.png Binary files differindex ede8a54f3524..19c9c0e42c6a 100644 --- a/core/res/res/drawable-hdpi/ic_menu_more.png +++ b/core/res/res/drawable-hdpi/ic_menu_more.png diff --git a/core/res/res/drawable-hdpi/ic_menu_moreoverflow.png b/core/res/res/drawable-hdpi/ic_menu_moreoverflow.png Binary files differindex 33bb5e76b664..a44b029946a5 100644 --- a/core/res/res/drawable-hdpi/ic_menu_moreoverflow.png +++ b/core/res/res/drawable-hdpi/ic_menu_moreoverflow.png diff --git a/core/res/res/drawable-hdpi/ic_menu_moreoverflow_focused_holo_dark.png b/core/res/res/drawable-hdpi/ic_menu_moreoverflow_focused_holo_dark.png Binary files differindex 061f80a0916f..3f598b640637 100644 --- a/core/res/res/drawable-hdpi/ic_menu_moreoverflow_focused_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_menu_moreoverflow_focused_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_menu_moreoverflow_focused_holo_light.png b/core/res/res/drawable-hdpi/ic_menu_moreoverflow_focused_holo_light.png Binary files differindex d81880644be0..4b2c9c2992db 100644 --- a/core/res/res/drawable-hdpi/ic_menu_moreoverflow_focused_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_menu_moreoverflow_focused_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_menu_moreoverflow_normal_holo_dark.png b/core/res/res/drawable-hdpi/ic_menu_moreoverflow_normal_holo_dark.png Binary files differindex 2abc45809c62..476d5035bf59 100644 --- a/core/res/res/drawable-hdpi/ic_menu_moreoverflow_normal_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_menu_moreoverflow_normal_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_menu_moreoverflow_normal_holo_light.png b/core/res/res/drawable-hdpi/ic_menu_moreoverflow_normal_holo_light.png Binary files differindex bb6aef1d069a..46b599209467 100644 --- a/core/res/res/drawable-hdpi/ic_menu_moreoverflow_normal_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_menu_moreoverflow_normal_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_menu_my_calendar.png b/core/res/res/drawable-hdpi/ic_menu_my_calendar.png Binary files differindex 360a9159b2db..96c25d9bed6b 100644 --- a/core/res/res/drawable-hdpi/ic_menu_my_calendar.png +++ b/core/res/res/drawable-hdpi/ic_menu_my_calendar.png diff --git a/core/res/res/drawable-hdpi/ic_menu_mylocation.png b/core/res/res/drawable-hdpi/ic_menu_mylocation.png Binary files differindex ba82ee0394d9..fbce20f2a1c3 100644 --- a/core/res/res/drawable-hdpi/ic_menu_mylocation.png +++ b/core/res/res/drawable-hdpi/ic_menu_mylocation.png diff --git a/core/res/res/drawable-hdpi/ic_menu_myplaces.png b/core/res/res/drawable-hdpi/ic_menu_myplaces.png Binary files differindex ade753273b86..904b376ec415 100644 --- a/core/res/res/drawable-hdpi/ic_menu_myplaces.png +++ b/core/res/res/drawable-hdpi/ic_menu_myplaces.png diff --git a/core/res/res/drawable-hdpi/ic_menu_notifications.png b/core/res/res/drawable-hdpi/ic_menu_notifications.png Binary files differindex ded4323c9365..9d20af7ee12c 100644 --- a/core/res/res/drawable-hdpi/ic_menu_notifications.png +++ b/core/res/res/drawable-hdpi/ic_menu_notifications.png diff --git a/core/res/res/drawable-hdpi/ic_menu_paste.png b/core/res/res/drawable-hdpi/ic_menu_paste.png Binary files differindex c24fd865de47..88088844fe5d 100644 --- a/core/res/res/drawable-hdpi/ic_menu_paste.png +++ b/core/res/res/drawable-hdpi/ic_menu_paste.png diff --git a/core/res/res/drawable-hdpi/ic_menu_paste_holo_dark.png b/core/res/res/drawable-hdpi/ic_menu_paste_holo_dark.png Binary files differindex eb701f241cb9..fbfaff688e41 100644 --- a/core/res/res/drawable-hdpi/ic_menu_paste_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_menu_paste_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_menu_paste_holo_light.png b/core/res/res/drawable-hdpi/ic_menu_paste_holo_light.png Binary files differindex 886c49317e0b..7b11a1dcae43 100644 --- a/core/res/res/drawable-hdpi/ic_menu_paste_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_menu_paste_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_menu_play_clip.png b/core/res/res/drawable-hdpi/ic_menu_play_clip.png Binary files differindex 2d0d2e2df2cf..9f914e3a0212 100644 --- a/core/res/res/drawable-hdpi/ic_menu_play_clip.png +++ b/core/res/res/drawable-hdpi/ic_menu_play_clip.png diff --git a/core/res/res/drawable-hdpi/ic_menu_preferences.png b/core/res/res/drawable-hdpi/ic_menu_preferences.png Binary files differindex 5321f8285235..0a64c94913d3 100644 --- a/core/res/res/drawable-hdpi/ic_menu_preferences.png +++ b/core/res/res/drawable-hdpi/ic_menu_preferences.png diff --git a/core/res/res/drawable-hdpi/ic_menu_recent_history.png b/core/res/res/drawable-hdpi/ic_menu_recent_history.png Binary files differindex 4101434e57c2..9094e98882c8 100644 --- a/core/res/res/drawable-hdpi/ic_menu_recent_history.png +++ b/core/res/res/drawable-hdpi/ic_menu_recent_history.png diff --git a/core/res/res/drawable-hdpi/ic_menu_report_image.png b/core/res/res/drawable-hdpi/ic_menu_report_image.png Binary files differindex 7847b7bb6b5a..74cef13a0517 100644 --- a/core/res/res/drawable-hdpi/ic_menu_report_image.png +++ b/core/res/res/drawable-hdpi/ic_menu_report_image.png diff --git a/core/res/res/drawable-hdpi/ic_menu_revert.png b/core/res/res/drawable-hdpi/ic_menu_revert.png Binary files differindex 0b9cf2abf2ba..3700afebd0b1 100644 --- a/core/res/res/drawable-hdpi/ic_menu_revert.png +++ b/core/res/res/drawable-hdpi/ic_menu_revert.png diff --git a/core/res/res/drawable-hdpi/ic_menu_rotate.png b/core/res/res/drawable-hdpi/ic_menu_rotate.png Binary files differindex 09efba4bb8a0..ae20630c98bd 100644 --- a/core/res/res/drawable-hdpi/ic_menu_rotate.png +++ b/core/res/res/drawable-hdpi/ic_menu_rotate.png diff --git a/core/res/res/drawable-hdpi/ic_menu_save.png b/core/res/res/drawable-hdpi/ic_menu_save.png Binary files differindex 36fc7f4ddf1c..00e8ac153e75 100644 --- a/core/res/res/drawable-hdpi/ic_menu_save.png +++ b/core/res/res/drawable-hdpi/ic_menu_save.png diff --git a/core/res/res/drawable-hdpi/ic_menu_search.png b/core/res/res/drawable-hdpi/ic_menu_search.png Binary files differindex ae2f44bc81ed..b52344cf5f48 100644 --- a/core/res/res/drawable-hdpi/ic_menu_search.png +++ b/core/res/res/drawable-hdpi/ic_menu_search.png diff --git a/core/res/res/drawable-hdpi/ic_menu_search_holo_dark.png b/core/res/res/drawable-hdpi/ic_menu_search_holo_dark.png Binary files differindex 420d68090d53..ab36c6a63939 100644 --- a/core/res/res/drawable-hdpi/ic_menu_search_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_menu_search_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_menu_search_holo_light.png b/core/res/res/drawable-hdpi/ic_menu_search_holo_light.png Binary files differindex cc661e3ae1f9..e5793a0c0598 100644 --- a/core/res/res/drawable-hdpi/ic_menu_search_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_menu_search_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_menu_search_mtrl_alpha.png b/core/res/res/drawable-hdpi/ic_menu_search_mtrl_alpha.png Binary files differindex f7382d373da3..d7ee3ae7ca60 100644 --- a/core/res/res/drawable-hdpi/ic_menu_search_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/ic_menu_search_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/ic_menu_selectall_holo_dark.png b/core/res/res/drawable-hdpi/ic_menu_selectall_holo_dark.png Binary files differindex c2cec7ff1a7f..ef444d90369c 100644 --- a/core/res/res/drawable-hdpi/ic_menu_selectall_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_menu_selectall_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_menu_selectall_holo_light.png b/core/res/res/drawable-hdpi/ic_menu_selectall_holo_light.png Binary files differindex 902402e26efd..e2ca2c3ac1e5 100644 --- a/core/res/res/drawable-hdpi/ic_menu_selectall_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_menu_selectall_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_menu_send.png b/core/res/res/drawable-hdpi/ic_menu_send.png Binary files differindex d94e69282568..00e01cac3b91 100644 --- a/core/res/res/drawable-hdpi/ic_menu_send.png +++ b/core/res/res/drawable-hdpi/ic_menu_send.png diff --git a/core/res/res/drawable-hdpi/ic_menu_set_as.png b/core/res/res/drawable-hdpi/ic_menu_set_as.png Binary files differindex 41f931b6bdd3..af45017c5b8c 100644 --- a/core/res/res/drawable-hdpi/ic_menu_set_as.png +++ b/core/res/res/drawable-hdpi/ic_menu_set_as.png diff --git a/core/res/res/drawable-hdpi/ic_menu_settings_holo_light.png b/core/res/res/drawable-hdpi/ic_menu_settings_holo_light.png Binary files differindex 577e055878ed..c3ab3d6099f8 100644 --- a/core/res/res/drawable-hdpi/ic_menu_settings_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_menu_settings_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_menu_share.png b/core/res/res/drawable-hdpi/ic_menu_share.png Binary files differindex 2837615728b6..ad29fed4442d 100644 --- a/core/res/res/drawable-hdpi/ic_menu_share.png +++ b/core/res/res/drawable-hdpi/ic_menu_share.png diff --git a/core/res/res/drawable-hdpi/ic_menu_share_holo_dark.png b/core/res/res/drawable-hdpi/ic_menu_share_holo_dark.png Binary files differindex 6f747c8f0659..db16ccc5db6b 100644 --- a/core/res/res/drawable-hdpi/ic_menu_share_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_menu_share_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_menu_share_holo_light.png b/core/res/res/drawable-hdpi/ic_menu_share_holo_light.png Binary files differindex 682b2fdec4cd..83c2df9bf14e 100644 --- a/core/res/res/drawable-hdpi/ic_menu_share_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_menu_share_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_menu_slideshow.png b/core/res/res/drawable-hdpi/ic_menu_slideshow.png Binary files differindex b2e65b44b1f4..eea0233898f9 100644 --- a/core/res/res/drawable-hdpi/ic_menu_slideshow.png +++ b/core/res/res/drawable-hdpi/ic_menu_slideshow.png diff --git a/core/res/res/drawable-hdpi/ic_menu_sort_alphabetically.png b/core/res/res/drawable-hdpi/ic_menu_sort_alphabetically.png Binary files differindex 74e6b83210a7..5b49b247baf9 100644 --- a/core/res/res/drawable-hdpi/ic_menu_sort_alphabetically.png +++ b/core/res/res/drawable-hdpi/ic_menu_sort_alphabetically.png diff --git a/core/res/res/drawable-hdpi/ic_menu_sort_by_size.png b/core/res/res/drawable-hdpi/ic_menu_sort_by_size.png Binary files differindex 39472a6ed58c..9b627290cf29 100644 --- a/core/res/res/drawable-hdpi/ic_menu_sort_by_size.png +++ b/core/res/res/drawable-hdpi/ic_menu_sort_by_size.png diff --git a/core/res/res/drawable-hdpi/ic_menu_star.png b/core/res/res/drawable-hdpi/ic_menu_star.png Binary files differindex 4f667a4c3016..f888dded0ea0 100644 --- a/core/res/res/drawable-hdpi/ic_menu_star.png +++ b/core/res/res/drawable-hdpi/ic_menu_star.png diff --git a/core/res/res/drawable-hdpi/ic_menu_start_conversation.png b/core/res/res/drawable-hdpi/ic_menu_start_conversation.png Binary files differindex 395a5ec89b5a..07a95e6b26ca 100644 --- a/core/res/res/drawable-hdpi/ic_menu_start_conversation.png +++ b/core/res/res/drawable-hdpi/ic_menu_start_conversation.png diff --git a/core/res/res/drawable-hdpi/ic_menu_stop.png b/core/res/res/drawable-hdpi/ic_menu_stop.png Binary files differindex cf53a08d78a3..d1388cd79f75 100644 --- a/core/res/res/drawable-hdpi/ic_menu_stop.png +++ b/core/res/res/drawable-hdpi/ic_menu_stop.png diff --git a/core/res/res/drawable-hdpi/ic_menu_today.png b/core/res/res/drawable-hdpi/ic_menu_today.png Binary files differindex b0a7a486ebcd..b373e2d4af1f 100644 --- a/core/res/res/drawable-hdpi/ic_menu_today.png +++ b/core/res/res/drawable-hdpi/ic_menu_today.png diff --git a/core/res/res/drawable-hdpi/ic_menu_upload.png b/core/res/res/drawable-hdpi/ic_menu_upload.png Binary files differindex a81ad20066b7..c21e1e060e7a 100644 --- a/core/res/res/drawable-hdpi/ic_menu_upload.png +++ b/core/res/res/drawable-hdpi/ic_menu_upload.png diff --git a/core/res/res/drawable-hdpi/ic_menu_upload_you_tube.png b/core/res/res/drawable-hdpi/ic_menu_upload_you_tube.png Binary files differindex ce8d1b6ac57e..5ff300d4cebd 100644 --- a/core/res/res/drawable-hdpi/ic_menu_upload_you_tube.png +++ b/core/res/res/drawable-hdpi/ic_menu_upload_you_tube.png diff --git a/core/res/res/drawable-hdpi/ic_menu_view.png b/core/res/res/drawable-hdpi/ic_menu_view.png Binary files differindex 25c2ff3bd7e8..4af6591f2572 100644 --- a/core/res/res/drawable-hdpi/ic_menu_view.png +++ b/core/res/res/drawable-hdpi/ic_menu_view.png diff --git a/core/res/res/drawable-hdpi/ic_menu_week.png b/core/res/res/drawable-hdpi/ic_menu_week.png Binary files differindex 69dc01557b1e..ac648464c952 100644 --- a/core/res/res/drawable-hdpi/ic_menu_week.png +++ b/core/res/res/drawable-hdpi/ic_menu_week.png diff --git a/core/res/res/drawable-hdpi/ic_menu_zoom.png b/core/res/res/drawable-hdpi/ic_menu_zoom.png Binary files differindex e2f56f0ce1c4..acf447659702 100644 --- a/core/res/res/drawable-hdpi/ic_menu_zoom.png +++ b/core/res/res/drawable-hdpi/ic_menu_zoom.png diff --git a/core/res/res/drawable-hdpi/ic_notification_cast_0.png b/core/res/res/drawable-hdpi/ic_notification_cast_0.png Binary files differindex 74f7dc0c1f48..d205bf21c996 100644 --- a/core/res/res/drawable-hdpi/ic_notification_cast_0.png +++ b/core/res/res/drawable-hdpi/ic_notification_cast_0.png diff --git a/core/res/res/drawable-hdpi/ic_notification_cast_1.png b/core/res/res/drawable-hdpi/ic_notification_cast_1.png Binary files differindex c6d267d8c021..595e2d059963 100644 --- a/core/res/res/drawable-hdpi/ic_notification_cast_1.png +++ b/core/res/res/drawable-hdpi/ic_notification_cast_1.png diff --git a/core/res/res/drawable-hdpi/ic_notification_cast_2.png b/core/res/res/drawable-hdpi/ic_notification_cast_2.png Binary files differindex 699b299ffb8b..9d28ac7536e0 100644 --- a/core/res/res/drawable-hdpi/ic_notification_cast_2.png +++ b/core/res/res/drawable-hdpi/ic_notification_cast_2.png diff --git a/core/res/res/drawable-hdpi/ic_notification_clear_all.png b/core/res/res/drawable-hdpi/ic_notification_clear_all.png Binary files differindex 6bff858d063a..4bad9ed8a2db 100644 --- a/core/res/res/drawable-hdpi/ic_notification_clear_all.png +++ b/core/res/res/drawable-hdpi/ic_notification_clear_all.png diff --git a/core/res/res/drawable-hdpi/ic_notification_ime_default.png b/core/res/res/drawable-hdpi/ic_notification_ime_default.png Binary files differindex 369c88d31707..667ee57b5cb6 100644 --- a/core/res/res/drawable-hdpi/ic_notification_ime_default.png +++ b/core/res/res/drawable-hdpi/ic_notification_ime_default.png diff --git a/core/res/res/drawable-hdpi/ic_notification_overlay.9.png b/core/res/res/drawable-hdpi/ic_notification_overlay.9.png Binary files differindex 744178f1abeb..9a6d5b677b64 100644 --- a/core/res/res/drawable-hdpi/ic_notification_overlay.9.png +++ b/core/res/res/drawable-hdpi/ic_notification_overlay.9.png diff --git a/core/res/res/drawable-hdpi/ic_partial_secure.png b/core/res/res/drawable-hdpi/ic_partial_secure.png Binary files differindex 70bd08dcf638..5a1f1eda63c6 100644 --- a/core/res/res/drawable-hdpi/ic_partial_secure.png +++ b/core/res/res/drawable-hdpi/ic_partial_secure.png diff --git a/core/res/res/drawable-hdpi/ic_popup_disk_full.png b/core/res/res/drawable-hdpi/ic_popup_disk_full.png Binary files differindex b3c00a7b76d4..d3cf9e5b0f31 100644 --- a/core/res/res/drawable-hdpi/ic_popup_disk_full.png +++ b/core/res/res/drawable-hdpi/ic_popup_disk_full.png diff --git a/core/res/res/drawable-hdpi/ic_popup_reminder.png b/core/res/res/drawable-hdpi/ic_popup_reminder.png Binary files differindex 9652ddeb36fd..5434e459e789 100644 --- a/core/res/res/drawable-hdpi/ic_popup_reminder.png +++ b/core/res/res/drawable-hdpi/ic_popup_reminder.png diff --git a/core/res/res/drawable-hdpi/ic_popup_sync_1.png b/core/res/res/drawable-hdpi/ic_popup_sync_1.png Binary files differindex a248f5995c38..3b7717535a78 100644 --- a/core/res/res/drawable-hdpi/ic_popup_sync_1.png +++ b/core/res/res/drawable-hdpi/ic_popup_sync_1.png diff --git a/core/res/res/drawable-hdpi/ic_popup_sync_2.png b/core/res/res/drawable-hdpi/ic_popup_sync_2.png Binary files differindex 756bfc68305a..c164ac5d6538 100644 --- a/core/res/res/drawable-hdpi/ic_popup_sync_2.png +++ b/core/res/res/drawable-hdpi/ic_popup_sync_2.png diff --git a/core/res/res/drawable-hdpi/ic_popup_sync_3.png b/core/res/res/drawable-hdpi/ic_popup_sync_3.png Binary files differindex e06825bc1856..eeb850bad096 100644 --- a/core/res/res/drawable-hdpi/ic_popup_sync_3.png +++ b/core/res/res/drawable-hdpi/ic_popup_sync_3.png diff --git a/core/res/res/drawable-hdpi/ic_popup_sync_4.png b/core/res/res/drawable-hdpi/ic_popup_sync_4.png Binary files differindex 87ce8f627703..ab7f6df8c2b1 100644 --- a/core/res/res/drawable-hdpi/ic_popup_sync_4.png +++ b/core/res/res/drawable-hdpi/ic_popup_sync_4.png diff --git a/core/res/res/drawable-hdpi/ic_popup_sync_5.png b/core/res/res/drawable-hdpi/ic_popup_sync_5.png Binary files differindex 635480c39c4c..58399686dfcf 100644 --- a/core/res/res/drawable-hdpi/ic_popup_sync_5.png +++ b/core/res/res/drawable-hdpi/ic_popup_sync_5.png diff --git a/core/res/res/drawable-hdpi/ic_popup_sync_6.png b/core/res/res/drawable-hdpi/ic_popup_sync_6.png Binary files differindex b339eb2ed146..26e8ee8044b5 100644 --- a/core/res/res/drawable-hdpi/ic_popup_sync_6.png +++ b/core/res/res/drawable-hdpi/ic_popup_sync_6.png diff --git a/core/res/res/drawable-hdpi/ic_print.png b/core/res/res/drawable-hdpi/ic_print.png Binary files differindex aaff3ddb0e46..6792d09ac5a3 100644 --- a/core/res/res/drawable-hdpi/ic_print.png +++ b/core/res/res/drawable-hdpi/ic_print.png diff --git a/core/res/res/drawable-hdpi/ic_print_error.png b/core/res/res/drawable-hdpi/ic_print_error.png Binary files differindex 7846a78b5a20..70da81760f7b 100644 --- a/core/res/res/drawable-hdpi/ic_print_error.png +++ b/core/res/res/drawable-hdpi/ic_print_error.png diff --git a/core/res/res/drawable-hdpi/ic_search.png b/core/res/res/drawable-hdpi/ic_search.png Binary files differindex bf8bd6670ae4..1518613d237c 100644 --- a/core/res/res/drawable-hdpi/ic_search.png +++ b/core/res/res/drawable-hdpi/ic_search.png diff --git a/core/res/res/drawable-hdpi/ic_search_api_holo_dark.png b/core/res/res/drawable-hdpi/ic_search_api_holo_dark.png Binary files differindex 8d529b8e311c..b526d4e73c88 100644 --- a/core/res/res/drawable-hdpi/ic_search_api_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_search_api_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_search_api_holo_light.png b/core/res/res/drawable-hdpi/ic_search_api_holo_light.png Binary files differindex 8b15ecbd8005..7250c5cb1331 100644 --- a/core/res/res/drawable-hdpi/ic_search_api_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_search_api_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_search_category_default.png b/core/res/res/drawable-hdpi/ic_search_category_default.png Binary files differindex f78234e476c0..46b63d19dac0 100644 --- a/core/res/res/drawable-hdpi/ic_search_category_default.png +++ b/core/res/res/drawable-hdpi/ic_search_category_default.png diff --git a/core/res/res/drawable-hdpi/ic_secure.png b/core/res/res/drawable-hdpi/ic_secure.png Binary files differindex 5fb62c22c460..e43ffaccb30e 100644 --- a/core/res/res/drawable-hdpi/ic_secure.png +++ b/core/res/res/drawable-hdpi/ic_secure.png diff --git a/core/res/res/drawable-hdpi/ic_settings.png b/core/res/res/drawable-hdpi/ic_settings.png Binary files differindex cfa539f54044..82dba6bdeb75 100644 --- a/core/res/res/drawable-hdpi/ic_settings.png +++ b/core/res/res/drawable-hdpi/ic_settings.png diff --git a/core/res/res/drawable-hdpi/ic_settings_language.png b/core/res/res/drawable-hdpi/ic_settings_language.png Binary files differindex f635b2e7a0b8..bfbd1a6c8896 100644 --- a/core/res/res/drawable-hdpi/ic_settings_language.png +++ b/core/res/res/drawable-hdpi/ic_settings_language.png diff --git a/core/res/res/drawable-hdpi/ic_sim_card_multi_24px_clr.png b/core/res/res/drawable-hdpi/ic_sim_card_multi_24px_clr.png Binary files differindex c4a66bbf05c5..6788c98c1be5 100644 --- a/core/res/res/drawable-hdpi/ic_sim_card_multi_24px_clr.png +++ b/core/res/res/drawable-hdpi/ic_sim_card_multi_24px_clr.png diff --git a/core/res/res/drawable-hdpi/ic_sim_card_multi_48px_clr.png b/core/res/res/drawable-hdpi/ic_sim_card_multi_48px_clr.png Binary files differindex db901d94912c..b3f0f8ac98f5 100644 --- a/core/res/res/drawable-hdpi/ic_sim_card_multi_48px_clr.png +++ b/core/res/res/drawable-hdpi/ic_sim_card_multi_48px_clr.png diff --git a/core/res/res/drawable-hdpi/ic_star_black_16dp.png b/core/res/res/drawable-hdpi/ic_star_black_16dp.png Binary files differindex a728afe60047..22b19364f763 100644 --- a/core/res/res/drawable-hdpi/ic_star_black_16dp.png +++ b/core/res/res/drawable-hdpi/ic_star_black_16dp.png diff --git a/core/res/res/drawable-hdpi/ic_star_black_36dp.png b/core/res/res/drawable-hdpi/ic_star_black_36dp.png Binary files differindex 4f67f9773e4e..18f8205e6e5d 100644 --- a/core/res/res/drawable-hdpi/ic_star_black_36dp.png +++ b/core/res/res/drawable-hdpi/ic_star_black_36dp.png diff --git a/core/res/res/drawable-hdpi/ic_star_black_48dp.png b/core/res/res/drawable-hdpi/ic_star_black_48dp.png Binary files differindex 54d306599a5b..a933c27f9327 100644 --- a/core/res/res/drawable-hdpi/ic_star_black_48dp.png +++ b/core/res/res/drawable-hdpi/ic_star_black_48dp.png diff --git a/core/res/res/drawable-hdpi/ic_star_half_black_16dp.png b/core/res/res/drawable-hdpi/ic_star_half_black_16dp.png Binary files differindex 89919a32fdc7..68a1821e515f 100644 --- a/core/res/res/drawable-hdpi/ic_star_half_black_16dp.png +++ b/core/res/res/drawable-hdpi/ic_star_half_black_16dp.png diff --git a/core/res/res/drawable-hdpi/ic_star_half_black_36dp.png b/core/res/res/drawable-hdpi/ic_star_half_black_36dp.png Binary files differindex d28afabd34c5..ffa0639ab2e0 100644 --- a/core/res/res/drawable-hdpi/ic_star_half_black_36dp.png +++ b/core/res/res/drawable-hdpi/ic_star_half_black_36dp.png diff --git a/core/res/res/drawable-hdpi/ic_star_half_black_48dp.png b/core/res/res/drawable-hdpi/ic_star_half_black_48dp.png Binary files differindex befe521c9556..2ee4e91e9648 100644 --- a/core/res/res/drawable-hdpi/ic_star_half_black_48dp.png +++ b/core/res/res/drawable-hdpi/ic_star_half_black_48dp.png diff --git a/core/res/res/drawable-hdpi/ic_sysbar_quicksettings.png b/core/res/res/drawable-hdpi/ic_sysbar_quicksettings.png Binary files differindex 47b4ba23f7a5..582f643547b9 100644 --- a/core/res/res/drawable-hdpi/ic_sysbar_quicksettings.png +++ b/core/res/res/drawable-hdpi/ic_sysbar_quicksettings.png diff --git a/core/res/res/drawable-hdpi/ic_vibrate.png b/core/res/res/drawable-hdpi/ic_vibrate.png Binary files differindex ca23372eb2f0..dee1082232bc 100644 --- a/core/res/res/drawable-hdpi/ic_vibrate.png +++ b/core/res/res/drawable-hdpi/ic_vibrate.png diff --git a/core/res/res/drawable-hdpi/ic_vibrate_small.png b/core/res/res/drawable-hdpi/ic_vibrate_small.png Binary files differindex 61b8bd908901..d6472b596daf 100644 --- a/core/res/res/drawable-hdpi/ic_vibrate_small.png +++ b/core/res/res/drawable-hdpi/ic_vibrate_small.png diff --git a/core/res/res/drawable-hdpi/ic_voice_search.png b/core/res/res/drawable-hdpi/ic_voice_search.png Binary files differindex 66d14aec0cce..ae322dbbb7cd 100644 --- a/core/res/res/drawable-hdpi/ic_voice_search.png +++ b/core/res/res/drawable-hdpi/ic_voice_search.png diff --git a/core/res/res/drawable-hdpi/ic_voice_search_api_holo_dark.png b/core/res/res/drawable-hdpi/ic_voice_search_api_holo_dark.png Binary files differindex 32062a665f96..4d3e074768d4 100644 --- a/core/res/res/drawable-hdpi/ic_voice_search_api_holo_dark.png +++ b/core/res/res/drawable-hdpi/ic_voice_search_api_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_voice_search_api_holo_light.png b/core/res/res/drawable-hdpi/ic_voice_search_api_holo_light.png Binary files differindex d2b2d21a0bc1..bbf91a5939f0 100644 --- a/core/res/res/drawable-hdpi/ic_voice_search_api_holo_light.png +++ b/core/res/res/drawable-hdpi/ic_voice_search_api_holo_light.png diff --git a/core/res/res/drawable-hdpi/ic_volume.png b/core/res/res/drawable-hdpi/ic_volume.png Binary files differindex bf538ee2e2e9..ba5644fa6b83 100644 --- a/core/res/res/drawable-hdpi/ic_volume.png +++ b/core/res/res/drawable-hdpi/ic_volume.png diff --git a/core/res/res/drawable-hdpi/ic_volume_bluetooth_ad2p.png b/core/res/res/drawable-hdpi/ic_volume_bluetooth_ad2p.png Binary files differindex 31851e19c383..5fcf7640df3c 100644 --- a/core/res/res/drawable-hdpi/ic_volume_bluetooth_ad2p.png +++ b/core/res/res/drawable-hdpi/ic_volume_bluetooth_ad2p.png diff --git a/core/res/res/drawable-hdpi/ic_volume_bluetooth_in_call.png b/core/res/res/drawable-hdpi/ic_volume_bluetooth_in_call.png Binary files differindex 108a9e14c3a5..caa3b0f4820d 100644 --- a/core/res/res/drawable-hdpi/ic_volume_bluetooth_in_call.png +++ b/core/res/res/drawable-hdpi/ic_volume_bluetooth_in_call.png diff --git a/core/res/res/drawable-hdpi/ic_volume_off.png b/core/res/res/drawable-hdpi/ic_volume_off.png Binary files differindex aa344083346b..8ef88e7c6b02 100644 --- a/core/res/res/drawable-hdpi/ic_volume_off.png +++ b/core/res/res/drawable-hdpi/ic_volume_off.png diff --git a/core/res/res/drawable-hdpi/ic_volume_off_small.png b/core/res/res/drawable-hdpi/ic_volume_off_small.png Binary files differindex 1329414eec1f..0143ad78a55b 100644 --- a/core/res/res/drawable-hdpi/ic_volume_off_small.png +++ b/core/res/res/drawable-hdpi/ic_volume_off_small.png diff --git a/core/res/res/drawable-hdpi/ic_volume_small.png b/core/res/res/drawable-hdpi/ic_volume_small.png Binary files differindex 4e9a7eae10a8..4d3d1167701d 100644 --- a/core/res/res/drawable-hdpi/ic_volume_small.png +++ b/core/res/res/drawable-hdpi/ic_volume_small.png diff --git a/core/res/res/drawable-hdpi/icon_highlight_rectangle.9.png b/core/res/res/drawable-hdpi/icon_highlight_rectangle.9.png Binary files differindex a4da974dd89c..319cbf79fdfe 100644 --- a/core/res/res/drawable-hdpi/icon_highlight_rectangle.9.png +++ b/core/res/res/drawable-hdpi/icon_highlight_rectangle.9.png diff --git a/core/res/res/drawable-hdpi/icon_highlight_square.9.png b/core/res/res/drawable-hdpi/icon_highlight_square.9.png Binary files differindex 6f9a442ab1ce..55577ef6c471 100644 --- a/core/res/res/drawable-hdpi/icon_highlight_square.9.png +++ b/core/res/res/drawable-hdpi/icon_highlight_square.9.png diff --git a/core/res/res/drawable-hdpi/ime_qwerty.png b/core/res/res/drawable-hdpi/ime_qwerty.png Binary files differindex f9967cc87d30..957e9f842bb1 100644 --- a/core/res/res/drawable-hdpi/ime_qwerty.png +++ b/core/res/res/drawable-hdpi/ime_qwerty.png diff --git a/core/res/res/drawable-hdpi/indicator_input_error.png b/core/res/res/drawable-hdpi/indicator_input_error.png Binary files differindex 878537649c90..c87d86f8bfc7 100644 --- a/core/res/res/drawable-hdpi/indicator_input_error.png +++ b/core/res/res/drawable-hdpi/indicator_input_error.png diff --git a/core/res/res/drawable-hdpi/jog_dial_arrow_long_left_green.png b/core/res/res/drawable-hdpi/jog_dial_arrow_long_left_green.png Binary files differindex f19811e67c39..246cc4ff42ca 100644 --- a/core/res/res/drawable-hdpi/jog_dial_arrow_long_left_green.png +++ b/core/res/res/drawable-hdpi/jog_dial_arrow_long_left_green.png diff --git a/core/res/res/drawable-hdpi/jog_dial_arrow_long_left_yellow.png b/core/res/res/drawable-hdpi/jog_dial_arrow_long_left_yellow.png Binary files differindex 0596035f627d..c53b9c1b84e8 100644 --- a/core/res/res/drawable-hdpi/jog_dial_arrow_long_left_yellow.png +++ b/core/res/res/drawable-hdpi/jog_dial_arrow_long_left_yellow.png diff --git a/core/res/res/drawable-hdpi/jog_dial_arrow_long_middle_yellow.png b/core/res/res/drawable-hdpi/jog_dial_arrow_long_middle_yellow.png Binary files differindex 3ab2723e162d..14f64099d1f6 100644 --- a/core/res/res/drawable-hdpi/jog_dial_arrow_long_middle_yellow.png +++ b/core/res/res/drawable-hdpi/jog_dial_arrow_long_middle_yellow.png diff --git a/core/res/res/drawable-hdpi/jog_dial_arrow_long_right_red.png b/core/res/res/drawable-hdpi/jog_dial_arrow_long_right_red.png Binary files differindex dd6899fa7e2a..d28fd62a6c42 100644 --- a/core/res/res/drawable-hdpi/jog_dial_arrow_long_right_red.png +++ b/core/res/res/drawable-hdpi/jog_dial_arrow_long_right_red.png diff --git a/core/res/res/drawable-hdpi/jog_dial_arrow_long_right_yellow.png b/core/res/res/drawable-hdpi/jog_dial_arrow_long_right_yellow.png Binary files differindex 27151e017076..546c943fed84 100644 --- a/core/res/res/drawable-hdpi/jog_dial_arrow_long_right_yellow.png +++ b/core/res/res/drawable-hdpi/jog_dial_arrow_long_right_yellow.png diff --git a/core/res/res/drawable-hdpi/jog_dial_arrow_short_left.png b/core/res/res/drawable-hdpi/jog_dial_arrow_short_left.png Binary files differindex 66d49bbb054f..a3c9ccc118c1 100644 --- a/core/res/res/drawable-hdpi/jog_dial_arrow_short_left.png +++ b/core/res/res/drawable-hdpi/jog_dial_arrow_short_left.png diff --git a/core/res/res/drawable-hdpi/jog_dial_arrow_short_left_and_right.png b/core/res/res/drawable-hdpi/jog_dial_arrow_short_left_and_right.png Binary files differindex c47e17608646..34eab1598d67 100644 --- a/core/res/res/drawable-hdpi/jog_dial_arrow_short_left_and_right.png +++ b/core/res/res/drawable-hdpi/jog_dial_arrow_short_left_and_right.png diff --git a/core/res/res/drawable-hdpi/jog_dial_arrow_short_right.png b/core/res/res/drawable-hdpi/jog_dial_arrow_short_right.png Binary files differindex f5ea157f73e8..2b6775bb0758 100644 --- a/core/res/res/drawable-hdpi/jog_dial_arrow_short_right.png +++ b/core/res/res/drawable-hdpi/jog_dial_arrow_short_right.png diff --git a/core/res/res/drawable-hdpi/jog_dial_bg.png b/core/res/res/drawable-hdpi/jog_dial_bg.png Binary files differindex 8adbfd8d8e22..388d8783b05b 100644 --- a/core/res/res/drawable-hdpi/jog_dial_bg.png +++ b/core/res/res/drawable-hdpi/jog_dial_bg.png diff --git a/core/res/res/drawable-hdpi/jog_dial_dimple.png b/core/res/res/drawable-hdpi/jog_dial_dimple.png Binary files differindex 0eaea91de178..29da0edceac3 100644 --- a/core/res/res/drawable-hdpi/jog_dial_dimple.png +++ b/core/res/res/drawable-hdpi/jog_dial_dimple.png diff --git a/core/res/res/drawable-hdpi/jog_dial_dimple_dim.png b/core/res/res/drawable-hdpi/jog_dial_dimple_dim.png Binary files differindex 49effe55fe3b..e4a1b6259d16 100644 --- a/core/res/res/drawable-hdpi/jog_dial_dimple_dim.png +++ b/core/res/res/drawable-hdpi/jog_dial_dimple_dim.png diff --git a/core/res/res/drawable-hdpi/jog_tab_bar_left_end_confirm_gray.9.png b/core/res/res/drawable-hdpi/jog_tab_bar_left_end_confirm_gray.9.png Binary files differindex abb91ccc3dc1..fd590694b38c 100644 --- a/core/res/res/drawable-hdpi/jog_tab_bar_left_end_confirm_gray.9.png +++ b/core/res/res/drawable-hdpi/jog_tab_bar_left_end_confirm_gray.9.png diff --git a/core/res/res/drawable-hdpi/jog_tab_bar_left_end_confirm_green.9.png b/core/res/res/drawable-hdpi/jog_tab_bar_left_end_confirm_green.9.png Binary files differindex 7c4f40ea9dd2..e31d58a8a3fe 100644 --- a/core/res/res/drawable-hdpi/jog_tab_bar_left_end_confirm_green.9.png +++ b/core/res/res/drawable-hdpi/jog_tab_bar_left_end_confirm_green.9.png diff --git a/core/res/res/drawable-hdpi/jog_tab_bar_left_end_confirm_red.9.png b/core/res/res/drawable-hdpi/jog_tab_bar_left_end_confirm_red.9.png Binary files differindex 6dbf925b3ec0..beb0f32145a0 100644 --- a/core/res/res/drawable-hdpi/jog_tab_bar_left_end_confirm_red.9.png +++ b/core/res/res/drawable-hdpi/jog_tab_bar_left_end_confirm_red.9.png diff --git a/core/res/res/drawable-hdpi/jog_tab_bar_left_end_confirm_yellow.9.png b/core/res/res/drawable-hdpi/jog_tab_bar_left_end_confirm_yellow.9.png Binary files differindex b05a49f5b489..c2b0a10aa050 100644 --- a/core/res/res/drawable-hdpi/jog_tab_bar_left_end_confirm_yellow.9.png +++ b/core/res/res/drawable-hdpi/jog_tab_bar_left_end_confirm_yellow.9.png diff --git a/core/res/res/drawable-hdpi/jog_tab_bar_left_end_normal.9.png b/core/res/res/drawable-hdpi/jog_tab_bar_left_end_normal.9.png Binary files differindex b9ec2374af62..044007b6db07 100644 --- a/core/res/res/drawable-hdpi/jog_tab_bar_left_end_normal.9.png +++ b/core/res/res/drawable-hdpi/jog_tab_bar_left_end_normal.9.png diff --git a/core/res/res/drawable-hdpi/jog_tab_bar_left_end_pressed.9.png b/core/res/res/drawable-hdpi/jog_tab_bar_left_end_pressed.9.png Binary files differindex 2800cabeb141..68e3ff0ad7f9 100644 --- a/core/res/res/drawable-hdpi/jog_tab_bar_left_end_pressed.9.png +++ b/core/res/res/drawable-hdpi/jog_tab_bar_left_end_pressed.9.png diff --git a/core/res/res/drawable-hdpi/jog_tab_bar_right_end_confirm_gray.9.png b/core/res/res/drawable-hdpi/jog_tab_bar_right_end_confirm_gray.9.png Binary files differindex 51cbfa6bb5da..b3630ef27585 100644 --- a/core/res/res/drawable-hdpi/jog_tab_bar_right_end_confirm_gray.9.png +++ b/core/res/res/drawable-hdpi/jog_tab_bar_right_end_confirm_gray.9.png diff --git a/core/res/res/drawable-hdpi/jog_tab_bar_right_end_confirm_green.9.png b/core/res/res/drawable-hdpi/jog_tab_bar_right_end_confirm_green.9.png Binary files differindex ca51ccc005fc..f01814a65c45 100644 --- a/core/res/res/drawable-hdpi/jog_tab_bar_right_end_confirm_green.9.png +++ b/core/res/res/drawable-hdpi/jog_tab_bar_right_end_confirm_green.9.png diff --git a/core/res/res/drawable-hdpi/jog_tab_bar_right_end_confirm_red.9.png b/core/res/res/drawable-hdpi/jog_tab_bar_right_end_confirm_red.9.png Binary files differindex fd98571d3d3f..7592f432dd62 100644 --- a/core/res/res/drawable-hdpi/jog_tab_bar_right_end_confirm_red.9.png +++ b/core/res/res/drawable-hdpi/jog_tab_bar_right_end_confirm_red.9.png diff --git a/core/res/res/drawable-hdpi/jog_tab_bar_right_end_confirm_yellow.9.png b/core/res/res/drawable-hdpi/jog_tab_bar_right_end_confirm_yellow.9.png Binary files differindex 723815b0e7a2..3a416aa03ece 100644 --- a/core/res/res/drawable-hdpi/jog_tab_bar_right_end_confirm_yellow.9.png +++ b/core/res/res/drawable-hdpi/jog_tab_bar_right_end_confirm_yellow.9.png diff --git a/core/res/res/drawable-hdpi/jog_tab_bar_right_end_normal.9.png b/core/res/res/drawable-hdpi/jog_tab_bar_right_end_normal.9.png Binary files differindex 30fcda5fafef..a480cb253723 100644 --- a/core/res/res/drawable-hdpi/jog_tab_bar_right_end_normal.9.png +++ b/core/res/res/drawable-hdpi/jog_tab_bar_right_end_normal.9.png diff --git a/core/res/res/drawable-hdpi/jog_tab_bar_right_end_pressed.9.png b/core/res/res/drawable-hdpi/jog_tab_bar_right_end_pressed.9.png Binary files differindex ffc54339d58a..8f0f8e11729f 100644 --- a/core/res/res/drawable-hdpi/jog_tab_bar_right_end_pressed.9.png +++ b/core/res/res/drawable-hdpi/jog_tab_bar_right_end_pressed.9.png diff --git a/core/res/res/drawable-hdpi/jog_tab_left_confirm_gray.png b/core/res/res/drawable-hdpi/jog_tab_left_confirm_gray.png Binary files differindex 9599fb5bc200..a98ad3906f1f 100644 --- a/core/res/res/drawable-hdpi/jog_tab_left_confirm_gray.png +++ b/core/res/res/drawable-hdpi/jog_tab_left_confirm_gray.png diff --git a/core/res/res/drawable-hdpi/jog_tab_left_confirm_green.png b/core/res/res/drawable-hdpi/jog_tab_left_confirm_green.png Binary files differindex 46d9ab36a32d..ceab842b5a28 100644 --- a/core/res/res/drawable-hdpi/jog_tab_left_confirm_green.png +++ b/core/res/res/drawable-hdpi/jog_tab_left_confirm_green.png diff --git a/core/res/res/drawable-hdpi/jog_tab_left_confirm_red.png b/core/res/res/drawable-hdpi/jog_tab_left_confirm_red.png Binary files differindex 6c0dc0aee4c7..19660fb8c8b3 100644 --- a/core/res/res/drawable-hdpi/jog_tab_left_confirm_red.png +++ b/core/res/res/drawable-hdpi/jog_tab_left_confirm_red.png diff --git a/core/res/res/drawable-hdpi/jog_tab_left_confirm_yellow.png b/core/res/res/drawable-hdpi/jog_tab_left_confirm_yellow.png Binary files differindex 3f9fb8fd5b5f..97d7a466e3fd 100644 --- a/core/res/res/drawable-hdpi/jog_tab_left_confirm_yellow.png +++ b/core/res/res/drawable-hdpi/jog_tab_left_confirm_yellow.png diff --git a/core/res/res/drawable-hdpi/jog_tab_left_normal.png b/core/res/res/drawable-hdpi/jog_tab_left_normal.png Binary files differindex d43c5e212eb1..e756977dcd83 100644 --- a/core/res/res/drawable-hdpi/jog_tab_left_normal.png +++ b/core/res/res/drawable-hdpi/jog_tab_left_normal.png diff --git a/core/res/res/drawable-hdpi/jog_tab_left_pressed.png b/core/res/res/drawable-hdpi/jog_tab_left_pressed.png Binary files differindex ec9879008c82..88bd9d9725f2 100644 --- a/core/res/res/drawable-hdpi/jog_tab_left_pressed.png +++ b/core/res/res/drawable-hdpi/jog_tab_left_pressed.png diff --git a/core/res/res/drawable-hdpi/jog_tab_right_confirm_gray.png b/core/res/res/drawable-hdpi/jog_tab_right_confirm_gray.png Binary files differindex 2861e8d782f8..18433d5a5613 100644 --- a/core/res/res/drawable-hdpi/jog_tab_right_confirm_gray.png +++ b/core/res/res/drawable-hdpi/jog_tab_right_confirm_gray.png diff --git a/core/res/res/drawable-hdpi/jog_tab_right_confirm_green.png b/core/res/res/drawable-hdpi/jog_tab_right_confirm_green.png Binary files differindex e974bbc24bb0..2148d26f56a4 100644 --- a/core/res/res/drawable-hdpi/jog_tab_right_confirm_green.png +++ b/core/res/res/drawable-hdpi/jog_tab_right_confirm_green.png diff --git a/core/res/res/drawable-hdpi/jog_tab_right_confirm_red.png b/core/res/res/drawable-hdpi/jog_tab_right_confirm_red.png Binary files differindex 9647fa6f2dad..15c0c656840d 100644 --- a/core/res/res/drawable-hdpi/jog_tab_right_confirm_red.png +++ b/core/res/res/drawable-hdpi/jog_tab_right_confirm_red.png diff --git a/core/res/res/drawable-hdpi/jog_tab_right_confirm_yellow.png b/core/res/res/drawable-hdpi/jog_tab_right_confirm_yellow.png Binary files differindex ad878e17b5c9..a5f678551a7d 100644 --- a/core/res/res/drawable-hdpi/jog_tab_right_confirm_yellow.png +++ b/core/res/res/drawable-hdpi/jog_tab_right_confirm_yellow.png diff --git a/core/res/res/drawable-hdpi/jog_tab_right_normal.png b/core/res/res/drawable-hdpi/jog_tab_right_normal.png Binary files differindex 1eb4234394d2..6a05492efe6e 100644 --- a/core/res/res/drawable-hdpi/jog_tab_right_normal.png +++ b/core/res/res/drawable-hdpi/jog_tab_right_normal.png diff --git a/core/res/res/drawable-hdpi/jog_tab_right_pressed.png b/core/res/res/drawable-hdpi/jog_tab_right_pressed.png Binary files differindex 647e802f0c8d..3510bd8bcbde 100644 --- a/core/res/res/drawable-hdpi/jog_tab_right_pressed.png +++ b/core/res/res/drawable-hdpi/jog_tab_right_pressed.png diff --git a/core/res/res/drawable-hdpi/jog_tab_target_gray.png b/core/res/res/drawable-hdpi/jog_tab_target_gray.png Binary files differindex e7ef12951ca4..fd661326107a 100644 --- a/core/res/res/drawable-hdpi/jog_tab_target_gray.png +++ b/core/res/res/drawable-hdpi/jog_tab_target_gray.png diff --git a/core/res/res/drawable-hdpi/jog_tab_target_green.png b/core/res/res/drawable-hdpi/jog_tab_target_green.png Binary files differindex 17f6b101e727..3fddc13a8856 100644 --- a/core/res/res/drawable-hdpi/jog_tab_target_green.png +++ b/core/res/res/drawable-hdpi/jog_tab_target_green.png diff --git a/core/res/res/drawable-hdpi/jog_tab_target_red.png b/core/res/res/drawable-hdpi/jog_tab_target_red.png Binary files differindex 8db20bb63333..6f57e26b379e 100644 --- a/core/res/res/drawable-hdpi/jog_tab_target_red.png +++ b/core/res/res/drawable-hdpi/jog_tab_target_red.png diff --git a/core/res/res/drawable-hdpi/jog_tab_target_yellow.png b/core/res/res/drawable-hdpi/jog_tab_target_yellow.png Binary files differindex 15045b060002..f4e4c6bccf10 100644 --- a/core/res/res/drawable-hdpi/jog_tab_target_yellow.png +++ b/core/res/res/drawable-hdpi/jog_tab_target_yellow.png diff --git a/core/res/res/drawable-hdpi/keyboard_accessory_bg_landscape.9.png b/core/res/res/drawable-hdpi/keyboard_accessory_bg_landscape.9.png Binary files differindex 5b0f6c5a3758..7a3004ff152c 100644 --- a/core/res/res/drawable-hdpi/keyboard_accessory_bg_landscape.9.png +++ b/core/res/res/drawable-hdpi/keyboard_accessory_bg_landscape.9.png diff --git a/core/res/res/drawable-hdpi/keyboard_background.9.png b/core/res/res/drawable-hdpi/keyboard_background.9.png Binary files differindex 7a03b8e4ba77..6fc70341558e 100644 --- a/core/res/res/drawable-hdpi/keyboard_background.9.png +++ b/core/res/res/drawable-hdpi/keyboard_background.9.png diff --git a/core/res/res/drawable-hdpi/keyboard_key_feedback_background.9.png b/core/res/res/drawable-hdpi/keyboard_key_feedback_background.9.png Binary files differindex 6ba42db82377..2578e07a0e18 100644 --- a/core/res/res/drawable-hdpi/keyboard_key_feedback_background.9.png +++ b/core/res/res/drawable-hdpi/keyboard_key_feedback_background.9.png diff --git a/core/res/res/drawable-hdpi/keyboard_key_feedback_more_background.9.png b/core/res/res/drawable-hdpi/keyboard_key_feedback_more_background.9.png Binary files differindex 4d0b60109987..f7583bd968a7 100644 --- a/core/res/res/drawable-hdpi/keyboard_key_feedback_more_background.9.png +++ b/core/res/res/drawable-hdpi/keyboard_key_feedback_more_background.9.png diff --git a/core/res/res/drawable-hdpi/keyboard_popup_panel_background.9.png b/core/res/res/drawable-hdpi/keyboard_popup_panel_background.9.png Binary files differindex 8e2461b3f184..0f8e8c3059f9 100644 --- a/core/res/res/drawable-hdpi/keyboard_popup_panel_background.9.png +++ b/core/res/res/drawable-hdpi/keyboard_popup_panel_background.9.png diff --git a/core/res/res/drawable-hdpi/keyboard_popup_panel_trans_background.9.png b/core/res/res/drawable-hdpi/keyboard_popup_panel_trans_background.9.png Binary files differindex fd7366e20432..f82ce63dc2bd 100644 --- a/core/res/res/drawable-hdpi/keyboard_popup_panel_trans_background.9.png +++ b/core/res/res/drawable-hdpi/keyboard_popup_panel_trans_background.9.png diff --git a/core/res/res/drawable-hdpi/light_header.9.png b/core/res/res/drawable-hdpi/light_header.9.png Binary files differindex 6fc53ca53a8f..ab63b5dc93a6 100644 --- a/core/res/res/drawable-hdpi/light_header.9.png +++ b/core/res/res/drawable-hdpi/light_header.9.png diff --git a/core/res/res/drawable-hdpi/list_activated_holo.9.png b/core/res/res/drawable-hdpi/list_activated_holo.9.png Binary files differindex 4ea7afa00e2b..fdbc14016ddb 100644 --- a/core/res/res/drawable-hdpi/list_activated_holo.9.png +++ b/core/res/res/drawable-hdpi/list_activated_holo.9.png diff --git a/core/res/res/drawable-hdpi/list_divider_holo_dark.9.png b/core/res/res/drawable-hdpi/list_divider_holo_dark.9.png Binary files differindex 986ab0b97463..d564cd47dd61 100644 --- a/core/res/res/drawable-hdpi/list_divider_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/list_divider_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/list_divider_holo_light.9.png b/core/res/res/drawable-hdpi/list_divider_holo_light.9.png Binary files differindex 0279e17a123f..be0d0b31f439 100644 --- a/core/res/res/drawable-hdpi/list_divider_holo_light.9.png +++ b/core/res/res/drawable-hdpi/list_divider_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/list_divider_horizontal_holo_dark.9.png b/core/res/res/drawable-hdpi/list_divider_horizontal_holo_dark.9.png Binary files differindex 0a4347f57663..b302f08aec82 100644 --- a/core/res/res/drawable-hdpi/list_divider_horizontal_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/list_divider_horizontal_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/list_focused_holo.9.png b/core/res/res/drawable-hdpi/list_focused_holo.9.png Binary files differindex 555270842a73..06e64c9a0edc 100644 --- a/core/res/res/drawable-hdpi/list_focused_holo.9.png +++ b/core/res/res/drawable-hdpi/list_focused_holo.9.png diff --git a/core/res/res/drawable-hdpi/list_longpressed_holo.9.png b/core/res/res/drawable-hdpi/list_longpressed_holo.9.png Binary files differindex 4ea7afa00e2b..fdbc14016ddb 100644 --- a/core/res/res/drawable-hdpi/list_longpressed_holo.9.png +++ b/core/res/res/drawable-hdpi/list_longpressed_holo.9.png diff --git a/core/res/res/drawable-hdpi/list_longpressed_holo_dark.9.png b/core/res/res/drawable-hdpi/list_longpressed_holo_dark.9.png Binary files differindex f5cc0edc0798..7b3fc3e08f1b 100644 --- a/core/res/res/drawable-hdpi/list_longpressed_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/list_longpressed_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/list_longpressed_holo_light.9.png b/core/res/res/drawable-hdpi/list_longpressed_holo_light.9.png Binary files differindex e9afcc9248a4..beacd560a33f 100644 --- a/core/res/res/drawable-hdpi/list_longpressed_holo_light.9.png +++ b/core/res/res/drawable-hdpi/list_longpressed_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/list_pressed_holo_dark.9.png b/core/res/res/drawable-hdpi/list_pressed_holo_dark.9.png Binary files differindex 596accb8a1a5..0f00e9088b5f 100644 --- a/core/res/res/drawable-hdpi/list_pressed_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/list_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/list_pressed_holo_light.9.png b/core/res/res/drawable-hdpi/list_pressed_holo_light.9.png Binary files differindex 2054530ed287..53e42573932a 100644 --- a/core/res/res/drawable-hdpi/list_pressed_holo_light.9.png +++ b/core/res/res/drawable-hdpi/list_pressed_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/list_section_divider_holo_dark.9.png b/core/res/res/drawable-hdpi/list_section_divider_holo_dark.9.png Binary files differindex 43a20adcb19d..ffa45870643c 100644 --- a/core/res/res/drawable-hdpi/list_section_divider_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/list_section_divider_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/list_section_divider_holo_light.9.png b/core/res/res/drawable-hdpi/list_section_divider_holo_light.9.png Binary files differindex b7b292e92b5c..4158711c9f40 100644 --- a/core/res/res/drawable-hdpi/list_section_divider_holo_light.9.png +++ b/core/res/res/drawable-hdpi/list_section_divider_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/list_section_divider_mtrl_alpha.9.png b/core/res/res/drawable-hdpi/list_section_divider_mtrl_alpha.9.png Binary files differindex 20baf2a8a4e7..2c2d6d5a34f3 100644 --- a/core/res/res/drawable-hdpi/list_section_divider_mtrl_alpha.9.png +++ b/core/res/res/drawable-hdpi/list_section_divider_mtrl_alpha.9.png diff --git a/core/res/res/drawable-hdpi/list_section_header_holo_dark.9.png b/core/res/res/drawable-hdpi/list_section_header_holo_dark.9.png Binary files differindex 2030d3bc1be9..eb9a8ac440fa 100644 --- a/core/res/res/drawable-hdpi/list_section_header_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/list_section_header_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/list_section_header_holo_light.9.png b/core/res/res/drawable-hdpi/list_section_header_holo_light.9.png Binary files differindex 4ca277367ab0..da6ee9451d1f 100644 --- a/core/res/res/drawable-hdpi/list_section_header_holo_light.9.png +++ b/core/res/res/drawable-hdpi/list_section_header_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/list_selected_holo_dark.9.png b/core/res/res/drawable-hdpi/list_selected_holo_dark.9.png Binary files differindex 1a0bf0d1a878..2d58ae97f103 100644 --- a/core/res/res/drawable-hdpi/list_selected_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/list_selected_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/list_selected_holo_light.9.png b/core/res/res/drawable-hdpi/list_selected_holo_light.9.png Binary files differindex c9e662d1f455..384f980ba715 100644 --- a/core/res/res/drawable-hdpi/list_selected_holo_light.9.png +++ b/core/res/res/drawable-hdpi/list_selected_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_activated_holo_dark.9.png b/core/res/res/drawable-hdpi/list_selector_activated_holo_dark.9.png Binary files differindex 1a516c1d4718..eaa6d93aac24 100644 --- a/core/res/res/drawable-hdpi/list_selector_activated_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/list_selector_activated_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_activated_holo_light.9.png b/core/res/res/drawable-hdpi/list_selector_activated_holo_light.9.png Binary files differindex f22217b1c0da..375d60e4ea43 100644 --- a/core/res/res/drawable-hdpi/list_selector_activated_holo_light.9.png +++ b/core/res/res/drawable-hdpi/list_selector_activated_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_background_default.9.png b/core/res/res/drawable-hdpi/list_selector_background_default.9.png Binary files differindex 25c624126b3f..5d4f8d535e56 100644 --- a/core/res/res/drawable-hdpi/list_selector_background_default.9.png +++ b/core/res/res/drawable-hdpi/list_selector_background_default.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_background_default_light.9.png b/core/res/res/drawable-hdpi/list_selector_background_default_light.9.png Binary files differindex c3e69f03910d..668471502942 100644 --- a/core/res/res/drawable-hdpi/list_selector_background_default_light.9.png +++ b/core/res/res/drawable-hdpi/list_selector_background_default_light.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_background_disabled.9.png b/core/res/res/drawable-hdpi/list_selector_background_disabled.9.png Binary files differindex 05b141940987..edc9fdb4f686 100644 --- a/core/res/res/drawable-hdpi/list_selector_background_disabled.9.png +++ b/core/res/res/drawable-hdpi/list_selector_background_disabled.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_background_disabled_light.9.png b/core/res/res/drawable-hdpi/list_selector_background_disabled_light.9.png Binary files differindex 8edc9cdee86b..570ad16e6026 100644 --- a/core/res/res/drawable-hdpi/list_selector_background_disabled_light.9.png +++ b/core/res/res/drawable-hdpi/list_selector_background_disabled_light.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_background_focus.9.png b/core/res/res/drawable-hdpi/list_selector_background_focus.9.png Binary files differindex 3a21d356fb65..89b68381fbc4 100644 --- a/core/res/res/drawable-hdpi/list_selector_background_focus.9.png +++ b/core/res/res/drawable-hdpi/list_selector_background_focus.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_background_focused.9.png b/core/res/res/drawable-hdpi/list_selector_background_focused.9.png Binary files differindex 60bb4545c5fd..b9d92d438295 100644 --- a/core/res/res/drawable-hdpi/list_selector_background_focused.9.png +++ b/core/res/res/drawable-hdpi/list_selector_background_focused.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_background_focused_light.9.png b/core/res/res/drawable-hdpi/list_selector_background_focused_light.9.png Binary files differindex 60bb4545c5fd..b9d92d438295 100644 --- a/core/res/res/drawable-hdpi/list_selector_background_focused_light.9.png +++ b/core/res/res/drawable-hdpi/list_selector_background_focused_light.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_background_focused_selected.9.png b/core/res/res/drawable-hdpi/list_selector_background_focused_selected.9.png Binary files differindex b527da15d83b..72db6006e879 100644 --- a/core/res/res/drawable-hdpi/list_selector_background_focused_selected.9.png +++ b/core/res/res/drawable-hdpi/list_selector_background_focused_selected.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_background_longpress.9.png b/core/res/res/drawable-hdpi/list_selector_background_longpress.9.png Binary files differindex 19558e93c8bd..40d1cf2000a4 100644 --- a/core/res/res/drawable-hdpi/list_selector_background_longpress.9.png +++ b/core/res/res/drawable-hdpi/list_selector_background_longpress.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_background_longpress_light.9.png b/core/res/res/drawable-hdpi/list_selector_background_longpress_light.9.png Binary files differindex fc2ba2e3eb28..960bcff3bc8d 100644 --- a/core/res/res/drawable-hdpi/list_selector_background_longpress_light.9.png +++ b/core/res/res/drawable-hdpi/list_selector_background_longpress_light.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_background_pressed.9.png b/core/res/res/drawable-hdpi/list_selector_background_pressed.9.png Binary files differindex 0f3b4443c530..a1ea70f9d5c8 100644 --- a/core/res/res/drawable-hdpi/list_selector_background_pressed.9.png +++ b/core/res/res/drawable-hdpi/list_selector_background_pressed.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_background_pressed_light.9.png b/core/res/res/drawable-hdpi/list_selector_background_pressed_light.9.png Binary files differindex 00786e595181..b4b759700e75 100644 --- a/core/res/res/drawable-hdpi/list_selector_background_pressed_light.9.png +++ b/core/res/res/drawable-hdpi/list_selector_background_pressed_light.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_background_selected.9.png b/core/res/res/drawable-hdpi/list_selector_background_selected.9.png Binary files differindex cbf50b3a10f3..8398af0b4ce0 100644 --- a/core/res/res/drawable-hdpi/list_selector_background_selected.9.png +++ b/core/res/res/drawable-hdpi/list_selector_background_selected.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_background_selected_light.9.png b/core/res/res/drawable-hdpi/list_selector_background_selected_light.9.png Binary files differindex 34ea86ec1bfa..c1c9d1c430cb 100644 --- a/core/res/res/drawable-hdpi/list_selector_background_selected_light.9.png +++ b/core/res/res/drawable-hdpi/list_selector_background_selected_light.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_disabled_holo_dark.9.png b/core/res/res/drawable-hdpi/list_selector_disabled_holo_dark.9.png Binary files differindex f6fd30dcdc9c..19dc7bef5fda 100644 --- a/core/res/res/drawable-hdpi/list_selector_disabled_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/list_selector_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_disabled_holo_light.9.png b/core/res/res/drawable-hdpi/list_selector_disabled_holo_light.9.png Binary files differindex ca8e9a2778f5..1f07bb3a8171 100644 --- a/core/res/res/drawable-hdpi/list_selector_disabled_holo_light.9.png +++ b/core/res/res/drawable-hdpi/list_selector_disabled_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/list_selector_focused_holo_dark.9.png Binary files differindex c1f3d7d620b7..afc0174a91cc 100644 --- a/core/res/res/drawable-hdpi/list_selector_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/list_selector_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_focused_holo_light.9.png b/core/res/res/drawable-hdpi/list_selector_focused_holo_light.9.png Binary files differindex 99bb246cfb84..92ec37749b97 100644 --- a/core/res/res/drawable-hdpi/list_selector_focused_holo_light.9.png +++ b/core/res/res/drawable-hdpi/list_selector_focused_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_multiselect_holo_dark.9.png b/core/res/res/drawable-hdpi/list_selector_multiselect_holo_dark.9.png Binary files differindex f702fc830bcb..321e613ff3db 100644 --- a/core/res/res/drawable-hdpi/list_selector_multiselect_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/list_selector_multiselect_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_multiselect_holo_light.9.png b/core/res/res/drawable-hdpi/list_selector_multiselect_holo_light.9.png Binary files differindex e8f277dadb09..376bd5069d81 100644 --- a/core/res/res/drawable-hdpi/list_selector_multiselect_holo_light.9.png +++ b/core/res/res/drawable-hdpi/list_selector_multiselect_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_pressed_holo_dark.9.png b/core/res/res/drawable-hdpi/list_selector_pressed_holo_dark.9.png Binary files differindex 0ed5ba358b4d..6f736d2e80d9 100644 --- a/core/res/res/drawable-hdpi/list_selector_pressed_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/list_selector_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/list_selector_pressed_holo_light.9.png b/core/res/res/drawable-hdpi/list_selector_pressed_holo_light.9.png Binary files differindex 1471c1760260..87d65adb1225 100644 --- a/core/res/res/drawable-hdpi/list_selector_pressed_holo_light.9.png +++ b/core/res/res/drawable-hdpi/list_selector_pressed_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/magnified_region_frame.9.png b/core/res/res/drawable-hdpi/magnified_region_frame.9.png Binary files differindex 29bdc42e8207..8d554df55e95 100644 --- a/core/res/res/drawable-hdpi/magnified_region_frame.9.png +++ b/core/res/res/drawable-hdpi/magnified_region_frame.9.png diff --git a/core/res/res/drawable-hdpi/maps_google_logo.png b/core/res/res/drawable-hdpi/maps_google_logo.png Binary files differindex 5956ee258779..3403c28ca70d 100644 --- a/core/res/res/drawable-hdpi/maps_google_logo.png +++ b/core/res/res/drawable-hdpi/maps_google_logo.png diff --git a/core/res/res/drawable-hdpi/menu_background.9.png b/core/res/res/drawable-hdpi/menu_background.9.png Binary files differindex f4c9e08c6a43..066efeec230a 100644 --- a/core/res/res/drawable-hdpi/menu_background.9.png +++ b/core/res/res/drawable-hdpi/menu_background.9.png diff --git a/core/res/res/drawable-hdpi/menu_background_fill_parent_width.9.png b/core/res/res/drawable-hdpi/menu_background_fill_parent_width.9.png Binary files differindex a3cec110ef42..46c002534dc5 100644 --- a/core/res/res/drawable-hdpi/menu_background_fill_parent_width.9.png +++ b/core/res/res/drawable-hdpi/menu_background_fill_parent_width.9.png diff --git a/core/res/res/drawable-hdpi/menu_dropdown_panel_holo_dark.9.png b/core/res/res/drawable-hdpi/menu_dropdown_panel_holo_dark.9.png Binary files differindex 72ee35f4f8bb..9af86d36ded0 100644 --- a/core/res/res/drawable-hdpi/menu_dropdown_panel_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/menu_dropdown_panel_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/menu_dropdown_panel_holo_light.9.png b/core/res/res/drawable-hdpi/menu_dropdown_panel_holo_light.9.png Binary files differindex 0d1f9bf09fd3..1877b6c2bc8e 100644 --- a/core/res/res/drawable-hdpi/menu_dropdown_panel_holo_light.9.png +++ b/core/res/res/drawable-hdpi/menu_dropdown_panel_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/menu_hardkey_panel_holo_dark.9.png b/core/res/res/drawable-hdpi/menu_hardkey_panel_holo_dark.9.png Binary files differindex 465ee6d07dd1..b204a5c6a54f 100644 --- a/core/res/res/drawable-hdpi/menu_hardkey_panel_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/menu_hardkey_panel_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/menu_hardkey_panel_holo_light.9.png b/core/res/res/drawable-hdpi/menu_hardkey_panel_holo_light.9.png Binary files differindex 76a5c53d71ff..98a6e6a32856 100644 --- a/core/res/res/drawable-hdpi/menu_hardkey_panel_holo_light.9.png +++ b/core/res/res/drawable-hdpi/menu_hardkey_panel_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/menu_popup_panel_holo_dark.9.png b/core/res/res/drawable-hdpi/menu_popup_panel_holo_dark.9.png Binary files differindex e5ff886ecaa5..1ee62f063e4e 100644 --- a/core/res/res/drawable-hdpi/menu_popup_panel_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/menu_popup_panel_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/menu_popup_panel_holo_light.9.png b/core/res/res/drawable-hdpi/menu_popup_panel_holo_light.9.png Binary files differindex 06d16530dfad..3f519ae6b7f7 100644 --- a/core/res/res/drawable-hdpi/menu_popup_panel_holo_light.9.png +++ b/core/res/res/drawable-hdpi/menu_popup_panel_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/menu_separator.9.png b/core/res/res/drawable-hdpi/menu_separator.9.png Binary files differindex 3685b4ee1338..c3024d62a267 100644 --- a/core/res/res/drawable-hdpi/menu_separator.9.png +++ b/core/res/res/drawable-hdpi/menu_separator.9.png diff --git a/core/res/res/drawable-hdpi/menu_submenu_background.9.png b/core/res/res/drawable-hdpi/menu_submenu_background.9.png Binary files differindex 7b7c8b2eaea7..30099b560632 100644 --- a/core/res/res/drawable-hdpi/menu_submenu_background.9.png +++ b/core/res/res/drawable-hdpi/menu_submenu_background.9.png diff --git a/core/res/res/drawable-hdpi/menuitem_background_focus.9.png b/core/res/res/drawable-hdpi/menuitem_background_focus.9.png Binary files differindex d8e16b996598..bfc18a1bb209 100644 --- a/core/res/res/drawable-hdpi/menuitem_background_focus.9.png +++ b/core/res/res/drawable-hdpi/menuitem_background_focus.9.png diff --git a/core/res/res/drawable-hdpi/menuitem_background_pressed.9.png b/core/res/res/drawable-hdpi/menuitem_background_pressed.9.png Binary files differindex ba79cf7f85d3..d99b41753a71 100644 --- a/core/res/res/drawable-hdpi/menuitem_background_pressed.9.png +++ b/core/res/res/drawable-hdpi/menuitem_background_pressed.9.png diff --git a/core/res/res/drawable-hdpi/menuitem_background_solid_focused.9.png b/core/res/res/drawable-hdpi/menuitem_background_solid_focused.9.png Binary files differindex 99dd9b1fb198..b4ff4c45af7d 100644 --- a/core/res/res/drawable-hdpi/menuitem_background_solid_focused.9.png +++ b/core/res/res/drawable-hdpi/menuitem_background_solid_focused.9.png diff --git a/core/res/res/drawable-hdpi/menuitem_background_solid_pressed.9.png b/core/res/res/drawable-hdpi/menuitem_background_solid_pressed.9.png Binary files differindex 389063a99669..a046d1b280da 100644 --- a/core/res/res/drawable-hdpi/menuitem_background_solid_pressed.9.png +++ b/core/res/res/drawable-hdpi/menuitem_background_solid_pressed.9.png diff --git a/core/res/res/drawable-hdpi/menuitem_checkbox_on.png b/core/res/res/drawable-hdpi/menuitem_checkbox_on.png Binary files differindex e90f6312a227..e74bd3e05c91 100644 --- a/core/res/res/drawable-hdpi/menuitem_checkbox_on.png +++ b/core/res/res/drawable-hdpi/menuitem_checkbox_on.png diff --git a/core/res/res/drawable-hdpi/minitab_lt_focus.9.png b/core/res/res/drawable-hdpi/minitab_lt_focus.9.png Binary files differindex 3ba83760c11b..9769aee39a19 100644 --- a/core/res/res/drawable-hdpi/minitab_lt_focus.9.png +++ b/core/res/res/drawable-hdpi/minitab_lt_focus.9.png diff --git a/core/res/res/drawable-hdpi/minitab_lt_press.9.png b/core/res/res/drawable-hdpi/minitab_lt_press.9.png Binary files differindex df226c7eb771..8e02edd27ac0 100644 --- a/core/res/res/drawable-hdpi/minitab_lt_press.9.png +++ b/core/res/res/drawable-hdpi/minitab_lt_press.9.png diff --git a/core/res/res/drawable-hdpi/minitab_lt_selected.9.png b/core/res/res/drawable-hdpi/minitab_lt_selected.9.png Binary files differindex bb417e6a8a93..349948ea2a79 100644 --- a/core/res/res/drawable-hdpi/minitab_lt_selected.9.png +++ b/core/res/res/drawable-hdpi/minitab_lt_selected.9.png diff --git a/core/res/res/drawable-hdpi/minitab_lt_unselected.9.png b/core/res/res/drawable-hdpi/minitab_lt_unselected.9.png Binary files differindex d9ef49e56d6a..cdaecf1b4e0c 100644 --- a/core/res/res/drawable-hdpi/minitab_lt_unselected.9.png +++ b/core/res/res/drawable-hdpi/minitab_lt_unselected.9.png diff --git a/core/res/res/drawable-hdpi/minitab_lt_unselected_press.9.png b/core/res/res/drawable-hdpi/minitab_lt_unselected_press.9.png Binary files differindex 383c4fc442b4..342bca353144 100644 --- a/core/res/res/drawable-hdpi/minitab_lt_unselected_press.9.png +++ b/core/res/res/drawable-hdpi/minitab_lt_unselected_press.9.png diff --git a/core/res/res/drawable-hdpi/numberpicker_down_disabled.9.png b/core/res/res/drawable-hdpi/numberpicker_down_disabled.9.png Binary files differindex 73b69150cca2..60a3a0eacb45 100644 --- a/core/res/res/drawable-hdpi/numberpicker_down_disabled.9.png +++ b/core/res/res/drawable-hdpi/numberpicker_down_disabled.9.png diff --git a/core/res/res/drawable-hdpi/numberpicker_down_disabled_focused.9.png b/core/res/res/drawable-hdpi/numberpicker_down_disabled_focused.9.png Binary files differindex 046e60f1fee2..e4ba0b5bcf85 100644 --- a/core/res/res/drawable-hdpi/numberpicker_down_disabled_focused.9.png +++ b/core/res/res/drawable-hdpi/numberpicker_down_disabled_focused.9.png diff --git a/core/res/res/drawable-hdpi/numberpicker_down_normal.9.png b/core/res/res/drawable-hdpi/numberpicker_down_normal.9.png Binary files differindex 9baf7ccf6a28..630b1367674f 100644 --- a/core/res/res/drawable-hdpi/numberpicker_down_normal.9.png +++ b/core/res/res/drawable-hdpi/numberpicker_down_normal.9.png diff --git a/core/res/res/drawable-hdpi/numberpicker_down_pressed.9.png b/core/res/res/drawable-hdpi/numberpicker_down_pressed.9.png Binary files differindex d95fdd3b3c2d..d43027b1de6c 100644 --- a/core/res/res/drawable-hdpi/numberpicker_down_pressed.9.png +++ b/core/res/res/drawable-hdpi/numberpicker_down_pressed.9.png diff --git a/core/res/res/drawable-hdpi/numberpicker_down_selected.9.png b/core/res/res/drawable-hdpi/numberpicker_down_selected.9.png Binary files differindex a84448ff92cd..73b26ff1be97 100644 --- a/core/res/res/drawable-hdpi/numberpicker_down_selected.9.png +++ b/core/res/res/drawable-hdpi/numberpicker_down_selected.9.png diff --git a/core/res/res/drawable-hdpi/numberpicker_input_disabled.9.png b/core/res/res/drawable-hdpi/numberpicker_input_disabled.9.png Binary files differindex aa17a983ccd2..e15d84ada236 100644 --- a/core/res/res/drawable-hdpi/numberpicker_input_disabled.9.png +++ b/core/res/res/drawable-hdpi/numberpicker_input_disabled.9.png diff --git a/core/res/res/drawable-hdpi/numberpicker_input_normal.9.png b/core/res/res/drawable-hdpi/numberpicker_input_normal.9.png Binary files differindex be78a585fff2..718d854c6e6e 100644 --- a/core/res/res/drawable-hdpi/numberpicker_input_normal.9.png +++ b/core/res/res/drawable-hdpi/numberpicker_input_normal.9.png diff --git a/core/res/res/drawable-hdpi/numberpicker_input_pressed.9.png b/core/res/res/drawable-hdpi/numberpicker_input_pressed.9.png Binary files differindex b28f66ca2507..e6a06c88f572 100644 --- a/core/res/res/drawable-hdpi/numberpicker_input_pressed.9.png +++ b/core/res/res/drawable-hdpi/numberpicker_input_pressed.9.png diff --git a/core/res/res/drawable-hdpi/numberpicker_input_selected.9.png b/core/res/res/drawable-hdpi/numberpicker_input_selected.9.png Binary files differindex 2e175e89db6e..798b61793f56 100644 --- a/core/res/res/drawable-hdpi/numberpicker_input_selected.9.png +++ b/core/res/res/drawable-hdpi/numberpicker_input_selected.9.png diff --git a/core/res/res/drawable-hdpi/numberpicker_selection_divider.9.png b/core/res/res/drawable-hdpi/numberpicker_selection_divider.9.png Binary files differindex c9c72ba61947..e9ddc660f79f 100644 --- a/core/res/res/drawable-hdpi/numberpicker_selection_divider.9.png +++ b/core/res/res/drawable-hdpi/numberpicker_selection_divider.9.png diff --git a/core/res/res/drawable-hdpi/numberpicker_up_disabled.9.png b/core/res/res/drawable-hdpi/numberpicker_up_disabled.9.png Binary files differindex 348e48c9b74c..c4a51b289470 100644 --- a/core/res/res/drawable-hdpi/numberpicker_up_disabled.9.png +++ b/core/res/res/drawable-hdpi/numberpicker_up_disabled.9.png diff --git a/core/res/res/drawable-hdpi/numberpicker_up_disabled_focused.9.png b/core/res/res/drawable-hdpi/numberpicker_up_disabled_focused.9.png Binary files differindex 93cf3a00d5fc..369ff1b81eb4 100644 --- a/core/res/res/drawable-hdpi/numberpicker_up_disabled_focused.9.png +++ b/core/res/res/drawable-hdpi/numberpicker_up_disabled_focused.9.png diff --git a/core/res/res/drawable-hdpi/numberpicker_up_normal.9.png b/core/res/res/drawable-hdpi/numberpicker_up_normal.9.png Binary files differindex b4acced9138d..d73146d439f5 100644 --- a/core/res/res/drawable-hdpi/numberpicker_up_normal.9.png +++ b/core/res/res/drawable-hdpi/numberpicker_up_normal.9.png diff --git a/core/res/res/drawable-hdpi/numberpicker_up_pressed.9.png b/core/res/res/drawable-hdpi/numberpicker_up_pressed.9.png Binary files differindex bd29510879c1..6d2a81f82065 100644 --- a/core/res/res/drawable-hdpi/numberpicker_up_pressed.9.png +++ b/core/res/res/drawable-hdpi/numberpicker_up_pressed.9.png diff --git a/core/res/res/drawable-hdpi/numberpicker_up_selected.9.png b/core/res/res/drawable-hdpi/numberpicker_up_selected.9.png Binary files differindex a666998b5db4..3b887e2bf322 100644 --- a/core/res/res/drawable-hdpi/numberpicker_up_selected.9.png +++ b/core/res/res/drawable-hdpi/numberpicker_up_selected.9.png diff --git a/core/res/res/drawable-hdpi/panel_background.9.png b/core/res/res/drawable-hdpi/panel_background.9.png Binary files differindex 03175d44f0c0..fafc41026ea9 100644 --- a/core/res/res/drawable-hdpi/panel_background.9.png +++ b/core/res/res/drawable-hdpi/panel_background.9.png diff --git a/core/res/res/drawable-hdpi/panel_bg_holo_dark.9.png b/core/res/res/drawable-hdpi/panel_bg_holo_dark.9.png Binary files differindex a5ac279767b7..ea2ac14b7a5b 100644 --- a/core/res/res/drawable-hdpi/panel_bg_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/panel_bg_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/panel_bg_holo_light.9.png b/core/res/res/drawable-hdpi/panel_bg_holo_light.9.png Binary files differindex 583865e78f1d..7f8c8119770a 100644 --- a/core/res/res/drawable-hdpi/panel_bg_holo_light.9.png +++ b/core/res/res/drawable-hdpi/panel_bg_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/panel_picture_frame_bg_focus_blue.9.png b/core/res/res/drawable-hdpi/panel_picture_frame_bg_focus_blue.9.png Binary files differindex fdafdf5680a8..5352cf5cc34b 100644 --- a/core/res/res/drawable-hdpi/panel_picture_frame_bg_focus_blue.9.png +++ b/core/res/res/drawable-hdpi/panel_picture_frame_bg_focus_blue.9.png diff --git a/core/res/res/drawable-hdpi/panel_picture_frame_bg_normal.9.png b/core/res/res/drawable-hdpi/panel_picture_frame_bg_normal.9.png Binary files differindex a6542770d384..9720f460612d 100644 --- a/core/res/res/drawable-hdpi/panel_picture_frame_bg_normal.9.png +++ b/core/res/res/drawable-hdpi/panel_picture_frame_bg_normal.9.png diff --git a/core/res/res/drawable-hdpi/panel_picture_frame_bg_pressed_blue.9.png b/core/res/res/drawable-hdpi/panel_picture_frame_bg_pressed_blue.9.png Binary files differindex 73162a503a86..21317e378910 100644 --- a/core/res/res/drawable-hdpi/panel_picture_frame_bg_pressed_blue.9.png +++ b/core/res/res/drawable-hdpi/panel_picture_frame_bg_pressed_blue.9.png diff --git a/core/res/res/drawable-hdpi/password_field_default.9.png b/core/res/res/drawable-hdpi/password_field_default.9.png Binary files differindex 2c424f061d03..9513389c4212 100644 --- a/core/res/res/drawable-hdpi/password_field_default.9.png +++ b/core/res/res/drawable-hdpi/password_field_default.9.png diff --git a/core/res/res/drawable-hdpi/password_keyboard_background_holo.9.png b/core/res/res/drawable-hdpi/password_keyboard_background_holo.9.png Binary files differindex c56c704bb70a..70e50f678393 100644 --- a/core/res/res/drawable-hdpi/password_keyboard_background_holo.9.png +++ b/core/res/res/drawable-hdpi/password_keyboard_background_holo.9.png diff --git a/core/res/res/drawable-hdpi/perm_group_accessibility_features.png b/core/res/res/drawable-hdpi/perm_group_accessibility_features.png Binary files differindex c2b5960609a5..e5a4d001b77b 100644 --- a/core/res/res/drawable-hdpi/perm_group_accessibility_features.png +++ b/core/res/res/drawable-hdpi/perm_group_accessibility_features.png diff --git a/core/res/res/drawable-hdpi/perm_group_accounts.png b/core/res/res/drawable-hdpi/perm_group_accounts.png Binary files differindex 5ac28e7c4c24..68a8a318110c 100644 --- a/core/res/res/drawable-hdpi/perm_group_accounts.png +++ b/core/res/res/drawable-hdpi/perm_group_accounts.png diff --git a/core/res/res/drawable-hdpi/perm_group_affects_battery.png b/core/res/res/drawable-hdpi/perm_group_affects_battery.png Binary files differindex 945b4686db18..42fb1c7a3434 100644 --- a/core/res/res/drawable-hdpi/perm_group_affects_battery.png +++ b/core/res/res/drawable-hdpi/perm_group_affects_battery.png diff --git a/core/res/res/drawable-hdpi/perm_group_app_info.png b/core/res/res/drawable-hdpi/perm_group_app_info.png Binary files differindex 754529edbf6c..3ade04da3009 100644 --- a/core/res/res/drawable-hdpi/perm_group_app_info.png +++ b/core/res/res/drawable-hdpi/perm_group_app_info.png diff --git a/core/res/res/drawable-hdpi/perm_group_audio_settings.png b/core/res/res/drawable-hdpi/perm_group_audio_settings.png Binary files differindex 7e5808aafadd..44e636e4a9b9 100644 --- a/core/res/res/drawable-hdpi/perm_group_audio_settings.png +++ b/core/res/res/drawable-hdpi/perm_group_audio_settings.png diff --git a/core/res/res/drawable-hdpi/perm_group_bluetooth.png b/core/res/res/drawable-hdpi/perm_group_bluetooth.png Binary files differindex dac707158f77..06ba0fdbf461 100644 --- a/core/res/res/drawable-hdpi/perm_group_bluetooth.png +++ b/core/res/res/drawable-hdpi/perm_group_bluetooth.png diff --git a/core/res/res/drawable-hdpi/perm_group_bookmarks.png b/core/res/res/drawable-hdpi/perm_group_bookmarks.png Binary files differindex 0cb0c1d8ba5a..37feff58131f 100644 --- a/core/res/res/drawable-hdpi/perm_group_bookmarks.png +++ b/core/res/res/drawable-hdpi/perm_group_bookmarks.png diff --git a/core/res/res/drawable-hdpi/perm_group_calendar.png b/core/res/res/drawable-hdpi/perm_group_calendar.png Binary files differindex 1ef032fea281..6ab041a82d2d 100644 --- a/core/res/res/drawable-hdpi/perm_group_calendar.png +++ b/core/res/res/drawable-hdpi/perm_group_calendar.png diff --git a/core/res/res/drawable-hdpi/perm_group_camera.png b/core/res/res/drawable-hdpi/perm_group_camera.png Binary files differindex fb5a2f5dec9b..69488560da42 100644 --- a/core/res/res/drawable-hdpi/perm_group_camera.png +++ b/core/res/res/drawable-hdpi/perm_group_camera.png diff --git a/core/res/res/drawable-hdpi/perm_group_device_alarms.png b/core/res/res/drawable-hdpi/perm_group_device_alarms.png Binary files differindex f38c5fe74f38..10b3c00d9d5c 100644 --- a/core/res/res/drawable-hdpi/perm_group_device_alarms.png +++ b/core/res/res/drawable-hdpi/perm_group_device_alarms.png diff --git a/core/res/res/drawable-hdpi/perm_group_display.png b/core/res/res/drawable-hdpi/perm_group_display.png Binary files differindex c10c5d87ed64..70fce1a344d3 100644 --- a/core/res/res/drawable-hdpi/perm_group_display.png +++ b/core/res/res/drawable-hdpi/perm_group_display.png diff --git a/core/res/res/drawable-hdpi/perm_group_location.png b/core/res/res/drawable-hdpi/perm_group_location.png Binary files differindex 6989b1627ec6..3b5f0b519a66 100644 --- a/core/res/res/drawable-hdpi/perm_group_location.png +++ b/core/res/res/drawable-hdpi/perm_group_location.png diff --git a/core/res/res/drawable-hdpi/perm_group_messages.png b/core/res/res/drawable-hdpi/perm_group_messages.png Binary files differindex 21929b642d33..63cea243e743 100644 --- a/core/res/res/drawable-hdpi/perm_group_messages.png +++ b/core/res/res/drawable-hdpi/perm_group_messages.png diff --git a/core/res/res/drawable-hdpi/perm_group_microphone.png b/core/res/res/drawable-hdpi/perm_group_microphone.png Binary files differindex 9f8a681afd7c..abd2e4d650ee 100644 --- a/core/res/res/drawable-hdpi/perm_group_microphone.png +++ b/core/res/res/drawable-hdpi/perm_group_microphone.png diff --git a/core/res/res/drawable-hdpi/perm_group_network.png b/core/res/res/drawable-hdpi/perm_group_network.png Binary files differindex 0ecb7b23708b..0a76c721a7ba 100644 --- a/core/res/res/drawable-hdpi/perm_group_network.png +++ b/core/res/res/drawable-hdpi/perm_group_network.png diff --git a/core/res/res/drawable-hdpi/perm_group_personal_info.png b/core/res/res/drawable-hdpi/perm_group_personal_info.png Binary files differindex e1b8a5b0be6b..537d97dba9a9 100644 --- a/core/res/res/drawable-hdpi/perm_group_personal_info.png +++ b/core/res/res/drawable-hdpi/perm_group_personal_info.png diff --git a/core/res/res/drawable-hdpi/perm_group_phone_calls.png b/core/res/res/drawable-hdpi/perm_group_phone_calls.png Binary files differindex 8fa802eb6247..7ff700340df8 100644 --- a/core/res/res/drawable-hdpi/perm_group_phone_calls.png +++ b/core/res/res/drawable-hdpi/perm_group_phone_calls.png diff --git a/core/res/res/drawable-hdpi/perm_group_screenlock.png b/core/res/res/drawable-hdpi/perm_group_screenlock.png Binary files differindex b5a19eec4ac8..2a2c8931fdfe 100644 --- a/core/res/res/drawable-hdpi/perm_group_screenlock.png +++ b/core/res/res/drawable-hdpi/perm_group_screenlock.png diff --git a/core/res/res/drawable-hdpi/perm_group_shortrange_network.png b/core/res/res/drawable-hdpi/perm_group_shortrange_network.png Binary files differindex 99ca933c5da2..6a9ddafae6de 100644 --- a/core/res/res/drawable-hdpi/perm_group_shortrange_network.png +++ b/core/res/res/drawable-hdpi/perm_group_shortrange_network.png diff --git a/core/res/res/drawable-hdpi/perm_group_social_info.png b/core/res/res/drawable-hdpi/perm_group_social_info.png Binary files differindex dcf67e4aaabd..32ba26b30550 100644 --- a/core/res/res/drawable-hdpi/perm_group_social_info.png +++ b/core/res/res/drawable-hdpi/perm_group_social_info.png diff --git a/core/res/res/drawable-hdpi/perm_group_status_bar.png b/core/res/res/drawable-hdpi/perm_group_status_bar.png Binary files differindex e3f6ed9e0b4c..93390986cdb3 100644 --- a/core/res/res/drawable-hdpi/perm_group_status_bar.png +++ b/core/res/res/drawable-hdpi/perm_group_status_bar.png diff --git a/core/res/res/drawable-hdpi/perm_group_storage.png b/core/res/res/drawable-hdpi/perm_group_storage.png Binary files differindex 598e1ccc7c83..541c9ef67e48 100644 --- a/core/res/res/drawable-hdpi/perm_group_storage.png +++ b/core/res/res/drawable-hdpi/perm_group_storage.png diff --git a/core/res/res/drawable-hdpi/perm_group_sync_settings.png b/core/res/res/drawable-hdpi/perm_group_sync_settings.png Binary files differindex 1ca6b173e9df..cba62dcad691 100644 --- a/core/res/res/drawable-hdpi/perm_group_sync_settings.png +++ b/core/res/res/drawable-hdpi/perm_group_sync_settings.png diff --git a/core/res/res/drawable-hdpi/perm_group_system_clock.png b/core/res/res/drawable-hdpi/perm_group_system_clock.png Binary files differindex 3dd468274dd2..af7b1033eb03 100644 --- a/core/res/res/drawable-hdpi/perm_group_system_clock.png +++ b/core/res/res/drawable-hdpi/perm_group_system_clock.png diff --git a/core/res/res/drawable-hdpi/perm_group_system_tools.png b/core/res/res/drawable-hdpi/perm_group_system_tools.png Binary files differindex ae1ba2a19ab2..cfab1610a80b 100644 --- a/core/res/res/drawable-hdpi/perm_group_system_tools.png +++ b/core/res/res/drawable-hdpi/perm_group_system_tools.png diff --git a/core/res/res/drawable-hdpi/perm_group_user_dictionary.png b/core/res/res/drawable-hdpi/perm_group_user_dictionary.png Binary files differindex 62fbcdccc3fe..51937f2c5a16 100644 --- a/core/res/res/drawable-hdpi/perm_group_user_dictionary.png +++ b/core/res/res/drawable-hdpi/perm_group_user_dictionary.png diff --git a/core/res/res/drawable-hdpi/perm_group_user_dictionary_write.png b/core/res/res/drawable-hdpi/perm_group_user_dictionary_write.png Binary files differindex c62dd4c1bda9..5dada711098a 100644 --- a/core/res/res/drawable-hdpi/perm_group_user_dictionary_write.png +++ b/core/res/res/drawable-hdpi/perm_group_user_dictionary_write.png diff --git a/core/res/res/drawable-hdpi/perm_group_voicemail.png b/core/res/res/drawable-hdpi/perm_group_voicemail.png Binary files differindex 3b245d642ffb..a0ba41eb0549 100644 --- a/core/res/res/drawable-hdpi/perm_group_voicemail.png +++ b/core/res/res/drawable-hdpi/perm_group_voicemail.png diff --git a/core/res/res/drawable-hdpi/perm_group_wallpaper.png b/core/res/res/drawable-hdpi/perm_group_wallpaper.png Binary files differindex e40c4f024ed2..95b5cacf191f 100644 --- a/core/res/res/drawable-hdpi/perm_group_wallpaper.png +++ b/core/res/res/drawable-hdpi/perm_group_wallpaper.png diff --git a/core/res/res/drawable-hdpi/picture_emergency.png b/core/res/res/drawable-hdpi/picture_emergency.png Binary files differindex 0e13a4385d01..f1a15afc54d9 100644 --- a/core/res/res/drawable-hdpi/picture_emergency.png +++ b/core/res/res/drawable-hdpi/picture_emergency.png diff --git a/core/res/res/drawable-hdpi/picture_frame.9.png b/core/res/res/drawable-hdpi/picture_frame.9.png Binary files differindex c038b2aadebe..afa81c1326eb 100644 --- a/core/res/res/drawable-hdpi/picture_frame.9.png +++ b/core/res/res/drawable-hdpi/picture_frame.9.png diff --git a/core/res/res/drawable-hdpi/pointer_arrow.png b/core/res/res/drawable-hdpi/pointer_arrow.png Binary files differindex 0ff0fcebfb51..917c6bbc30b5 100644 --- a/core/res/res/drawable-hdpi/pointer_arrow.png +++ b/core/res/res/drawable-hdpi/pointer_arrow.png diff --git a/core/res/res/drawable-hdpi/pointer_spot_anchor.png b/core/res/res/drawable-hdpi/pointer_spot_anchor.png Binary files differindex bdb5311d5f21..cd6b9b9a33c7 100644 --- a/core/res/res/drawable-hdpi/pointer_spot_anchor.png +++ b/core/res/res/drawable-hdpi/pointer_spot_anchor.png diff --git a/core/res/res/drawable-hdpi/pointer_spot_hover.png b/core/res/res/drawable-hdpi/pointer_spot_hover.png Binary files differindex e7f2a0ca27c9..cafdaddacff0 100644 --- a/core/res/res/drawable-hdpi/pointer_spot_hover.png +++ b/core/res/res/drawable-hdpi/pointer_spot_hover.png diff --git a/core/res/res/drawable-hdpi/pointer_spot_touch.png b/core/res/res/drawable-hdpi/pointer_spot_touch.png Binary files differindex 0326f91bdb00..39cb247d53d3 100644 --- a/core/res/res/drawable-hdpi/pointer_spot_touch.png +++ b/core/res/res/drawable-hdpi/pointer_spot_touch.png diff --git a/core/res/res/drawable-hdpi/popup_background_mtrl_mult.9.png b/core/res/res/drawable-hdpi/popup_background_mtrl_mult.9.png Binary files differindex 385734ee46f7..741c0740811d 100644 --- a/core/res/res/drawable-hdpi/popup_background_mtrl_mult.9.png +++ b/core/res/res/drawable-hdpi/popup_background_mtrl_mult.9.png diff --git a/core/res/res/drawable-hdpi/popup_bottom_bright.9.png b/core/res/res/drawable-hdpi/popup_bottom_bright.9.png Binary files differindex 6e5fbb5ab262..ba616d7a8095 100644 --- a/core/res/res/drawable-hdpi/popup_bottom_bright.9.png +++ b/core/res/res/drawable-hdpi/popup_bottom_bright.9.png diff --git a/core/res/res/drawable-hdpi/popup_bottom_dark.9.png b/core/res/res/drawable-hdpi/popup_bottom_dark.9.png Binary files differindex 3434b2dc35a9..2d690ea766a7 100644 --- a/core/res/res/drawable-hdpi/popup_bottom_dark.9.png +++ b/core/res/res/drawable-hdpi/popup_bottom_dark.9.png diff --git a/core/res/res/drawable-hdpi/popup_bottom_medium.9.png b/core/res/res/drawable-hdpi/popup_bottom_medium.9.png Binary files differindex 673a5095c44a..6cf447929bfb 100644 --- a/core/res/res/drawable-hdpi/popup_bottom_medium.9.png +++ b/core/res/res/drawable-hdpi/popup_bottom_medium.9.png diff --git a/core/res/res/drawable-hdpi/popup_center_bright.9.png b/core/res/res/drawable-hdpi/popup_center_bright.9.png Binary files differindex c2a739c42a8d..c183a0fb8e81 100644 --- a/core/res/res/drawable-hdpi/popup_center_bright.9.png +++ b/core/res/res/drawable-hdpi/popup_center_bright.9.png diff --git a/core/res/res/drawable-hdpi/popup_center_dark.9.png b/core/res/res/drawable-hdpi/popup_center_dark.9.png Binary files differindex 9d2bfb155d80..d47f8fda94ca 100644 --- a/core/res/res/drawable-hdpi/popup_center_dark.9.png +++ b/core/res/res/drawable-hdpi/popup_center_dark.9.png diff --git a/core/res/res/drawable-hdpi/popup_center_medium.9.png b/core/res/res/drawable-hdpi/popup_center_medium.9.png Binary files differindex 4375bf2d6b27..31d46852f3bc 100644 --- a/core/res/res/drawable-hdpi/popup_center_medium.9.png +++ b/core/res/res/drawable-hdpi/popup_center_medium.9.png diff --git a/core/res/res/drawable-hdpi/popup_full_bright.9.png b/core/res/res/drawable-hdpi/popup_full_bright.9.png Binary files differindex 6b8aa9d521be..6a93e385e641 100644 --- a/core/res/res/drawable-hdpi/popup_full_bright.9.png +++ b/core/res/res/drawable-hdpi/popup_full_bright.9.png diff --git a/core/res/res/drawable-hdpi/popup_full_dark.9.png b/core/res/res/drawable-hdpi/popup_full_dark.9.png Binary files differindex 2884abeabe18..7b1ab860e89c 100644 --- a/core/res/res/drawable-hdpi/popup_full_dark.9.png +++ b/core/res/res/drawable-hdpi/popup_full_dark.9.png diff --git a/core/res/res/drawable-hdpi/popup_inline_error_above_am.9.png b/core/res/res/drawable-hdpi/popup_inline_error_above_am.9.png Binary files differindex 3d4e8ba42d4a..39d4816b5c43 100644 --- a/core/res/res/drawable-hdpi/popup_inline_error_above_am.9.png +++ b/core/res/res/drawable-hdpi/popup_inline_error_above_am.9.png diff --git a/core/res/res/drawable-hdpi/popup_inline_error_above_holo_dark_am.9.png b/core/res/res/drawable-hdpi/popup_inline_error_above_holo_dark_am.9.png Binary files differindex 83b2bce82588..c50899849e10 100644 --- a/core/res/res/drawable-hdpi/popup_inline_error_above_holo_dark_am.9.png +++ b/core/res/res/drawable-hdpi/popup_inline_error_above_holo_dark_am.9.png diff --git a/core/res/res/drawable-hdpi/popup_inline_error_above_holo_light_am.9.png b/core/res/res/drawable-hdpi/popup_inline_error_above_holo_light_am.9.png Binary files differindex 61ea2b0fdf75..ff3559238299 100644 --- a/core/res/res/drawable-hdpi/popup_inline_error_above_holo_light_am.9.png +++ b/core/res/res/drawable-hdpi/popup_inline_error_above_holo_light_am.9.png diff --git a/core/res/res/drawable-hdpi/popup_inline_error_am.9.png b/core/res/res/drawable-hdpi/popup_inline_error_am.9.png Binary files differindex b188d819c3eb..345d24d05756 100644 --- a/core/res/res/drawable-hdpi/popup_inline_error_am.9.png +++ b/core/res/res/drawable-hdpi/popup_inline_error_am.9.png diff --git a/core/res/res/drawable-hdpi/popup_inline_error_holo_dark_am.9.png b/core/res/res/drawable-hdpi/popup_inline_error_holo_dark_am.9.png Binary files differindex 9f3060d1ff2c..cc70f0400481 100644 --- a/core/res/res/drawable-hdpi/popup_inline_error_holo_dark_am.9.png +++ b/core/res/res/drawable-hdpi/popup_inline_error_holo_dark_am.9.png diff --git a/core/res/res/drawable-hdpi/popup_inline_error_holo_light_am.9.png b/core/res/res/drawable-hdpi/popup_inline_error_holo_light_am.9.png Binary files differindex 84fbdac2aede..2c67f675e274 100644 --- a/core/res/res/drawable-hdpi/popup_inline_error_holo_light_am.9.png +++ b/core/res/res/drawable-hdpi/popup_inline_error_holo_light_am.9.png diff --git a/core/res/res/drawable-hdpi/popup_top_bright.9.png b/core/res/res/drawable-hdpi/popup_top_bright.9.png Binary files differindex 76c35ec9e81b..666450afcfb6 100644 --- a/core/res/res/drawable-hdpi/popup_top_bright.9.png +++ b/core/res/res/drawable-hdpi/popup_top_bright.9.png diff --git a/core/res/res/drawable-hdpi/popup_top_dark.9.png b/core/res/res/drawable-hdpi/popup_top_dark.9.png Binary files differindex f3173301c22f..67bca6d3dfa2 100644 --- a/core/res/res/drawable-hdpi/popup_top_dark.9.png +++ b/core/res/res/drawable-hdpi/popup_top_dark.9.png diff --git a/core/res/res/drawable-hdpi/presence_audio_away.png b/core/res/res/drawable-hdpi/presence_audio_away.png Binary files differindex c6af4f757bec..995f8abb3494 100644 --- a/core/res/res/drawable-hdpi/presence_audio_away.png +++ b/core/res/res/drawable-hdpi/presence_audio_away.png diff --git a/core/res/res/drawable-hdpi/presence_audio_busy.png b/core/res/res/drawable-hdpi/presence_audio_busy.png Binary files differindex ddba88d6e222..3b3e4afd8c48 100644 --- a/core/res/res/drawable-hdpi/presence_audio_busy.png +++ b/core/res/res/drawable-hdpi/presence_audio_busy.png diff --git a/core/res/res/drawable-hdpi/presence_audio_online.png b/core/res/res/drawable-hdpi/presence_audio_online.png Binary files differindex 058963c63399..6bbe2758ece1 100644 --- a/core/res/res/drawable-hdpi/presence_audio_online.png +++ b/core/res/res/drawable-hdpi/presence_audio_online.png diff --git a/core/res/res/drawable-hdpi/presence_away.png b/core/res/res/drawable-hdpi/presence_away.png Binary files differindex c39d3a87ce78..42bea54ef2a7 100644 --- a/core/res/res/drawable-hdpi/presence_away.png +++ b/core/res/res/drawable-hdpi/presence_away.png diff --git a/core/res/res/drawable-hdpi/presence_busy.png b/core/res/res/drawable-hdpi/presence_busy.png Binary files differindex 391d1c988483..caa977f2f83d 100644 --- a/core/res/res/drawable-hdpi/presence_busy.png +++ b/core/res/res/drawable-hdpi/presence_busy.png diff --git a/core/res/res/drawable-hdpi/presence_invisible.png b/core/res/res/drawable-hdpi/presence_invisible.png Binary files differindex 815701015192..04a593f3b853 100644 --- a/core/res/res/drawable-hdpi/presence_invisible.png +++ b/core/res/res/drawable-hdpi/presence_invisible.png diff --git a/core/res/res/drawable-hdpi/presence_offline.png b/core/res/res/drawable-hdpi/presence_offline.png Binary files differindex dc20b0f03710..a7ed2f786dee 100644 --- a/core/res/res/drawable-hdpi/presence_offline.png +++ b/core/res/res/drawable-hdpi/presence_offline.png diff --git a/core/res/res/drawable-hdpi/presence_online.png b/core/res/res/drawable-hdpi/presence_online.png Binary files differindex 76944469c9a6..0ac1b81e2e58 100644 --- a/core/res/res/drawable-hdpi/presence_online.png +++ b/core/res/res/drawable-hdpi/presence_online.png diff --git a/core/res/res/drawable-hdpi/presence_video_away.png b/core/res/res/drawable-hdpi/presence_video_away.png Binary files differindex 0e9e3840567d..ad0a55f5853d 100644 --- a/core/res/res/drawable-hdpi/presence_video_away.png +++ b/core/res/res/drawable-hdpi/presence_video_away.png diff --git a/core/res/res/drawable-hdpi/presence_video_busy.png b/core/res/res/drawable-hdpi/presence_video_busy.png Binary files differindex 5b018401ceb6..8876981c4fb8 100644 --- a/core/res/res/drawable-hdpi/presence_video_busy.png +++ b/core/res/res/drawable-hdpi/presence_video_busy.png diff --git a/core/res/res/drawable-hdpi/presence_video_online.png b/core/res/res/drawable-hdpi/presence_video_online.png Binary files differindex fe285f593a41..d630a5b9f35a 100644 --- a/core/res/res/drawable-hdpi/presence_video_online.png +++ b/core/res/res/drawable-hdpi/presence_video_online.png diff --git a/core/res/res/drawable-hdpi/pressed_application_background_static.png b/core/res/res/drawable-hdpi/pressed_application_background_static.png Binary files differindex dae96e6934d4..7e6066a7d4eb 100644 --- a/core/res/res/drawable-hdpi/pressed_application_background_static.png +++ b/core/res/res/drawable-hdpi/pressed_application_background_static.png diff --git a/core/res/res/drawable-hdpi/progress_bg_holo_dark.9.png b/core/res/res/drawable-hdpi/progress_bg_holo_dark.9.png Binary files differindex a4c5b8bce584..5759cb3275a0 100644 --- a/core/res/res/drawable-hdpi/progress_bg_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/progress_bg_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/progress_bg_holo_light.9.png b/core/res/res/drawable-hdpi/progress_bg_holo_light.9.png Binary files differindex 3f12166d259d..0117f1499820 100644 --- a/core/res/res/drawable-hdpi/progress_bg_holo_light.9.png +++ b/core/res/res/drawable-hdpi/progress_bg_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/progress_primary_holo_dark.9.png b/core/res/res/drawable-hdpi/progress_primary_holo_dark.9.png Binary files differindex b73abba7dab9..286b611f4711 100644 --- a/core/res/res/drawable-hdpi/progress_primary_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/progress_primary_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/progress_primary_holo_light.9.png b/core/res/res/drawable-hdpi/progress_primary_holo_light.9.png Binary files differindex 2f76a22648d1..eeddd846a39f 100644 --- a/core/res/res/drawable-hdpi/progress_primary_holo_light.9.png +++ b/core/res/res/drawable-hdpi/progress_primary_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/progress_secondary_holo_dark.9.png b/core/res/res/drawable-hdpi/progress_secondary_holo_dark.9.png Binary files differindex a75d0dd5b619..ec002d7889dd 100644 --- a/core/res/res/drawable-hdpi/progress_secondary_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/progress_secondary_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/progress_secondary_holo_light.9.png b/core/res/res/drawable-hdpi/progress_secondary_holo_light.9.png Binary files differindex 955b70807663..1313144049b9 100644 --- a/core/res/res/drawable-hdpi/progress_secondary_holo_light.9.png +++ b/core/res/res/drawable-hdpi/progress_secondary_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/progressbar_indeterminate1.png b/core/res/res/drawable-hdpi/progressbar_indeterminate1.png Binary files differindex 197b34d75215..644434bf8d0d 100644 --- a/core/res/res/drawable-hdpi/progressbar_indeterminate1.png +++ b/core/res/res/drawable-hdpi/progressbar_indeterminate1.png diff --git a/core/res/res/drawable-hdpi/progressbar_indeterminate2.png b/core/res/res/drawable-hdpi/progressbar_indeterminate2.png Binary files differindex c6cf008eda17..df603ae56315 100644 --- a/core/res/res/drawable-hdpi/progressbar_indeterminate2.png +++ b/core/res/res/drawable-hdpi/progressbar_indeterminate2.png diff --git a/core/res/res/drawable-hdpi/progressbar_indeterminate3.png b/core/res/res/drawable-hdpi/progressbar_indeterminate3.png Binary files differindex bf129e03cd15..f993dbdaeedb 100644 --- a/core/res/res/drawable-hdpi/progressbar_indeterminate3.png +++ b/core/res/res/drawable-hdpi/progressbar_indeterminate3.png diff --git a/core/res/res/drawable-hdpi/progressbar_indeterminate_holo1.png b/core/res/res/drawable-hdpi/progressbar_indeterminate_holo1.png Binary files differindex 43f9e0350dfc..9f070c844f6d 100644 --- a/core/res/res/drawable-hdpi/progressbar_indeterminate_holo1.png +++ b/core/res/res/drawable-hdpi/progressbar_indeterminate_holo1.png diff --git a/core/res/res/drawable-hdpi/progressbar_indeterminate_holo2.png b/core/res/res/drawable-hdpi/progressbar_indeterminate_holo2.png Binary files differindex c6d95f3396ef..9d529ab1a4cf 100644 --- a/core/res/res/drawable-hdpi/progressbar_indeterminate_holo2.png +++ b/core/res/res/drawable-hdpi/progressbar_indeterminate_holo2.png diff --git a/core/res/res/drawable-hdpi/progressbar_indeterminate_holo3.png b/core/res/res/drawable-hdpi/progressbar_indeterminate_holo3.png Binary files differindex 7829a3cdabb9..b00fa042f001 100644 --- a/core/res/res/drawable-hdpi/progressbar_indeterminate_holo3.png +++ b/core/res/res/drawable-hdpi/progressbar_indeterminate_holo3.png diff --git a/core/res/res/drawable-hdpi/progressbar_indeterminate_holo4.png b/core/res/res/drawable-hdpi/progressbar_indeterminate_holo4.png Binary files differindex d0842f8594d4..8f4b85d484cb 100644 --- a/core/res/res/drawable-hdpi/progressbar_indeterminate_holo4.png +++ b/core/res/res/drawable-hdpi/progressbar_indeterminate_holo4.png diff --git a/core/res/res/drawable-hdpi/progressbar_indeterminate_holo5.png b/core/res/res/drawable-hdpi/progressbar_indeterminate_holo5.png Binary files differindex e78b8f9c2556..cace5a834fc9 100644 --- a/core/res/res/drawable-hdpi/progressbar_indeterminate_holo5.png +++ b/core/res/res/drawable-hdpi/progressbar_indeterminate_holo5.png diff --git a/core/res/res/drawable-hdpi/progressbar_indeterminate_holo6.png b/core/res/res/drawable-hdpi/progressbar_indeterminate_holo6.png Binary files differindex 5f9f6c323744..bc3e07c21e7a 100644 --- a/core/res/res/drawable-hdpi/progressbar_indeterminate_holo6.png +++ b/core/res/res/drawable-hdpi/progressbar_indeterminate_holo6.png diff --git a/core/res/res/drawable-hdpi/progressbar_indeterminate_holo7.png b/core/res/res/drawable-hdpi/progressbar_indeterminate_holo7.png Binary files differindex d39c4aeeb9ac..5f1880544aa9 100644 --- a/core/res/res/drawable-hdpi/progressbar_indeterminate_holo7.png +++ b/core/res/res/drawable-hdpi/progressbar_indeterminate_holo7.png diff --git a/core/res/res/drawable-hdpi/progressbar_indeterminate_holo8.png b/core/res/res/drawable-hdpi/progressbar_indeterminate_holo8.png Binary files differindex 94a6fae2cac7..c1ba839509b0 100644 --- a/core/res/res/drawable-hdpi/progressbar_indeterminate_holo8.png +++ b/core/res/res/drawable-hdpi/progressbar_indeterminate_holo8.png diff --git a/core/res/res/drawable-hdpi/quickactions_arrowdown_left_holo_dark.9.png b/core/res/res/drawable-hdpi/quickactions_arrowdown_left_holo_dark.9.png Binary files differindex 93a841751cf8..1b3f8478edeb 100644 --- a/core/res/res/drawable-hdpi/quickactions_arrowdown_left_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/quickactions_arrowdown_left_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/quickactions_arrowdown_left_holo_light.9.png b/core/res/res/drawable-hdpi/quickactions_arrowdown_left_holo_light.9.png Binary files differindex 61e856a26993..d6250d6a27f6 100644 --- a/core/res/res/drawable-hdpi/quickactions_arrowdown_left_holo_light.9.png +++ b/core/res/res/drawable-hdpi/quickactions_arrowdown_left_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/quickactions_arrowdown_right_holo_dark.9.png b/core/res/res/drawable-hdpi/quickactions_arrowdown_right_holo_dark.9.png Binary files differindex 7632a16d6038..9567ed2e0b32 100644 --- a/core/res/res/drawable-hdpi/quickactions_arrowdown_right_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/quickactions_arrowdown_right_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/quickactions_arrowdown_right_holo_light.9.png b/core/res/res/drawable-hdpi/quickactions_arrowdown_right_holo_light.9.png Binary files differindex 8e66ad1eb8bc..bc0ad6e29e6a 100644 --- a/core/res/res/drawable-hdpi/quickactions_arrowdown_right_holo_light.9.png +++ b/core/res/res/drawable-hdpi/quickactions_arrowdown_right_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/quickactions_arrowup_left_holo_dark.9.png b/core/res/res/drawable-hdpi/quickactions_arrowup_left_holo_dark.9.png Binary files differindex 02618cacbeaf..d59b0f6584e1 100644 --- a/core/res/res/drawable-hdpi/quickactions_arrowup_left_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/quickactions_arrowup_left_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/quickactions_arrowup_left_holo_light.9.png b/core/res/res/drawable-hdpi/quickactions_arrowup_left_holo_light.9.png Binary files differindex 939050d8348a..b84344fa717e 100644 --- a/core/res/res/drawable-hdpi/quickactions_arrowup_left_holo_light.9.png +++ b/core/res/res/drawable-hdpi/quickactions_arrowup_left_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/quickactions_arrowup_left_right_holo_dark.9.png b/core/res/res/drawable-hdpi/quickactions_arrowup_left_right_holo_dark.9.png Binary files differindex f5cf4879d737..f0f07de8e6e8 100644 --- a/core/res/res/drawable-hdpi/quickactions_arrowup_left_right_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/quickactions_arrowup_left_right_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/quickactions_arrowup_right_holo_light.9.png b/core/res/res/drawable-hdpi/quickactions_arrowup_right_holo_light.9.png Binary files differindex 1237f26a6ed2..45f20bdcba97 100644 --- a/core/res/res/drawable-hdpi/quickactions_arrowup_right_holo_light.9.png +++ b/core/res/res/drawable-hdpi/quickactions_arrowup_right_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/quickcontact_badge_overlay_focused_dark_am.9.png b/core/res/res/drawable-hdpi/quickcontact_badge_overlay_focused_dark_am.9.png Binary files differindex cbd8c5cccaae..7192372df75e 100644 --- a/core/res/res/drawable-hdpi/quickcontact_badge_overlay_focused_dark_am.9.png +++ b/core/res/res/drawable-hdpi/quickcontact_badge_overlay_focused_dark_am.9.png diff --git a/core/res/res/drawable-hdpi/quickcontact_badge_overlay_focused_light_am.9.png b/core/res/res/drawable-hdpi/quickcontact_badge_overlay_focused_light_am.9.png Binary files differindex f7f4ba34a1a8..1218a5a8874c 100644 --- a/core/res/res/drawable-hdpi/quickcontact_badge_overlay_focused_light_am.9.png +++ b/core/res/res/drawable-hdpi/quickcontact_badge_overlay_focused_light_am.9.png diff --git a/core/res/res/drawable-hdpi/quickcontact_badge_overlay_normal_dark_am.9.png b/core/res/res/drawable-hdpi/quickcontact_badge_overlay_normal_dark_am.9.png Binary files differindex a82e7ac05014..4749e1284a96 100644 --- a/core/res/res/drawable-hdpi/quickcontact_badge_overlay_normal_dark_am.9.png +++ b/core/res/res/drawable-hdpi/quickcontact_badge_overlay_normal_dark_am.9.png diff --git a/core/res/res/drawable-hdpi/quickcontact_badge_overlay_normal_light_am.9.png b/core/res/res/drawable-hdpi/quickcontact_badge_overlay_normal_light_am.9.png Binary files differindex db4ce8003e4e..db467c84c4da 100644 --- a/core/res/res/drawable-hdpi/quickcontact_badge_overlay_normal_light_am.9.png +++ b/core/res/res/drawable-hdpi/quickcontact_badge_overlay_normal_light_am.9.png diff --git a/core/res/res/drawable-hdpi/quickcontact_badge_overlay_pressed_dark_am.9.png b/core/res/res/drawable-hdpi/quickcontact_badge_overlay_pressed_dark_am.9.png Binary files differindex 4e40eda97d10..05219072e906 100644 --- a/core/res/res/drawable-hdpi/quickcontact_badge_overlay_pressed_dark_am.9.png +++ b/core/res/res/drawable-hdpi/quickcontact_badge_overlay_pressed_dark_am.9.png diff --git a/core/res/res/drawable-hdpi/quickcontact_badge_overlay_pressed_light_am.9.png b/core/res/res/drawable-hdpi/quickcontact_badge_overlay_pressed_light_am.9.png Binary files differindex f1b703679c6b..ef655ae52ad3 100644 --- a/core/res/res/drawable-hdpi/quickcontact_badge_overlay_pressed_light_am.9.png +++ b/core/res/res/drawable-hdpi/quickcontact_badge_overlay_pressed_light_am.9.png diff --git a/core/res/res/drawable-hdpi/radiobutton_off_background.png b/core/res/res/drawable-hdpi/radiobutton_off_background.png Binary files differindex 5ce33cd63291..e0041b07a8fa 100644 --- a/core/res/res/drawable-hdpi/radiobutton_off_background.png +++ b/core/res/res/drawable-hdpi/radiobutton_off_background.png diff --git a/core/res/res/drawable-hdpi/radiobutton_on_background.png b/core/res/res/drawable-hdpi/radiobutton_on_background.png Binary files differindex 0f46071e0eb9..842bd8f2948a 100644 --- a/core/res/res/drawable-hdpi/radiobutton_on_background.png +++ b/core/res/res/drawable-hdpi/radiobutton_on_background.png diff --git a/core/res/res/drawable-hdpi/rate_star_big_half.png b/core/res/res/drawable-hdpi/rate_star_big_half.png Binary files differindex 4a91e876af44..9b213aeeb958 100644 --- a/core/res/res/drawable-hdpi/rate_star_big_half.png +++ b/core/res/res/drawable-hdpi/rate_star_big_half.png diff --git a/core/res/res/drawable-hdpi/rate_star_big_half_holo_dark.png b/core/res/res/drawable-hdpi/rate_star_big_half_holo_dark.png Binary files differindex 67890f093a55..8097f7923f2e 100644 --- a/core/res/res/drawable-hdpi/rate_star_big_half_holo_dark.png +++ b/core/res/res/drawable-hdpi/rate_star_big_half_holo_dark.png diff --git a/core/res/res/drawable-hdpi/rate_star_big_half_holo_light.png b/core/res/res/drawable-hdpi/rate_star_big_half_holo_light.png Binary files differindex e9ffa5bfe2c2..388fa5ce9fbf 100644 --- a/core/res/res/drawable-hdpi/rate_star_big_half_holo_light.png +++ b/core/res/res/drawable-hdpi/rate_star_big_half_holo_light.png diff --git a/core/res/res/drawable-hdpi/rate_star_big_off.png b/core/res/res/drawable-hdpi/rate_star_big_off.png Binary files differindex ae5883ee7237..27fd1cfda68c 100644 --- a/core/res/res/drawable-hdpi/rate_star_big_off.png +++ b/core/res/res/drawable-hdpi/rate_star_big_off.png diff --git a/core/res/res/drawable-hdpi/rate_star_big_off_holo_dark.png b/core/res/res/drawable-hdpi/rate_star_big_off_holo_dark.png Binary files differindex cc08f88f4c30..340bc00d1b72 100644 --- a/core/res/res/drawable-hdpi/rate_star_big_off_holo_dark.png +++ b/core/res/res/drawable-hdpi/rate_star_big_off_holo_dark.png diff --git a/core/res/res/drawable-hdpi/rate_star_big_off_holo_light.png b/core/res/res/drawable-hdpi/rate_star_big_off_holo_light.png Binary files differindex ebdb47bd675d..ec2a2e680e3f 100644 --- a/core/res/res/drawable-hdpi/rate_star_big_off_holo_light.png +++ b/core/res/res/drawable-hdpi/rate_star_big_off_holo_light.png diff --git a/core/res/res/drawable-hdpi/rate_star_big_on.png b/core/res/res/drawable-hdpi/rate_star_big_on.png Binary files differindex 65c136ed4b4b..ba27d7bc0195 100644 --- a/core/res/res/drawable-hdpi/rate_star_big_on.png +++ b/core/res/res/drawable-hdpi/rate_star_big_on.png diff --git a/core/res/res/drawable-hdpi/rate_star_big_on_holo_dark.png b/core/res/res/drawable-hdpi/rate_star_big_on_holo_dark.png Binary files differindex d594c466aba2..d225fec624e1 100644 --- a/core/res/res/drawable-hdpi/rate_star_big_on_holo_dark.png +++ b/core/res/res/drawable-hdpi/rate_star_big_on_holo_dark.png diff --git a/core/res/res/drawable-hdpi/rate_star_big_on_holo_light.png b/core/res/res/drawable-hdpi/rate_star_big_on_holo_light.png Binary files differindex b4fd29b135ad..0dae976051d5 100644 --- a/core/res/res/drawable-hdpi/rate_star_big_on_holo_light.png +++ b/core/res/res/drawable-hdpi/rate_star_big_on_holo_light.png diff --git a/core/res/res/drawable-hdpi/rate_star_med_half.png b/core/res/res/drawable-hdpi/rate_star_med_half.png Binary files differindex a4369809ed0e..9046f2830be6 100644 --- a/core/res/res/drawable-hdpi/rate_star_med_half.png +++ b/core/res/res/drawable-hdpi/rate_star_med_half.png diff --git a/core/res/res/drawable-hdpi/rate_star_med_half_holo_dark.png b/core/res/res/drawable-hdpi/rate_star_med_half_holo_dark.png Binary files differindex 65f673d762d8..4fab3f18cd7d 100644 --- a/core/res/res/drawable-hdpi/rate_star_med_half_holo_dark.png +++ b/core/res/res/drawable-hdpi/rate_star_med_half_holo_dark.png diff --git a/core/res/res/drawable-hdpi/rate_star_med_half_holo_light.png b/core/res/res/drawable-hdpi/rate_star_med_half_holo_light.png Binary files differindex d1756c7188aa..abf28183ba8d 100644 --- a/core/res/res/drawable-hdpi/rate_star_med_half_holo_light.png +++ b/core/res/res/drawable-hdpi/rate_star_med_half_holo_light.png diff --git a/core/res/res/drawable-hdpi/rate_star_med_off.png b/core/res/res/drawable-hdpi/rate_star_med_off.png Binary files differindex 981aabe76bc0..54ea45eccfb4 100644 --- a/core/res/res/drawable-hdpi/rate_star_med_off.png +++ b/core/res/res/drawable-hdpi/rate_star_med_off.png diff --git a/core/res/res/drawable-hdpi/rate_star_med_off_holo_dark.png b/core/res/res/drawable-hdpi/rate_star_med_off_holo_dark.png Binary files differindex b8bca18154c7..b50463396b88 100644 --- a/core/res/res/drawable-hdpi/rate_star_med_off_holo_dark.png +++ b/core/res/res/drawable-hdpi/rate_star_med_off_holo_dark.png diff --git a/core/res/res/drawable-hdpi/rate_star_med_off_holo_light.png b/core/res/res/drawable-hdpi/rate_star_med_off_holo_light.png Binary files differindex 4605a420fc5e..3fb44c474a59 100644 --- a/core/res/res/drawable-hdpi/rate_star_med_off_holo_light.png +++ b/core/res/res/drawable-hdpi/rate_star_med_off_holo_light.png diff --git a/core/res/res/drawable-hdpi/rate_star_med_on.png b/core/res/res/drawable-hdpi/rate_star_med_on.png Binary files differindex 320c14f0b4fd..eca2a9bf8d14 100644 --- a/core/res/res/drawable-hdpi/rate_star_med_on.png +++ b/core/res/res/drawable-hdpi/rate_star_med_on.png diff --git a/core/res/res/drawable-hdpi/rate_star_med_on_holo_dark.png b/core/res/res/drawable-hdpi/rate_star_med_on_holo_dark.png Binary files differindex 1b7fe776ca1d..ed704c9d66fa 100644 --- a/core/res/res/drawable-hdpi/rate_star_med_on_holo_dark.png +++ b/core/res/res/drawable-hdpi/rate_star_med_on_holo_dark.png diff --git a/core/res/res/drawable-hdpi/rate_star_med_on_holo_light.png b/core/res/res/drawable-hdpi/rate_star_med_on_holo_light.png Binary files differindex 41f33a84609f..3b0b2984a7e4 100644 --- a/core/res/res/drawable-hdpi/rate_star_med_on_holo_light.png +++ b/core/res/res/drawable-hdpi/rate_star_med_on_holo_light.png diff --git a/core/res/res/drawable-hdpi/rate_star_small_half.png b/core/res/res/drawable-hdpi/rate_star_small_half.png Binary files differindex 0b8974e14c87..4172d8615ba3 100644 --- a/core/res/res/drawable-hdpi/rate_star_small_half.png +++ b/core/res/res/drawable-hdpi/rate_star_small_half.png diff --git a/core/res/res/drawable-hdpi/rate_star_small_half_holo_dark.png b/core/res/res/drawable-hdpi/rate_star_small_half_holo_dark.png Binary files differindex 6cd59ea75bde..d3c7d75c44b0 100644 --- a/core/res/res/drawable-hdpi/rate_star_small_half_holo_dark.png +++ b/core/res/res/drawable-hdpi/rate_star_small_half_holo_dark.png diff --git a/core/res/res/drawable-hdpi/rate_star_small_half_holo_light.png b/core/res/res/drawable-hdpi/rate_star_small_half_holo_light.png Binary files differindex e03711e7a29a..ba0f634bfe24 100644 --- a/core/res/res/drawable-hdpi/rate_star_small_half_holo_light.png +++ b/core/res/res/drawable-hdpi/rate_star_small_half_holo_light.png diff --git a/core/res/res/drawable-hdpi/rate_star_small_off.png b/core/res/res/drawable-hdpi/rate_star_small_off.png Binary files differindex 7ae305f7feea..50c35fb75bf1 100644 --- a/core/res/res/drawable-hdpi/rate_star_small_off.png +++ b/core/res/res/drawable-hdpi/rate_star_small_off.png diff --git a/core/res/res/drawable-hdpi/rate_star_small_off_holo_dark.png b/core/res/res/drawable-hdpi/rate_star_small_off_holo_dark.png Binary files differindex a5ee1719f399..b187d52c8a16 100644 --- a/core/res/res/drawable-hdpi/rate_star_small_off_holo_dark.png +++ b/core/res/res/drawable-hdpi/rate_star_small_off_holo_dark.png diff --git a/core/res/res/drawable-hdpi/rate_star_small_off_holo_light.png b/core/res/res/drawable-hdpi/rate_star_small_off_holo_light.png Binary files differindex c7fb673048c0..4f4d6ced5a59 100644 --- a/core/res/res/drawable-hdpi/rate_star_small_off_holo_light.png +++ b/core/res/res/drawable-hdpi/rate_star_small_off_holo_light.png diff --git a/core/res/res/drawable-hdpi/rate_star_small_on.png b/core/res/res/drawable-hdpi/rate_star_small_on.png Binary files differindex ffa525870149..946249845e30 100644 --- a/core/res/res/drawable-hdpi/rate_star_small_on.png +++ b/core/res/res/drawable-hdpi/rate_star_small_on.png diff --git a/core/res/res/drawable-hdpi/rate_star_small_on_holo_dark.png b/core/res/res/drawable-hdpi/rate_star_small_on_holo_dark.png Binary files differindex 134a38b8252f..941d0b95eccc 100644 --- a/core/res/res/drawable-hdpi/rate_star_small_on_holo_dark.png +++ b/core/res/res/drawable-hdpi/rate_star_small_on_holo_dark.png diff --git a/core/res/res/drawable-hdpi/rate_star_small_on_holo_light.png b/core/res/res/drawable-hdpi/rate_star_small_on_holo_light.png Binary files differindex 0e7c8a97d1d9..73b0c78e8aba 100644 --- a/core/res/res/drawable-hdpi/rate_star_small_on_holo_light.png +++ b/core/res/res/drawable-hdpi/rate_star_small_on_holo_light.png diff --git a/core/res/res/drawable-hdpi/recent_dialog_background.9.png b/core/res/res/drawable-hdpi/recent_dialog_background.9.png Binary files differindex bebcc40cab75..383c2a4494ec 100644 --- a/core/res/res/drawable-hdpi/recent_dialog_background.9.png +++ b/core/res/res/drawable-hdpi/recent_dialog_background.9.png diff --git a/core/res/res/drawable-hdpi/reticle.png b/core/res/res/drawable-hdpi/reticle.png Binary files differindex a3e8c1b3fd33..7ee8cde036d9 100644 --- a/core/res/res/drawable-hdpi/reticle.png +++ b/core/res/res/drawable-hdpi/reticle.png diff --git a/core/res/res/drawable-hdpi/scrollbar_handle_accelerated_anim2.9.png b/core/res/res/drawable-hdpi/scrollbar_handle_accelerated_anim2.9.png Binary files differindex fb9e7aa47016..5da1f645061e 100644 --- a/core/res/res/drawable-hdpi/scrollbar_handle_accelerated_anim2.9.png +++ b/core/res/res/drawable-hdpi/scrollbar_handle_accelerated_anim2.9.png diff --git a/core/res/res/drawable-hdpi/scrollbar_handle_holo_dark.9.png b/core/res/res/drawable-hdpi/scrollbar_handle_holo_dark.9.png Binary files differindex 3c4a50e61b00..571915750b22 100644 --- a/core/res/res/drawable-hdpi/scrollbar_handle_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/scrollbar_handle_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/scrollbar_handle_holo_light.9.png b/core/res/res/drawable-hdpi/scrollbar_handle_holo_light.9.png Binary files differindex 222c776c6bb4..9cc3a828da52 100644 --- a/core/res/res/drawable-hdpi/scrollbar_handle_holo_light.9.png +++ b/core/res/res/drawable-hdpi/scrollbar_handle_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/scrollbar_handle_horizontal.9.png b/core/res/res/drawable-hdpi/scrollbar_handle_horizontal.9.png Binary files differindex cd206e2c907a..9b083ad5ce09 100644 --- a/core/res/res/drawable-hdpi/scrollbar_handle_horizontal.9.png +++ b/core/res/res/drawable-hdpi/scrollbar_handle_horizontal.9.png diff --git a/core/res/res/drawable-hdpi/scrollbar_handle_vertical.9.png b/core/res/res/drawable-hdpi/scrollbar_handle_vertical.9.png Binary files differindex 3ec07914c1c3..9e1d5cc14be2 100644 --- a/core/res/res/drawable-hdpi/scrollbar_handle_vertical.9.png +++ b/core/res/res/drawable-hdpi/scrollbar_handle_vertical.9.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_disabled_holo.png b/core/res/res/drawable-hdpi/scrubber_control_disabled_holo.png Binary files differindex 370242a9e321..100ce24b8f03 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_disabled_holo.png +++ b/core/res/res/drawable-hdpi/scrubber_control_disabled_holo.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_focused_holo.png b/core/res/res/drawable-hdpi/scrubber_control_focused_holo.png Binary files differindex eea2c3e89ff0..70c7b3f1c6bf 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_focused_holo.png +++ b/core/res/res/drawable-hdpi/scrubber_control_focused_holo.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_000.png b/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_000.png Binary files differindex 281923edc48e..7dd062eb0699 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_000.png +++ b/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_000.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_001.png b/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_001.png Binary files differindex e91d4fb86948..e79215774418 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_001.png +++ b/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_001.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_002.png b/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_002.png Binary files differindex 15badedfdb4e..32618a2dcd27 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_002.png +++ b/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_002.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_003.png b/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_003.png Binary files differindex 3d5899fb427a..19ab07a25f7e 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_003.png +++ b/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_003.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_004.png b/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_004.png Binary files differindex e2277bd9b3f4..cd26da019eb0 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_004.png +++ b/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_004.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_005.png b/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_005.png Binary files differindex b502e22ded9b..e063037cd6fe 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_005.png +++ b/core/res/res/drawable-hdpi/scrubber_control_from_pressed_mtrl_005.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_normal_holo.png b/core/res/res/drawable-hdpi/scrubber_control_normal_holo.png Binary files differindex 3c98ee9b65b6..d8d6d5a8d2ec 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_normal_holo.png +++ b/core/res/res/drawable-hdpi/scrubber_control_normal_holo.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_off_mtrl_alpha.png b/core/res/res/drawable-hdpi/scrubber_control_off_mtrl_alpha.png Binary files differindex 5a9952823c10..4efe298e2859 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_off_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/scrubber_control_off_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_off_pressed_mtrl_alpha.png b/core/res/res/drawable-hdpi/scrubber_control_off_pressed_mtrl_alpha.png Binary files differindex 10ce2bcb9c4c..f621a1e10dc6 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_off_pressed_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/scrubber_control_off_pressed_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_on_mtrl_alpha.png b/core/res/res/drawable-hdpi/scrubber_control_on_mtrl_alpha.png Binary files differindex 79de664548c8..f4d47c16860f 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_on_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/scrubber_control_on_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_on_pressed_mtrl_alpha.png b/core/res/res/drawable-hdpi/scrubber_control_on_pressed_mtrl_alpha.png Binary files differindex 0678dbb22ca7..e743a59cb6e4 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_on_pressed_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/scrubber_control_on_pressed_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_pressed_holo.png b/core/res/res/drawable-hdpi/scrubber_control_pressed_holo.png Binary files differindex 4dc8999de6c2..5b5bfcdf3c3f 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_pressed_holo.png +++ b/core/res/res/drawable-hdpi/scrubber_control_pressed_holo.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_000.png b/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_000.png Binary files differindex a70be2cfd634..543dec33769b 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_000.png +++ b/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_000.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_001.png b/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_001.png Binary files differindex 9442316473f9..c6747f3e2f9a 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_001.png +++ b/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_001.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_002.png b/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_002.png Binary files differindex 33db4a885cbd..a61371bacd50 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_002.png +++ b/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_002.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_003.png b/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_003.png Binary files differindex 4e1cd16f1132..335583144f1a 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_003.png +++ b/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_003.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_004.png b/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_004.png Binary files differindex d5254f461af8..3a5d634c563f 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_004.png +++ b/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_004.png diff --git a/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_005.png b/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_005.png Binary files differindex 7aa0a3edebc6..9930b3ad1bce 100644 --- a/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_005.png +++ b/core/res/res/drawable-hdpi/scrubber_control_to_pressed_mtrl_005.png diff --git a/core/res/res/drawable-hdpi/scrubber_primary_holo.9.png b/core/res/res/drawable-hdpi/scrubber_primary_holo.9.png Binary files differindex 260a0a54ccf2..6421f1b3c16e 100644 --- a/core/res/res/drawable-hdpi/scrubber_primary_holo.9.png +++ b/core/res/res/drawable-hdpi/scrubber_primary_holo.9.png diff --git a/core/res/res/drawable-hdpi/scrubber_primary_mtrl_alpha.9.png b/core/res/res/drawable-hdpi/scrubber_primary_mtrl_alpha.9.png Binary files differindex 4cfb1a7c7e1f..38a6aaadcd35 100644 --- a/core/res/res/drawable-hdpi/scrubber_primary_mtrl_alpha.9.png +++ b/core/res/res/drawable-hdpi/scrubber_primary_mtrl_alpha.9.png diff --git a/core/res/res/drawable-hdpi/scrubber_secondary_holo.9.png b/core/res/res/drawable-hdpi/scrubber_secondary_holo.9.png Binary files differindex 09f2d585488c..54054f1b8b83 100644 --- a/core/res/res/drawable-hdpi/scrubber_secondary_holo.9.png +++ b/core/res/res/drawable-hdpi/scrubber_secondary_holo.9.png diff --git a/core/res/res/drawable-hdpi/scrubber_track_holo_dark.9.png b/core/res/res/drawable-hdpi/scrubber_track_holo_dark.9.png Binary files differindex 0c0ccda79df9..531c30258e47 100644 --- a/core/res/res/drawable-hdpi/scrubber_track_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/scrubber_track_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/scrubber_track_holo_light.9.png b/core/res/res/drawable-hdpi/scrubber_track_holo_light.9.png Binary files differindex 90528b1307e3..4decc80bdb3d 100644 --- a/core/res/res/drawable-hdpi/scrubber_track_holo_light.9.png +++ b/core/res/res/drawable-hdpi/scrubber_track_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/scrubber_track_mtrl_alpha.9.png b/core/res/res/drawable-hdpi/scrubber_track_mtrl_alpha.9.png Binary files differindex 32ddf7a9e06e..db44b8a42299 100644 --- a/core/res/res/drawable-hdpi/scrubber_track_mtrl_alpha.9.png +++ b/core/res/res/drawable-hdpi/scrubber_track_mtrl_alpha.9.png diff --git a/core/res/res/drawable-hdpi/search_dropdown_background.9.png b/core/res/res/drawable-hdpi/search_dropdown_background.9.png Binary files differindex e6945db0e37d..9df1f1d4107d 100644 --- a/core/res/res/drawable-hdpi/search_dropdown_background.9.png +++ b/core/res/res/drawable-hdpi/search_dropdown_background.9.png diff --git a/core/res/res/drawable-hdpi/search_plate.9.png b/core/res/res/drawable-hdpi/search_plate.9.png Binary files differindex 561c9fad4bd6..1299d03c2a42 100644 --- a/core/res/res/drawable-hdpi/search_plate.9.png +++ b/core/res/res/drawable-hdpi/search_plate.9.png diff --git a/core/res/res/drawable-hdpi/search_plate_global.9.png b/core/res/res/drawable-hdpi/search_plate_global.9.png Binary files differindex 32c6dc3709ee..fc403c0433a7 100644 --- a/core/res/res/drawable-hdpi/search_plate_global.9.png +++ b/core/res/res/drawable-hdpi/search_plate_global.9.png diff --git a/core/res/res/drawable-hdpi/seek_thumb_normal.png b/core/res/res/drawable-hdpi/seek_thumb_normal.png Binary files differindex cc83a7d485c4..27556cb612c5 100644 --- a/core/res/res/drawable-hdpi/seek_thumb_normal.png +++ b/core/res/res/drawable-hdpi/seek_thumb_normal.png diff --git a/core/res/res/drawable-hdpi/seek_thumb_pressed.png b/core/res/res/drawable-hdpi/seek_thumb_pressed.png Binary files differindex 15f79ea2ff2e..a9ceb30b003e 100644 --- a/core/res/res/drawable-hdpi/seek_thumb_pressed.png +++ b/core/res/res/drawable-hdpi/seek_thumb_pressed.png diff --git a/core/res/res/drawable-hdpi/seek_thumb_selected.png b/core/res/res/drawable-hdpi/seek_thumb_selected.png Binary files differindex 8a7cf685f727..31c296f73cb1 100644 --- a/core/res/res/drawable-hdpi/seek_thumb_selected.png +++ b/core/res/res/drawable-hdpi/seek_thumb_selected.png diff --git a/core/res/res/drawable-hdpi/settings_header_raw.9.png b/core/res/res/drawable-hdpi/settings_header_raw.9.png Binary files differindex 6857c0fc5ac0..ad5c7383240a 100644 --- a/core/res/res/drawable-hdpi/settings_header_raw.9.png +++ b/core/res/res/drawable-hdpi/settings_header_raw.9.png diff --git a/core/res/res/drawable-hdpi/sim_dark_blue.9.png b/core/res/res/drawable-hdpi/sim_dark_blue.9.png Binary files differindex b99153597997..a1df4ee1b321 100755 --- a/core/res/res/drawable-hdpi/sim_dark_blue.9.png +++ b/core/res/res/drawable-hdpi/sim_dark_blue.9.png diff --git a/core/res/res/drawable-hdpi/sim_dark_green.9.png b/core/res/res/drawable-hdpi/sim_dark_green.9.png Binary files differindex c8de61da4eec..92e43c0ade1c 100755 --- a/core/res/res/drawable-hdpi/sim_dark_green.9.png +++ b/core/res/res/drawable-hdpi/sim_dark_green.9.png diff --git a/core/res/res/drawable-hdpi/sim_dark_orange.9.png b/core/res/res/drawable-hdpi/sim_dark_orange.9.png Binary files differindex 10347e8d8f23..7814e7d1c577 100755 --- a/core/res/res/drawable-hdpi/sim_dark_orange.9.png +++ b/core/res/res/drawable-hdpi/sim_dark_orange.9.png diff --git a/core/res/res/drawable-hdpi/sim_dark_purple.9.png b/core/res/res/drawable-hdpi/sim_dark_purple.9.png Binary files differindex ac4ee012cd5b..b6bbdc5bca26 100755 --- a/core/res/res/drawable-hdpi/sim_dark_purple.9.png +++ b/core/res/res/drawable-hdpi/sim_dark_purple.9.png diff --git a/core/res/res/drawable-hdpi/sim_light_blue.9.png b/core/res/res/drawable-hdpi/sim_light_blue.9.png Binary files differindex b2c55818ca04..f5597d0f9bb2 100755 --- a/core/res/res/drawable-hdpi/sim_light_blue.9.png +++ b/core/res/res/drawable-hdpi/sim_light_blue.9.png diff --git a/core/res/res/drawable-hdpi/sim_light_green.9.png b/core/res/res/drawable-hdpi/sim_light_green.9.png Binary files differindex 4d29c81e240a..15e318f5fc10 100755 --- a/core/res/res/drawable-hdpi/sim_light_green.9.png +++ b/core/res/res/drawable-hdpi/sim_light_green.9.png diff --git a/core/res/res/drawable-hdpi/sim_light_orange.9.png b/core/res/res/drawable-hdpi/sim_light_orange.9.png Binary files differindex 68c6c2f223ff..58d4e03cc20d 100755 --- a/core/res/res/drawable-hdpi/sim_light_orange.9.png +++ b/core/res/res/drawable-hdpi/sim_light_orange.9.png diff --git a/core/res/res/drawable-hdpi/sim_light_purple.9.png b/core/res/res/drawable-hdpi/sim_light_purple.9.png Binary files differindex 4deb8dc526b4..6f33b47ed2e9 100755 --- a/core/res/res/drawable-hdpi/sim_light_purple.9.png +++ b/core/res/res/drawable-hdpi/sim_light_purple.9.png diff --git a/core/res/res/drawable-hdpi/spinner_16_inner_holo.png b/core/res/res/drawable-hdpi/spinner_16_inner_holo.png Binary files differindex 383543a0fb28..c370726c6510 100644 --- a/core/res/res/drawable-hdpi/spinner_16_inner_holo.png +++ b/core/res/res/drawable-hdpi/spinner_16_inner_holo.png diff --git a/core/res/res/drawable-hdpi/spinner_16_outer_holo.png b/core/res/res/drawable-hdpi/spinner_16_outer_holo.png Binary files differindex ffdb78af9040..6ed640306d62 100644 --- a/core/res/res/drawable-hdpi/spinner_16_outer_holo.png +++ b/core/res/res/drawable-hdpi/spinner_16_outer_holo.png diff --git a/core/res/res/drawable-hdpi/spinner_48_inner_holo.png b/core/res/res/drawable-hdpi/spinner_48_inner_holo.png Binary files differindex c8358e9cefce..df5dd75c2d91 100644 --- a/core/res/res/drawable-hdpi/spinner_48_inner_holo.png +++ b/core/res/res/drawable-hdpi/spinner_48_inner_holo.png diff --git a/core/res/res/drawable-hdpi/spinner_48_outer_holo.png b/core/res/res/drawable-hdpi/spinner_48_outer_holo.png Binary files differindex f62f74bb38e8..863f42927e7d 100644 --- a/core/res/res/drawable-hdpi/spinner_48_outer_holo.png +++ b/core/res/res/drawable-hdpi/spinner_48_outer_holo.png diff --git a/core/res/res/drawable-hdpi/spinner_76_inner_holo.png b/core/res/res/drawable-hdpi/spinner_76_inner_holo.png Binary files differindex c29ab0783df4..66f658d203d5 100644 --- a/core/res/res/drawable-hdpi/spinner_76_inner_holo.png +++ b/core/res/res/drawable-hdpi/spinner_76_inner_holo.png diff --git a/core/res/res/drawable-hdpi/spinner_76_outer_holo.png b/core/res/res/drawable-hdpi/spinner_76_outer_holo.png Binary files differindex 287afc65b458..f27c76b4f2ff 100644 --- a/core/res/res/drawable-hdpi/spinner_76_outer_holo.png +++ b/core/res/res/drawable-hdpi/spinner_76_outer_holo.png diff --git a/core/res/res/drawable-hdpi/spinner_ab_default_holo_dark_am.9.png b/core/res/res/drawable-hdpi/spinner_ab_default_holo_dark_am.9.png Binary files differindex 88f8765cd06a..6f6ec0d1d9b4 100644 --- a/core/res/res/drawable-hdpi/spinner_ab_default_holo_dark_am.9.png +++ b/core/res/res/drawable-hdpi/spinner_ab_default_holo_dark_am.9.png diff --git a/core/res/res/drawable-hdpi/spinner_ab_default_holo_light_am.9.png b/core/res/res/drawable-hdpi/spinner_ab_default_holo_light_am.9.png Binary files differindex fa68a137f355..158b8e1750a2 100644 --- a/core/res/res/drawable-hdpi/spinner_ab_default_holo_light_am.9.png +++ b/core/res/res/drawable-hdpi/spinner_ab_default_holo_light_am.9.png diff --git a/core/res/res/drawable-hdpi/spinner_ab_disabled_holo_dark_am.9.png b/core/res/res/drawable-hdpi/spinner_ab_disabled_holo_dark_am.9.png Binary files differindex 78c63cba8e01..e351acbcbf63 100644 --- a/core/res/res/drawable-hdpi/spinner_ab_disabled_holo_dark_am.9.png +++ b/core/res/res/drawable-hdpi/spinner_ab_disabled_holo_dark_am.9.png diff --git a/core/res/res/drawable-hdpi/spinner_ab_disabled_holo_light_am.9.png b/core/res/res/drawable-hdpi/spinner_ab_disabled_holo_light_am.9.png Binary files differindex e13a9f801133..9b6e10373f41 100644 --- a/core/res/res/drawable-hdpi/spinner_ab_disabled_holo_light_am.9.png +++ b/core/res/res/drawable-hdpi/spinner_ab_disabled_holo_light_am.9.png diff --git a/core/res/res/drawable-hdpi/spinner_ab_focused_holo_dark_am.9.png b/core/res/res/drawable-hdpi/spinner_ab_focused_holo_dark_am.9.png Binary files differindex 26d2e168c2c4..e1d86ccfef64 100644 --- a/core/res/res/drawable-hdpi/spinner_ab_focused_holo_dark_am.9.png +++ b/core/res/res/drawable-hdpi/spinner_ab_focused_holo_dark_am.9.png diff --git a/core/res/res/drawable-hdpi/spinner_ab_focused_holo_light_am.9.png b/core/res/res/drawable-hdpi/spinner_ab_focused_holo_light_am.9.png Binary files differindex 00ae92afe4d4..2583da29d327 100644 --- a/core/res/res/drawable-hdpi/spinner_ab_focused_holo_light_am.9.png +++ b/core/res/res/drawable-hdpi/spinner_ab_focused_holo_light_am.9.png diff --git a/core/res/res/drawable-hdpi/spinner_ab_pressed_holo_dark_am.9.png b/core/res/res/drawable-hdpi/spinner_ab_pressed_holo_dark_am.9.png Binary files differindex 66f0d8829e57..02efbce22a21 100644 --- a/core/res/res/drawable-hdpi/spinner_ab_pressed_holo_dark_am.9.png +++ b/core/res/res/drawable-hdpi/spinner_ab_pressed_holo_dark_am.9.png diff --git a/core/res/res/drawable-hdpi/spinner_ab_pressed_holo_light_am.9.png b/core/res/res/drawable-hdpi/spinner_ab_pressed_holo_light_am.9.png Binary files differindex 10af16374914..7974a9f0ef81 100644 --- a/core/res/res/drawable-hdpi/spinner_ab_pressed_holo_light_am.9.png +++ b/core/res/res/drawable-hdpi/spinner_ab_pressed_holo_light_am.9.png diff --git a/core/res/res/drawable-hdpi/spinner_black_16.png b/core/res/res/drawable-hdpi/spinner_black_16.png Binary files differindex ef5ca352a754..485556cd0b64 100644 --- a/core/res/res/drawable-hdpi/spinner_black_16.png +++ b/core/res/res/drawable-hdpi/spinner_black_16.png diff --git a/core/res/res/drawable-hdpi/spinner_black_20.png b/core/res/res/drawable-hdpi/spinner_black_20.png Binary files differindex d938931d6348..7f47ffd6de54 100644 --- a/core/res/res/drawable-hdpi/spinner_black_20.png +++ b/core/res/res/drawable-hdpi/spinner_black_20.png diff --git a/core/res/res/drawable-hdpi/spinner_black_48.png b/core/res/res/drawable-hdpi/spinner_black_48.png Binary files differindex 9d1efb7eb623..f523159abcc0 100644 --- a/core/res/res/drawable-hdpi/spinner_black_48.png +++ b/core/res/res/drawable-hdpi/spinner_black_48.png diff --git a/core/res/res/drawable-hdpi/spinner_black_76.png b/core/res/res/drawable-hdpi/spinner_black_76.png Binary files differindex 0d90881110d7..cbd862b260c9 100644 --- a/core/res/res/drawable-hdpi/spinner_black_76.png +++ b/core/res/res/drawable-hdpi/spinner_black_76.png diff --git a/core/res/res/drawable-hdpi/spinner_default_holo_dark_am.9.png b/core/res/res/drawable-hdpi/spinner_default_holo_dark_am.9.png Binary files differindex 78e583ce26f7..0c838517e207 100644 --- a/core/res/res/drawable-hdpi/spinner_default_holo_dark_am.9.png +++ b/core/res/res/drawable-hdpi/spinner_default_holo_dark_am.9.png diff --git a/core/res/res/drawable-hdpi/spinner_default_holo_light_am.9.png b/core/res/res/drawable-hdpi/spinner_default_holo_light_am.9.png Binary files differindex fb54f2299bca..c2bddb7cf7eb 100644 --- a/core/res/res/drawable-hdpi/spinner_default_holo_light_am.9.png +++ b/core/res/res/drawable-hdpi/spinner_default_holo_light_am.9.png diff --git a/core/res/res/drawable-hdpi/spinner_disabled_holo_dark_am.9.png b/core/res/res/drawable-hdpi/spinner_disabled_holo_dark_am.9.png Binary files differindex 210832cd3bfa..fa90cc6b3848 100644 --- a/core/res/res/drawable-hdpi/spinner_disabled_holo_dark_am.9.png +++ b/core/res/res/drawable-hdpi/spinner_disabled_holo_dark_am.9.png diff --git a/core/res/res/drawable-hdpi/spinner_disabled_holo_light_am.9.png b/core/res/res/drawable-hdpi/spinner_disabled_holo_light_am.9.png Binary files differindex d0d94197b9cf..5b163f0e3379 100644 --- a/core/res/res/drawable-hdpi/spinner_disabled_holo_light_am.9.png +++ b/core/res/res/drawable-hdpi/spinner_disabled_holo_light_am.9.png diff --git a/core/res/res/drawable-hdpi/spinner_dropdown_background_down.9.png b/core/res/res/drawable-hdpi/spinner_dropdown_background_down.9.png Binary files differindex 566543dce51a..a5ddc56f5d80 100644 --- a/core/res/res/drawable-hdpi/spinner_dropdown_background_down.9.png +++ b/core/res/res/drawable-hdpi/spinner_dropdown_background_down.9.png diff --git a/core/res/res/drawable-hdpi/spinner_dropdown_background_up.9.png b/core/res/res/drawable-hdpi/spinner_dropdown_background_up.9.png Binary files differindex 7b883cc62f52..08bf5c313a41 100644 --- a/core/res/res/drawable-hdpi/spinner_dropdown_background_up.9.png +++ b/core/res/res/drawable-hdpi/spinner_dropdown_background_up.9.png diff --git a/core/res/res/drawable-hdpi/spinner_focused_holo_dark_am.9.png b/core/res/res/drawable-hdpi/spinner_focused_holo_dark_am.9.png Binary files differindex be365ec05729..8dd727f00c49 100644 --- a/core/res/res/drawable-hdpi/spinner_focused_holo_dark_am.9.png +++ b/core/res/res/drawable-hdpi/spinner_focused_holo_dark_am.9.png diff --git a/core/res/res/drawable-hdpi/spinner_focused_holo_light_am.9.png b/core/res/res/drawable-hdpi/spinner_focused_holo_light_am.9.png Binary files differindex cd7b803bb122..c5822488af41 100644 --- a/core/res/res/drawable-hdpi/spinner_focused_holo_light_am.9.png +++ b/core/res/res/drawable-hdpi/spinner_focused_holo_light_am.9.png diff --git a/core/res/res/drawable-hdpi/spinner_normal.9.png b/core/res/res/drawable-hdpi/spinner_normal.9.png Binary files differindex b1f25f0781a1..40a4667a70d8 100644 --- a/core/res/res/drawable-hdpi/spinner_normal.9.png +++ b/core/res/res/drawable-hdpi/spinner_normal.9.png diff --git a/core/res/res/drawable-hdpi/spinner_press.9.png b/core/res/res/drawable-hdpi/spinner_press.9.png Binary files differindex 6aab271ca035..11d0c5d58bcc 100644 --- a/core/res/res/drawable-hdpi/spinner_press.9.png +++ b/core/res/res/drawable-hdpi/spinner_press.9.png diff --git a/core/res/res/drawable-hdpi/spinner_pressed_holo_dark_am.9.png b/core/res/res/drawable-hdpi/spinner_pressed_holo_dark_am.9.png Binary files differindex aca9435654bb..986ca1f689c7 100644 --- a/core/res/res/drawable-hdpi/spinner_pressed_holo_dark_am.9.png +++ b/core/res/res/drawable-hdpi/spinner_pressed_holo_dark_am.9.png diff --git a/core/res/res/drawable-hdpi/spinner_pressed_holo_light_am.9.png b/core/res/res/drawable-hdpi/spinner_pressed_holo_light_am.9.png Binary files differindex eafd44a7b0dc..884cba731ff1 100644 --- a/core/res/res/drawable-hdpi/spinner_pressed_holo_light_am.9.png +++ b/core/res/res/drawable-hdpi/spinner_pressed_holo_light_am.9.png diff --git a/core/res/res/drawable-hdpi/spinner_select.9.png b/core/res/res/drawable-hdpi/spinner_select.9.png Binary files differindex 9024d07c4ebd..11f6b7b022d1 100644 --- a/core/res/res/drawable-hdpi/spinner_select.9.png +++ b/core/res/res/drawable-hdpi/spinner_select.9.png diff --git a/core/res/res/drawable-hdpi/spinner_white_16.png b/core/res/res/drawable-hdpi/spinner_white_16.png Binary files differindex 32fa447b3bf6..6857148bfe88 100644 --- a/core/res/res/drawable-hdpi/spinner_white_16.png +++ b/core/res/res/drawable-hdpi/spinner_white_16.png diff --git a/core/res/res/drawable-hdpi/spinner_white_48.png b/core/res/res/drawable-hdpi/spinner_white_48.png Binary files differindex 31fa267f4ab1..b5620e009a65 100644 --- a/core/res/res/drawable-hdpi/spinner_white_48.png +++ b/core/res/res/drawable-hdpi/spinner_white_48.png diff --git a/core/res/res/drawable-hdpi/spinner_white_76.png b/core/res/res/drawable-hdpi/spinner_white_76.png Binary files differindex 9f63292046e2..5c4bbdb7354a 100644 --- a/core/res/res/drawable-hdpi/spinner_white_76.png +++ b/core/res/res/drawable-hdpi/spinner_white_76.png diff --git a/core/res/res/drawable-hdpi/star_big_off.png b/core/res/res/drawable-hdpi/star_big_off.png Binary files differindex ee6c9420c69b..dac93c7c0d9d 100644 --- a/core/res/res/drawable-hdpi/star_big_off.png +++ b/core/res/res/drawable-hdpi/star_big_off.png diff --git a/core/res/res/drawable-hdpi/star_big_on.png b/core/res/res/drawable-hdpi/star_big_on.png Binary files differindex 17b4d737b6fb..c35be0a3cb08 100644 --- a/core/res/res/drawable-hdpi/star_big_on.png +++ b/core/res/res/drawable-hdpi/star_big_on.png diff --git a/core/res/res/drawable-hdpi/star_off.png b/core/res/res/drawable-hdpi/star_off.png Binary files differindex e1897c7d6512..244593753b07 100644 --- a/core/res/res/drawable-hdpi/star_off.png +++ b/core/res/res/drawable-hdpi/star_off.png diff --git a/core/res/res/drawable-hdpi/star_on.png b/core/res/res/drawable-hdpi/star_on.png Binary files differindex b7440eaef706..8894c9bcea3f 100644 --- a/core/res/res/drawable-hdpi/star_on.png +++ b/core/res/res/drawable-hdpi/star_on.png diff --git a/core/res/res/drawable-hdpi/stat_ecb_mode.png b/core/res/res/drawable-hdpi/stat_ecb_mode.png Binary files differindex 91e6c1e86906..e1c84ee4042e 100644 --- a/core/res/res/drawable-hdpi/stat_ecb_mode.png +++ b/core/res/res/drawable-hdpi/stat_ecb_mode.png diff --git a/core/res/res/drawable-hdpi/stat_notify_car_mode.png b/core/res/res/drawable-hdpi/stat_notify_car_mode.png Binary files differindex bc6137de6550..9412334d15b8 100644 --- a/core/res/res/drawable-hdpi/stat_notify_car_mode.png +++ b/core/res/res/drawable-hdpi/stat_notify_car_mode.png diff --git a/core/res/res/drawable-hdpi/stat_notify_chat.png b/core/res/res/drawable-hdpi/stat_notify_chat.png Binary files differindex 32ffdf1136ed..932fff736aa4 100644 --- a/core/res/res/drawable-hdpi/stat_notify_chat.png +++ b/core/res/res/drawable-hdpi/stat_notify_chat.png diff --git a/core/res/res/drawable-hdpi/stat_notify_disk_full.png b/core/res/res/drawable-hdpi/stat_notify_disk_full.png Binary files differindex c696a5b12774..0bff42c4a13a 100644 --- a/core/res/res/drawable-hdpi/stat_notify_disk_full.png +++ b/core/res/res/drawable-hdpi/stat_notify_disk_full.png diff --git a/core/res/res/drawable-hdpi/stat_notify_email_generic.png b/core/res/res/drawable-hdpi/stat_notify_email_generic.png Binary files differindex c19d6670f871..6152ab0aebf1 100644 --- a/core/res/res/drawable-hdpi/stat_notify_email_generic.png +++ b/core/res/res/drawable-hdpi/stat_notify_email_generic.png diff --git a/core/res/res/drawable-hdpi/stat_notify_error.png b/core/res/res/drawable-hdpi/stat_notify_error.png Binary files differindex deb38726301b..4d07efb771c2 100644 --- a/core/res/res/drawable-hdpi/stat_notify_error.png +++ b/core/res/res/drawable-hdpi/stat_notify_error.png diff --git a/core/res/res/drawable-hdpi/stat_notify_gmail.png b/core/res/res/drawable-hdpi/stat_notify_gmail.png Binary files differindex f205a7c85f91..1b8d113f34c1 100644 --- a/core/res/res/drawable-hdpi/stat_notify_gmail.png +++ b/core/res/res/drawable-hdpi/stat_notify_gmail.png diff --git a/core/res/res/drawable-hdpi/stat_notify_missed_call.png b/core/res/res/drawable-hdpi/stat_notify_missed_call.png Binary files differindex f205471bc5f1..3b00679959b6 100644 --- a/core/res/res/drawable-hdpi/stat_notify_missed_call.png +++ b/core/res/res/drawable-hdpi/stat_notify_missed_call.png diff --git a/core/res/res/drawable-hdpi/stat_notify_more.png b/core/res/res/drawable-hdpi/stat_notify_more.png Binary files differindex f54b3d425833..d22e18dbdbaf 100644 --- a/core/res/res/drawable-hdpi/stat_notify_more.png +++ b/core/res/res/drawable-hdpi/stat_notify_more.png diff --git a/core/res/res/drawable-hdpi/stat_notify_rssi_in_range.png b/core/res/res/drawable-hdpi/stat_notify_rssi_in_range.png Binary files differindex 74977e6aefff..c0e35b3e4f02 100644 --- a/core/res/res/drawable-hdpi/stat_notify_rssi_in_range.png +++ b/core/res/res/drawable-hdpi/stat_notify_rssi_in_range.png diff --git a/core/res/res/drawable-hdpi/stat_notify_sdcard.png b/core/res/res/drawable-hdpi/stat_notify_sdcard.png Binary files differindex 5892d38a739e..5a9e2656da4c 100644 --- a/core/res/res/drawable-hdpi/stat_notify_sdcard.png +++ b/core/res/res/drawable-hdpi/stat_notify_sdcard.png diff --git a/core/res/res/drawable-hdpi/stat_notify_sdcard_prepare.png b/core/res/res/drawable-hdpi/stat_notify_sdcard_prepare.png Binary files differindex 1c101ea13def..cd021c7672e6 100644 --- a/core/res/res/drawable-hdpi/stat_notify_sdcard_prepare.png +++ b/core/res/res/drawable-hdpi/stat_notify_sdcard_prepare.png diff --git a/core/res/res/drawable-hdpi/stat_notify_sdcard_usb.png b/core/res/res/drawable-hdpi/stat_notify_sdcard_usb.png Binary files differindex 901eac413552..dd66c8ae21e1 100644 --- a/core/res/res/drawable-hdpi/stat_notify_sdcard_usb.png +++ b/core/res/res/drawable-hdpi/stat_notify_sdcard_usb.png diff --git a/core/res/res/drawable-hdpi/stat_notify_sim_toolkit.png b/core/res/res/drawable-hdpi/stat_notify_sim_toolkit.png Binary files differindex a357251753f8..9aacb155895a 100644 --- a/core/res/res/drawable-hdpi/stat_notify_sim_toolkit.png +++ b/core/res/res/drawable-hdpi/stat_notify_sim_toolkit.png diff --git a/core/res/res/drawable-hdpi/stat_notify_sync.png b/core/res/res/drawable-hdpi/stat_notify_sync.png Binary files differindex 90b39c958581..940a77867c8a 100644 --- a/core/res/res/drawable-hdpi/stat_notify_sync.png +++ b/core/res/res/drawable-hdpi/stat_notify_sync.png diff --git a/core/res/res/drawable-hdpi/stat_notify_sync_anim0.png b/core/res/res/drawable-hdpi/stat_notify_sync_anim0.png Binary files differindex 90b39c958581..940a77867c8a 100644 --- a/core/res/res/drawable-hdpi/stat_notify_sync_anim0.png +++ b/core/res/res/drawable-hdpi/stat_notify_sync_anim0.png diff --git a/core/res/res/drawable-hdpi/stat_notify_sync_error.png b/core/res/res/drawable-hdpi/stat_notify_sync_error.png Binary files differindex 074cdee276cd..7b55096d4373 100644 --- a/core/res/res/drawable-hdpi/stat_notify_sync_error.png +++ b/core/res/res/drawable-hdpi/stat_notify_sync_error.png diff --git a/core/res/res/drawable-hdpi/stat_notify_voicemail.png b/core/res/res/drawable-hdpi/stat_notify_voicemail.png Binary files differindex 896d1ce08ecd..144da234536a 100644 --- a/core/res/res/drawable-hdpi/stat_notify_voicemail.png +++ b/core/res/res/drawable-hdpi/stat_notify_voicemail.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_0.png b/core/res/res/drawable-hdpi/stat_sys_battery_0.png Binary files differindex 160a6f70bda0..1305dee25222 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_0.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_0.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_10.png b/core/res/res/drawable-hdpi/stat_sys_battery_10.png Binary files differindex 4486553d7280..3dba85fcc63b 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_10.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_10.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_100.png b/core/res/res/drawable-hdpi/stat_sys_battery_100.png Binary files differindex fa1624c23504..68ef88fe2b07 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_100.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_100.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_15.png b/core/res/res/drawable-hdpi/stat_sys_battery_15.png Binary files differindex 5d5ac67ac960..005bdd3f1096 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_15.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_15.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_20.png b/core/res/res/drawable-hdpi/stat_sys_battery_20.png Binary files differindex c8f9c9231a28..626b39a9d3a5 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_20.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_20.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_28.png b/core/res/res/drawable-hdpi/stat_sys_battery_28.png Binary files differindex a35ded9e3bda..067078972e3e 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_28.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_28.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_40.png b/core/res/res/drawable-hdpi/stat_sys_battery_40.png Binary files differindex 441bbfba9f03..de4573b286af 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_40.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_40.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_43.png b/core/res/res/drawable-hdpi/stat_sys_battery_43.png Binary files differindex b0ea53a97fc5..11202ae2d503 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_43.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_43.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_57.png b/core/res/res/drawable-hdpi/stat_sys_battery_57.png Binary files differindex f3c1bd40d608..38835b41e036 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_57.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_57.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_60.png b/core/res/res/drawable-hdpi/stat_sys_battery_60.png Binary files differindex d9467eda963f..676e89bcb0f0 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_60.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_60.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_71.png b/core/res/res/drawable-hdpi/stat_sys_battery_71.png Binary files differindex 6b3cb327deb7..05834131b1e3 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_71.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_71.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_80.png b/core/res/res/drawable-hdpi/stat_sys_battery_80.png Binary files differindex e3f48054a55e..03199dba80c2 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_80.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_80.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_85.png b/core/res/res/drawable-hdpi/stat_sys_battery_85.png Binary files differindex da3ea72f46a3..0ea0b69b4956 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_85.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_85.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim0.png b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim0.png Binary files differindex f9f2baff39d8..a4203983c012 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim0.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim0.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim1.png b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim1.png Binary files differindex 997feb36658d..aa0921ad14e3 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim1.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim1.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim100.png b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim100.png Binary files differindex 2bdd813d8a27..63703864cbe6 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim100.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim100.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim15.png b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim15.png Binary files differindex 52b8470ef72d..ddf9f3b17acf 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim15.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim15.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim2.png b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim2.png Binary files differindex 426a66b60223..e13b689a0b47 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim2.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim2.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim28.png b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim28.png Binary files differindex 620db0529e25..2f24fffcf85c 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim28.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim28.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim3.png b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim3.png Binary files differindex 21582ca14f4e..12664bc66461 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim3.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim3.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim4.png b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim4.png Binary files differindex 8a94763d5915..7a861e5b324c 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim4.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim4.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim43.png b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim43.png Binary files differindex bb29a6a786b8..eb277fbd2e55 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim43.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim43.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim5.png b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim5.png Binary files differindex fad0d657a252..dba8c540c632 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim5.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim5.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim57.png b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim57.png Binary files differindex a417aa377a92..5821e222feba 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim57.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim57.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim71.png b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim71.png Binary files differindex ab6ed3fd153f..e0d7414fb40f 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim71.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim71.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim85.png b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim85.png Binary files differindex c9961f114985..b719ba4d8890 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim85.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_charge_anim85.png diff --git a/core/res/res/drawable-hdpi/stat_sys_battery_unknown.png b/core/res/res/drawable-hdpi/stat_sys_battery_unknown.png Binary files differindex 368e7d999f32..caa01929daa7 100644 --- a/core/res/res/drawable-hdpi/stat_sys_battery_unknown.png +++ b/core/res/res/drawable-hdpi/stat_sys_battery_unknown.png diff --git a/core/res/res/drawable-hdpi/stat_sys_certificate_info.png b/core/res/res/drawable-hdpi/stat_sys_certificate_info.png Binary files differindex 3be426c4a4df..5b73a22026b8 100644 --- a/core/res/res/drawable-hdpi/stat_sys_certificate_info.png +++ b/core/res/res/drawable-hdpi/stat_sys_certificate_info.png diff --git a/core/res/res/drawable-hdpi/stat_sys_data_bluetooth.png b/core/res/res/drawable-hdpi/stat_sys_data_bluetooth.png Binary files differindex 8e08f1c6e046..ae754fc6b8af 100644 --- a/core/res/res/drawable-hdpi/stat_sys_data_bluetooth.png +++ b/core/res/res/drawable-hdpi/stat_sys_data_bluetooth.png diff --git a/core/res/res/drawable-hdpi/stat_sys_data_usb.png b/core/res/res/drawable-hdpi/stat_sys_data_usb.png Binary files differindex f14f9080c121..9367df40298b 100644 --- a/core/res/res/drawable-hdpi/stat_sys_data_usb.png +++ b/core/res/res/drawable-hdpi/stat_sys_data_usb.png diff --git a/core/res/res/drawable-hdpi/stat_sys_data_wimax_signal_3_fully.png b/core/res/res/drawable-hdpi/stat_sys_data_wimax_signal_3_fully.png Binary files differindex cb08eed75658..3e7373d73cdb 100644 --- a/core/res/res/drawable-hdpi/stat_sys_data_wimax_signal_3_fully.png +++ b/core/res/res/drawable-hdpi/stat_sys_data_wimax_signal_3_fully.png diff --git a/core/res/res/drawable-hdpi/stat_sys_data_wimax_signal_disconnected.png b/core/res/res/drawable-hdpi/stat_sys_data_wimax_signal_disconnected.png Binary files differindex ea065c36e742..fdfca20196bc 100644 --- a/core/res/res/drawable-hdpi/stat_sys_data_wimax_signal_disconnected.png +++ b/core/res/res/drawable-hdpi/stat_sys_data_wimax_signal_disconnected.png diff --git a/core/res/res/drawable-hdpi/stat_sys_download_anim0.png b/core/res/res/drawable-hdpi/stat_sys_download_anim0.png Binary files differindex 910de294cebd..e34a67b61065 100644 --- a/core/res/res/drawable-hdpi/stat_sys_download_anim0.png +++ b/core/res/res/drawable-hdpi/stat_sys_download_anim0.png diff --git a/core/res/res/drawable-hdpi/stat_sys_download_anim1.png b/core/res/res/drawable-hdpi/stat_sys_download_anim1.png Binary files differindex 0b1aa3488cb5..982583345dd7 100644 --- a/core/res/res/drawable-hdpi/stat_sys_download_anim1.png +++ b/core/res/res/drawable-hdpi/stat_sys_download_anim1.png diff --git a/core/res/res/drawable-hdpi/stat_sys_download_anim2.png b/core/res/res/drawable-hdpi/stat_sys_download_anim2.png Binary files differindex bc1877dab0be..e6d6a379d226 100644 --- a/core/res/res/drawable-hdpi/stat_sys_download_anim2.png +++ b/core/res/res/drawable-hdpi/stat_sys_download_anim2.png diff --git a/core/res/res/drawable-hdpi/stat_sys_download_anim3.png b/core/res/res/drawable-hdpi/stat_sys_download_anim3.png Binary files differindex 9f41092baabf..7cbe734cc9a4 100644 --- a/core/res/res/drawable-hdpi/stat_sys_download_anim3.png +++ b/core/res/res/drawable-hdpi/stat_sys_download_anim3.png diff --git a/core/res/res/drawable-hdpi/stat_sys_download_anim4.png b/core/res/res/drawable-hdpi/stat_sys_download_anim4.png Binary files differindex 5fa63053785e..7de20961e24c 100644 --- a/core/res/res/drawable-hdpi/stat_sys_download_anim4.png +++ b/core/res/res/drawable-hdpi/stat_sys_download_anim4.png diff --git a/core/res/res/drawable-hdpi/stat_sys_download_anim5.png b/core/res/res/drawable-hdpi/stat_sys_download_anim5.png Binary files differindex 703759ae5837..d6c3225c9479 100644 --- a/core/res/res/drawable-hdpi/stat_sys_download_anim5.png +++ b/core/res/res/drawable-hdpi/stat_sys_download_anim5.png diff --git a/core/res/res/drawable-hdpi/stat_sys_gps_on.png b/core/res/res/drawable-hdpi/stat_sys_gps_on.png Binary files differindex e0f77402c35b..a3e8e08bc098 100644 --- a/core/res/res/drawable-hdpi/stat_sys_gps_on.png +++ b/core/res/res/drawable-hdpi/stat_sys_gps_on.png diff --git a/core/res/res/drawable-hdpi/stat_sys_headset.png b/core/res/res/drawable-hdpi/stat_sys_headset.png Binary files differindex 7a70aea56ac5..9fb232d78820 100644 --- a/core/res/res/drawable-hdpi/stat_sys_headset.png +++ b/core/res/res/drawable-hdpi/stat_sys_headset.png diff --git a/core/res/res/drawable-hdpi/stat_sys_phone_call.png b/core/res/res/drawable-hdpi/stat_sys_phone_call.png Binary files differindex 9b5f07576cc5..5aafe292e744 100644 --- a/core/res/res/drawable-hdpi/stat_sys_phone_call.png +++ b/core/res/res/drawable-hdpi/stat_sys_phone_call.png diff --git a/core/res/res/drawable-hdpi/stat_sys_phone_call_forward.png b/core/res/res/drawable-hdpi/stat_sys_phone_call_forward.png Binary files differindex 032f8f15d8b9..98907fe90796 100644 --- a/core/res/res/drawable-hdpi/stat_sys_phone_call_forward.png +++ b/core/res/res/drawable-hdpi/stat_sys_phone_call_forward.png diff --git a/core/res/res/drawable-hdpi/stat_sys_phone_call_on_hold.png b/core/res/res/drawable-hdpi/stat_sys_phone_call_on_hold.png Binary files differindex 5b0a68dd30e4..0913556c39af 100644 --- a/core/res/res/drawable-hdpi/stat_sys_phone_call_on_hold.png +++ b/core/res/res/drawable-hdpi/stat_sys_phone_call_on_hold.png diff --git a/core/res/res/drawable-hdpi/stat_sys_r_signal_0_cdma.png b/core/res/res/drawable-hdpi/stat_sys_r_signal_0_cdma.png Binary files differindex 14a7e942f50e..d9cf54deeb2d 100644 --- a/core/res/res/drawable-hdpi/stat_sys_r_signal_0_cdma.png +++ b/core/res/res/drawable-hdpi/stat_sys_r_signal_0_cdma.png diff --git a/core/res/res/drawable-hdpi/stat_sys_r_signal_1_cdma.png b/core/res/res/drawable-hdpi/stat_sys_r_signal_1_cdma.png Binary files differindex 9cf04b588240..96ad54438666 100644 --- a/core/res/res/drawable-hdpi/stat_sys_r_signal_1_cdma.png +++ b/core/res/res/drawable-hdpi/stat_sys_r_signal_1_cdma.png diff --git a/core/res/res/drawable-hdpi/stat_sys_r_signal_2_cdma.png b/core/res/res/drawable-hdpi/stat_sys_r_signal_2_cdma.png Binary files differindex dbd3308eb55d..3d4327868afd 100644 --- a/core/res/res/drawable-hdpi/stat_sys_r_signal_2_cdma.png +++ b/core/res/res/drawable-hdpi/stat_sys_r_signal_2_cdma.png diff --git a/core/res/res/drawable-hdpi/stat_sys_r_signal_3_cdma.png b/core/res/res/drawable-hdpi/stat_sys_r_signal_3_cdma.png Binary files differindex a3a6b6c13eb8..3adbc4de2c65 100644 --- a/core/res/res/drawable-hdpi/stat_sys_r_signal_3_cdma.png +++ b/core/res/res/drawable-hdpi/stat_sys_r_signal_3_cdma.png diff --git a/core/res/res/drawable-hdpi/stat_sys_r_signal_4_cdma.png b/core/res/res/drawable-hdpi/stat_sys_r_signal_4_cdma.png Binary files differindex 0f9504105555..443c030b5f95 100644 --- a/core/res/res/drawable-hdpi/stat_sys_r_signal_4_cdma.png +++ b/core/res/res/drawable-hdpi/stat_sys_r_signal_4_cdma.png diff --git a/core/res/res/drawable-hdpi/stat_sys_ra_signal_0_cdma.png b/core/res/res/drawable-hdpi/stat_sys_ra_signal_0_cdma.png Binary files differindex a2fa5472de24..ff0c6a4126fb 100644 --- a/core/res/res/drawable-hdpi/stat_sys_ra_signal_0_cdma.png +++ b/core/res/res/drawable-hdpi/stat_sys_ra_signal_0_cdma.png diff --git a/core/res/res/drawable-hdpi/stat_sys_ra_signal_1_cdma.png b/core/res/res/drawable-hdpi/stat_sys_ra_signal_1_cdma.png Binary files differindex 17c8681ba3c5..cc9d9911923b 100644 --- a/core/res/res/drawable-hdpi/stat_sys_ra_signal_1_cdma.png +++ b/core/res/res/drawable-hdpi/stat_sys_ra_signal_1_cdma.png diff --git a/core/res/res/drawable-hdpi/stat_sys_ra_signal_2_cdma.png b/core/res/res/drawable-hdpi/stat_sys_ra_signal_2_cdma.png Binary files differindex 4a21fb6f4536..cbf7d3711672 100644 --- a/core/res/res/drawable-hdpi/stat_sys_ra_signal_2_cdma.png +++ b/core/res/res/drawable-hdpi/stat_sys_ra_signal_2_cdma.png diff --git a/core/res/res/drawable-hdpi/stat_sys_ra_signal_3_cdma.png b/core/res/res/drawable-hdpi/stat_sys_ra_signal_3_cdma.png Binary files differindex 188b1f9bd4d4..47aa7d2108c5 100644 --- a/core/res/res/drawable-hdpi/stat_sys_ra_signal_3_cdma.png +++ b/core/res/res/drawable-hdpi/stat_sys_ra_signal_3_cdma.png diff --git a/core/res/res/drawable-hdpi/stat_sys_ra_signal_4_cdma.png b/core/res/res/drawable-hdpi/stat_sys_ra_signal_4_cdma.png Binary files differindex 5729f7db299e..ce52458c4ab1 100644 --- a/core/res/res/drawable-hdpi/stat_sys_ra_signal_4_cdma.png +++ b/core/res/res/drawable-hdpi/stat_sys_ra_signal_4_cdma.png diff --git a/core/res/res/drawable-hdpi/stat_sys_signal_0_cdma.png b/core/res/res/drawable-hdpi/stat_sys_signal_0_cdma.png Binary files differindex af43e00a1d20..752901362110 100644 --- a/core/res/res/drawable-hdpi/stat_sys_signal_0_cdma.png +++ b/core/res/res/drawable-hdpi/stat_sys_signal_0_cdma.png diff --git a/core/res/res/drawable-hdpi/stat_sys_signal_1_cdma.png b/core/res/res/drawable-hdpi/stat_sys_signal_1_cdma.png Binary files differindex 4ffe42116f0f..86bb859b59a3 100644 --- a/core/res/res/drawable-hdpi/stat_sys_signal_1_cdma.png +++ b/core/res/res/drawable-hdpi/stat_sys_signal_1_cdma.png diff --git a/core/res/res/drawable-hdpi/stat_sys_signal_2_cdma.png b/core/res/res/drawable-hdpi/stat_sys_signal_2_cdma.png Binary files differindex 6f27b96c3626..1a3345aef22f 100644 --- a/core/res/res/drawable-hdpi/stat_sys_signal_2_cdma.png +++ b/core/res/res/drawable-hdpi/stat_sys_signal_2_cdma.png diff --git a/core/res/res/drawable-hdpi/stat_sys_signal_3_cdma.png b/core/res/res/drawable-hdpi/stat_sys_signal_3_cdma.png Binary files differindex ddc46b073663..fb82d4872543 100644 --- a/core/res/res/drawable-hdpi/stat_sys_signal_3_cdma.png +++ b/core/res/res/drawable-hdpi/stat_sys_signal_3_cdma.png diff --git a/core/res/res/drawable-hdpi/stat_sys_signal_4_cdma.png b/core/res/res/drawable-hdpi/stat_sys_signal_4_cdma.png Binary files differindex fb3cfe96c4e6..6a0e40063ef8 100644 --- a/core/res/res/drawable-hdpi/stat_sys_signal_4_cdma.png +++ b/core/res/res/drawable-hdpi/stat_sys_signal_4_cdma.png diff --git a/core/res/res/drawable-hdpi/stat_sys_signal_evdo_0.png b/core/res/res/drawable-hdpi/stat_sys_signal_evdo_0.png Binary files differindex b697ca447cfb..d49a4436ba03 100644 --- a/core/res/res/drawable-hdpi/stat_sys_signal_evdo_0.png +++ b/core/res/res/drawable-hdpi/stat_sys_signal_evdo_0.png diff --git a/core/res/res/drawable-hdpi/stat_sys_signal_evdo_1.png b/core/res/res/drawable-hdpi/stat_sys_signal_evdo_1.png Binary files differindex a61de4d25dfa..5b1ef22762b7 100644 --- a/core/res/res/drawable-hdpi/stat_sys_signal_evdo_1.png +++ b/core/res/res/drawable-hdpi/stat_sys_signal_evdo_1.png diff --git a/core/res/res/drawable-hdpi/stat_sys_signal_evdo_2.png b/core/res/res/drawable-hdpi/stat_sys_signal_evdo_2.png Binary files differindex 62e0393d9793..cbc90d6688fb 100644 --- a/core/res/res/drawable-hdpi/stat_sys_signal_evdo_2.png +++ b/core/res/res/drawable-hdpi/stat_sys_signal_evdo_2.png diff --git a/core/res/res/drawable-hdpi/stat_sys_signal_evdo_3.png b/core/res/res/drawable-hdpi/stat_sys_signal_evdo_3.png Binary files differindex 09eae9d4f6fc..09e7791518ac 100644 --- a/core/res/res/drawable-hdpi/stat_sys_signal_evdo_3.png +++ b/core/res/res/drawable-hdpi/stat_sys_signal_evdo_3.png diff --git a/core/res/res/drawable-hdpi/stat_sys_signal_evdo_4.png b/core/res/res/drawable-hdpi/stat_sys_signal_evdo_4.png Binary files differindex 4012ac5d149c..4a696511c341 100644 --- a/core/res/res/drawable-hdpi/stat_sys_signal_evdo_4.png +++ b/core/res/res/drawable-hdpi/stat_sys_signal_evdo_4.png diff --git a/core/res/res/drawable-hdpi/stat_sys_tether_bluetooth.png b/core/res/res/drawable-hdpi/stat_sys_tether_bluetooth.png Binary files differindex 9451174d65d7..1452165ee172 100644 --- a/core/res/res/drawable-hdpi/stat_sys_tether_bluetooth.png +++ b/core/res/res/drawable-hdpi/stat_sys_tether_bluetooth.png diff --git a/core/res/res/drawable-hdpi/stat_sys_tether_general.png b/core/res/res/drawable-hdpi/stat_sys_tether_general.png Binary files differindex 79d5756ae38e..1bc042939505 100644 --- a/core/res/res/drawable-hdpi/stat_sys_tether_general.png +++ b/core/res/res/drawable-hdpi/stat_sys_tether_general.png diff --git a/core/res/res/drawable-hdpi/stat_sys_tether_usb.png b/core/res/res/drawable-hdpi/stat_sys_tether_usb.png Binary files differindex cae1bd1b2574..456a01bdc7fa 100644 --- a/core/res/res/drawable-hdpi/stat_sys_tether_usb.png +++ b/core/res/res/drawable-hdpi/stat_sys_tether_usb.png diff --git a/core/res/res/drawable-hdpi/stat_sys_throttled.png b/core/res/res/drawable-hdpi/stat_sys_throttled.png Binary files differindex ed66abf49469..a9cac52f743c 100644 --- a/core/res/res/drawable-hdpi/stat_sys_throttled.png +++ b/core/res/res/drawable-hdpi/stat_sys_throttled.png diff --git a/core/res/res/drawable-hdpi/stat_sys_upload_anim0.png b/core/res/res/drawable-hdpi/stat_sys_upload_anim0.png Binary files differindex 78f54b7f57a9..930d9fd04438 100644 --- a/core/res/res/drawable-hdpi/stat_sys_upload_anim0.png +++ b/core/res/res/drawable-hdpi/stat_sys_upload_anim0.png diff --git a/core/res/res/drawable-hdpi/stat_sys_upload_anim1.png b/core/res/res/drawable-hdpi/stat_sys_upload_anim1.png Binary files differindex 39d2c95ffab2..54082677893e 100644 --- a/core/res/res/drawable-hdpi/stat_sys_upload_anim1.png +++ b/core/res/res/drawable-hdpi/stat_sys_upload_anim1.png diff --git a/core/res/res/drawable-hdpi/stat_sys_upload_anim2.png b/core/res/res/drawable-hdpi/stat_sys_upload_anim2.png Binary files differindex 3a9031e8e004..ec2939765786 100644 --- a/core/res/res/drawable-hdpi/stat_sys_upload_anim2.png +++ b/core/res/res/drawable-hdpi/stat_sys_upload_anim2.png diff --git a/core/res/res/drawable-hdpi/stat_sys_upload_anim3.png b/core/res/res/drawable-hdpi/stat_sys_upload_anim3.png Binary files differindex 937720fcf624..dab5efd95962 100644 --- a/core/res/res/drawable-hdpi/stat_sys_upload_anim3.png +++ b/core/res/res/drawable-hdpi/stat_sys_upload_anim3.png diff --git a/core/res/res/drawable-hdpi/stat_sys_upload_anim4.png b/core/res/res/drawable-hdpi/stat_sys_upload_anim4.png Binary files differindex b35672cc27db..b5811036e805 100644 --- a/core/res/res/drawable-hdpi/stat_sys_upload_anim4.png +++ b/core/res/res/drawable-hdpi/stat_sys_upload_anim4.png diff --git a/core/res/res/drawable-hdpi/stat_sys_upload_anim5.png b/core/res/res/drawable-hdpi/stat_sys_upload_anim5.png Binary files differindex 4611122f5adc..85fe4ee24510 100644 --- a/core/res/res/drawable-hdpi/stat_sys_upload_anim5.png +++ b/core/res/res/drawable-hdpi/stat_sys_upload_anim5.png diff --git a/core/res/res/drawable-hdpi/stat_sys_vp_phone_call.png b/core/res/res/drawable-hdpi/stat_sys_vp_phone_call.png Binary files differindex 83e8ead7142b..74ab0d28f21d 100644 --- a/core/res/res/drawable-hdpi/stat_sys_vp_phone_call.png +++ b/core/res/res/drawable-hdpi/stat_sys_vp_phone_call.png diff --git a/core/res/res/drawable-hdpi/stat_sys_vp_phone_call_on_hold.png b/core/res/res/drawable-hdpi/stat_sys_vp_phone_call_on_hold.png Binary files differindex 9731c469b518..5816c7b18a62 100644 --- a/core/res/res/drawable-hdpi/stat_sys_vp_phone_call_on_hold.png +++ b/core/res/res/drawable-hdpi/stat_sys_vp_phone_call_on_hold.png diff --git a/core/res/res/drawable-hdpi/stat_sys_warning.png b/core/res/res/drawable-hdpi/stat_sys_warning.png Binary files differindex dbaf94433b45..4a590ddd36a0 100644 --- a/core/res/res/drawable-hdpi/stat_sys_warning.png +++ b/core/res/res/drawable-hdpi/stat_sys_warning.png diff --git a/core/res/res/drawable-hdpi/status_bar_background.png b/core/res/res/drawable-hdpi/status_bar_background.png Binary files differindex 3d00cd0f9a5e..ec0309b6f78a 100644 --- a/core/res/res/drawable-hdpi/status_bar_background.png +++ b/core/res/res/drawable-hdpi/status_bar_background.png diff --git a/core/res/res/drawable-hdpi/status_bar_header_background.9.png b/core/res/res/drawable-hdpi/status_bar_header_background.9.png Binary files differindex 37b5fef592d1..9274423f13b9 100644 --- a/core/res/res/drawable-hdpi/status_bar_header_background.9.png +++ b/core/res/res/drawable-hdpi/status_bar_header_background.9.png diff --git a/core/res/res/drawable-hdpi/status_bar_item_app_background_normal.9.png b/core/res/res/drawable-hdpi/status_bar_item_app_background_normal.9.png Binary files differindex 4fbfa4f0ecc7..483fff61e1aa 100644 --- a/core/res/res/drawable-hdpi/status_bar_item_app_background_normal.9.png +++ b/core/res/res/drawable-hdpi/status_bar_item_app_background_normal.9.png diff --git a/core/res/res/drawable-hdpi/status_bar_item_background_focus.9.png b/core/res/res/drawable-hdpi/status_bar_item_background_focus.9.png Binary files differindex 0876bc6e2f05..75fc4af46269 100644 --- a/core/res/res/drawable-hdpi/status_bar_item_background_focus.9.png +++ b/core/res/res/drawable-hdpi/status_bar_item_background_focus.9.png diff --git a/core/res/res/drawable-hdpi/status_bar_item_background_normal.9.png b/core/res/res/drawable-hdpi/status_bar_item_background_normal.9.png Binary files differindex 810c950ae43f..beed31062d9b 100644 --- a/core/res/res/drawable-hdpi/status_bar_item_background_normal.9.png +++ b/core/res/res/drawable-hdpi/status_bar_item_background_normal.9.png diff --git a/core/res/res/drawable-hdpi/status_bar_item_background_pressed.9.png b/core/res/res/drawable-hdpi/status_bar_item_background_pressed.9.png Binary files differindex 343e4ca7f927..d99b41753a71 100644 --- a/core/res/res/drawable-hdpi/status_bar_item_background_pressed.9.png +++ b/core/res/res/drawable-hdpi/status_bar_item_background_pressed.9.png diff --git a/core/res/res/drawable-hdpi/statusbar_background.9.png b/core/res/res/drawable-hdpi/statusbar_background.9.png Binary files differindex a4be29879663..2803cb69e05c 100644 --- a/core/res/res/drawable-hdpi/statusbar_background.9.png +++ b/core/res/res/drawable-hdpi/statusbar_background.9.png diff --git a/core/res/res/drawable-hdpi/submenu_arrow_nofocus.png b/core/res/res/drawable-hdpi/submenu_arrow_nofocus.png Binary files differindex afc0891bc49a..a3da9bbc0390 100644 --- a/core/res/res/drawable-hdpi/submenu_arrow_nofocus.png +++ b/core/res/res/drawable-hdpi/submenu_arrow_nofocus.png diff --git a/core/res/res/drawable-hdpi/switch_bg_disabled_holo_dark.9.png b/core/res/res/drawable-hdpi/switch_bg_disabled_holo_dark.9.png Binary files differindex f2196fd3fe32..56cf06294dc7 100644 --- a/core/res/res/drawable-hdpi/switch_bg_disabled_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/switch_bg_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/switch_bg_disabled_holo_light.9.png b/core/res/res/drawable-hdpi/switch_bg_disabled_holo_light.9.png Binary files differindex f111d823f217..8277c30e1332 100644 --- a/core/res/res/drawable-hdpi/switch_bg_disabled_holo_light.9.png +++ b/core/res/res/drawable-hdpi/switch_bg_disabled_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/switch_bg_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/switch_bg_focused_holo_dark.9.png Binary files differindex 4e2ae0f36d4e..c9583ad3f8c7 100644 --- a/core/res/res/drawable-hdpi/switch_bg_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/switch_bg_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/switch_bg_focused_holo_light.9.png b/core/res/res/drawable-hdpi/switch_bg_focused_holo_light.9.png Binary files differindex 479e5042c394..2f73aac5abb0 100644 --- a/core/res/res/drawable-hdpi/switch_bg_focused_holo_light.9.png +++ b/core/res/res/drawable-hdpi/switch_bg_focused_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/switch_bg_holo_dark.9.png b/core/res/res/drawable-hdpi/switch_bg_holo_dark.9.png Binary files differindex 933d99b6796c..66dcb39be739 100644 --- a/core/res/res/drawable-hdpi/switch_bg_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/switch_bg_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/switch_bg_holo_light.9.png b/core/res/res/drawable-hdpi/switch_bg_holo_light.9.png Binary files differindex 7abe99a5f544..4c3c0628ac88 100644 --- a/core/res/res/drawable-hdpi/switch_bg_holo_light.9.png +++ b/core/res/res/drawable-hdpi/switch_bg_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/switch_thumb_activated_holo_dark.9.png b/core/res/res/drawable-hdpi/switch_thumb_activated_holo_dark.9.png Binary files differindex 9c5147efc966..61a2b2c47165 100644 --- a/core/res/res/drawable-hdpi/switch_thumb_activated_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/switch_thumb_activated_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/switch_thumb_activated_holo_light.9.png b/core/res/res/drawable-hdpi/switch_thumb_activated_holo_light.9.png Binary files differindex 9c5147efc966..61a2b2c47165 100644 --- a/core/res/res/drawable-hdpi/switch_thumb_activated_holo_light.9.png +++ b/core/res/res/drawable-hdpi/switch_thumb_activated_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/switch_thumb_disabled_holo_dark.9.png b/core/res/res/drawable-hdpi/switch_thumb_disabled_holo_dark.9.png Binary files differindex a257e26ddb5c..7e3f5190a2c2 100644 --- a/core/res/res/drawable-hdpi/switch_thumb_disabled_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/switch_thumb_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/switch_thumb_disabled_holo_light.9.png b/core/res/res/drawable-hdpi/switch_thumb_disabled_holo_light.9.png Binary files differindex a257e26ddb5c..7e3f5190a2c2 100644 --- a/core/res/res/drawable-hdpi/switch_thumb_disabled_holo_light.9.png +++ b/core/res/res/drawable-hdpi/switch_thumb_disabled_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/switch_thumb_holo_dark.9.png b/core/res/res/drawable-hdpi/switch_thumb_holo_dark.9.png Binary files differindex dd999d6de899..0f074a7632df 100644 --- a/core/res/res/drawable-hdpi/switch_thumb_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/switch_thumb_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/switch_thumb_holo_light.9.png b/core/res/res/drawable-hdpi/switch_thumb_holo_light.9.png Binary files differindex dd999d6de899..0f074a7632df 100644 --- a/core/res/res/drawable-hdpi/switch_thumb_holo_light.9.png +++ b/core/res/res/drawable-hdpi/switch_thumb_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/switch_thumb_pressed_holo_dark.9.png b/core/res/res/drawable-hdpi/switch_thumb_pressed_holo_dark.9.png Binary files differindex b6009e6c3a0e..1cbf57c62e51 100644 --- a/core/res/res/drawable-hdpi/switch_thumb_pressed_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/switch_thumb_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/switch_thumb_pressed_holo_light.9.png b/core/res/res/drawable-hdpi/switch_thumb_pressed_holo_light.9.png Binary files differindex 54d813ccc84d..5946ec28eb2f 100644 --- a/core/res/res/drawable-hdpi/switch_thumb_pressed_holo_light.9.png +++ b/core/res/res/drawable-hdpi/switch_thumb_pressed_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/sym_action_add.png b/core/res/res/drawable-hdpi/sym_action_add.png Binary files differindex 6e028b20b3ec..873a2e6a5798 100644 --- a/core/res/res/drawable-hdpi/sym_action_add.png +++ b/core/res/res/drawable-hdpi/sym_action_add.png diff --git a/core/res/res/drawable-hdpi/sym_action_call.png b/core/res/res/drawable-hdpi/sym_action_call.png Binary files differindex da8afee165a9..3cdf6c073444 100644 --- a/core/res/res/drawable-hdpi/sym_action_call.png +++ b/core/res/res/drawable-hdpi/sym_action_call.png diff --git a/core/res/res/drawable-hdpi/sym_action_chat.png b/core/res/res/drawable-hdpi/sym_action_chat.png Binary files differindex 1ed061bd543b..883d64ec9a7b 100644 --- a/core/res/res/drawable-hdpi/sym_action_chat.png +++ b/core/res/res/drawable-hdpi/sym_action_chat.png diff --git a/core/res/res/drawable-hdpi/sym_action_email.png b/core/res/res/drawable-hdpi/sym_action_email.png Binary files differindex 1d933e4ea1b3..208eecabee10 100644 --- a/core/res/res/drawable-hdpi/sym_action_email.png +++ b/core/res/res/drawable-hdpi/sym_action_email.png diff --git a/core/res/res/drawable-hdpi/sym_app_on_sd_unavailable_icon.png b/core/res/res/drawable-hdpi/sym_app_on_sd_unavailable_icon.png Binary files differindex d915d416ff30..4c9e454bb02e 100644 --- a/core/res/res/drawable-hdpi/sym_app_on_sd_unavailable_icon.png +++ b/core/res/res/drawable-hdpi/sym_app_on_sd_unavailable_icon.png diff --git a/core/res/res/drawable-hdpi/sym_call_incoming.png b/core/res/res/drawable-hdpi/sym_call_incoming.png Binary files differindex 83c75dc7e6c4..98bad70e3dae 100644 --- a/core/res/res/drawable-hdpi/sym_call_incoming.png +++ b/core/res/res/drawable-hdpi/sym_call_incoming.png diff --git a/core/res/res/drawable-hdpi/sym_call_missed.png b/core/res/res/drawable-hdpi/sym_call_missed.png Binary files differindex abcbbbf18863..8e71249aa10a 100644 --- a/core/res/res/drawable-hdpi/sym_call_missed.png +++ b/core/res/res/drawable-hdpi/sym_call_missed.png diff --git a/core/res/res/drawable-hdpi/sym_call_outgoing.png b/core/res/res/drawable-hdpi/sym_call_outgoing.png Binary files differindex 6cb8653b28ff..d3f7ea666943 100644 --- a/core/res/res/drawable-hdpi/sym_call_outgoing.png +++ b/core/res/res/drawable-hdpi/sym_call_outgoing.png diff --git a/core/res/res/drawable-hdpi/sym_contact_card.png b/core/res/res/drawable-hdpi/sym_contact_card.png Binary files differindex fe9c7519f5e1..4befffe8cf44 100644 --- a/core/res/res/drawable-hdpi/sym_contact_card.png +++ b/core/res/res/drawable-hdpi/sym_contact_card.png diff --git a/core/res/res/drawable-hdpi/sym_def_app_icon.png b/core/res/res/drawable-hdpi/sym_def_app_icon.png Binary files differindex cde69bcccec6..6857e39147d4 100644 --- a/core/res/res/drawable-hdpi/sym_def_app_icon.png +++ b/core/res/res/drawable-hdpi/sym_def_app_icon.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_delete.png b/core/res/res/drawable-hdpi/sym_keyboard_delete.png Binary files differindex 476d90238aa6..2ef5ceb74e42 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_delete.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_delete.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_delete_dim.png b/core/res/res/drawable-hdpi/sym_keyboard_delete_dim.png Binary files differindex 34b6d1f9906f..2f24769223c2 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_delete_dim.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_delete_dim.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_enter.png b/core/res/res/drawable-hdpi/sym_keyboard_enter.png Binary files differindex d118af289663..5ccab2db6007 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_enter.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_enter.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_feedback_delete.png b/core/res/res/drawable-hdpi/sym_keyboard_feedback_delete.png Binary files differindex ca7637552b5e..f53ee93b1d43 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_feedback_delete.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_feedback_delete.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_feedback_ok.png b/core/res/res/drawable-hdpi/sym_keyboard_feedback_ok.png Binary files differindex 2d144ec2fa05..3de42ffc67e6 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_feedback_ok.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_feedback_ok.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_feedback_return.png b/core/res/res/drawable-hdpi/sym_keyboard_feedback_return.png Binary files differindex ae57299e4fea..9b989c7bf730 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_feedback_return.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_feedback_return.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_feedback_shift.png b/core/res/res/drawable-hdpi/sym_keyboard_feedback_shift.png Binary files differindex 4db31c849a08..abc7796ea5a4 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_feedback_shift.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_feedback_shift.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_feedback_shift_locked.png b/core/res/res/drawable-hdpi/sym_keyboard_feedback_shift_locked.png Binary files differindex 3fd5659fd3ac..8a9f186dc086 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_feedback_shift_locked.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_feedback_shift_locked.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_feedback_space.png b/core/res/res/drawable-hdpi/sym_keyboard_feedback_space.png Binary files differindex 98266ee5240b..4b1a55f9637f 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_feedback_space.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_feedback_space.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_num0_no_plus.png b/core/res/res/drawable-hdpi/sym_keyboard_num0_no_plus.png Binary files differindex ad81bb3ed795..e508162145f8 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_num0_no_plus.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_num0_no_plus.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_num1.png b/core/res/res/drawable-hdpi/sym_keyboard_num1.png Binary files differindex 8d2468c5e456..ff66818ecc43 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_num1.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_num1.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_num2.png b/core/res/res/drawable-hdpi/sym_keyboard_num2.png Binary files differindex cfa972b31d53..908b69dbf4dd 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_num2.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_num2.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_num3.png b/core/res/res/drawable-hdpi/sym_keyboard_num3.png Binary files differindex 141833ac1526..587b7986fa61 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_num3.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_num3.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_num4.png b/core/res/res/drawable-hdpi/sym_keyboard_num4.png Binary files differindex 07df14d3c98a..6586b581b07a 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_num4.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_num4.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_num5.png b/core/res/res/drawable-hdpi/sym_keyboard_num5.png Binary files differindex fbcc9bffbf92..92f9c6bed2a9 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_num5.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_num5.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_num6.png b/core/res/res/drawable-hdpi/sym_keyboard_num6.png Binary files differindex 9513b331dea8..371246b27983 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_num6.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_num6.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_num7.png b/core/res/res/drawable-hdpi/sym_keyboard_num7.png Binary files differindex 5ad25d8e10e5..1184be2ac061 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_num7.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_num7.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_num8.png b/core/res/res/drawable-hdpi/sym_keyboard_num8.png Binary files differindex 97d5c0e1d79f..61e718184fe0 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_num8.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_num8.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_num9.png b/core/res/res/drawable-hdpi/sym_keyboard_num9.png Binary files differindex a7d6a836c7a7..cff73e16db94 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_num9.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_num9.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_ok.png b/core/res/res/drawable-hdpi/sym_keyboard_ok.png Binary files differindex 9105da2e1099..dc008e994ee0 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_ok.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_ok.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_ok_dim.png b/core/res/res/drawable-hdpi/sym_keyboard_ok_dim.png Binary files differindex bd419de19a1e..8f1885e63840 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_ok_dim.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_ok_dim.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_return.png b/core/res/res/drawable-hdpi/sym_keyboard_return.png Binary files differindex 58505c5e0c41..930a7d4c2c16 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_return.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_return.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_shift.png b/core/res/res/drawable-hdpi/sym_keyboard_shift.png Binary files differindex 8149081786d9..cb4b6ed97515 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_shift.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_shift.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_shift_locked.png b/core/res/res/drawable-hdpi/sym_keyboard_shift_locked.png Binary files differindex 31ca277181ea..2705b7ae82c4 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_shift_locked.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_shift_locked.png diff --git a/core/res/res/drawable-hdpi/sym_keyboard_space.png b/core/res/res/drawable-hdpi/sym_keyboard_space.png Binary files differindex 3e98b3014a42..26bc057760d0 100644 --- a/core/res/res/drawable-hdpi/sym_keyboard_space.png +++ b/core/res/res/drawable-hdpi/sym_keyboard_space.png diff --git a/core/res/res/drawable-hdpi/tab_bottom_holo.9.png b/core/res/res/drawable-hdpi/tab_bottom_holo.9.png Binary files differindex 8abf2baeb886..543e8be56fea 100644 --- a/core/res/res/drawable-hdpi/tab_bottom_holo.9.png +++ b/core/res/res/drawable-hdpi/tab_bottom_holo.9.png diff --git a/core/res/res/drawable-hdpi/tab_focus.9.png b/core/res/res/drawable-hdpi/tab_focus.9.png Binary files differindex 8862fc72615e..1ec5125668f2 100644 --- a/core/res/res/drawable-hdpi/tab_focus.9.png +++ b/core/res/res/drawable-hdpi/tab_focus.9.png diff --git a/core/res/res/drawable-hdpi/tab_focus_bar_left.9.png b/core/res/res/drawable-hdpi/tab_focus_bar_left.9.png Binary files differindex 7f40d36703fd..15b3140475d6 100644 --- a/core/res/res/drawable-hdpi/tab_focus_bar_left.9.png +++ b/core/res/res/drawable-hdpi/tab_focus_bar_left.9.png diff --git a/core/res/res/drawable-hdpi/tab_focus_bar_right.9.png b/core/res/res/drawable-hdpi/tab_focus_bar_right.9.png Binary files differindex 7f40d36703fd..15b3140475d6 100644 --- a/core/res/res/drawable-hdpi/tab_focus_bar_right.9.png +++ b/core/res/res/drawable-hdpi/tab_focus_bar_right.9.png diff --git a/core/res/res/drawable-hdpi/tab_indicator_mtrl_alpha.9.png b/core/res/res/drawable-hdpi/tab_indicator_mtrl_alpha.9.png Binary files differindex 21b213579a6a..375c485ef01d 100644 --- a/core/res/res/drawable-hdpi/tab_indicator_mtrl_alpha.9.png +++ b/core/res/res/drawable-hdpi/tab_indicator_mtrl_alpha.9.png diff --git a/core/res/res/drawable-hdpi/tab_press.9.png b/core/res/res/drawable-hdpi/tab_press.9.png Binary files differindex 4650d6828453..9f926bdd8de1 100644 --- a/core/res/res/drawable-hdpi/tab_press.9.png +++ b/core/res/res/drawable-hdpi/tab_press.9.png diff --git a/core/res/res/drawable-hdpi/tab_press_bar_left.9.png b/core/res/res/drawable-hdpi/tab_press_bar_left.9.png Binary files differindex b43c592932c0..dc904653b696 100644 --- a/core/res/res/drawable-hdpi/tab_press_bar_left.9.png +++ b/core/res/res/drawable-hdpi/tab_press_bar_left.9.png diff --git a/core/res/res/drawable-hdpi/tab_press_bar_right.9.png b/core/res/res/drawable-hdpi/tab_press_bar_right.9.png Binary files differindex b43c592932c0..dc904653b696 100644 --- a/core/res/res/drawable-hdpi/tab_press_bar_right.9.png +++ b/core/res/res/drawable-hdpi/tab_press_bar_right.9.png diff --git a/core/res/res/drawable-hdpi/tab_pressed_holo.9.png b/core/res/res/drawable-hdpi/tab_pressed_holo.9.png Binary files differindex 6d057358eb6e..12f8c9e59a81 100644 --- a/core/res/res/drawable-hdpi/tab_pressed_holo.9.png +++ b/core/res/res/drawable-hdpi/tab_pressed_holo.9.png diff --git a/core/res/res/drawable-hdpi/tab_selected.9.png b/core/res/res/drawable-hdpi/tab_selected.9.png Binary files differindex d5d3cee6fc01..0f12db135527 100644 --- a/core/res/res/drawable-hdpi/tab_selected.9.png +++ b/core/res/res/drawable-hdpi/tab_selected.9.png diff --git a/core/res/res/drawable-hdpi/tab_selected_bar_left.9.png b/core/res/res/drawable-hdpi/tab_selected_bar_left.9.png Binary files differindex c1f950c95355..ebc759d38ab0 100644 --- a/core/res/res/drawable-hdpi/tab_selected_bar_left.9.png +++ b/core/res/res/drawable-hdpi/tab_selected_bar_left.9.png diff --git a/core/res/res/drawable-hdpi/tab_selected_bar_left_v4.9.png b/core/res/res/drawable-hdpi/tab_selected_bar_left_v4.9.png Binary files differindex e7a07255d79c..0aa279904608 100644 --- a/core/res/res/drawable-hdpi/tab_selected_bar_left_v4.9.png +++ b/core/res/res/drawable-hdpi/tab_selected_bar_left_v4.9.png diff --git a/core/res/res/drawable-hdpi/tab_selected_bar_right.9.png b/core/res/res/drawable-hdpi/tab_selected_bar_right.9.png Binary files differindex c1f950c95355..ebc759d38ab0 100644 --- a/core/res/res/drawable-hdpi/tab_selected_bar_right.9.png +++ b/core/res/res/drawable-hdpi/tab_selected_bar_right.9.png diff --git a/core/res/res/drawable-hdpi/tab_selected_bar_right_v4.9.png b/core/res/res/drawable-hdpi/tab_selected_bar_right_v4.9.png Binary files differindex e7a07255d79c..0aa279904608 100644 --- a/core/res/res/drawable-hdpi/tab_selected_bar_right_v4.9.png +++ b/core/res/res/drawable-hdpi/tab_selected_bar_right_v4.9.png diff --git a/core/res/res/drawable-hdpi/tab_selected_focused_holo.9.png b/core/res/res/drawable-hdpi/tab_selected_focused_holo.9.png Binary files differindex 673e3bf10d60..4cdecd21408f 100644 --- a/core/res/res/drawable-hdpi/tab_selected_focused_holo.9.png +++ b/core/res/res/drawable-hdpi/tab_selected_focused_holo.9.png diff --git a/core/res/res/drawable-hdpi/tab_selected_holo.9.png b/core/res/res/drawable-hdpi/tab_selected_holo.9.png Binary files differindex d57df98b5019..b37a091318d4 100644 --- a/core/res/res/drawable-hdpi/tab_selected_holo.9.png +++ b/core/res/res/drawable-hdpi/tab_selected_holo.9.png diff --git a/core/res/res/drawable-hdpi/tab_selected_pressed_holo.9.png b/core/res/res/drawable-hdpi/tab_selected_pressed_holo.9.png Binary files differindex 956d3c493b85..5552992856af 100644 --- a/core/res/res/drawable-hdpi/tab_selected_pressed_holo.9.png +++ b/core/res/res/drawable-hdpi/tab_selected_pressed_holo.9.png diff --git a/core/res/res/drawable-hdpi/tab_selected_v4.9.png b/core/res/res/drawable-hdpi/tab_selected_v4.9.png Binary files differindex 50fcb52dd08e..71141a8a853c 100644 --- a/core/res/res/drawable-hdpi/tab_selected_v4.9.png +++ b/core/res/res/drawable-hdpi/tab_selected_v4.9.png diff --git a/core/res/res/drawable-hdpi/tab_unselected.9.png b/core/res/res/drawable-hdpi/tab_unselected.9.png Binary files differindex cdc7a4ad2aa9..0e339eb33815 100644 --- a/core/res/res/drawable-hdpi/tab_unselected.9.png +++ b/core/res/res/drawable-hdpi/tab_unselected.9.png diff --git a/core/res/res/drawable-hdpi/tab_unselected_focused_holo.9.png b/core/res/res/drawable-hdpi/tab_unselected_focused_holo.9.png Binary files differindex 294991d79314..f2f8488489a4 100644 --- a/core/res/res/drawable-hdpi/tab_unselected_focused_holo.9.png +++ b/core/res/res/drawable-hdpi/tab_unselected_focused_holo.9.png diff --git a/core/res/res/drawable-hdpi/tab_unselected_holo.9.png b/core/res/res/drawable-hdpi/tab_unselected_holo.9.png Binary files differindex 19532ab10d4f..05fc9abc3432 100644 --- a/core/res/res/drawable-hdpi/tab_unselected_holo.9.png +++ b/core/res/res/drawable-hdpi/tab_unselected_holo.9.png diff --git a/core/res/res/drawable-hdpi/tab_unselected_pressed_holo.9.png b/core/res/res/drawable-hdpi/tab_unselected_pressed_holo.9.png Binary files differindex 57e57e1a83df..69a95f2c7e37 100644 --- a/core/res/res/drawable-hdpi/tab_unselected_pressed_holo.9.png +++ b/core/res/res/drawable-hdpi/tab_unselected_pressed_holo.9.png diff --git a/core/res/res/drawable-hdpi/tab_unselected_v4.9.png b/core/res/res/drawable-hdpi/tab_unselected_v4.9.png Binary files differindex c56254ce950f..6343a4899164 100644 --- a/core/res/res/drawable-hdpi/tab_unselected_v4.9.png +++ b/core/res/res/drawable-hdpi/tab_unselected_v4.9.png diff --git a/core/res/res/drawable-hdpi/text_edit_paste_window.9.png b/core/res/res/drawable-hdpi/text_edit_paste_window.9.png Binary files differindex 8a64d36c28a3..476ffd8f5397 100644 --- a/core/res/res/drawable-hdpi/text_edit_paste_window.9.png +++ b/core/res/res/drawable-hdpi/text_edit_paste_window.9.png diff --git a/core/res/res/drawable-hdpi/text_edit_side_paste_window.9.png b/core/res/res/drawable-hdpi/text_edit_side_paste_window.9.png Binary files differindex 2b50efa56ea0..bbd7cb4c3705 100644 --- a/core/res/res/drawable-hdpi/text_edit_side_paste_window.9.png +++ b/core/res/res/drawable-hdpi/text_edit_side_paste_window.9.png diff --git a/core/res/res/drawable-hdpi/text_edit_suggestions_window.9.png b/core/res/res/drawable-hdpi/text_edit_suggestions_window.9.png Binary files differindex 8a64d36c28a3..476ffd8f5397 100644 --- a/core/res/res/drawable-hdpi/text_edit_suggestions_window.9.png +++ b/core/res/res/drawable-hdpi/text_edit_suggestions_window.9.png diff --git a/core/res/res/drawable-hdpi/text_select_handle_left.png b/core/res/res/drawable-hdpi/text_select_handle_left.png Binary files differindex d2ed06dd5a17..32d7cb366697 100644 --- a/core/res/res/drawable-hdpi/text_select_handle_left.png +++ b/core/res/res/drawable-hdpi/text_select_handle_left.png diff --git a/core/res/res/drawable-hdpi/text_select_handle_left_mtrl_alpha.png b/core/res/res/drawable-hdpi/text_select_handle_left_mtrl_alpha.png Binary files differindex 1550b442d6df..21fe212a8333 100644 --- a/core/res/res/drawable-hdpi/text_select_handle_left_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/text_select_handle_left_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/text_select_handle_middle.png b/core/res/res/drawable-hdpi/text_select_handle_middle.png Binary files differindex be2dc6811148..dc2b6a1db92a 100644 --- a/core/res/res/drawable-hdpi/text_select_handle_middle.png +++ b/core/res/res/drawable-hdpi/text_select_handle_middle.png diff --git a/core/res/res/drawable-hdpi/text_select_handle_middle_mtrl_alpha.png b/core/res/res/drawable-hdpi/text_select_handle_middle_mtrl_alpha.png Binary files differindex df2fdb89535c..cd5a44663705 100644 --- a/core/res/res/drawable-hdpi/text_select_handle_middle_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/text_select_handle_middle_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/text_select_handle_right.png b/core/res/res/drawable-hdpi/text_select_handle_right.png Binary files differindex e4192499b95b..5c882e03ad63 100644 --- a/core/res/res/drawable-hdpi/text_select_handle_right.png +++ b/core/res/res/drawable-hdpi/text_select_handle_right.png diff --git a/core/res/res/drawable-hdpi/text_select_handle_right_mtrl_alpha.png b/core/res/res/drawable-hdpi/text_select_handle_right_mtrl_alpha.png Binary files differindex b309dfdc02c4..b894d059ab78 100644 --- a/core/res/res/drawable-hdpi/text_select_handle_right_mtrl_alpha.png +++ b/core/res/res/drawable-hdpi/text_select_handle_right_mtrl_alpha.png diff --git a/core/res/res/drawable-hdpi/textfield_activated_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_activated_holo_dark.9.png Binary files differindex b7c5dcda44bc..caf272f730c4 100644 --- a/core/res/res/drawable-hdpi/textfield_activated_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_activated_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_activated_holo_light.9.png b/core/res/res/drawable-hdpi/textfield_activated_holo_light.9.png Binary files differindex 1aaa9aea3670..caf272f730c4 100644 --- a/core/res/res/drawable-hdpi/textfield_activated_holo_light.9.png +++ b/core/res/res/drawable-hdpi/textfield_activated_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/textfield_activated_mtrl_alpha.9.png b/core/res/res/drawable-hdpi/textfield_activated_mtrl_alpha.9.png Binary files differindex 9501e7cdd0a6..c4b167ce9e6f 100644 --- a/core/res/res/drawable-hdpi/textfield_activated_mtrl_alpha.9.png +++ b/core/res/res/drawable-hdpi/textfield_activated_mtrl_alpha.9.png diff --git a/core/res/res/drawable-hdpi/textfield_bg_activated_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_bg_activated_holo_dark.9.png Binary files differindex a233b0d7079c..65697eadd067 100644 --- a/core/res/res/drawable-hdpi/textfield_bg_activated_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_bg_activated_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_bg_default_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_bg_default_holo_dark.9.png Binary files differindex 403f5021163b..43dc04bdb8f0 100644 --- a/core/res/res/drawable-hdpi/textfield_bg_default_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_bg_default_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_bg_disabled_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_bg_disabled_focused_holo_dark.9.png Binary files differindex 0ded801333d5..25735c77ae9c 100644 --- a/core/res/res/drawable-hdpi/textfield_bg_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_bg_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_bg_disabled_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_bg_disabled_holo_dark.9.png Binary files differindex 27237b8fe068..6d527ffb006f 100644 --- a/core/res/res/drawable-hdpi/textfield_bg_disabled_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_bg_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_bg_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_bg_focused_holo_dark.9.png Binary files differindex 0e451f1733d6..9828a97340ad 100644 --- a/core/res/res/drawable-hdpi/textfield_bg_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_bg_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_default.9.png b/core/res/res/drawable-hdpi/textfield_default.9.png Binary files differindex f7b6e9974324..db6085ebcf4b 100644 --- a/core/res/res/drawable-hdpi/textfield_default.9.png +++ b/core/res/res/drawable-hdpi/textfield_default.9.png diff --git a/core/res/res/drawable-hdpi/textfield_default_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_default_holo_dark.9.png Binary files differindex e6ef29601e45..0449778533e1 100644 --- a/core/res/res/drawable-hdpi/textfield_default_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_default_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_default_holo_light.9.png b/core/res/res/drawable-hdpi/textfield_default_holo_light.9.png Binary files differindex 7368261d29e4..befb60b6b7f1 100644 --- a/core/res/res/drawable-hdpi/textfield_default_holo_light.9.png +++ b/core/res/res/drawable-hdpi/textfield_default_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/textfield_default_mtrl_alpha.9.png b/core/res/res/drawable-hdpi/textfield_default_mtrl_alpha.9.png Binary files differindex de5572d4e890..c96986207906 100644 --- a/core/res/res/drawable-hdpi/textfield_default_mtrl_alpha.9.png +++ b/core/res/res/drawable-hdpi/textfield_default_mtrl_alpha.9.png diff --git a/core/res/res/drawable-hdpi/textfield_disabled.9.png b/core/res/res/drawable-hdpi/textfield_disabled.9.png Binary files differindex 30115027bf53..6200986b3f2d 100644 --- a/core/res/res/drawable-hdpi/textfield_disabled.9.png +++ b/core/res/res/drawable-hdpi/textfield_disabled.9.png diff --git a/core/res/res/drawable-hdpi/textfield_disabled_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_disabled_focused_holo_dark.9.png Binary files differindex 29e33e3746f5..f09b6f812c6f 100644 --- a/core/res/res/drawable-hdpi/textfield_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_disabled_focused_holo_light.9.png b/core/res/res/drawable-hdpi/textfield_disabled_focused_holo_light.9.png Binary files differindex b70db4e101a8..b3259ed3296f 100644 --- a/core/res/res/drawable-hdpi/textfield_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-hdpi/textfield_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/textfield_disabled_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_disabled_holo_dark.9.png Binary files differindex 73ec37cf4758..f309d26aebf4 100644 --- a/core/res/res/drawable-hdpi/textfield_disabled_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_disabled_holo_light.9.png b/core/res/res/drawable-hdpi/textfield_disabled_holo_light.9.png Binary files differindex a77d66d99037..154ae1a3da8f 100644 --- a/core/res/res/drawable-hdpi/textfield_disabled_holo_light.9.png +++ b/core/res/res/drawable-hdpi/textfield_disabled_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/textfield_disabled_selected.9.png b/core/res/res/drawable-hdpi/textfield_disabled_selected.9.png Binary files differindex e0f82eb06d4b..5231dc654280 100644 --- a/core/res/res/drawable-hdpi/textfield_disabled_selected.9.png +++ b/core/res/res/drawable-hdpi/textfield_disabled_selected.9.png diff --git a/core/res/res/drawable-hdpi/textfield_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_focused_holo_dark.9.png Binary files differindex 03a81d97b5db..bc5421806e93 100644 --- a/core/res/res/drawable-hdpi/textfield_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_focused_holo_light.9.png b/core/res/res/drawable-hdpi/textfield_focused_holo_light.9.png Binary files differindex 03a81d97b5db..bc5421806e93 100644 --- a/core/res/res/drawable-hdpi/textfield_focused_holo_light.9.png +++ b/core/res/res/drawable-hdpi/textfield_focused_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/textfield_longpress_holo.9.png b/core/res/res/drawable-hdpi/textfield_longpress_holo.9.png Binary files differindex 2993b4474961..4ae0fd6b8c66 100644 --- a/core/res/res/drawable-hdpi/textfield_longpress_holo.9.png +++ b/core/res/res/drawable-hdpi/textfield_longpress_holo.9.png diff --git a/core/res/res/drawable-hdpi/textfield_multiline_activated_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_multiline_activated_holo_dark.9.png Binary files differindex 3141caf42584..caf272f730c4 100644 --- a/core/res/res/drawable-hdpi/textfield_multiline_activated_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_multiline_activated_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_multiline_activated_holo_light.9.png b/core/res/res/drawable-hdpi/textfield_multiline_activated_holo_light.9.png Binary files differindex df7f7708644b..caf272f730c4 100644 --- a/core/res/res/drawable-hdpi/textfield_multiline_activated_holo_light.9.png +++ b/core/res/res/drawable-hdpi/textfield_multiline_activated_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/textfield_multiline_default_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_multiline_default_holo_dark.9.png Binary files differindex ab381a6c5777..0449778533e1 100644 --- a/core/res/res/drawable-hdpi/textfield_multiline_default_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_multiline_default_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_multiline_default_holo_light.9.png b/core/res/res/drawable-hdpi/textfield_multiline_default_holo_light.9.png Binary files differindex ed1306cb89d1..befb60b6b7f1 100644 --- a/core/res/res/drawable-hdpi/textfield_multiline_default_holo_light.9.png +++ b/core/res/res/drawable-hdpi/textfield_multiline_default_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/textfield_multiline_disabled_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_multiline_disabled_focused_holo_dark.9.png Binary files differindex 269e6b3a358d..c0f096a339d5 100644 --- a/core/res/res/drawable-hdpi/textfield_multiline_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_multiline_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_multiline_disabled_focused_holo_light.9.png b/core/res/res/drawable-hdpi/textfield_multiline_disabled_focused_holo_light.9.png Binary files differindex e0a83fea18ac..b3259ed3296f 100644 --- a/core/res/res/drawable-hdpi/textfield_multiline_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-hdpi/textfield_multiline_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/textfield_multiline_disabled_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_multiline_disabled_holo_dark.9.png Binary files differindex 9f14a0698e7d..f309d26aebf4 100644 --- a/core/res/res/drawable-hdpi/textfield_multiline_disabled_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_multiline_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_multiline_disabled_holo_light.9.png b/core/res/res/drawable-hdpi/textfield_multiline_disabled_holo_light.9.png Binary files differindex c458698d74db..154ae1a3da8f 100644 --- a/core/res/res/drawable-hdpi/textfield_multiline_disabled_holo_light.9.png +++ b/core/res/res/drawable-hdpi/textfield_multiline_disabled_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/textfield_multiline_focused_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_multiline_focused_holo_dark.9.png Binary files differindex 180d85c3dcba..15085ae8fc48 100644 --- a/core/res/res/drawable-hdpi/textfield_multiline_focused_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_multiline_focused_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_multiline_focused_holo_light.9.png b/core/res/res/drawable-hdpi/textfield_multiline_focused_holo_light.9.png Binary files differindex e075149bc41c..d0cd69bd7789 100644 --- a/core/res/res/drawable-hdpi/textfield_multiline_focused_holo_light.9.png +++ b/core/res/res/drawable-hdpi/textfield_multiline_focused_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/textfield_pressed_holo.9.png b/core/res/res/drawable-hdpi/textfield_pressed_holo.9.png Binary files differindex 4aad23754cbb..7afa45133967 100644 --- a/core/res/res/drawable-hdpi/textfield_pressed_holo.9.png +++ b/core/res/res/drawable-hdpi/textfield_pressed_holo.9.png diff --git a/core/res/res/drawable-hdpi/textfield_search_activated_mtrl_alpha.9.png b/core/res/res/drawable-hdpi/textfield_search_activated_mtrl_alpha.9.png Binary files differindex ce577e5007f3..900c746e7f82 100644 --- a/core/res/res/drawable-hdpi/textfield_search_activated_mtrl_alpha.9.png +++ b/core/res/res/drawable-hdpi/textfield_search_activated_mtrl_alpha.9.png diff --git a/core/res/res/drawable-hdpi/textfield_search_default.9.png b/core/res/res/drawable-hdpi/textfield_search_default.9.png Binary files differindex db64da193575..de5af02799e5 100644 --- a/core/res/res/drawable-hdpi/textfield_search_default.9.png +++ b/core/res/res/drawable-hdpi/textfield_search_default.9.png diff --git a/core/res/res/drawable-hdpi/textfield_search_default_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_search_default_holo_dark.9.png Binary files differindex 70c0e7396edf..ffc23cf2d16c 100644 --- a/core/res/res/drawable-hdpi/textfield_search_default_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_search_default_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_search_default_holo_light.9.png b/core/res/res/drawable-hdpi/textfield_search_default_holo_light.9.png Binary files differindex 36e71d85d083..caac696dc8e4 100644 --- a/core/res/res/drawable-hdpi/textfield_search_default_holo_light.9.png +++ b/core/res/res/drawable-hdpi/textfield_search_default_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/textfield_search_default_mtrl_alpha.9.png b/core/res/res/drawable-hdpi/textfield_search_default_mtrl_alpha.9.png Binary files differindex 7c305ab71d6b..c06e1aba1c40 100644 --- a/core/res/res/drawable-hdpi/textfield_search_default_mtrl_alpha.9.png +++ b/core/res/res/drawable-hdpi/textfield_search_default_mtrl_alpha.9.png diff --git a/core/res/res/drawable-hdpi/textfield_search_empty_default.9.png b/core/res/res/drawable-hdpi/textfield_search_empty_default.9.png Binary files differindex c0b84da626d6..2a89b3c5f63f 100644 --- a/core/res/res/drawable-hdpi/textfield_search_empty_default.9.png +++ b/core/res/res/drawable-hdpi/textfield_search_empty_default.9.png diff --git a/core/res/res/drawable-hdpi/textfield_search_empty_pressed.9.png b/core/res/res/drawable-hdpi/textfield_search_empty_pressed.9.png Binary files differindex 0a0fc6b4790f..85d7baad3878 100644 --- a/core/res/res/drawable-hdpi/textfield_search_empty_pressed.9.png +++ b/core/res/res/drawable-hdpi/textfield_search_empty_pressed.9.png diff --git a/core/res/res/drawable-hdpi/textfield_search_empty_selected.9.png b/core/res/res/drawable-hdpi/textfield_search_empty_selected.9.png Binary files differindex 04813c2909fc..271501a44005 100644 --- a/core/res/res/drawable-hdpi/textfield_search_empty_selected.9.png +++ b/core/res/res/drawable-hdpi/textfield_search_empty_selected.9.png diff --git a/core/res/res/drawable-hdpi/textfield_search_pressed.9.png b/core/res/res/drawable-hdpi/textfield_search_pressed.9.png Binary files differindex cde51e43da03..9cdeebbff141 100644 --- a/core/res/res/drawable-hdpi/textfield_search_pressed.9.png +++ b/core/res/res/drawable-hdpi/textfield_search_pressed.9.png diff --git a/core/res/res/drawable-hdpi/textfield_search_right_default_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_search_right_default_holo_dark.9.png Binary files differindex 4be4af5fab3a..6af99020e94b 100644 --- a/core/res/res/drawable-hdpi/textfield_search_right_default_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_search_right_default_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_search_right_default_holo_light.9.png b/core/res/res/drawable-hdpi/textfield_search_right_default_holo_light.9.png Binary files differindex e72193f5921e..7397078d9623 100644 --- a/core/res/res/drawable-hdpi/textfield_search_right_default_holo_light.9.png +++ b/core/res/res/drawable-hdpi/textfield_search_right_default_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/textfield_search_right_selected_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_search_right_selected_holo_dark.9.png Binary files differindex 8f20b9d2673d..4d946d712ef5 100644 --- a/core/res/res/drawable-hdpi/textfield_search_right_selected_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_search_right_selected_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_search_right_selected_holo_light.9.png b/core/res/res/drawable-hdpi/textfield_search_right_selected_holo_light.9.png Binary files differindex 04f657e1db10..9ddb9f64aa0d 100644 --- a/core/res/res/drawable-hdpi/textfield_search_right_selected_holo_light.9.png +++ b/core/res/res/drawable-hdpi/textfield_search_right_selected_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/textfield_search_selected.9.png b/core/res/res/drawable-hdpi/textfield_search_selected.9.png Binary files differindex f4bf352ef222..a8f3aa49d21a 100644 --- a/core/res/res/drawable-hdpi/textfield_search_selected.9.png +++ b/core/res/res/drawable-hdpi/textfield_search_selected.9.png diff --git a/core/res/res/drawable-hdpi/textfield_search_selected_holo_dark.9.png b/core/res/res/drawable-hdpi/textfield_search_selected_holo_dark.9.png Binary files differindex 99309ef6d3e3..60ed5b0b87e9 100644 --- a/core/res/res/drawable-hdpi/textfield_search_selected_holo_dark.9.png +++ b/core/res/res/drawable-hdpi/textfield_search_selected_holo_dark.9.png diff --git a/core/res/res/drawable-hdpi/textfield_search_selected_holo_light.9.png b/core/res/res/drawable-hdpi/textfield_search_selected_holo_light.9.png Binary files differindex 9bde7fbdce15..f268264c20b1 100644 --- a/core/res/res/drawable-hdpi/textfield_search_selected_holo_light.9.png +++ b/core/res/res/drawable-hdpi/textfield_search_selected_holo_light.9.png diff --git a/core/res/res/drawable-hdpi/textfield_selected.9.png b/core/res/res/drawable-hdpi/textfield_selected.9.png Binary files differindex cf2cae30bf42..de12c752de2c 100644 --- a/core/res/res/drawable-hdpi/textfield_selected.9.png +++ b/core/res/res/drawable-hdpi/textfield_selected.9.png diff --git a/core/res/res/drawable-hdpi/title_bar_medium.9.png b/core/res/res/drawable-hdpi/title_bar_medium.9.png Binary files differindex 311a54af2d81..79feb21d44bb 100644 --- a/core/res/res/drawable-hdpi/title_bar_medium.9.png +++ b/core/res/res/drawable-hdpi/title_bar_medium.9.png diff --git a/core/res/res/drawable-hdpi/title_bar_portrait.9.png b/core/res/res/drawable-hdpi/title_bar_portrait.9.png Binary files differindex 70f7cc2987a4..35117e9d9d30 100644 --- a/core/res/res/drawable-hdpi/title_bar_portrait.9.png +++ b/core/res/res/drawable-hdpi/title_bar_portrait.9.png diff --git a/core/res/res/drawable-hdpi/title_bar_tall.9.png b/core/res/res/drawable-hdpi/title_bar_tall.9.png Binary files differindex 5c1a69f8f89f..ed32ce7abef0 100644 --- a/core/res/res/drawable-hdpi/title_bar_tall.9.png +++ b/core/res/res/drawable-hdpi/title_bar_tall.9.png diff --git a/core/res/res/drawable-hdpi/toast_frame.9.png b/core/res/res/drawable-hdpi/toast_frame.9.png Binary files differindex a804a8a94564..b164cdd4c378 100644 --- a/core/res/res/drawable-hdpi/toast_frame.9.png +++ b/core/res/res/drawable-hdpi/toast_frame.9.png diff --git a/core/res/res/drawable-hdpi/transportcontrol_bg.9.png b/core/res/res/drawable-hdpi/transportcontrol_bg.9.png Binary files differindex ebd6f8a1fe9c..ea39840e1b85 100644 --- a/core/res/res/drawable-hdpi/transportcontrol_bg.9.png +++ b/core/res/res/drawable-hdpi/transportcontrol_bg.9.png diff --git a/core/res/res/drawable-hdpi/unknown_image.png b/core/res/res/drawable-hdpi/unknown_image.png Binary files differindex 76341dbd4132..5372f3e1d849 100644 --- a/core/res/res/drawable-hdpi/unknown_image.png +++ b/core/res/res/drawable-hdpi/unknown_image.png diff --git a/core/res/res/drawable-hdpi/usb_android.png b/core/res/res/drawable-hdpi/usb_android.png Binary files differindex 8b5b1a90658a..db95148be041 100644 --- a/core/res/res/drawable-hdpi/usb_android.png +++ b/core/res/res/drawable-hdpi/usb_android.png diff --git a/core/res/res/drawable-hdpi/usb_android_connected.png b/core/res/res/drawable-hdpi/usb_android_connected.png Binary files differindex 442f2b34638e..61f1c16c616d 100644 --- a/core/res/res/drawable-hdpi/usb_android_connected.png +++ b/core/res/res/drawable-hdpi/usb_android_connected.png diff --git a/core/res/res/drawable-hdpi/vpn_connected.png b/core/res/res/drawable-hdpi/vpn_connected.png Binary files differindex c3547e855744..bed5333a556c 100644 --- a/core/res/res/drawable-hdpi/vpn_connected.png +++ b/core/res/res/drawable-hdpi/vpn_connected.png diff --git a/core/res/res/drawable-hdpi/vpn_disconnected.png b/core/res/res/drawable-hdpi/vpn_disconnected.png Binary files differindex 10a9065cabdd..b1628573e761 100644 --- a/core/res/res/drawable-hdpi/vpn_disconnected.png +++ b/core/res/res/drawable-hdpi/vpn_disconnected.png diff --git a/core/res/res/drawable-hdpi/zoom_plate.9.png b/core/res/res/drawable-hdpi/zoom_plate.9.png Binary files differindex e97dac14668d..8012007876ae 100644 --- a/core/res/res/drawable-hdpi/zoom_plate.9.png +++ b/core/res/res/drawable-hdpi/zoom_plate.9.png diff --git a/core/res/res/drawable-land-hdpi/btn_lock_normal.9.png b/core/res/res/drawable-land-hdpi/btn_lock_normal.9.png Binary files differindex f1dac62e17b4..a03a953a4923 100644 --- a/core/res/res/drawable-land-hdpi/btn_lock_normal.9.png +++ b/core/res/res/drawable-land-hdpi/btn_lock_normal.9.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_gray.9.png b/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_gray.9.png Binary files differindex 76f76bc1d83b..27ef5b4b7ff5 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_gray.9.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_gray.9.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_green.9.png b/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_green.9.png Binary files differindex d070fad28063..10885c475f28 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_green.9.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_green.9.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_red.9.png b/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_red.9.png Binary files differindex 8d38ea629457..de1f6b8c2a3d 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_red.9.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_red.9.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_yellow.9.png b/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_yellow.9.png Binary files differindex 2da4677c9d74..4c7226526a9f 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_yellow.9.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_yellow.9.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_normal.9.png b/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_normal.9.png Binary files differindex a18165297fba..1dfbe10d3c72 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_normal.9.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_normal.9.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_pressed.9.png b/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_pressed.9.png Binary files differindex 6cf31316b774..18c7c1350f29 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_pressed.9.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_bar_left_end_pressed.9.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_gray.9.png b/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_gray.9.png Binary files differindex 05541f37758c..2e81efd2bc15 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_gray.9.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_gray.9.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_green.9.png b/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_green.9.png Binary files differindex 0bf0ea903d99..b1f354bec894 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_green.9.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_green.9.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_red.9.png b/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_red.9.png Binary files differindex b82a30f2ef17..4fd3285e2252 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_red.9.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_red.9.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_yellow.9.png b/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_yellow.9.png Binary files differindex 5f530fa0a95e..415d75f5216f 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_yellow.9.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_yellow.9.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_normal.9.png b/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_normal.9.png Binary files differindex d8bbd17087b2..f8c417b85dc3 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_normal.9.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_normal.9.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_pressed.9.png b/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_pressed.9.png Binary files differindex c40808780796..f8368f9deaa1 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_pressed.9.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_bar_right_end_pressed.9.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_left_confirm_gray.png b/core/res/res/drawable-land-hdpi/jog_tab_left_confirm_gray.png Binary files differindex dff38b4357d5..927ee37dde6c 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_left_confirm_gray.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_left_confirm_gray.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_left_confirm_green.png b/core/res/res/drawable-land-hdpi/jog_tab_left_confirm_green.png Binary files differindex 88a95be8c8b8..a5eb28a0cfaf 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_left_confirm_green.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_left_confirm_green.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_left_confirm_red.png b/core/res/res/drawable-land-hdpi/jog_tab_left_confirm_red.png Binary files differindex b9486ea76fb1..5ae8c7b8e7aa 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_left_confirm_red.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_left_confirm_red.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_left_confirm_yellow.png b/core/res/res/drawable-land-hdpi/jog_tab_left_confirm_yellow.png Binary files differindex 9144d7ab50ef..49595a8ab7d7 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_left_confirm_yellow.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_left_confirm_yellow.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_left_normal.png b/core/res/res/drawable-land-hdpi/jog_tab_left_normal.png Binary files differindex b2d76954d864..0597eb450d0a 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_left_normal.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_left_normal.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_left_pressed.png b/core/res/res/drawable-land-hdpi/jog_tab_left_pressed.png Binary files differindex 55e170d418ed..5877392324d4 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_left_pressed.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_left_pressed.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_right_confirm_gray.png b/core/res/res/drawable-land-hdpi/jog_tab_right_confirm_gray.png Binary files differindex 131b7201baea..d2612cac58c2 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_right_confirm_gray.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_right_confirm_gray.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_right_confirm_green.png b/core/res/res/drawable-land-hdpi/jog_tab_right_confirm_green.png Binary files differindex c36b0adaffd8..2fd74d35830d 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_right_confirm_green.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_right_confirm_green.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_right_confirm_red.png b/core/res/res/drawable-land-hdpi/jog_tab_right_confirm_red.png Binary files differindex d388619d6dda..b00f47336452 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_right_confirm_red.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_right_confirm_red.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_right_confirm_yellow.png b/core/res/res/drawable-land-hdpi/jog_tab_right_confirm_yellow.png Binary files differindex 24f1aec1ec08..c87e17e57b9a 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_right_confirm_yellow.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_right_confirm_yellow.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_right_normal.png b/core/res/res/drawable-land-hdpi/jog_tab_right_normal.png Binary files differindex 9111649a42fc..4ac4180af865 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_right_normal.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_right_normal.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_right_pressed.png b/core/res/res/drawable-land-hdpi/jog_tab_right_pressed.png Binary files differindex 3bd2e5ba441a..a270df3d903c 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_right_pressed.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_right_pressed.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_target_gray.png b/core/res/res/drawable-land-hdpi/jog_tab_target_gray.png Binary files differindex 41500078c664..7c0123f8e684 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_target_gray.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_target_gray.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_target_green.png b/core/res/res/drawable-land-hdpi/jog_tab_target_green.png Binary files differindex ef18b6c87b87..03ec906ae5f1 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_target_green.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_target_green.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_target_red.png b/core/res/res/drawable-land-hdpi/jog_tab_target_red.png Binary files differindex 5dfaa5f438d8..7b0f26ec4fe0 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_target_red.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_target_red.png diff --git a/core/res/res/drawable-land-hdpi/jog_tab_target_yellow.png b/core/res/res/drawable-land-hdpi/jog_tab_target_yellow.png Binary files differindex d0509fa74fe2..d9cf4531a2a2 100644 --- a/core/res/res/drawable-land-hdpi/jog_tab_target_yellow.png +++ b/core/res/res/drawable-land-hdpi/jog_tab_target_yellow.png diff --git a/core/res/res/drawable-land-ldpi/btn_lock_normal.9.png b/core/res/res/drawable-land-ldpi/btn_lock_normal.9.png Binary files differindex e685adcce50c..f2ab0e65feb3 100644 --- a/core/res/res/drawable-land-ldpi/btn_lock_normal.9.png +++ b/core/res/res/drawable-land-ldpi/btn_lock_normal.9.png diff --git a/core/res/res/drawable-land-ldpi/ic_jog_dial_sound_off.png b/core/res/res/drawable-land-ldpi/ic_jog_dial_sound_off.png Binary files differindex a4e3edf1c42a..a31a9a21d678 100644 --- a/core/res/res/drawable-land-ldpi/ic_jog_dial_sound_off.png +++ b/core/res/res/drawable-land-ldpi/ic_jog_dial_sound_off.png diff --git a/core/res/res/drawable-land-ldpi/ic_jog_dial_sound_on.png b/core/res/res/drawable-land-ldpi/ic_jog_dial_sound_on.png Binary files differindex f8190b56f498..30c4c8b9b188 100644 --- a/core/res/res/drawable-land-ldpi/ic_jog_dial_sound_on.png +++ b/core/res/res/drawable-land-ldpi/ic_jog_dial_sound_on.png diff --git a/core/res/res/drawable-land-ldpi/ic_jog_dial_unlock.png b/core/res/res/drawable-land-ldpi/ic_jog_dial_unlock.png Binary files differindex 16fa0db9942a..289a68b6bd12 100644 --- a/core/res/res/drawable-land-ldpi/ic_jog_dial_unlock.png +++ b/core/res/res/drawable-land-ldpi/ic_jog_dial_unlock.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_gray.9.png b/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_gray.9.png Binary files differindex e16e9f63a80c..5853cc4f2f20 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_gray.9.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_gray.9.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_green.9.png b/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_green.9.png Binary files differindex 90211df96e5a..3d91fd6a39e8 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_green.9.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_green.9.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_red.9.png b/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_red.9.png Binary files differindex 154ae8e13593..aab86dc537d9 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_red.9.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_red.9.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_yellow.9.png b/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_yellow.9.png Binary files differindex 1e69e4d65c83..4899e50ef4a3 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_yellow.9.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_yellow.9.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_normal.9.png b/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_normal.9.png Binary files differindex 09710a585052..367591518119 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_normal.9.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_normal.9.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_pressed.9.png b/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_pressed.9.png Binary files differindex 158ce859bfa6..2de89c5f94a4 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_pressed.9.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_bar_left_end_pressed.9.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_gray.9.png b/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_gray.9.png Binary files differindex 1be54d4d1dff..dd398a9c8bd2 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_gray.9.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_gray.9.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_green.9.png b/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_green.9.png Binary files differindex 4ef4d6925c1b..7426e58f1b55 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_green.9.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_green.9.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_red.9.png b/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_red.9.png Binary files differindex dad283ee0d34..8e8821b9601d 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_red.9.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_red.9.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_yellow.9.png b/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_yellow.9.png Binary files differindex f7aa85a2b16a..33a25eecae87 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_yellow.9.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_yellow.9.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_normal.9.png b/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_normal.9.png Binary files differindex 23860ceb87fe..02c4b3681cff 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_normal.9.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_normal.9.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_pressed.9.png b/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_pressed.9.png Binary files differindex 1105fe5a1e7c..08dc77835c53 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_pressed.9.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_bar_right_end_pressed.9.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_left_confirm_gray.png b/core/res/res/drawable-land-ldpi/jog_tab_left_confirm_gray.png Binary files differindex 945851d6c558..ff7a7ebf94af 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_left_confirm_gray.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_left_confirm_gray.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_left_confirm_green.png b/core/res/res/drawable-land-ldpi/jog_tab_left_confirm_green.png Binary files differindex 07029272f2fa..9a67dfdbbd84 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_left_confirm_green.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_left_confirm_green.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_left_confirm_red.png b/core/res/res/drawable-land-ldpi/jog_tab_left_confirm_red.png Binary files differindex d79f46cd66ce..0f153ca768bb 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_left_confirm_red.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_left_confirm_red.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_left_confirm_yellow.png b/core/res/res/drawable-land-ldpi/jog_tab_left_confirm_yellow.png Binary files differindex 8e4ef9ac3927..2861af2c284a 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_left_confirm_yellow.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_left_confirm_yellow.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_left_normal.png b/core/res/res/drawable-land-ldpi/jog_tab_left_normal.png Binary files differindex ee6d98c5e1ab..61884b8ea3db 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_left_normal.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_left_normal.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_left_pressed.png b/core/res/res/drawable-land-ldpi/jog_tab_left_pressed.png Binary files differindex 727fdbbdea6e..586bc300b085 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_left_pressed.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_left_pressed.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_right_confirm_gray.png b/core/res/res/drawable-land-ldpi/jog_tab_right_confirm_gray.png Binary files differindex 93d0bf4fadd6..96bf80061600 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_right_confirm_gray.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_right_confirm_gray.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_right_confirm_green.png b/core/res/res/drawable-land-ldpi/jog_tab_right_confirm_green.png Binary files differindex d49c831e57e0..beb110ddea98 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_right_confirm_green.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_right_confirm_green.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_right_confirm_red.png b/core/res/res/drawable-land-ldpi/jog_tab_right_confirm_red.png Binary files differindex 29bddcfee15b..638d42f3a36a 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_right_confirm_red.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_right_confirm_red.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_right_confirm_yellow.png b/core/res/res/drawable-land-ldpi/jog_tab_right_confirm_yellow.png Binary files differindex 4cefb0c88f2c..5dd38f70caee 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_right_confirm_yellow.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_right_confirm_yellow.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_right_normal.png b/core/res/res/drawable-land-ldpi/jog_tab_right_normal.png Binary files differindex 30fa00293ff2..dc96191c9b58 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_right_normal.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_right_normal.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_right_pressed.png b/core/res/res/drawable-land-ldpi/jog_tab_right_pressed.png Binary files differindex f2d358bb3ab4..35d31b4945cf 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_right_pressed.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_right_pressed.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_target_gray.png b/core/res/res/drawable-land-ldpi/jog_tab_target_gray.png Binary files differindex 1e76bc1f0226..e011acbf5fa1 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_target_gray.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_target_gray.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_target_green.png b/core/res/res/drawable-land-ldpi/jog_tab_target_green.png Binary files differindex 917769e0a83a..02040deac5b6 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_target_green.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_target_green.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_target_red.png b/core/res/res/drawable-land-ldpi/jog_tab_target_red.png Binary files differindex 3501ba382970..a0aecb7f3f01 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_target_red.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_target_red.png diff --git a/core/res/res/drawable-land-ldpi/jog_tab_target_yellow.png b/core/res/res/drawable-land-ldpi/jog_tab_target_yellow.png Binary files differindex ee795a3aa4d5..99c25f595425 100644 --- a/core/res/res/drawable-land-ldpi/jog_tab_target_yellow.png +++ b/core/res/res/drawable-land-ldpi/jog_tab_target_yellow.png diff --git a/core/res/res/drawable-land-mdpi/btn_lock_normal.9.png b/core/res/res/drawable-land-mdpi/btn_lock_normal.9.png Binary files differindex f2482c0c1c4f..41ef00ee9cba 100644 --- a/core/res/res/drawable-land-mdpi/btn_lock_normal.9.png +++ b/core/res/res/drawable-land-mdpi/btn_lock_normal.9.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_gray.9.png b/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_gray.9.png Binary files differindex 61222f41b8e9..fcf715f1c1d4 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_gray.9.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_gray.9.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_green.9.png b/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_green.9.png Binary files differindex 3060f7264dce..b7b27d63c3dd 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_green.9.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_green.9.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_red.9.png b/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_red.9.png Binary files differindex cee7bf501a24..7c69e1117bef 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_red.9.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_red.9.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_yellow.9.png b/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_yellow.9.png Binary files differindex 4bd56d11d95f..edb38d9ac31c 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_yellow.9.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_yellow.9.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_normal.9.png b/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_normal.9.png Binary files differindex 367e887c405b..b8a01a2ceaee 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_normal.9.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_normal.9.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_pressed.9.png b/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_pressed.9.png Binary files differindex 02f3f275505c..3688592976ae 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_pressed.9.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_bar_left_end_pressed.9.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_gray.9.png b/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_gray.9.png Binary files differindex bfaba2fe0955..4b35b35b58ca 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_gray.9.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_gray.9.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_green.9.png b/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_green.9.png Binary files differindex d35fe7b25047..60922f8254fb 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_green.9.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_green.9.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_red.9.png b/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_red.9.png Binary files differindex 508f6bdf5204..2356a2d81afa 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_red.9.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_red.9.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_yellow.9.png b/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_yellow.9.png Binary files differindex a6041e5648a9..bf5b6d29dcaf 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_yellow.9.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_yellow.9.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_normal.9.png b/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_normal.9.png Binary files differindex 28cdd0b2b704..15a9cc55fb98 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_normal.9.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_normal.9.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_pressed.9.png b/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_pressed.9.png Binary files differindex 46ba76b97462..eca9e3bd75fa 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_pressed.9.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_bar_right_end_pressed.9.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_left_confirm_gray.png b/core/res/res/drawable-land-mdpi/jog_tab_left_confirm_gray.png Binary files differindex 396dcf7a3857..47ea1370fbf8 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_left_confirm_gray.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_left_confirm_gray.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_left_confirm_green.png b/core/res/res/drawable-land-mdpi/jog_tab_left_confirm_green.png Binary files differindex d928310762d0..396ec0f26831 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_left_confirm_green.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_left_confirm_green.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_left_confirm_red.png b/core/res/res/drawable-land-mdpi/jog_tab_left_confirm_red.png Binary files differindex c377463bd52c..472423851b62 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_left_confirm_red.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_left_confirm_red.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_left_confirm_yellow.png b/core/res/res/drawable-land-mdpi/jog_tab_left_confirm_yellow.png Binary files differindex b868c7672378..5f55f9971027 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_left_confirm_yellow.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_left_confirm_yellow.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_left_normal.png b/core/res/res/drawable-land-mdpi/jog_tab_left_normal.png Binary files differindex 5ca876bb81cc..18f90950b4c0 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_left_normal.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_left_normal.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_left_pressed.png b/core/res/res/drawable-land-mdpi/jog_tab_left_pressed.png Binary files differindex 8c33a782edad..853cc9f3d93d 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_left_pressed.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_left_pressed.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_right_confirm_gray.png b/core/res/res/drawable-land-mdpi/jog_tab_right_confirm_gray.png Binary files differindex 4f1a002a1bbb..82c2211be783 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_right_confirm_gray.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_right_confirm_gray.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_right_confirm_green.png b/core/res/res/drawable-land-mdpi/jog_tab_right_confirm_green.png Binary files differindex af1550f44e9f..39e9e0596f0e 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_right_confirm_green.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_right_confirm_green.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_right_confirm_red.png b/core/res/res/drawable-land-mdpi/jog_tab_right_confirm_red.png Binary files differindex b458d27c9e64..3ea11a6ee45b 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_right_confirm_red.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_right_confirm_red.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_right_confirm_yellow.png b/core/res/res/drawable-land-mdpi/jog_tab_right_confirm_yellow.png Binary files differindex 8e55d6a7b070..c24cebb645b0 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_right_confirm_yellow.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_right_confirm_yellow.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_right_normal.png b/core/res/res/drawable-land-mdpi/jog_tab_right_normal.png Binary files differindex c607c7c0ca08..c1210f7cda55 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_right_normal.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_right_normal.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_right_pressed.png b/core/res/res/drawable-land-mdpi/jog_tab_right_pressed.png Binary files differindex 2537d73f0c9d..ef8c5302b8e7 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_right_pressed.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_right_pressed.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_target_gray.png b/core/res/res/drawable-land-mdpi/jog_tab_target_gray.png Binary files differindex 1319b6e6063a..5ef9e27232ca 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_target_gray.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_target_gray.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_target_green.png b/core/res/res/drawable-land-mdpi/jog_tab_target_green.png Binary files differindex 88a3f3060cca..2db0f5d7a962 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_target_green.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_target_green.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_target_red.png b/core/res/res/drawable-land-mdpi/jog_tab_target_red.png Binary files differindex 300c4015aa4d..959f36d228b1 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_target_red.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_target_red.png diff --git a/core/res/res/drawable-land-mdpi/jog_tab_target_yellow.png b/core/res/res/drawable-land-mdpi/jog_tab_target_yellow.png Binary files differindex efa30eebcc2f..70df5a43013e 100644 --- a/core/res/res/drawable-land-mdpi/jog_tab_target_yellow.png +++ b/core/res/res/drawable-land-mdpi/jog_tab_target_yellow.png diff --git a/core/res/res/drawable-land-xhdpi/btn_lock_normal.9.png b/core/res/res/drawable-land-xhdpi/btn_lock_normal.9.png Binary files differindex e7c4a19b01be..1e153578e771 100644 --- a/core/res/res/drawable-land-xhdpi/btn_lock_normal.9.png +++ b/core/res/res/drawable-land-xhdpi/btn_lock_normal.9.png diff --git a/core/res/res/drawable-ldpi/activity_title_bar.9.png b/core/res/res/drawable-ldpi/activity_title_bar.9.png Binary files differindex 8aaa7d1850c4..c179a1ca3ef3 100644 --- a/core/res/res/drawable-ldpi/activity_title_bar.9.png +++ b/core/res/res/drawable-ldpi/activity_title_bar.9.png diff --git a/core/res/res/drawable-ldpi/arrow_down_float.png b/core/res/res/drawable-ldpi/arrow_down_float.png Binary files differindex c41340da4617..2a9e683811e0 100644 --- a/core/res/res/drawable-ldpi/arrow_down_float.png +++ b/core/res/res/drawable-ldpi/arrow_down_float.png diff --git a/core/res/res/drawable-ldpi/arrow_up_float.png b/core/res/res/drawable-ldpi/arrow_up_float.png Binary files differindex 8b60f121600d..dccfce5b7507 100644 --- a/core/res/res/drawable-ldpi/arrow_up_float.png +++ b/core/res/res/drawable-ldpi/arrow_up_float.png diff --git a/core/res/res/drawable-ldpi/battery_charge_background.png b/core/res/res/drawable-ldpi/battery_charge_background.png Binary files differindex 503c4f9fd991..dce134e81ca6 100644 --- a/core/res/res/drawable-ldpi/battery_charge_background.png +++ b/core/res/res/drawable-ldpi/battery_charge_background.png diff --git a/core/res/res/drawable-ldpi/bottom_bar.png b/core/res/res/drawable-ldpi/bottom_bar.png Binary files differindex c80fd4ac477b..0d2022ed6148 100644 --- a/core/res/res/drawable-ldpi/bottom_bar.png +++ b/core/res/res/drawable-ldpi/bottom_bar.png diff --git a/core/res/res/drawable-ldpi/btn_check_buttonless_off.png b/core/res/res/drawable-ldpi/btn_check_buttonless_off.png Binary files differindex 327d2c624e13..ab7ea5c36d2a 100644 --- a/core/res/res/drawable-ldpi/btn_check_buttonless_off.png +++ b/core/res/res/drawable-ldpi/btn_check_buttonless_off.png diff --git a/core/res/res/drawable-ldpi/btn_check_buttonless_on.png b/core/res/res/drawable-ldpi/btn_check_buttonless_on.png Binary files differindex 4d0ab2a764b7..3ecef2ce3912 100644 --- a/core/res/res/drawable-ldpi/btn_check_buttonless_on.png +++ b/core/res/res/drawable-ldpi/btn_check_buttonless_on.png diff --git a/core/res/res/drawable-ldpi/btn_check_label_background.9.png b/core/res/res/drawable-ldpi/btn_check_label_background.9.png Binary files differindex 5b083674751a..3e06c4a87315 100644 --- a/core/res/res/drawable-ldpi/btn_check_label_background.9.png +++ b/core/res/res/drawable-ldpi/btn_check_label_background.9.png diff --git a/core/res/res/drawable-ldpi/btn_check_off.png b/core/res/res/drawable-ldpi/btn_check_off.png Binary files differindex f333117d4ee6..4d89104c161c 100644 --- a/core/res/res/drawable-ldpi/btn_check_off.png +++ b/core/res/res/drawable-ldpi/btn_check_off.png diff --git a/core/res/res/drawable-ldpi/btn_check_off_disable.png b/core/res/res/drawable-ldpi/btn_check_off_disable.png Binary files differindex c4d7cd9499b5..69354792e6fd 100644 --- a/core/res/res/drawable-ldpi/btn_check_off_disable.png +++ b/core/res/res/drawable-ldpi/btn_check_off_disable.png diff --git a/core/res/res/drawable-ldpi/btn_check_off_disable_focused.png b/core/res/res/drawable-ldpi/btn_check_off_disable_focused.png Binary files differindex 2bc5899b2859..d887102738d7 100644 --- a/core/res/res/drawable-ldpi/btn_check_off_disable_focused.png +++ b/core/res/res/drawable-ldpi/btn_check_off_disable_focused.png diff --git a/core/res/res/drawable-ldpi/btn_check_off_pressed.png b/core/res/res/drawable-ldpi/btn_check_off_pressed.png Binary files differindex fe77b0850d69..e6c7287787bd 100644 --- a/core/res/res/drawable-ldpi/btn_check_off_pressed.png +++ b/core/res/res/drawable-ldpi/btn_check_off_pressed.png diff --git a/core/res/res/drawable-ldpi/btn_check_off_selected.png b/core/res/res/drawable-ldpi/btn_check_off_selected.png Binary files differindex 58542c446b21..916de65b441f 100644 --- a/core/res/res/drawable-ldpi/btn_check_off_selected.png +++ b/core/res/res/drawable-ldpi/btn_check_off_selected.png diff --git a/core/res/res/drawable-ldpi/btn_check_on.png b/core/res/res/drawable-ldpi/btn_check_on.png Binary files differindex f4d777a6eabe..a859ef62062d 100644 --- a/core/res/res/drawable-ldpi/btn_check_on.png +++ b/core/res/res/drawable-ldpi/btn_check_on.png diff --git a/core/res/res/drawable-ldpi/btn_check_on_disable.png b/core/res/res/drawable-ldpi/btn_check_on_disable.png Binary files differindex 57513caddc21..a3eb5d887a7d 100644 --- a/core/res/res/drawable-ldpi/btn_check_on_disable.png +++ b/core/res/res/drawable-ldpi/btn_check_on_disable.png diff --git a/core/res/res/drawable-ldpi/btn_check_on_disable_focused.png b/core/res/res/drawable-ldpi/btn_check_on_disable_focused.png Binary files differindex 798835e55ec2..3c9ec64e41bf 100644 --- a/core/res/res/drawable-ldpi/btn_check_on_disable_focused.png +++ b/core/res/res/drawable-ldpi/btn_check_on_disable_focused.png diff --git a/core/res/res/drawable-ldpi/btn_check_on_pressed.png b/core/res/res/drawable-ldpi/btn_check_on_pressed.png Binary files differindex 0f00d17b407b..df2c48e94785 100644 --- a/core/res/res/drawable-ldpi/btn_check_on_pressed.png +++ b/core/res/res/drawable-ldpi/btn_check_on_pressed.png diff --git a/core/res/res/drawable-ldpi/btn_check_on_selected.png b/core/res/res/drawable-ldpi/btn_check_on_selected.png Binary files differindex 51b356608e35..d9e0f952b4bc 100644 --- a/core/res/res/drawable-ldpi/btn_check_on_selected.png +++ b/core/res/res/drawable-ldpi/btn_check_on_selected.png diff --git a/core/res/res/drawable-ldpi/btn_circle_disable.png b/core/res/res/drawable-ldpi/btn_circle_disable.png Binary files differindex 87a51c566445..6d907d554f2a 100644 --- a/core/res/res/drawable-ldpi/btn_circle_disable.png +++ b/core/res/res/drawable-ldpi/btn_circle_disable.png diff --git a/core/res/res/drawable-ldpi/btn_circle_disable_focused.png b/core/res/res/drawable-ldpi/btn_circle_disable_focused.png Binary files differindex cc28e3b4abba..31a80de543dd 100644 --- a/core/res/res/drawable-ldpi/btn_circle_disable_focused.png +++ b/core/res/res/drawable-ldpi/btn_circle_disable_focused.png diff --git a/core/res/res/drawable-ldpi/btn_circle_normal.png b/core/res/res/drawable-ldpi/btn_circle_normal.png Binary files differindex b25ad81c08a1..327d5cebda52 100644 --- a/core/res/res/drawable-ldpi/btn_circle_normal.png +++ b/core/res/res/drawable-ldpi/btn_circle_normal.png diff --git a/core/res/res/drawable-ldpi/btn_circle_pressed.png b/core/res/res/drawable-ldpi/btn_circle_pressed.png Binary files differindex abeedadce718..a6488f4b6142 100644 --- a/core/res/res/drawable-ldpi/btn_circle_pressed.png +++ b/core/res/res/drawable-ldpi/btn_circle_pressed.png diff --git a/core/res/res/drawable-ldpi/btn_circle_selected.png b/core/res/res/drawable-ldpi/btn_circle_selected.png Binary files differindex e3e8d1315f32..f55fcecf25dd 100644 --- a/core/res/res/drawable-ldpi/btn_circle_selected.png +++ b/core/res/res/drawable-ldpi/btn_circle_selected.png diff --git a/core/res/res/drawable-ldpi/btn_close_normal.png b/core/res/res/drawable-ldpi/btn_close_normal.png Binary files differindex e4de0885a8f8..e99d566d970c 100644 --- a/core/res/res/drawable-ldpi/btn_close_normal.png +++ b/core/res/res/drawable-ldpi/btn_close_normal.png diff --git a/core/res/res/drawable-ldpi/btn_close_pressed.png b/core/res/res/drawable-ldpi/btn_close_pressed.png Binary files differindex 5d946bd34046..88b6d04b7a4a 100644 --- a/core/res/res/drawable-ldpi/btn_close_pressed.png +++ b/core/res/res/drawable-ldpi/btn_close_pressed.png diff --git a/core/res/res/drawable-ldpi/btn_close_selected.png b/core/res/res/drawable-ldpi/btn_close_selected.png Binary files differindex c1ee5a8942b2..562c848bfe24 100644 --- a/core/res/res/drawable-ldpi/btn_close_selected.png +++ b/core/res/res/drawable-ldpi/btn_close_selected.png diff --git a/core/res/res/drawable-ldpi/btn_default_normal.9.png b/core/res/res/drawable-ldpi/btn_default_normal.9.png Binary files differindex 198da17c9e45..13bc14fef275 100644 --- a/core/res/res/drawable-ldpi/btn_default_normal.9.png +++ b/core/res/res/drawable-ldpi/btn_default_normal.9.png diff --git a/core/res/res/drawable-ldpi/btn_default_normal_disable.9.png b/core/res/res/drawable-ldpi/btn_default_normal_disable.9.png Binary files differindex 2e61b5095dec..378c3700e75e 100644 --- a/core/res/res/drawable-ldpi/btn_default_normal_disable.9.png +++ b/core/res/res/drawable-ldpi/btn_default_normal_disable.9.png diff --git a/core/res/res/drawable-ldpi/btn_default_normal_disable_focused.9.png b/core/res/res/drawable-ldpi/btn_default_normal_disable_focused.9.png Binary files differindex 9fab12ef7fb0..b75a32e68071 100644 --- a/core/res/res/drawable-ldpi/btn_default_normal_disable_focused.9.png +++ b/core/res/res/drawable-ldpi/btn_default_normal_disable_focused.9.png diff --git a/core/res/res/drawable-ldpi/btn_default_pressed.9.png b/core/res/res/drawable-ldpi/btn_default_pressed.9.png Binary files differindex f5a21b21891e..92c8f83baab9 100644 --- a/core/res/res/drawable-ldpi/btn_default_pressed.9.png +++ b/core/res/res/drawable-ldpi/btn_default_pressed.9.png diff --git a/core/res/res/drawable-ldpi/btn_default_selected.9.png b/core/res/res/drawable-ldpi/btn_default_selected.9.png Binary files differindex a09da0072d97..454ff7253844 100644 --- a/core/res/res/drawable-ldpi/btn_default_selected.9.png +++ b/core/res/res/drawable-ldpi/btn_default_selected.9.png diff --git a/core/res/res/drawable-ldpi/btn_default_small_normal.9.png b/core/res/res/drawable-ldpi/btn_default_small_normal.9.png Binary files differindex 4e69058ff8c0..1c9361148d8d 100644 --- a/core/res/res/drawable-ldpi/btn_default_small_normal.9.png +++ b/core/res/res/drawable-ldpi/btn_default_small_normal.9.png diff --git a/core/res/res/drawable-ldpi/btn_default_small_normal_disable.9.png b/core/res/res/drawable-ldpi/btn_default_small_normal_disable.9.png Binary files differindex 64fce6573929..ed82e8717805 100644 --- a/core/res/res/drawable-ldpi/btn_default_small_normal_disable.9.png +++ b/core/res/res/drawable-ldpi/btn_default_small_normal_disable.9.png diff --git a/core/res/res/drawable-ldpi/btn_default_small_normal_disable_focused.9.png b/core/res/res/drawable-ldpi/btn_default_small_normal_disable_focused.9.png Binary files differindex 528b5e1cd5fe..6d7392e6200f 100644 --- a/core/res/res/drawable-ldpi/btn_default_small_normal_disable_focused.9.png +++ b/core/res/res/drawable-ldpi/btn_default_small_normal_disable_focused.9.png diff --git a/core/res/res/drawable-ldpi/btn_default_small_pressed.9.png b/core/res/res/drawable-ldpi/btn_default_small_pressed.9.png Binary files differindex bf701280061b..85f6d8635624 100644 --- a/core/res/res/drawable-ldpi/btn_default_small_pressed.9.png +++ b/core/res/res/drawable-ldpi/btn_default_small_pressed.9.png diff --git a/core/res/res/drawable-ldpi/btn_default_small_selected.9.png b/core/res/res/drawable-ldpi/btn_default_small_selected.9.png Binary files differindex 71938d07bbea..81b3256ab121 100644 --- a/core/res/res/drawable-ldpi/btn_default_small_selected.9.png +++ b/core/res/res/drawable-ldpi/btn_default_small_selected.9.png diff --git a/core/res/res/drawable-ldpi/btn_default_transparent_normal.9.png b/core/res/res/drawable-ldpi/btn_default_transparent_normal.9.png Binary files differindex 2c7249e42194..78417b619c5e 100644 --- a/core/res/res/drawable-ldpi/btn_default_transparent_normal.9.png +++ b/core/res/res/drawable-ldpi/btn_default_transparent_normal.9.png diff --git a/core/res/res/drawable-ldpi/btn_dialog_disable.png b/core/res/res/drawable-ldpi/btn_dialog_disable.png Binary files differindex 82d13f28f1c7..c29fc3cd5411 100644 --- a/core/res/res/drawable-ldpi/btn_dialog_disable.png +++ b/core/res/res/drawable-ldpi/btn_dialog_disable.png diff --git a/core/res/res/drawable-ldpi/btn_dialog_normal.png b/core/res/res/drawable-ldpi/btn_dialog_normal.png Binary files differindex e4de0885a8f8..e99d566d970c 100644 --- a/core/res/res/drawable-ldpi/btn_dialog_normal.png +++ b/core/res/res/drawable-ldpi/btn_dialog_normal.png diff --git a/core/res/res/drawable-ldpi/btn_dialog_pressed.png b/core/res/res/drawable-ldpi/btn_dialog_pressed.png Binary files differindex 557c13a9ef36..01c546844a74 100644 --- a/core/res/res/drawable-ldpi/btn_dialog_pressed.png +++ b/core/res/res/drawable-ldpi/btn_dialog_pressed.png diff --git a/core/res/res/drawable-ldpi/btn_dialog_selected.png b/core/res/res/drawable-ldpi/btn_dialog_selected.png Binary files differindex f63ce276b935..703bb13a261d 100644 --- a/core/res/res/drawable-ldpi/btn_dialog_selected.png +++ b/core/res/res/drawable-ldpi/btn_dialog_selected.png diff --git a/core/res/res/drawable-ldpi/btn_dropdown_disabled.9.png b/core/res/res/drawable-ldpi/btn_dropdown_disabled.9.png Binary files differindex 27cb8f5683cb..ae0749f2ce85 100644 --- a/core/res/res/drawable-ldpi/btn_dropdown_disabled.9.png +++ b/core/res/res/drawable-ldpi/btn_dropdown_disabled.9.png diff --git a/core/res/res/drawable-ldpi/btn_dropdown_disabled_focused.9.png b/core/res/res/drawable-ldpi/btn_dropdown_disabled_focused.9.png Binary files differindex a0231c5a043d..41836734deb5 100644 --- a/core/res/res/drawable-ldpi/btn_dropdown_disabled_focused.9.png +++ b/core/res/res/drawable-ldpi/btn_dropdown_disabled_focused.9.png diff --git a/core/res/res/drawable-ldpi/btn_dropdown_normal.9.png b/core/res/res/drawable-ldpi/btn_dropdown_normal.9.png Binary files differindex b23e10ffa70e..5c1364fc62e5 100644 --- a/core/res/res/drawable-ldpi/btn_dropdown_normal.9.png +++ b/core/res/res/drawable-ldpi/btn_dropdown_normal.9.png diff --git a/core/res/res/drawable-ldpi/btn_dropdown_pressed.9.png b/core/res/res/drawable-ldpi/btn_dropdown_pressed.9.png Binary files differindex c3c08e4c9dee..5842dec48727 100644 --- a/core/res/res/drawable-ldpi/btn_dropdown_pressed.9.png +++ b/core/res/res/drawable-ldpi/btn_dropdown_pressed.9.png diff --git a/core/res/res/drawable-ldpi/btn_dropdown_selected.9.png b/core/res/res/drawable-ldpi/btn_dropdown_selected.9.png Binary files differindex 2660e4308638..c08973ea44c0 100644 --- a/core/res/res/drawable-ldpi/btn_dropdown_selected.9.png +++ b/core/res/res/drawable-ldpi/btn_dropdown_selected.9.png diff --git a/core/res/res/drawable-ldpi/btn_erase_default.9.png b/core/res/res/drawable-ldpi/btn_erase_default.9.png Binary files differindex dc592ca57f4e..5479ca0259cd 100644 --- a/core/res/res/drawable-ldpi/btn_erase_default.9.png +++ b/core/res/res/drawable-ldpi/btn_erase_default.9.png diff --git a/core/res/res/drawable-ldpi/btn_erase_pressed.9.png b/core/res/res/drawable-ldpi/btn_erase_pressed.9.png Binary files differindex 48c0570a7fda..73b4b0ae6106 100644 --- a/core/res/res/drawable-ldpi/btn_erase_pressed.9.png +++ b/core/res/res/drawable-ldpi/btn_erase_pressed.9.png diff --git a/core/res/res/drawable-ldpi/btn_erase_selected.9.png b/core/res/res/drawable-ldpi/btn_erase_selected.9.png Binary files differindex 51f7b86b4b95..e90c4bbc481c 100644 --- a/core/res/res/drawable-ldpi/btn_erase_selected.9.png +++ b/core/res/res/drawable-ldpi/btn_erase_selected.9.png diff --git a/core/res/res/drawable-ldpi/btn_global_search_normal.9.png b/core/res/res/drawable-ldpi/btn_global_search_normal.9.png Binary files differindex 60bd3ceb92e5..d1c99a15e79e 100644 --- a/core/res/res/drawable-ldpi/btn_global_search_normal.9.png +++ b/core/res/res/drawable-ldpi/btn_global_search_normal.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal.9.png Binary files differindex 8cf50b8a1ee8..fcf6e432a6ec 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal_off.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal_off.9.png Binary files differindex d853bf183ad9..e389ec1d5822 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal_off.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal_off.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal_on.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal_on.9.png Binary files differindex f54e948837e9..becfd606b9b4 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal_on.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal_on.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed.9.png Binary files differindex ad7c95130706..ebd170077d16 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed_off.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed_off.9.png Binary files differindex 1a075d297f3b..b5b267f339d6 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed_off.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed_off.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed_on.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed_on.9.png Binary files differindex 5933f614a207..34a5056ea99c 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed_on.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed_on.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_normal.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_normal.9.png Binary files differindex 69db65f2f18e..142403569374 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_normal.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_normal.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_normal_off.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_normal_off.9.png Binary files differindex 37c5fedbe2ba..37eb94b5a32c 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_normal_off.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_normal_off.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_normal_on.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_normal_on.9.png Binary files differindex 019e6f78c150..4dc90052f6da 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_normal_on.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_normal_on.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_pressed.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_pressed.9.png Binary files differindex d3827f0328ef..ebe3da2261c3 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_pressed.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_pressed.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_pressed_off.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_pressed_off.9.png Binary files differindex 2bef004963ad..356e340a9b85 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_pressed_off.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_pressed_off.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_pressed_on.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_pressed_on.9.png Binary files differindex 25daabeed0a6..26d63f7da10e 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_pressed_on.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_pressed_on.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_trans_normal.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_trans_normal.9.png Binary files differindex 9d026c4d86dc..6065dcbee481 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_trans_normal.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_trans_normal.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_trans_normal_off.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_trans_normal_off.9.png Binary files differindex 6ededbec1912..311f34c97f4f 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_trans_normal_off.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_trans_normal_off.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_trans_normal_on.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_trans_normal_on.9.png Binary files differindex 987014f8a72b..0dabc0af3383 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_trans_normal_on.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_trans_normal_on.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed.9.png Binary files differindex d19a0fcc18e1..deb5f6125ab5 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed_off.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed_off.9.png Binary files differindex 978ff4c32485..29471bd27f8a 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed_off.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed_off.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed_on.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed_on.9.png Binary files differindex 8355c7d4f595..28da1af5e0b5 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed_on.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed_on.9.png diff --git a/core/res/res/drawable-ldpi/btn_keyboard_key_trans_selected.9.png b/core/res/res/drawable-ldpi/btn_keyboard_key_trans_selected.9.png Binary files differindex 8afb90823c17..8231b61b9dda 100644 --- a/core/res/res/drawable-ldpi/btn_keyboard_key_trans_selected.9.png +++ b/core/res/res/drawable-ldpi/btn_keyboard_key_trans_selected.9.png diff --git a/core/res/res/drawable-ldpi/btn_media_player.9.png b/core/res/res/drawable-ldpi/btn_media_player.9.png Binary files differindex 7096dbcb7e73..824f0a119391 100644 --- a/core/res/res/drawable-ldpi/btn_media_player.9.png +++ b/core/res/res/drawable-ldpi/btn_media_player.9.png diff --git a/core/res/res/drawable-ldpi/btn_media_player_disabled.9.png b/core/res/res/drawable-ldpi/btn_media_player_disabled.9.png Binary files differindex 83b1059a575e..3e194333b8cb 100644 --- a/core/res/res/drawable-ldpi/btn_media_player_disabled.9.png +++ b/core/res/res/drawable-ldpi/btn_media_player_disabled.9.png diff --git a/core/res/res/drawable-ldpi/btn_media_player_disabled_selected.9.png b/core/res/res/drawable-ldpi/btn_media_player_disabled_selected.9.png Binary files differindex f55ac211f226..96f7c25ccd4d 100644 --- a/core/res/res/drawable-ldpi/btn_media_player_disabled_selected.9.png +++ b/core/res/res/drawable-ldpi/btn_media_player_disabled_selected.9.png diff --git a/core/res/res/drawable-ldpi/btn_media_player_pressed.9.png b/core/res/res/drawable-ldpi/btn_media_player_pressed.9.png Binary files differindex de58ee21878d..25c3d29e3df0 100644 --- a/core/res/res/drawable-ldpi/btn_media_player_pressed.9.png +++ b/core/res/res/drawable-ldpi/btn_media_player_pressed.9.png diff --git a/core/res/res/drawable-ldpi/btn_media_player_selected.9.png b/core/res/res/drawable-ldpi/btn_media_player_selected.9.png Binary files differindex 544358033511..d367eef76ba5 100644 --- a/core/res/res/drawable-ldpi/btn_media_player_selected.9.png +++ b/core/res/res/drawable-ldpi/btn_media_player_selected.9.png diff --git a/core/res/res/drawable-ldpi/btn_minus_default.png b/core/res/res/drawable-ldpi/btn_minus_default.png Binary files differindex 19c66e062fdf..fd776fb3e19c 100644 --- a/core/res/res/drawable-ldpi/btn_minus_default.png +++ b/core/res/res/drawable-ldpi/btn_minus_default.png diff --git a/core/res/res/drawable-ldpi/btn_minus_disable.png b/core/res/res/drawable-ldpi/btn_minus_disable.png Binary files differindex 7b91ea6bcade..9e2c0d12d80c 100644 --- a/core/res/res/drawable-ldpi/btn_minus_disable.png +++ b/core/res/res/drawable-ldpi/btn_minus_disable.png diff --git a/core/res/res/drawable-ldpi/btn_minus_disable_focused.png b/core/res/res/drawable-ldpi/btn_minus_disable_focused.png Binary files differindex a347e3417d4f..124ab976bc1c 100644 --- a/core/res/res/drawable-ldpi/btn_minus_disable_focused.png +++ b/core/res/res/drawable-ldpi/btn_minus_disable_focused.png diff --git a/core/res/res/drawable-ldpi/btn_minus_pressed.png b/core/res/res/drawable-ldpi/btn_minus_pressed.png Binary files differindex aaa974612e39..159123c8f799 100644 --- a/core/res/res/drawable-ldpi/btn_minus_pressed.png +++ b/core/res/res/drawable-ldpi/btn_minus_pressed.png diff --git a/core/res/res/drawable-ldpi/btn_minus_selected.png b/core/res/res/drawable-ldpi/btn_minus_selected.png Binary files differindex 29c6962697a4..43e84b10784b 100644 --- a/core/res/res/drawable-ldpi/btn_minus_selected.png +++ b/core/res/res/drawable-ldpi/btn_minus_selected.png diff --git a/core/res/res/drawable-ldpi/btn_plus_default.png b/core/res/res/drawable-ldpi/btn_plus_default.png Binary files differindex 8a5c600b709f..d7655ff471b0 100644 --- a/core/res/res/drawable-ldpi/btn_plus_default.png +++ b/core/res/res/drawable-ldpi/btn_plus_default.png diff --git a/core/res/res/drawable-ldpi/btn_plus_disable.png b/core/res/res/drawable-ldpi/btn_plus_disable.png Binary files differindex 1903ffa53a6b..56707fcdf496 100644 --- a/core/res/res/drawable-ldpi/btn_plus_disable.png +++ b/core/res/res/drawable-ldpi/btn_plus_disable.png diff --git a/core/res/res/drawable-ldpi/btn_plus_disable_focused.png b/core/res/res/drawable-ldpi/btn_plus_disable_focused.png Binary files differindex 92f228a66efb..46fc45af2bf3 100644 --- a/core/res/res/drawable-ldpi/btn_plus_disable_focused.png +++ b/core/res/res/drawable-ldpi/btn_plus_disable_focused.png diff --git a/core/res/res/drawable-ldpi/btn_plus_pressed.png b/core/res/res/drawable-ldpi/btn_plus_pressed.png Binary files differindex 28f4e0282b14..04597cbd36e1 100644 --- a/core/res/res/drawable-ldpi/btn_plus_pressed.png +++ b/core/res/res/drawable-ldpi/btn_plus_pressed.png diff --git a/core/res/res/drawable-ldpi/btn_plus_selected.png b/core/res/res/drawable-ldpi/btn_plus_selected.png Binary files differindex c6fab190caa3..7f258fb880dc 100644 --- a/core/res/res/drawable-ldpi/btn_plus_selected.png +++ b/core/res/res/drawable-ldpi/btn_plus_selected.png diff --git a/core/res/res/drawable-ldpi/btn_radio_label_background.9.png b/core/res/res/drawable-ldpi/btn_radio_label_background.9.png Binary files differindex d04c41fbd144..00ef04aa7197 100644 --- a/core/res/res/drawable-ldpi/btn_radio_label_background.9.png +++ b/core/res/res/drawable-ldpi/btn_radio_label_background.9.png diff --git a/core/res/res/drawable-ldpi/btn_radio_off.png b/core/res/res/drawable-ldpi/btn_radio_off.png Binary files differindex 6df3b0d7e9ff..717e21758f30 100644 --- a/core/res/res/drawable-ldpi/btn_radio_off.png +++ b/core/res/res/drawable-ldpi/btn_radio_off.png diff --git a/core/res/res/drawable-ldpi/btn_radio_off_pressed.png b/core/res/res/drawable-ldpi/btn_radio_off_pressed.png Binary files differindex 4848ff05cb83..1bfab001bf49 100644 --- a/core/res/res/drawable-ldpi/btn_radio_off_pressed.png +++ b/core/res/res/drawable-ldpi/btn_radio_off_pressed.png diff --git a/core/res/res/drawable-ldpi/btn_radio_off_selected.png b/core/res/res/drawable-ldpi/btn_radio_off_selected.png Binary files differindex 9336722405e1..8332229772e6 100644 --- a/core/res/res/drawable-ldpi/btn_radio_off_selected.png +++ b/core/res/res/drawable-ldpi/btn_radio_off_selected.png diff --git a/core/res/res/drawable-ldpi/btn_radio_on.png b/core/res/res/drawable-ldpi/btn_radio_on.png Binary files differindex 65e5791de18a..dd721147ee9f 100644 --- a/core/res/res/drawable-ldpi/btn_radio_on.png +++ b/core/res/res/drawable-ldpi/btn_radio_on.png diff --git a/core/res/res/drawable-ldpi/btn_radio_on_pressed.png b/core/res/res/drawable-ldpi/btn_radio_on_pressed.png Binary files differindex 4856c32456a3..1c6fcec017ae 100644 --- a/core/res/res/drawable-ldpi/btn_radio_on_pressed.png +++ b/core/res/res/drawable-ldpi/btn_radio_on_pressed.png diff --git a/core/res/res/drawable-ldpi/btn_radio_on_selected.png b/core/res/res/drawable-ldpi/btn_radio_on_selected.png Binary files differindex 8b19dc79ac8e..50b3d50d4028 100644 --- a/core/res/res/drawable-ldpi/btn_radio_on_selected.png +++ b/core/res/res/drawable-ldpi/btn_radio_on_selected.png diff --git a/core/res/res/drawable-ldpi/btn_rating_star_off_normal.png b/core/res/res/drawable-ldpi/btn_rating_star_off_normal.png Binary files differindex 5967bd36bf78..509e80b86230 100644 --- a/core/res/res/drawable-ldpi/btn_rating_star_off_normal.png +++ b/core/res/res/drawable-ldpi/btn_rating_star_off_normal.png diff --git a/core/res/res/drawable-ldpi/btn_rating_star_off_pressed.png b/core/res/res/drawable-ldpi/btn_rating_star_off_pressed.png Binary files differindex 209e6a4a41fd..fc1b6f9eaa84 100644 --- a/core/res/res/drawable-ldpi/btn_rating_star_off_pressed.png +++ b/core/res/res/drawable-ldpi/btn_rating_star_off_pressed.png diff --git a/core/res/res/drawable-ldpi/btn_rating_star_off_selected.png b/core/res/res/drawable-ldpi/btn_rating_star_off_selected.png Binary files differindex c095f7fb28d8..e2e5cc1a513d 100644 --- a/core/res/res/drawable-ldpi/btn_rating_star_off_selected.png +++ b/core/res/res/drawable-ldpi/btn_rating_star_off_selected.png diff --git a/core/res/res/drawable-ldpi/btn_rating_star_on_normal.png b/core/res/res/drawable-ldpi/btn_rating_star_on_normal.png Binary files differindex 89d2612917f6..7afeed7d7805 100644 --- a/core/res/res/drawable-ldpi/btn_rating_star_on_normal.png +++ b/core/res/res/drawable-ldpi/btn_rating_star_on_normal.png diff --git a/core/res/res/drawable-ldpi/btn_rating_star_on_pressed.png b/core/res/res/drawable-ldpi/btn_rating_star_on_pressed.png Binary files differindex 6386eaaf683f..8a7b0c6298cd 100644 --- a/core/res/res/drawable-ldpi/btn_rating_star_on_pressed.png +++ b/core/res/res/drawable-ldpi/btn_rating_star_on_pressed.png diff --git a/core/res/res/drawable-ldpi/btn_rating_star_on_selected.png b/core/res/res/drawable-ldpi/btn_rating_star_on_selected.png Binary files differindex e1edf4eb234b..9ed0357495a6 100644 --- a/core/res/res/drawable-ldpi/btn_rating_star_on_selected.png +++ b/core/res/res/drawable-ldpi/btn_rating_star_on_selected.png diff --git a/core/res/res/drawable-ldpi/btn_search_dialog_default.9.png b/core/res/res/drawable-ldpi/btn_search_dialog_default.9.png Binary files differindex 35111b7fc26d..81b387c46576 100644 --- a/core/res/res/drawable-ldpi/btn_search_dialog_default.9.png +++ b/core/res/res/drawable-ldpi/btn_search_dialog_default.9.png diff --git a/core/res/res/drawable-ldpi/btn_search_dialog_pressed.9.png b/core/res/res/drawable-ldpi/btn_search_dialog_pressed.9.png Binary files differindex 8ca4c659ebd6..e820597765b9 100644 --- a/core/res/res/drawable-ldpi/btn_search_dialog_pressed.9.png +++ b/core/res/res/drawable-ldpi/btn_search_dialog_pressed.9.png diff --git a/core/res/res/drawable-ldpi/btn_search_dialog_selected.9.png b/core/res/res/drawable-ldpi/btn_search_dialog_selected.9.png Binary files differindex 0bee0b721f4e..36cb14da02d3 100644 --- a/core/res/res/drawable-ldpi/btn_search_dialog_selected.9.png +++ b/core/res/res/drawable-ldpi/btn_search_dialog_selected.9.png diff --git a/core/res/res/drawable-ldpi/btn_search_dialog_voice_default.9.png b/core/res/res/drawable-ldpi/btn_search_dialog_voice_default.9.png Binary files differindex f9e7298d3edb..2d2a5ca0e62a 100644 --- a/core/res/res/drawable-ldpi/btn_search_dialog_voice_default.9.png +++ b/core/res/res/drawable-ldpi/btn_search_dialog_voice_default.9.png diff --git a/core/res/res/drawable-ldpi/btn_search_dialog_voice_pressed.9.png b/core/res/res/drawable-ldpi/btn_search_dialog_voice_pressed.9.png Binary files differindex a130f653c06b..9c1c4569c913 100644 --- a/core/res/res/drawable-ldpi/btn_search_dialog_voice_pressed.9.png +++ b/core/res/res/drawable-ldpi/btn_search_dialog_voice_pressed.9.png diff --git a/core/res/res/drawable-ldpi/btn_search_dialog_voice_selected.9.png b/core/res/res/drawable-ldpi/btn_search_dialog_voice_selected.9.png Binary files differindex c055bfefdab0..136a8f8911e2 100644 --- a/core/res/res/drawable-ldpi/btn_search_dialog_voice_selected.9.png +++ b/core/res/res/drawable-ldpi/btn_search_dialog_voice_selected.9.png diff --git a/core/res/res/drawable-ldpi/btn_square_overlay_disabled.png b/core/res/res/drawable-ldpi/btn_square_overlay_disabled.png Binary files differindex 3b60946c7f83..90bdbe599683 100644 --- a/core/res/res/drawable-ldpi/btn_square_overlay_disabled.png +++ b/core/res/res/drawable-ldpi/btn_square_overlay_disabled.png diff --git a/core/res/res/drawable-ldpi/btn_square_overlay_disabled_focused.png b/core/res/res/drawable-ldpi/btn_square_overlay_disabled_focused.png Binary files differindex a36a9dd8cd7b..6120075e84f7 100644 --- a/core/res/res/drawable-ldpi/btn_square_overlay_disabled_focused.png +++ b/core/res/res/drawable-ldpi/btn_square_overlay_disabled_focused.png diff --git a/core/res/res/drawable-ldpi/btn_square_overlay_normal.png b/core/res/res/drawable-ldpi/btn_square_overlay_normal.png Binary files differindex 4537623df07b..3fe1bd55cec6 100644 --- a/core/res/res/drawable-ldpi/btn_square_overlay_normal.png +++ b/core/res/res/drawable-ldpi/btn_square_overlay_normal.png diff --git a/core/res/res/drawable-ldpi/btn_square_overlay_pressed.png b/core/res/res/drawable-ldpi/btn_square_overlay_pressed.png Binary files differindex 62f224632fff..230644d5c20e 100644 --- a/core/res/res/drawable-ldpi/btn_square_overlay_pressed.png +++ b/core/res/res/drawable-ldpi/btn_square_overlay_pressed.png diff --git a/core/res/res/drawable-ldpi/btn_square_overlay_selected.png b/core/res/res/drawable-ldpi/btn_square_overlay_selected.png Binary files differindex 264d3fac0c0a..835a1bcf1702 100644 --- a/core/res/res/drawable-ldpi/btn_square_overlay_selected.png +++ b/core/res/res/drawable-ldpi/btn_square_overlay_selected.png diff --git a/core/res/res/drawable-ldpi/btn_star_big_off.png b/core/res/res/drawable-ldpi/btn_star_big_off.png Binary files differindex f0f1eb845a91..4e4003676f40 100644 --- a/core/res/res/drawable-ldpi/btn_star_big_off.png +++ b/core/res/res/drawable-ldpi/btn_star_big_off.png diff --git a/core/res/res/drawable-ldpi/btn_star_big_off_disable.png b/core/res/res/drawable-ldpi/btn_star_big_off_disable.png Binary files differindex c6f2e20aece6..55bc2bf7c2d2 100644 --- a/core/res/res/drawable-ldpi/btn_star_big_off_disable.png +++ b/core/res/res/drawable-ldpi/btn_star_big_off_disable.png diff --git a/core/res/res/drawable-ldpi/btn_star_big_off_disable_focused.png b/core/res/res/drawable-ldpi/btn_star_big_off_disable_focused.png Binary files differindex 228a84e3aff7..a37546841a5f 100644 --- a/core/res/res/drawable-ldpi/btn_star_big_off_disable_focused.png +++ b/core/res/res/drawable-ldpi/btn_star_big_off_disable_focused.png diff --git a/core/res/res/drawable-ldpi/btn_star_big_off_pressed.png b/core/res/res/drawable-ldpi/btn_star_big_off_pressed.png Binary files differindex 041f81a018ea..068d4f2158a7 100644 --- a/core/res/res/drawable-ldpi/btn_star_big_off_pressed.png +++ b/core/res/res/drawable-ldpi/btn_star_big_off_pressed.png diff --git a/core/res/res/drawable-ldpi/btn_star_big_off_selected.png b/core/res/res/drawable-ldpi/btn_star_big_off_selected.png Binary files differindex adc8151dd5b1..22bc2ca5e727 100644 --- a/core/res/res/drawable-ldpi/btn_star_big_off_selected.png +++ b/core/res/res/drawable-ldpi/btn_star_big_off_selected.png diff --git a/core/res/res/drawable-ldpi/btn_star_big_on.png b/core/res/res/drawable-ldpi/btn_star_big_on.png Binary files differindex cf5ed353b8c6..5a67b3fc29dd 100644 --- a/core/res/res/drawable-ldpi/btn_star_big_on.png +++ b/core/res/res/drawable-ldpi/btn_star_big_on.png diff --git a/core/res/res/drawable-ldpi/btn_star_big_on_disable.png b/core/res/res/drawable-ldpi/btn_star_big_on_disable.png Binary files differindex 53e6c65f5cc3..cf2a65fe2d94 100644 --- a/core/res/res/drawable-ldpi/btn_star_big_on_disable.png +++ b/core/res/res/drawable-ldpi/btn_star_big_on_disable.png diff --git a/core/res/res/drawable-ldpi/btn_star_big_on_disable_focused.png b/core/res/res/drawable-ldpi/btn_star_big_on_disable_focused.png Binary files differindex 8535013b4719..aa722146a22b 100644 --- a/core/res/res/drawable-ldpi/btn_star_big_on_disable_focused.png +++ b/core/res/res/drawable-ldpi/btn_star_big_on_disable_focused.png diff --git a/core/res/res/drawable-ldpi/btn_star_big_on_pressed.png b/core/res/res/drawable-ldpi/btn_star_big_on_pressed.png Binary files differindex 272787f35193..0ee642827c8d 100644 --- a/core/res/res/drawable-ldpi/btn_star_big_on_pressed.png +++ b/core/res/res/drawable-ldpi/btn_star_big_on_pressed.png diff --git a/core/res/res/drawable-ldpi/btn_star_big_on_selected.png b/core/res/res/drawable-ldpi/btn_star_big_on_selected.png Binary files differindex 938d7431ffac..485a6f8329c1 100644 --- a/core/res/res/drawable-ldpi/btn_star_big_on_selected.png +++ b/core/res/res/drawable-ldpi/btn_star_big_on_selected.png diff --git a/core/res/res/drawable-ldpi/btn_star_label_background.9.png b/core/res/res/drawable-ldpi/btn_star_label_background.9.png Binary files differindex 3bc13c880f0d..4bc9dcda8f28 100644 --- a/core/res/res/drawable-ldpi/btn_star_label_background.9.png +++ b/core/res/res/drawable-ldpi/btn_star_label_background.9.png diff --git a/core/res/res/drawable-ldpi/btn_toggle_off.9.png b/core/res/res/drawable-ldpi/btn_toggle_off.9.png Binary files differindex d0245ffb05c7..d3b8b74b4836 100644 --- a/core/res/res/drawable-ldpi/btn_toggle_off.9.png +++ b/core/res/res/drawable-ldpi/btn_toggle_off.9.png diff --git a/core/res/res/drawable-ldpi/btn_toggle_on.9.png b/core/res/res/drawable-ldpi/btn_toggle_on.9.png Binary files differindex 0987759e98c0..43c65fadde81 100644 --- a/core/res/res/drawable-ldpi/btn_toggle_on.9.png +++ b/core/res/res/drawable-ldpi/btn_toggle_on.9.png diff --git a/core/res/res/drawable-ldpi/btn_zoom_down_disabled.9.png b/core/res/res/drawable-ldpi/btn_zoom_down_disabled.9.png Binary files differindex 0346abc46ed0..31934fc80000 100644 --- a/core/res/res/drawable-ldpi/btn_zoom_down_disabled.9.png +++ b/core/res/res/drawable-ldpi/btn_zoom_down_disabled.9.png diff --git a/core/res/res/drawable-ldpi/btn_zoom_down_disabled_focused.9.png b/core/res/res/drawable-ldpi/btn_zoom_down_disabled_focused.9.png Binary files differindex b03aa1b59146..099cf6185a40 100644 --- a/core/res/res/drawable-ldpi/btn_zoom_down_disabled_focused.9.png +++ b/core/res/res/drawable-ldpi/btn_zoom_down_disabled_focused.9.png diff --git a/core/res/res/drawable-ldpi/btn_zoom_down_normal.9.png b/core/res/res/drawable-ldpi/btn_zoom_down_normal.9.png Binary files differindex aa2464c66c70..32f36bd8e7bc 100644 --- a/core/res/res/drawable-ldpi/btn_zoom_down_normal.9.png +++ b/core/res/res/drawable-ldpi/btn_zoom_down_normal.9.png diff --git a/core/res/res/drawable-ldpi/btn_zoom_down_pressed.9.png b/core/res/res/drawable-ldpi/btn_zoom_down_pressed.9.png Binary files differindex caa4d30c93fe..53e53b18377f 100644 --- a/core/res/res/drawable-ldpi/btn_zoom_down_pressed.9.png +++ b/core/res/res/drawable-ldpi/btn_zoom_down_pressed.9.png diff --git a/core/res/res/drawable-ldpi/btn_zoom_down_selected.9.png b/core/res/res/drawable-ldpi/btn_zoom_down_selected.9.png Binary files differindex b8147857f865..445da55946ea 100644 --- a/core/res/res/drawable-ldpi/btn_zoom_down_selected.9.png +++ b/core/res/res/drawable-ldpi/btn_zoom_down_selected.9.png diff --git a/core/res/res/drawable-ldpi/btn_zoom_page_normal.png b/core/res/res/drawable-ldpi/btn_zoom_page_normal.png Binary files differindex 453bf406d920..550ab858e293 100644 --- a/core/res/res/drawable-ldpi/btn_zoom_page_normal.png +++ b/core/res/res/drawable-ldpi/btn_zoom_page_normal.png diff --git a/core/res/res/drawable-ldpi/btn_zoom_page_press.png b/core/res/res/drawable-ldpi/btn_zoom_page_press.png Binary files differindex 82c29c81c3c1..46c078f1c6d7 100644 --- a/core/res/res/drawable-ldpi/btn_zoom_page_press.png +++ b/core/res/res/drawable-ldpi/btn_zoom_page_press.png diff --git a/core/res/res/drawable-ldpi/btn_zoom_up_disabled.9.png b/core/res/res/drawable-ldpi/btn_zoom_up_disabled.9.png Binary files differindex e64f178967c3..231414cda225 100644 --- a/core/res/res/drawable-ldpi/btn_zoom_up_disabled.9.png +++ b/core/res/res/drawable-ldpi/btn_zoom_up_disabled.9.png diff --git a/core/res/res/drawable-ldpi/btn_zoom_up_disabled_focused.9.png b/core/res/res/drawable-ldpi/btn_zoom_up_disabled_focused.9.png Binary files differindex 3b21d0a1f5a7..ae80bd138641 100644 --- a/core/res/res/drawable-ldpi/btn_zoom_up_disabled_focused.9.png +++ b/core/res/res/drawable-ldpi/btn_zoom_up_disabled_focused.9.png diff --git a/core/res/res/drawable-ldpi/btn_zoom_up_normal.9.png b/core/res/res/drawable-ldpi/btn_zoom_up_normal.9.png Binary files differindex f4b56d587fdf..dc9b830f0e4b 100644 --- a/core/res/res/drawable-ldpi/btn_zoom_up_normal.9.png +++ b/core/res/res/drawable-ldpi/btn_zoom_up_normal.9.png diff --git a/core/res/res/drawable-ldpi/btn_zoom_up_pressed.9.png b/core/res/res/drawable-ldpi/btn_zoom_up_pressed.9.png Binary files differindex 45c668c8944b..b1f8a94983ed 100644 --- a/core/res/res/drawable-ldpi/btn_zoom_up_pressed.9.png +++ b/core/res/res/drawable-ldpi/btn_zoom_up_pressed.9.png diff --git a/core/res/res/drawable-ldpi/btn_zoom_up_selected.9.png b/core/res/res/drawable-ldpi/btn_zoom_up_selected.9.png Binary files differindex 1a07a52f85bb..a7b4507447ff 100644 --- a/core/res/res/drawable-ldpi/btn_zoom_up_selected.9.png +++ b/core/res/res/drawable-ldpi/btn_zoom_up_selected.9.png diff --git a/core/res/res/drawable-ldpi/button_onoff_indicator_off.png b/core/res/res/drawable-ldpi/button_onoff_indicator_off.png Binary files differindex 79463564f7cf..d3c10765c736 100644 --- a/core/res/res/drawable-ldpi/button_onoff_indicator_off.png +++ b/core/res/res/drawable-ldpi/button_onoff_indicator_off.png diff --git a/core/res/res/drawable-ldpi/button_onoff_indicator_on.png b/core/res/res/drawable-ldpi/button_onoff_indicator_on.png Binary files differindex 6b817d57c0ce..3ff4567e7105 100644 --- a/core/res/res/drawable-ldpi/button_onoff_indicator_on.png +++ b/core/res/res/drawable-ldpi/button_onoff_indicator_on.png diff --git a/core/res/res/drawable-ldpi/call_contact.png b/core/res/res/drawable-ldpi/call_contact.png Binary files differindex bee1d20502b4..284bc761b217 100644 --- a/core/res/res/drawable-ldpi/call_contact.png +++ b/core/res/res/drawable-ldpi/call_contact.png diff --git a/core/res/res/drawable-ldpi/checkbox_off_background.png b/core/res/res/drawable-ldpi/checkbox_off_background.png Binary files differindex ab7798330e8e..b57b0d5a5416 100644 --- a/core/res/res/drawable-ldpi/checkbox_off_background.png +++ b/core/res/res/drawable-ldpi/checkbox_off_background.png diff --git a/core/res/res/drawable-ldpi/checkbox_on_background.png b/core/res/res/drawable-ldpi/checkbox_on_background.png Binary files differindex dd92a4cee4f0..ac5a954849ec 100644 --- a/core/res/res/drawable-ldpi/checkbox_on_background.png +++ b/core/res/res/drawable-ldpi/checkbox_on_background.png diff --git a/core/res/res/drawable-ldpi/clock_dial.png b/core/res/res/drawable-ldpi/clock_dial.png Binary files differindex cbc996185cc7..ce57a34b3e7a 100644 --- a/core/res/res/drawable-ldpi/clock_dial.png +++ b/core/res/res/drawable-ldpi/clock_dial.png diff --git a/core/res/res/drawable-ldpi/clock_hand_hour.png b/core/res/res/drawable-ldpi/clock_hand_hour.png Binary files differindex 3362fd0775d5..b3c9868a099e 100644 --- a/core/res/res/drawable-ldpi/clock_hand_hour.png +++ b/core/res/res/drawable-ldpi/clock_hand_hour.png diff --git a/core/res/res/drawable-ldpi/clock_hand_minute.png b/core/res/res/drawable-ldpi/clock_hand_minute.png Binary files differindex 5c73d45ada5c..bb85a33dc81e 100644 --- a/core/res/res/drawable-ldpi/clock_hand_minute.png +++ b/core/res/res/drawable-ldpi/clock_hand_minute.png diff --git a/core/res/res/drawable-ldpi/code_lock_bottom.9.png b/core/res/res/drawable-ldpi/code_lock_bottom.9.png Binary files differindex dddac516df1c..937330ad835c 100644 --- a/core/res/res/drawable-ldpi/code_lock_bottom.9.png +++ b/core/res/res/drawable-ldpi/code_lock_bottom.9.png diff --git a/core/res/res/drawable-ldpi/code_lock_left.9.png b/core/res/res/drawable-ldpi/code_lock_left.9.png Binary files differindex 8834f74e06b9..de85113db7a7 100644 --- a/core/res/res/drawable-ldpi/code_lock_left.9.png +++ b/core/res/res/drawable-ldpi/code_lock_left.9.png diff --git a/core/res/res/drawable-ldpi/code_lock_top.9.png b/core/res/res/drawable-ldpi/code_lock_top.9.png Binary files differindex 2a5e3534e083..b5d00c0d4e02 100644 --- a/core/res/res/drawable-ldpi/code_lock_top.9.png +++ b/core/res/res/drawable-ldpi/code_lock_top.9.png diff --git a/core/res/res/drawable-ldpi/compass_arrow.png b/core/res/res/drawable-ldpi/compass_arrow.png Binary files differindex f59015c26ba8..011334dbf0f9 100644 --- a/core/res/res/drawable-ldpi/compass_arrow.png +++ b/core/res/res/drawable-ldpi/compass_arrow.png diff --git a/core/res/res/drawable-ldpi/compass_base.png b/core/res/res/drawable-ldpi/compass_base.png Binary files differindex a2eeb0758980..002d2fbabdb4 100644 --- a/core/res/res/drawable-ldpi/compass_base.png +++ b/core/res/res/drawable-ldpi/compass_base.png diff --git a/core/res/res/drawable-ldpi/contact_header_bg.9.png b/core/res/res/drawable-ldpi/contact_header_bg.9.png Binary files differindex 20f0cd329a6c..771d7534ef9c 100644 --- a/core/res/res/drawable-ldpi/contact_header_bg.9.png +++ b/core/res/res/drawable-ldpi/contact_header_bg.9.png diff --git a/core/res/res/drawable-ldpi/create_contact.png b/core/res/res/drawable-ldpi/create_contact.png Binary files differindex c920ef4a33ef..a5a6bdd7afaa 100644 --- a/core/res/res/drawable-ldpi/create_contact.png +++ b/core/res/res/drawable-ldpi/create_contact.png diff --git a/core/res/res/drawable-ldpi/dark_header.9.png b/core/res/res/drawable-ldpi/dark_header.9.png Binary files differindex 88fa160e9d58..310d9e194bd1 100644 --- a/core/res/res/drawable-ldpi/dark_header.9.png +++ b/core/res/res/drawable-ldpi/dark_header.9.png diff --git a/core/res/res/drawable-ldpi/dialog_divider_horizontal_light.9.png b/core/res/res/drawable-ldpi/dialog_divider_horizontal_light.9.png Binary files differindex 75a15341514d..b9eb3ebda968 100644 --- a/core/res/res/drawable-ldpi/dialog_divider_horizontal_light.9.png +++ b/core/res/res/drawable-ldpi/dialog_divider_horizontal_light.9.png diff --git a/core/res/res/drawable-ldpi/divider_horizontal_bright.9.png b/core/res/res/drawable-ldpi/divider_horizontal_bright.9.png Binary files differindex 24f2a3f1fa45..c32de123afb6 100644 --- a/core/res/res/drawable-ldpi/divider_horizontal_bright.9.png +++ b/core/res/res/drawable-ldpi/divider_horizontal_bright.9.png diff --git a/core/res/res/drawable-ldpi/divider_horizontal_bright_opaque.9.png b/core/res/res/drawable-ldpi/divider_horizontal_bright_opaque.9.png Binary files differindex 24f2a3f1fa45..c32de123afb6 100644 --- a/core/res/res/drawable-ldpi/divider_horizontal_bright_opaque.9.png +++ b/core/res/res/drawable-ldpi/divider_horizontal_bright_opaque.9.png diff --git a/core/res/res/drawable-ldpi/divider_horizontal_dark.9.png b/core/res/res/drawable-ldpi/divider_horizontal_dark.9.png Binary files differindex 470be26b7945..b29b87a1a502 100644 --- a/core/res/res/drawable-ldpi/divider_horizontal_dark.9.png +++ b/core/res/res/drawable-ldpi/divider_horizontal_dark.9.png diff --git a/core/res/res/drawable-ldpi/divider_horizontal_dark_opaque.9.png b/core/res/res/drawable-ldpi/divider_horizontal_dark_opaque.9.png Binary files differindex 24f2a3f1fa45..c32de123afb6 100644 --- a/core/res/res/drawable-ldpi/divider_horizontal_dark_opaque.9.png +++ b/core/res/res/drawable-ldpi/divider_horizontal_dark_opaque.9.png diff --git a/core/res/res/drawable-ldpi/divider_horizontal_dim_dark.9.png b/core/res/res/drawable-ldpi/divider_horizontal_dim_dark.9.png Binary files differindex e04b49d56352..b182e3ab3a35 100644 --- a/core/res/res/drawable-ldpi/divider_horizontal_dim_dark.9.png +++ b/core/res/res/drawable-ldpi/divider_horizontal_dim_dark.9.png diff --git a/core/res/res/drawable-ldpi/divider_horizontal_textfield.9.png b/core/res/res/drawable-ldpi/divider_horizontal_textfield.9.png Binary files differindex 547b180e3639..010beeb5dfd6 100644 --- a/core/res/res/drawable-ldpi/divider_horizontal_textfield.9.png +++ b/core/res/res/drawable-ldpi/divider_horizontal_textfield.9.png diff --git a/core/res/res/drawable-ldpi/divider_vertical_bright.9.png b/core/res/res/drawable-ldpi/divider_vertical_bright.9.png Binary files differindex c85f7ab104db..b3a3c9236592 100644 --- a/core/res/res/drawable-ldpi/divider_vertical_bright.9.png +++ b/core/res/res/drawable-ldpi/divider_vertical_bright.9.png diff --git a/core/res/res/drawable-ldpi/divider_vertical_bright_opaque.9.png b/core/res/res/drawable-ldpi/divider_vertical_bright_opaque.9.png Binary files differindex 662e0330bb77..2c563adbe1bc 100644 --- a/core/res/res/drawable-ldpi/divider_vertical_bright_opaque.9.png +++ b/core/res/res/drawable-ldpi/divider_vertical_bright_opaque.9.png diff --git a/core/res/res/drawable-ldpi/divider_vertical_dark.9.png b/core/res/res/drawable-ldpi/divider_vertical_dark.9.png Binary files differindex 470be26b7945..b29b87a1a502 100644 --- a/core/res/res/drawable-ldpi/divider_vertical_dark.9.png +++ b/core/res/res/drawable-ldpi/divider_vertical_dark.9.png diff --git a/core/res/res/drawable-ldpi/divider_vertical_dark_opaque.9.png b/core/res/res/drawable-ldpi/divider_vertical_dark_opaque.9.png Binary files differindex 94d2fda4a4e2..e45d959de018 100644 --- a/core/res/res/drawable-ldpi/divider_vertical_dark_opaque.9.png +++ b/core/res/res/drawable-ldpi/divider_vertical_dark_opaque.9.png diff --git a/core/res/res/drawable-ldpi/editbox_background_focus_yellow.9.png b/core/res/res/drawable-ldpi/editbox_background_focus_yellow.9.png Binary files differindex f8d65bcc89bf..86a5d7ca3fd2 100644 --- a/core/res/res/drawable-ldpi/editbox_background_focus_yellow.9.png +++ b/core/res/res/drawable-ldpi/editbox_background_focus_yellow.9.png diff --git a/core/res/res/drawable-ldpi/editbox_background_normal.9.png b/core/res/res/drawable-ldpi/editbox_background_normal.9.png Binary files differindex f8fb178998f5..0897e82c3dd5 100644 --- a/core/res/res/drawable-ldpi/editbox_background_normal.9.png +++ b/core/res/res/drawable-ldpi/editbox_background_normal.9.png diff --git a/core/res/res/drawable-ldpi/editbox_dropdown_background.9.png b/core/res/res/drawable-ldpi/editbox_dropdown_background.9.png Binary files differindex 8717d3420913..e9fc68f05f6f 100644 --- a/core/res/res/drawable-ldpi/editbox_dropdown_background.9.png +++ b/core/res/res/drawable-ldpi/editbox_dropdown_background.9.png diff --git a/core/res/res/drawable-ldpi/editbox_dropdown_background_dark.9.png b/core/res/res/drawable-ldpi/editbox_dropdown_background_dark.9.png Binary files differindex 18885fc87ea9..842cbeab9ce2 100644 --- a/core/res/res/drawable-ldpi/editbox_dropdown_background_dark.9.png +++ b/core/res/res/drawable-ldpi/editbox_dropdown_background_dark.9.png diff --git a/core/res/res/drawable-ldpi/emo_im_angel.png b/core/res/res/drawable-ldpi/emo_im_angel.png Binary files differindex eb74cb3ddd88..98fd770e9d24 100644 --- a/core/res/res/drawable-ldpi/emo_im_angel.png +++ b/core/res/res/drawable-ldpi/emo_im_angel.png diff --git a/core/res/res/drawable-ldpi/emo_im_cool.png b/core/res/res/drawable-ldpi/emo_im_cool.png Binary files differindex 657de3bf7b8d..d5ef1c56904c 100644 --- a/core/res/res/drawable-ldpi/emo_im_cool.png +++ b/core/res/res/drawable-ldpi/emo_im_cool.png diff --git a/core/res/res/drawable-ldpi/emo_im_crying.png b/core/res/res/drawable-ldpi/emo_im_crying.png Binary files differindex 292cf0c00afb..d1c7167c7a3c 100644 --- a/core/res/res/drawable-ldpi/emo_im_crying.png +++ b/core/res/res/drawable-ldpi/emo_im_crying.png diff --git a/core/res/res/drawable-ldpi/emo_im_foot_in_mouth.png b/core/res/res/drawable-ldpi/emo_im_foot_in_mouth.png Binary files differindex b1d998358d80..1bcddc7968b3 100644 --- a/core/res/res/drawable-ldpi/emo_im_foot_in_mouth.png +++ b/core/res/res/drawable-ldpi/emo_im_foot_in_mouth.png diff --git a/core/res/res/drawable-ldpi/emo_im_happy.png b/core/res/res/drawable-ldpi/emo_im_happy.png Binary files differindex b34a54baeb81..0a7a7cdd23ba 100644 --- a/core/res/res/drawable-ldpi/emo_im_happy.png +++ b/core/res/res/drawable-ldpi/emo_im_happy.png diff --git a/core/res/res/drawable-ldpi/emo_im_kissing.png b/core/res/res/drawable-ldpi/emo_im_kissing.png Binary files differindex d8aaf1143466..1cb4d52812f2 100644 --- a/core/res/res/drawable-ldpi/emo_im_kissing.png +++ b/core/res/res/drawable-ldpi/emo_im_kissing.png diff --git a/core/res/res/drawable-ldpi/emo_im_laughing.png b/core/res/res/drawable-ldpi/emo_im_laughing.png Binary files differindex 41ddb6fd721b..35e8a65b2969 100644 --- a/core/res/res/drawable-ldpi/emo_im_laughing.png +++ b/core/res/res/drawable-ldpi/emo_im_laughing.png diff --git a/core/res/res/drawable-ldpi/emo_im_lips_are_sealed.png b/core/res/res/drawable-ldpi/emo_im_lips_are_sealed.png Binary files differindex 85d0c420b8f0..5201e3a5096d 100644 --- a/core/res/res/drawable-ldpi/emo_im_lips_are_sealed.png +++ b/core/res/res/drawable-ldpi/emo_im_lips_are_sealed.png diff --git a/core/res/res/drawable-ldpi/emo_im_money_mouth.png b/core/res/res/drawable-ldpi/emo_im_money_mouth.png Binary files differindex b04a56c1352c..607cccdd8689 100644 --- a/core/res/res/drawable-ldpi/emo_im_money_mouth.png +++ b/core/res/res/drawable-ldpi/emo_im_money_mouth.png diff --git a/core/res/res/drawable-ldpi/emo_im_sad.png b/core/res/res/drawable-ldpi/emo_im_sad.png Binary files differindex e97823161108..58f78c919e4d 100644 --- a/core/res/res/drawable-ldpi/emo_im_sad.png +++ b/core/res/res/drawable-ldpi/emo_im_sad.png diff --git a/core/res/res/drawable-ldpi/emo_im_surprised.png b/core/res/res/drawable-ldpi/emo_im_surprised.png Binary files differindex 6f9c8d91cbdc..8285010dee95 100644 --- a/core/res/res/drawable-ldpi/emo_im_surprised.png +++ b/core/res/res/drawable-ldpi/emo_im_surprised.png diff --git a/core/res/res/drawable-ldpi/emo_im_tongue_sticking_out.png b/core/res/res/drawable-ldpi/emo_im_tongue_sticking_out.png Binary files differindex c62447cb7dbf..885f18fe4eeb 100644 --- a/core/res/res/drawable-ldpi/emo_im_tongue_sticking_out.png +++ b/core/res/res/drawable-ldpi/emo_im_tongue_sticking_out.png diff --git a/core/res/res/drawable-ldpi/emo_im_undecided.png b/core/res/res/drawable-ldpi/emo_im_undecided.png Binary files differindex 27c4ca392f02..636d700f8718 100644 --- a/core/res/res/drawable-ldpi/emo_im_undecided.png +++ b/core/res/res/drawable-ldpi/emo_im_undecided.png diff --git a/core/res/res/drawable-ldpi/emo_im_winking.png b/core/res/res/drawable-ldpi/emo_im_winking.png Binary files differindex 97b180fb0e18..ec6fbd97390c 100644 --- a/core/res/res/drawable-ldpi/emo_im_winking.png +++ b/core/res/res/drawable-ldpi/emo_im_winking.png diff --git a/core/res/res/drawable-ldpi/emo_im_wtf.png b/core/res/res/drawable-ldpi/emo_im_wtf.png Binary files differindex 8d6a307d932f..1a4d1c3d6406 100644 --- a/core/res/res/drawable-ldpi/emo_im_wtf.png +++ b/core/res/res/drawable-ldpi/emo_im_wtf.png diff --git a/core/res/res/drawable-ldpi/emo_im_yelling.png b/core/res/res/drawable-ldpi/emo_im_yelling.png Binary files differindex ce74375b3ac0..baeeb3daedd2 100644 --- a/core/res/res/drawable-ldpi/emo_im_yelling.png +++ b/core/res/res/drawable-ldpi/emo_im_yelling.png diff --git a/core/res/res/drawable-ldpi/expander_ic_maximized.9.png b/core/res/res/drawable-ldpi/expander_ic_maximized.9.png Binary files differindex 732a6f55d766..ebf1e4bb8840 100644 --- a/core/res/res/drawable-ldpi/expander_ic_maximized.9.png +++ b/core/res/res/drawable-ldpi/expander_ic_maximized.9.png diff --git a/core/res/res/drawable-ldpi/expander_ic_minimized.9.png b/core/res/res/drawable-ldpi/expander_ic_minimized.9.png Binary files differindex 054e3a42f040..371d081fb2d4 100644 --- a/core/res/res/drawable-ldpi/expander_ic_minimized.9.png +++ b/core/res/res/drawable-ldpi/expander_ic_minimized.9.png diff --git a/core/res/res/drawable-ldpi/focused_application_background_static.png b/core/res/res/drawable-ldpi/focused_application_background_static.png Binary files differindex 8738badc566e..aa2047e20c7f 100644 --- a/core/res/res/drawable-ldpi/focused_application_background_static.png +++ b/core/res/res/drawable-ldpi/focused_application_background_static.png diff --git a/core/res/res/drawable-ldpi/frame_gallery_thumb.9.png b/core/res/res/drawable-ldpi/frame_gallery_thumb.9.png Binary files differindex d686b7768280..5c36bc5540a0 100644 --- a/core/res/res/drawable-ldpi/frame_gallery_thumb.9.png +++ b/core/res/res/drawable-ldpi/frame_gallery_thumb.9.png diff --git a/core/res/res/drawable-ldpi/frame_gallery_thumb_pressed.9.png b/core/res/res/drawable-ldpi/frame_gallery_thumb_pressed.9.png Binary files differindex c33048a55b07..850cf99ce396 100644 --- a/core/res/res/drawable-ldpi/frame_gallery_thumb_pressed.9.png +++ b/core/res/res/drawable-ldpi/frame_gallery_thumb_pressed.9.png diff --git a/core/res/res/drawable-ldpi/frame_gallery_thumb_selected.9.png b/core/res/res/drawable-ldpi/frame_gallery_thumb_selected.9.png Binary files differindex 8c4adbc5d222..81c9ac5b2147 100644 --- a/core/res/res/drawable-ldpi/frame_gallery_thumb_selected.9.png +++ b/core/res/res/drawable-ldpi/frame_gallery_thumb_selected.9.png diff --git a/core/res/res/drawable-ldpi/gallery_selected_default.9.png b/core/res/res/drawable-ldpi/gallery_selected_default.9.png Binary files differindex 3d55225be52d..0ef59c21c09d 100644 --- a/core/res/res/drawable-ldpi/gallery_selected_default.9.png +++ b/core/res/res/drawable-ldpi/gallery_selected_default.9.png diff --git a/core/res/res/drawable-ldpi/gallery_selected_focused.9.png b/core/res/res/drawable-ldpi/gallery_selected_focused.9.png Binary files differindex 31aabc2a9f80..7659a3921a35 100644 --- a/core/res/res/drawable-ldpi/gallery_selected_focused.9.png +++ b/core/res/res/drawable-ldpi/gallery_selected_focused.9.png diff --git a/core/res/res/drawable-ldpi/gallery_selected_pressed.9.png b/core/res/res/drawable-ldpi/gallery_selected_pressed.9.png Binary files differindex d05a36f463a6..9b1a4ea28d92 100644 --- a/core/res/res/drawable-ldpi/gallery_selected_pressed.9.png +++ b/core/res/res/drawable-ldpi/gallery_selected_pressed.9.png diff --git a/core/res/res/drawable-ldpi/gallery_unselected_default.9.png b/core/res/res/drawable-ldpi/gallery_unselected_default.9.png Binary files differindex 179c32c42068..3e8c45a9cffd 100644 --- a/core/res/res/drawable-ldpi/gallery_unselected_default.9.png +++ b/core/res/res/drawable-ldpi/gallery_unselected_default.9.png diff --git a/core/res/res/drawable-ldpi/gallery_unselected_pressed.9.png b/core/res/res/drawable-ldpi/gallery_unselected_pressed.9.png Binary files differindex 0e3f6521300b..22cd2a899deb 100644 --- a/core/res/res/drawable-ldpi/gallery_unselected_pressed.9.png +++ b/core/res/res/drawable-ldpi/gallery_unselected_pressed.9.png diff --git a/core/res/res/drawable-ldpi/grid_selector_background_focus.9.png b/core/res/res/drawable-ldpi/grid_selector_background_focus.9.png Binary files differindex 87d47caa6540..b857fb01150b 100644 --- a/core/res/res/drawable-ldpi/grid_selector_background_focus.9.png +++ b/core/res/res/drawable-ldpi/grid_selector_background_focus.9.png diff --git a/core/res/res/drawable-ldpi/grid_selector_background_pressed.9.png b/core/res/res/drawable-ldpi/grid_selector_background_pressed.9.png Binary files differindex f2cc50733884..290aeafd44ca 100644 --- a/core/res/res/drawable-ldpi/grid_selector_background_pressed.9.png +++ b/core/res/res/drawable-ldpi/grid_selector_background_pressed.9.png diff --git a/core/res/res/drawable-ldpi/highlight_disabled.9.png b/core/res/res/drawable-ldpi/highlight_disabled.9.png Binary files differindex 473bdf6f7f3b..43ece68882d2 100644 --- a/core/res/res/drawable-ldpi/highlight_disabled.9.png +++ b/core/res/res/drawable-ldpi/highlight_disabled.9.png diff --git a/core/res/res/drawable-ldpi/highlight_pressed.9.png b/core/res/res/drawable-ldpi/highlight_pressed.9.png Binary files differindex 0ebfbde54108..7ee9ee3876c0 100644 --- a/core/res/res/drawable-ldpi/highlight_pressed.9.png +++ b/core/res/res/drawable-ldpi/highlight_pressed.9.png diff --git a/core/res/res/drawable-ldpi/highlight_selected.9.png b/core/res/res/drawable-ldpi/highlight_selected.9.png Binary files differindex a4df02755750..557d2cb66a16 100644 --- a/core/res/res/drawable-ldpi/highlight_selected.9.png +++ b/core/res/res/drawable-ldpi/highlight_selected.9.png diff --git a/core/res/res/drawable-ldpi/ic_aggregated.png b/core/res/res/drawable-ldpi/ic_aggregated.png Binary files differindex fdb2e90a86f8..2cf92a900eb8 100644 --- a/core/res/res/drawable-ldpi/ic_aggregated.png +++ b/core/res/res/drawable-ldpi/ic_aggregated.png diff --git a/core/res/res/drawable-ldpi/ic_btn_round_more_disabled.png b/core/res/res/drawable-ldpi/ic_btn_round_more_disabled.png Binary files differindex 99c7a2f08ba7..3a995be25f8a 100644 --- a/core/res/res/drawable-ldpi/ic_btn_round_more_disabled.png +++ b/core/res/res/drawable-ldpi/ic_btn_round_more_disabled.png diff --git a/core/res/res/drawable-ldpi/ic_btn_round_more_normal.png b/core/res/res/drawable-ldpi/ic_btn_round_more_normal.png Binary files differindex a8cb6d54e2c8..5ae7c5939407 100644 --- a/core/res/res/drawable-ldpi/ic_btn_round_more_normal.png +++ b/core/res/res/drawable-ldpi/ic_btn_round_more_normal.png diff --git a/core/res/res/drawable-ldpi/ic_btn_search_go.png b/core/res/res/drawable-ldpi/ic_btn_search_go.png Binary files differindex 94e5555ec2a2..9ce9de579b16 100644 --- a/core/res/res/drawable-ldpi/ic_btn_search_go.png +++ b/core/res/res/drawable-ldpi/ic_btn_search_go.png diff --git a/core/res/res/drawable-ldpi/ic_btn_speak_now.png b/core/res/res/drawable-ldpi/ic_btn_speak_now.png Binary files differindex 106e8e686929..f961e6a38ebd 100644 --- a/core/res/res/drawable-ldpi/ic_btn_speak_now.png +++ b/core/res/res/drawable-ldpi/ic_btn_speak_now.png diff --git a/core/res/res/drawable-ldpi/ic_btn_square_browser_zoom_fit_page_disabled.png b/core/res/res/drawable-ldpi/ic_btn_square_browser_zoom_fit_page_disabled.png Binary files differindex ef71e6c40616..5fa881a15f4d 100644 --- a/core/res/res/drawable-ldpi/ic_btn_square_browser_zoom_fit_page_disabled.png +++ b/core/res/res/drawable-ldpi/ic_btn_square_browser_zoom_fit_page_disabled.png diff --git a/core/res/res/drawable-ldpi/ic_btn_square_browser_zoom_fit_page_normal.png b/core/res/res/drawable-ldpi/ic_btn_square_browser_zoom_fit_page_normal.png Binary files differindex fc1531cb8727..d26c394d9d4b 100644 --- a/core/res/res/drawable-ldpi/ic_btn_square_browser_zoom_fit_page_normal.png +++ b/core/res/res/drawable-ldpi/ic_btn_square_browser_zoom_fit_page_normal.png diff --git a/core/res/res/drawable-ldpi/ic_btn_square_browser_zoom_page_overview_disabled.png b/core/res/res/drawable-ldpi/ic_btn_square_browser_zoom_page_overview_disabled.png Binary files differindex 84fcf0aff112..da9f5ee2d95d 100644 --- a/core/res/res/drawable-ldpi/ic_btn_square_browser_zoom_page_overview_disabled.png +++ b/core/res/res/drawable-ldpi/ic_btn_square_browser_zoom_page_overview_disabled.png diff --git a/core/res/res/drawable-ldpi/ic_btn_square_browser_zoom_page_overview_normal.png b/core/res/res/drawable-ldpi/ic_btn_square_browser_zoom_page_overview_normal.png Binary files differindex 70fc81844fe2..79d5c42d88f7 100644 --- a/core/res/res/drawable-ldpi/ic_btn_square_browser_zoom_page_overview_normal.png +++ b/core/res/res/drawable-ldpi/ic_btn_square_browser_zoom_page_overview_normal.png diff --git a/core/res/res/drawable-ldpi/ic_bullet_key_permission.png b/core/res/res/drawable-ldpi/ic_bullet_key_permission.png Binary files differindex 4aff20ce9763..316f8f9c349d 100644 --- a/core/res/res/drawable-ldpi/ic_bullet_key_permission.png +++ b/core/res/res/drawable-ldpi/ic_bullet_key_permission.png diff --git a/core/res/res/drawable-ldpi/ic_contact_picture.png b/core/res/res/drawable-ldpi/ic_contact_picture.png Binary files differindex a0444e4b7489..edf634a7b3c4 100644 --- a/core/res/res/drawable-ldpi/ic_contact_picture.png +++ b/core/res/res/drawable-ldpi/ic_contact_picture.png diff --git a/core/res/res/drawable-ldpi/ic_contact_picture_2.png b/core/res/res/drawable-ldpi/ic_contact_picture_2.png Binary files differindex 42e8d868e4ba..7439f3b1651d 100644 --- a/core/res/res/drawable-ldpi/ic_contact_picture_2.png +++ b/core/res/res/drawable-ldpi/ic_contact_picture_2.png diff --git a/core/res/res/drawable-ldpi/ic_contact_picture_3.png b/core/res/res/drawable-ldpi/ic_contact_picture_3.png Binary files differindex c9c0a65e8a41..739eb7a815a5 100644 --- a/core/res/res/drawable-ldpi/ic_contact_picture_3.png +++ b/core/res/res/drawable-ldpi/ic_contact_picture_3.png diff --git a/core/res/res/drawable-ldpi/ic_delete.png b/core/res/res/drawable-ldpi/ic_delete.png Binary files differindex a4cefa8c9489..86fce267abfd 100644 --- a/core/res/res/drawable-ldpi/ic_delete.png +++ b/core/res/res/drawable-ldpi/ic_delete.png diff --git a/core/res/res/drawable-ldpi/ic_dialog_alert.png b/core/res/res/drawable-ldpi/ic_dialog_alert.png Binary files differindex 6c3c624d283f..a2559d6cdf2f 100644 --- a/core/res/res/drawable-ldpi/ic_dialog_alert.png +++ b/core/res/res/drawable-ldpi/ic_dialog_alert.png diff --git a/core/res/res/drawable-ldpi/ic_dialog_dialer.png b/core/res/res/drawable-ldpi/ic_dialog_dialer.png Binary files differindex 066efefe6c4b..2976ef2675e4 100644 --- a/core/res/res/drawable-ldpi/ic_dialog_dialer.png +++ b/core/res/res/drawable-ldpi/ic_dialog_dialer.png diff --git a/core/res/res/drawable-ldpi/ic_dialog_email.png b/core/res/res/drawable-ldpi/ic_dialog_email.png Binary files differindex 194222ec8afe..95ba281c8623 100644 --- a/core/res/res/drawable-ldpi/ic_dialog_email.png +++ b/core/res/res/drawable-ldpi/ic_dialog_email.png diff --git a/core/res/res/drawable-ldpi/ic_dialog_info.png b/core/res/res/drawable-ldpi/ic_dialog_info.png Binary files differindex a1dcc5ac4050..bdd7d6fa46ba 100644 --- a/core/res/res/drawable-ldpi/ic_dialog_info.png +++ b/core/res/res/drawable-ldpi/ic_dialog_info.png diff --git a/core/res/res/drawable-ldpi/ic_dialog_map.png b/core/res/res/drawable-ldpi/ic_dialog_map.png Binary files differindex 9b04476c289c..34a840a02cd9 100644 --- a/core/res/res/drawable-ldpi/ic_dialog_map.png +++ b/core/res/res/drawable-ldpi/ic_dialog_map.png diff --git a/core/res/res/drawable-ldpi/ic_dialog_time.png b/core/res/res/drawable-ldpi/ic_dialog_time.png Binary files differindex 5b8722bb717c..7dbaef0246e3 100644 --- a/core/res/res/drawable-ldpi/ic_dialog_time.png +++ b/core/res/res/drawable-ldpi/ic_dialog_time.png diff --git a/core/res/res/drawable-ldpi/ic_dialog_usb.png b/core/res/res/drawable-ldpi/ic_dialog_usb.png Binary files differindex eeef46e83607..c2fa9eb67d1b 100644 --- a/core/res/res/drawable-ldpi/ic_dialog_usb.png +++ b/core/res/res/drawable-ldpi/ic_dialog_usb.png diff --git a/core/res/res/drawable-ldpi/ic_emergency.png b/core/res/res/drawable-ldpi/ic_emergency.png Binary files differindex 5c4ed5db8e17..48e549e9e9e6 100644 --- a/core/res/res/drawable-ldpi/ic_emergency.png +++ b/core/res/res/drawable-ldpi/ic_emergency.png diff --git a/core/res/res/drawable-ldpi/ic_input_add.png b/core/res/res/drawable-ldpi/ic_input_add.png Binary files differindex 04cc27a061a1..3a7173c512d5 100644 --- a/core/res/res/drawable-ldpi/ic_input_add.png +++ b/core/res/res/drawable-ldpi/ic_input_add.png diff --git a/core/res/res/drawable-ldpi/ic_input_delete.png b/core/res/res/drawable-ldpi/ic_input_delete.png Binary files differindex d7eff17b5bcd..1d86f2904226 100644 --- a/core/res/res/drawable-ldpi/ic_input_delete.png +++ b/core/res/res/drawable-ldpi/ic_input_delete.png diff --git a/core/res/res/drawable-ldpi/ic_input_get.png b/core/res/res/drawable-ldpi/ic_input_get.png Binary files differindex 445299388325..56e9bd8ae65f 100644 --- a/core/res/res/drawable-ldpi/ic_input_get.png +++ b/core/res/res/drawable-ldpi/ic_input_get.png diff --git a/core/res/res/drawable-ldpi/ic_jog_dial_answer.png b/core/res/res/drawable-ldpi/ic_jog_dial_answer.png Binary files differindex 9c5800ad1f3e..1cb2dc31ed6f 100644 --- a/core/res/res/drawable-ldpi/ic_jog_dial_answer.png +++ b/core/res/res/drawable-ldpi/ic_jog_dial_answer.png diff --git a/core/res/res/drawable-ldpi/ic_jog_dial_answer_and_end.png b/core/res/res/drawable-ldpi/ic_jog_dial_answer_and_end.png Binary files differindex 117c6d84b516..17051ffe01d2 100644 --- a/core/res/res/drawable-ldpi/ic_jog_dial_answer_and_end.png +++ b/core/res/res/drawable-ldpi/ic_jog_dial_answer_and_end.png diff --git a/core/res/res/drawable-ldpi/ic_jog_dial_answer_and_hold.png b/core/res/res/drawable-ldpi/ic_jog_dial_answer_and_hold.png Binary files differindex 08280e3824b6..61e0dee5ce47 100644 --- a/core/res/res/drawable-ldpi/ic_jog_dial_answer_and_hold.png +++ b/core/res/res/drawable-ldpi/ic_jog_dial_answer_and_hold.png diff --git a/core/res/res/drawable-ldpi/ic_jog_dial_decline.png b/core/res/res/drawable-ldpi/ic_jog_dial_decline.png Binary files differindex 7ccc1ca1a431..d25f898a9fb6 100644 --- a/core/res/res/drawable-ldpi/ic_jog_dial_decline.png +++ b/core/res/res/drawable-ldpi/ic_jog_dial_decline.png diff --git a/core/res/res/drawable-ldpi/ic_jog_dial_sound_off.png b/core/res/res/drawable-ldpi/ic_jog_dial_sound_off.png Binary files differindex a4e3edf1c42a..a31a9a21d678 100644 --- a/core/res/res/drawable-ldpi/ic_jog_dial_sound_off.png +++ b/core/res/res/drawable-ldpi/ic_jog_dial_sound_off.png diff --git a/core/res/res/drawable-ldpi/ic_jog_dial_sound_on.png b/core/res/res/drawable-ldpi/ic_jog_dial_sound_on.png Binary files differindex f8190b56f498..30c4c8b9b188 100644 --- a/core/res/res/drawable-ldpi/ic_jog_dial_sound_on.png +++ b/core/res/res/drawable-ldpi/ic_jog_dial_sound_on.png diff --git a/core/res/res/drawable-ldpi/ic_jog_dial_unlock.png b/core/res/res/drawable-ldpi/ic_jog_dial_unlock.png Binary files differindex 16fa0db9942a..289a68b6bd12 100644 --- a/core/res/res/drawable-ldpi/ic_jog_dial_unlock.png +++ b/core/res/res/drawable-ldpi/ic_jog_dial_unlock.png diff --git a/core/res/res/drawable-ldpi/ic_jog_dial_vibrate_on.png b/core/res/res/drawable-ldpi/ic_jog_dial_vibrate_on.png Binary files differindex ac5a9b955caf..ec65b1af9140 100644 --- a/core/res/res/drawable-ldpi/ic_jog_dial_vibrate_on.png +++ b/core/res/res/drawable-ldpi/ic_jog_dial_vibrate_on.png diff --git a/core/res/res/drawable-ldpi/ic_launcher_android.png b/core/res/res/drawable-ldpi/ic_launcher_android.png Binary files differindex 628a8de9a0bb..4f0d0324c2df 100644 --- a/core/res/res/drawable-ldpi/ic_launcher_android.png +++ b/core/res/res/drawable-ldpi/ic_launcher_android.png diff --git a/core/res/res/drawable-ldpi/ic_lock_airplane_mode_alpha.png b/core/res/res/drawable-ldpi/ic_lock_airplane_mode_alpha.png Binary files differindex 65a101bec089..69928ef30119 100644 --- a/core/res/res/drawable-ldpi/ic_lock_airplane_mode_alpha.png +++ b/core/res/res/drawable-ldpi/ic_lock_airplane_mode_alpha.png diff --git a/core/res/res/drawable-ldpi/ic_lock_airplane_mode_off_am_alpha.png b/core/res/res/drawable-ldpi/ic_lock_airplane_mode_off_am_alpha.png Binary files differindex 11adeb83a7d0..447cb431890d 100644 --- a/core/res/res/drawable-ldpi/ic_lock_airplane_mode_off_am_alpha.png +++ b/core/res/res/drawable-ldpi/ic_lock_airplane_mode_off_am_alpha.png diff --git a/core/res/res/drawable-ldpi/ic_lock_idle_alarm_alpha.png b/core/res/res/drawable-ldpi/ic_lock_idle_alarm_alpha.png Binary files differindex dc133c562f2e..5ef7b4096f8e 100644 --- a/core/res/res/drawable-ldpi/ic_lock_idle_alarm_alpha.png +++ b/core/res/res/drawable-ldpi/ic_lock_idle_alarm_alpha.png diff --git a/core/res/res/drawable-ldpi/ic_lock_idle_charging.png b/core/res/res/drawable-ldpi/ic_lock_idle_charging.png Binary files differindex c943b67094b4..b9b38d2593c0 100644 --- a/core/res/res/drawable-ldpi/ic_lock_idle_charging.png +++ b/core/res/res/drawable-ldpi/ic_lock_idle_charging.png diff --git a/core/res/res/drawable-ldpi/ic_lock_idle_lock.png b/core/res/res/drawable-ldpi/ic_lock_idle_lock.png Binary files differindex bc4adfd06410..2534044f12e7 100644 --- a/core/res/res/drawable-ldpi/ic_lock_idle_lock.png +++ b/core/res/res/drawable-ldpi/ic_lock_idle_lock.png diff --git a/core/res/res/drawable-ldpi/ic_lock_idle_low_battery.png b/core/res/res/drawable-ldpi/ic_lock_idle_low_battery.png Binary files differindex df7cb2200ff9..80133e7cd6cd 100644 --- a/core/res/res/drawable-ldpi/ic_lock_idle_low_battery.png +++ b/core/res/res/drawable-ldpi/ic_lock_idle_low_battery.png diff --git a/core/res/res/drawable-ldpi/ic_lock_lock_alpha.png b/core/res/res/drawable-ldpi/ic_lock_lock_alpha.png Binary files differindex bde40f6dc5cc..842b19203e4a 100644 --- a/core/res/res/drawable-ldpi/ic_lock_lock_alpha.png +++ b/core/res/res/drawable-ldpi/ic_lock_lock_alpha.png diff --git a/core/res/res/drawable-ldpi/ic_lock_power_off_alpha.png b/core/res/res/drawable-ldpi/ic_lock_power_off_alpha.png Binary files differindex 074d6d09c255..ccc6ccdd1d90 100644 --- a/core/res/res/drawable-ldpi/ic_lock_power_off_alpha.png +++ b/core/res/res/drawable-ldpi/ic_lock_power_off_alpha.png diff --git a/core/res/res/drawable-ldpi/ic_lock_ringer_off_alpha.png b/core/res/res/drawable-ldpi/ic_lock_ringer_off_alpha.png Binary files differindex 50ff3de7041c..ce1ee406f5e9 100644 --- a/core/res/res/drawable-ldpi/ic_lock_ringer_off_alpha.png +++ b/core/res/res/drawable-ldpi/ic_lock_ringer_off_alpha.png diff --git a/core/res/res/drawable-ldpi/ic_lock_ringer_on_alpha.png b/core/res/res/drawable-ldpi/ic_lock_ringer_on_alpha.png Binary files differindex 723272836c6f..691e68988da0 100644 --- a/core/res/res/drawable-ldpi/ic_lock_ringer_on_alpha.png +++ b/core/res/res/drawable-ldpi/ic_lock_ringer_on_alpha.png diff --git a/core/res/res/drawable-ldpi/ic_lock_silent_mode.png b/core/res/res/drawable-ldpi/ic_lock_silent_mode.png Binary files differindex 8004f9d9534d..984f5c82741d 100644 --- a/core/res/res/drawable-ldpi/ic_lock_silent_mode.png +++ b/core/res/res/drawable-ldpi/ic_lock_silent_mode.png diff --git a/core/res/res/drawable-ldpi/ic_lock_silent_mode_off.png b/core/res/res/drawable-ldpi/ic_lock_silent_mode_off.png Binary files differindex 81b7a8d5940b..b84482c3b658 100644 --- a/core/res/res/drawable-ldpi/ic_lock_silent_mode_off.png +++ b/core/res/res/drawable-ldpi/ic_lock_silent_mode_off.png diff --git a/core/res/res/drawable-ldpi/ic_lock_silent_mode_vibrate.png b/core/res/res/drawable-ldpi/ic_lock_silent_mode_vibrate.png Binary files differindex 5f54f6f98760..4714a5c1f677 100644 --- a/core/res/res/drawable-ldpi/ic_lock_silent_mode_vibrate.png +++ b/core/res/res/drawable-ldpi/ic_lock_silent_mode_vibrate.png diff --git a/core/res/res/drawable-ldpi/ic_maps_indicator_current_position.png b/core/res/res/drawable-ldpi/ic_maps_indicator_current_position.png Binary files differindex 697b065625df..1aea7bbc7086 100644 --- a/core/res/res/drawable-ldpi/ic_maps_indicator_current_position.png +++ b/core/res/res/drawable-ldpi/ic_maps_indicator_current_position.png diff --git a/core/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim1.png b/core/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim1.png Binary files differindex 15a8a085f778..56bcfe6760e6 100644 --- a/core/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim1.png +++ b/core/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim1.png diff --git a/core/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim2.png b/core/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim2.png Binary files differindex f8b8de233796..df6932750505 100644 --- a/core/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim2.png +++ b/core/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim2.png diff --git a/core/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim3.png b/core/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim3.png Binary files differindex 02f754704d35..aec16d2fdf0b 100644 --- a/core/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim3.png +++ b/core/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim3.png diff --git a/core/res/res/drawable-ldpi/ic_media_embed_play.png b/core/res/res/drawable-ldpi/ic_media_embed_play.png Binary files differindex e7c19724bbcb..6a3c9ec6d887 100644 --- a/core/res/res/drawable-ldpi/ic_media_embed_play.png +++ b/core/res/res/drawable-ldpi/ic_media_embed_play.png diff --git a/core/res/res/drawable-ldpi/ic_media_ff.png b/core/res/res/drawable-ldpi/ic_media_ff.png Binary files differindex 1b4d9dbef99a..0b66f6f23af7 100644 --- a/core/res/res/drawable-ldpi/ic_media_ff.png +++ b/core/res/res/drawable-ldpi/ic_media_ff.png diff --git a/core/res/res/drawable-ldpi/ic_media_fullscreen.png b/core/res/res/drawable-ldpi/ic_media_fullscreen.png Binary files differindex 1a38c38e8cb5..86ac90f4f211 100644 --- a/core/res/res/drawable-ldpi/ic_media_fullscreen.png +++ b/core/res/res/drawable-ldpi/ic_media_fullscreen.png diff --git a/core/res/res/drawable-ldpi/ic_media_next.png b/core/res/res/drawable-ldpi/ic_media_next.png Binary files differindex 99927fd27b90..c3e1c0848e8c 100644 --- a/core/res/res/drawable-ldpi/ic_media_next.png +++ b/core/res/res/drawable-ldpi/ic_media_next.png diff --git a/core/res/res/drawable-ldpi/ic_media_pause.png b/core/res/res/drawable-ldpi/ic_media_pause.png Binary files differindex 3b98d66688d3..4bc160e48fdf 100644 --- a/core/res/res/drawable-ldpi/ic_media_pause.png +++ b/core/res/res/drawable-ldpi/ic_media_pause.png diff --git a/core/res/res/drawable-ldpi/ic_media_play.png b/core/res/res/drawable-ldpi/ic_media_play.png Binary files differindex e7c19724bbcb..6a3c9ec6d887 100644 --- a/core/res/res/drawable-ldpi/ic_media_play.png +++ b/core/res/res/drawable-ldpi/ic_media_play.png diff --git a/core/res/res/drawable-ldpi/ic_media_previous.png b/core/res/res/drawable-ldpi/ic_media_previous.png Binary files differindex df043228d017..bde638684b34 100644 --- a/core/res/res/drawable-ldpi/ic_media_previous.png +++ b/core/res/res/drawable-ldpi/ic_media_previous.png diff --git a/core/res/res/drawable-ldpi/ic_media_rew.png b/core/res/res/drawable-ldpi/ic_media_rew.png Binary files differindex 28843f9fb06d..d458ee375ff5 100644 --- a/core/res/res/drawable-ldpi/ic_media_rew.png +++ b/core/res/res/drawable-ldpi/ic_media_rew.png diff --git a/core/res/res/drawable-ldpi/ic_media_video_poster.png b/core/res/res/drawable-ldpi/ic_media_video_poster.png Binary files differindex 7b349135c626..a93833ab7787 100644 --- a/core/res/res/drawable-ldpi/ic_media_video_poster.png +++ b/core/res/res/drawable-ldpi/ic_media_video_poster.png diff --git a/core/res/res/drawable-ldpi/ic_menu_account_list.png b/core/res/res/drawable-ldpi/ic_menu_account_list.png Binary files differindex 04ededd38710..9ae69b76ac62 100644 --- a/core/res/res/drawable-ldpi/ic_menu_account_list.png +++ b/core/res/res/drawable-ldpi/ic_menu_account_list.png diff --git a/core/res/res/drawable-ldpi/ic_menu_add.png b/core/res/res/drawable-ldpi/ic_menu_add.png Binary files differindex 89620af8c03d..5683000a4184 100644 --- a/core/res/res/drawable-ldpi/ic_menu_add.png +++ b/core/res/res/drawable-ldpi/ic_menu_add.png diff --git a/core/res/res/drawable-ldpi/ic_menu_agenda.png b/core/res/res/drawable-ldpi/ic_menu_agenda.png Binary files differindex 9abcc68507af..56b9761b8189 100644 --- a/core/res/res/drawable-ldpi/ic_menu_agenda.png +++ b/core/res/res/drawable-ldpi/ic_menu_agenda.png diff --git a/core/res/res/drawable-ldpi/ic_menu_allfriends.png b/core/res/res/drawable-ldpi/ic_menu_allfriends.png Binary files differindex 462d078b30ee..3c3fe67cf2f8 100644 --- a/core/res/res/drawable-ldpi/ic_menu_allfriends.png +++ b/core/res/res/drawable-ldpi/ic_menu_allfriends.png diff --git a/core/res/res/drawable-ldpi/ic_menu_always_landscape_portrait.png b/core/res/res/drawable-ldpi/ic_menu_always_landscape_portrait.png Binary files differindex 2c779ca8e466..951fffa1f3c6 100644 --- a/core/res/res/drawable-ldpi/ic_menu_always_landscape_portrait.png +++ b/core/res/res/drawable-ldpi/ic_menu_always_landscape_portrait.png diff --git a/core/res/res/drawable-ldpi/ic_menu_archive.png b/core/res/res/drawable-ldpi/ic_menu_archive.png Binary files differindex 719ecd8582b8..28238250a5e4 100644 --- a/core/res/res/drawable-ldpi/ic_menu_archive.png +++ b/core/res/res/drawable-ldpi/ic_menu_archive.png diff --git a/core/res/res/drawable-ldpi/ic_menu_attachment.png b/core/res/res/drawable-ldpi/ic_menu_attachment.png Binary files differindex 8fc2211f0ef3..c1ff069a873c 100644 --- a/core/res/res/drawable-ldpi/ic_menu_attachment.png +++ b/core/res/res/drawable-ldpi/ic_menu_attachment.png diff --git a/core/res/res/drawable-ldpi/ic_menu_back.png b/core/res/res/drawable-ldpi/ic_menu_back.png Binary files differindex 71eb533a7aa7..f3778adacb34 100644 --- a/core/res/res/drawable-ldpi/ic_menu_back.png +++ b/core/res/res/drawable-ldpi/ic_menu_back.png diff --git a/core/res/res/drawable-ldpi/ic_menu_block.png b/core/res/res/drawable-ldpi/ic_menu_block.png Binary files differindex c8d80cd10cc2..16acb642fe72 100644 --- a/core/res/res/drawable-ldpi/ic_menu_block.png +++ b/core/res/res/drawable-ldpi/ic_menu_block.png diff --git a/core/res/res/drawable-ldpi/ic_menu_blocked_user.png b/core/res/res/drawable-ldpi/ic_menu_blocked_user.png Binary files differindex c6407b58da63..4a8f3a793034 100644 --- a/core/res/res/drawable-ldpi/ic_menu_blocked_user.png +++ b/core/res/res/drawable-ldpi/ic_menu_blocked_user.png diff --git a/core/res/res/drawable-ldpi/ic_menu_call.png b/core/res/res/drawable-ldpi/ic_menu_call.png Binary files differindex 39d4b106faaf..bb835e791022 100644 --- a/core/res/res/drawable-ldpi/ic_menu_call.png +++ b/core/res/res/drawable-ldpi/ic_menu_call.png diff --git a/core/res/res/drawable-ldpi/ic_menu_camera.png b/core/res/res/drawable-ldpi/ic_menu_camera.png Binary files differindex 4d3a6a5d4ce7..3d721a58b544 100644 --- a/core/res/res/drawable-ldpi/ic_menu_camera.png +++ b/core/res/res/drawable-ldpi/ic_menu_camera.png diff --git a/core/res/res/drawable-ldpi/ic_menu_cc_am.png b/core/res/res/drawable-ldpi/ic_menu_cc_am.png Binary files differindex d90d70dfa21c..c4821eadcfbb 100644 --- a/core/res/res/drawable-ldpi/ic_menu_cc_am.png +++ b/core/res/res/drawable-ldpi/ic_menu_cc_am.png diff --git a/core/res/res/drawable-ldpi/ic_menu_chat_dashboard.png b/core/res/res/drawable-ldpi/ic_menu_chat_dashboard.png Binary files differindex c417faab1b19..657350dde3cd 100644 --- a/core/res/res/drawable-ldpi/ic_menu_chat_dashboard.png +++ b/core/res/res/drawable-ldpi/ic_menu_chat_dashboard.png diff --git a/core/res/res/drawable-ldpi/ic_menu_clear_playlist.png b/core/res/res/drawable-ldpi/ic_menu_clear_playlist.png Binary files differindex f3e6b51c0d7f..e00f9fa8945c 100644 --- a/core/res/res/drawable-ldpi/ic_menu_clear_playlist.png +++ b/core/res/res/drawable-ldpi/ic_menu_clear_playlist.png diff --git a/core/res/res/drawable-ldpi/ic_menu_close_clear_cancel.png b/core/res/res/drawable-ldpi/ic_menu_close_clear_cancel.png Binary files differindex 760b9254d7a0..725429115d59 100644 --- a/core/res/res/drawable-ldpi/ic_menu_close_clear_cancel.png +++ b/core/res/res/drawable-ldpi/ic_menu_close_clear_cancel.png diff --git a/core/res/res/drawable-ldpi/ic_menu_compass.png b/core/res/res/drawable-ldpi/ic_menu_compass.png Binary files differindex bf1724b6c734..d85ad8129d76 100644 --- a/core/res/res/drawable-ldpi/ic_menu_compass.png +++ b/core/res/res/drawable-ldpi/ic_menu_compass.png diff --git a/core/res/res/drawable-ldpi/ic_menu_compose.png b/core/res/res/drawable-ldpi/ic_menu_compose.png Binary files differindex 1e6767b37582..ff783fe6580e 100644 --- a/core/res/res/drawable-ldpi/ic_menu_compose.png +++ b/core/res/res/drawable-ldpi/ic_menu_compose.png diff --git a/core/res/res/drawable-ldpi/ic_menu_crop.png b/core/res/res/drawable-ldpi/ic_menu_crop.png Binary files differindex 97c91822143b..98a000ae4bab 100644 --- a/core/res/res/drawable-ldpi/ic_menu_crop.png +++ b/core/res/res/drawable-ldpi/ic_menu_crop.png diff --git a/core/res/res/drawable-ldpi/ic_menu_day.png b/core/res/res/drawable-ldpi/ic_menu_day.png Binary files differindex f0d661be55bf..137ea5a41c2c 100644 --- a/core/res/res/drawable-ldpi/ic_menu_day.png +++ b/core/res/res/drawable-ldpi/ic_menu_day.png diff --git a/core/res/res/drawable-ldpi/ic_menu_delete.png b/core/res/res/drawable-ldpi/ic_menu_delete.png Binary files differindex dbad3ddc8457..7d2056822ea4 100644 --- a/core/res/res/drawable-ldpi/ic_menu_delete.png +++ b/core/res/res/drawable-ldpi/ic_menu_delete.png diff --git a/core/res/res/drawable-ldpi/ic_menu_directions.png b/core/res/res/drawable-ldpi/ic_menu_directions.png Binary files differindex 5d89d4667a5c..2f043971f6f6 100644 --- a/core/res/res/drawable-ldpi/ic_menu_directions.png +++ b/core/res/res/drawable-ldpi/ic_menu_directions.png diff --git a/core/res/res/drawable-ldpi/ic_menu_edit.png b/core/res/res/drawable-ldpi/ic_menu_edit.png Binary files differindex 9bb66e350220..9e71d5600bbd 100644 --- a/core/res/res/drawable-ldpi/ic_menu_edit.png +++ b/core/res/res/drawable-ldpi/ic_menu_edit.png diff --git a/core/res/res/drawable-ldpi/ic_menu_emoticons.png b/core/res/res/drawable-ldpi/ic_menu_emoticons.png Binary files differindex a97db875ff2b..2292a2ce97e2 100644 --- a/core/res/res/drawable-ldpi/ic_menu_emoticons.png +++ b/core/res/res/drawable-ldpi/ic_menu_emoticons.png diff --git a/core/res/res/drawable-ldpi/ic_menu_end_conversation.png b/core/res/res/drawable-ldpi/ic_menu_end_conversation.png Binary files differindex dd2005ef51b4..fdbb66f63e1d 100644 --- a/core/res/res/drawable-ldpi/ic_menu_end_conversation.png +++ b/core/res/res/drawable-ldpi/ic_menu_end_conversation.png diff --git a/core/res/res/drawable-ldpi/ic_menu_forward.png b/core/res/res/drawable-ldpi/ic_menu_forward.png Binary files differindex 554cfb7b79cb..ed9ba0d64dd5 100644 --- a/core/res/res/drawable-ldpi/ic_menu_forward.png +++ b/core/res/res/drawable-ldpi/ic_menu_forward.png diff --git a/core/res/res/drawable-ldpi/ic_menu_friendslist.png b/core/res/res/drawable-ldpi/ic_menu_friendslist.png Binary files differindex 62950da4fc83..ae7afac411b2 100644 --- a/core/res/res/drawable-ldpi/ic_menu_friendslist.png +++ b/core/res/res/drawable-ldpi/ic_menu_friendslist.png diff --git a/core/res/res/drawable-ldpi/ic_menu_gallery.png b/core/res/res/drawable-ldpi/ic_menu_gallery.png Binary files differindex d57b284c4d58..e5cb713fefd3 100644 --- a/core/res/res/drawable-ldpi/ic_menu_gallery.png +++ b/core/res/res/drawable-ldpi/ic_menu_gallery.png diff --git a/core/res/res/drawable-ldpi/ic_menu_goto.png b/core/res/res/drawable-ldpi/ic_menu_goto.png Binary files differindex d15ea3de52c3..cac3e1aaf76f 100644 --- a/core/res/res/drawable-ldpi/ic_menu_goto.png +++ b/core/res/res/drawable-ldpi/ic_menu_goto.png diff --git a/core/res/res/drawable-ldpi/ic_menu_help.png b/core/res/res/drawable-ldpi/ic_menu_help.png Binary files differindex f93a4e6402c2..078281f2f2f2 100644 --- a/core/res/res/drawable-ldpi/ic_menu_help.png +++ b/core/res/res/drawable-ldpi/ic_menu_help.png diff --git a/core/res/res/drawable-ldpi/ic_menu_home.png b/core/res/res/drawable-ldpi/ic_menu_home.png Binary files differindex fd6f453f28cf..b0f47296fcc3 100644 --- a/core/res/res/drawable-ldpi/ic_menu_home.png +++ b/core/res/res/drawable-ldpi/ic_menu_home.png diff --git a/core/res/res/drawable-ldpi/ic_menu_info_details.png b/core/res/res/drawable-ldpi/ic_menu_info_details.png Binary files differindex 55c57d5c544b..7e5c812e2796 100644 --- a/core/res/res/drawable-ldpi/ic_menu_info_details.png +++ b/core/res/res/drawable-ldpi/ic_menu_info_details.png diff --git a/core/res/res/drawable-ldpi/ic_menu_invite.png b/core/res/res/drawable-ldpi/ic_menu_invite.png Binary files differindex 16de8fe1116c..07c8ee4839ad 100644 --- a/core/res/res/drawable-ldpi/ic_menu_invite.png +++ b/core/res/res/drawable-ldpi/ic_menu_invite.png diff --git a/core/res/res/drawable-ldpi/ic_menu_login.png b/core/res/res/drawable-ldpi/ic_menu_login.png Binary files differindex d4181de531b0..22a295c535b1 100644 --- a/core/res/res/drawable-ldpi/ic_menu_login.png +++ b/core/res/res/drawable-ldpi/ic_menu_login.png diff --git a/core/res/res/drawable-ldpi/ic_menu_manage.png b/core/res/res/drawable-ldpi/ic_menu_manage.png Binary files differindex b137b8c6e4f4..a8607ca39d35 100644 --- a/core/res/res/drawable-ldpi/ic_menu_manage.png +++ b/core/res/res/drawable-ldpi/ic_menu_manage.png diff --git a/core/res/res/drawable-ldpi/ic_menu_mapmode.png b/core/res/res/drawable-ldpi/ic_menu_mapmode.png Binary files differindex 88510059bb55..41dcc820674c 100644 --- a/core/res/res/drawable-ldpi/ic_menu_mapmode.png +++ b/core/res/res/drawable-ldpi/ic_menu_mapmode.png diff --git a/core/res/res/drawable-ldpi/ic_menu_mark.png b/core/res/res/drawable-ldpi/ic_menu_mark.png Binary files differindex 1d440272e24f..cc9eb3ed3a87 100644 --- a/core/res/res/drawable-ldpi/ic_menu_mark.png +++ b/core/res/res/drawable-ldpi/ic_menu_mark.png diff --git a/core/res/res/drawable-ldpi/ic_menu_month.png b/core/res/res/drawable-ldpi/ic_menu_month.png Binary files differindex a3462f6f7dc5..a2a593ab2dc7 100644 --- a/core/res/res/drawable-ldpi/ic_menu_month.png +++ b/core/res/res/drawable-ldpi/ic_menu_month.png diff --git a/core/res/res/drawable-ldpi/ic_menu_more.png b/core/res/res/drawable-ldpi/ic_menu_more.png Binary files differindex 92965547b96e..a3d788fff7a0 100644 --- a/core/res/res/drawable-ldpi/ic_menu_more.png +++ b/core/res/res/drawable-ldpi/ic_menu_more.png diff --git a/core/res/res/drawable-ldpi/ic_menu_my_calendar.png b/core/res/res/drawable-ldpi/ic_menu_my_calendar.png Binary files differindex db3a8b51db82..aebd670e35c6 100644 --- a/core/res/res/drawable-ldpi/ic_menu_my_calendar.png +++ b/core/res/res/drawable-ldpi/ic_menu_my_calendar.png diff --git a/core/res/res/drawable-ldpi/ic_menu_mylocation.png b/core/res/res/drawable-ldpi/ic_menu_mylocation.png Binary files differindex 2db7867654d3..0b52db874edf 100644 --- a/core/res/res/drawable-ldpi/ic_menu_mylocation.png +++ b/core/res/res/drawable-ldpi/ic_menu_mylocation.png diff --git a/core/res/res/drawable-ldpi/ic_menu_myplaces.png b/core/res/res/drawable-ldpi/ic_menu_myplaces.png Binary files differindex 9d2e8dc17ec0..d079a7853b44 100644 --- a/core/res/res/drawable-ldpi/ic_menu_myplaces.png +++ b/core/res/res/drawable-ldpi/ic_menu_myplaces.png diff --git a/core/res/res/drawable-ldpi/ic_menu_notifications.png b/core/res/res/drawable-ldpi/ic_menu_notifications.png Binary files differindex 0a22b32a9402..c066abb418b0 100644 --- a/core/res/res/drawable-ldpi/ic_menu_notifications.png +++ b/core/res/res/drawable-ldpi/ic_menu_notifications.png diff --git a/core/res/res/drawable-ldpi/ic_menu_play_clip.png b/core/res/res/drawable-ldpi/ic_menu_play_clip.png Binary files differindex 7d0f11ee67a2..20b4bd51d665 100644 --- a/core/res/res/drawable-ldpi/ic_menu_play_clip.png +++ b/core/res/res/drawable-ldpi/ic_menu_play_clip.png diff --git a/core/res/res/drawable-ldpi/ic_menu_preferences.png b/core/res/res/drawable-ldpi/ic_menu_preferences.png Binary files differindex efc2f3e4597e..a9ced6f2e3ff 100644 --- a/core/res/res/drawable-ldpi/ic_menu_preferences.png +++ b/core/res/res/drawable-ldpi/ic_menu_preferences.png diff --git a/core/res/res/drawable-ldpi/ic_menu_recent_history.png b/core/res/res/drawable-ldpi/ic_menu_recent_history.png Binary files differindex c75f6e36b809..891a577058ef 100644 --- a/core/res/res/drawable-ldpi/ic_menu_recent_history.png +++ b/core/res/res/drawable-ldpi/ic_menu_recent_history.png diff --git a/core/res/res/drawable-ldpi/ic_menu_report_image.png b/core/res/res/drawable-ldpi/ic_menu_report_image.png Binary files differindex f2c3a904ae72..4e0785c80ec2 100644 --- a/core/res/res/drawable-ldpi/ic_menu_report_image.png +++ b/core/res/res/drawable-ldpi/ic_menu_report_image.png diff --git a/core/res/res/drawable-ldpi/ic_menu_revert.png b/core/res/res/drawable-ldpi/ic_menu_revert.png Binary files differindex b0f2c60c419d..2a4a2c775b87 100644 --- a/core/res/res/drawable-ldpi/ic_menu_revert.png +++ b/core/res/res/drawable-ldpi/ic_menu_revert.png diff --git a/core/res/res/drawable-ldpi/ic_menu_rotate.png b/core/res/res/drawable-ldpi/ic_menu_rotate.png Binary files differindex 34dcbceb0f30..f47b9f1083b4 100644 --- a/core/res/res/drawable-ldpi/ic_menu_rotate.png +++ b/core/res/res/drawable-ldpi/ic_menu_rotate.png diff --git a/core/res/res/drawable-ldpi/ic_menu_save.png b/core/res/res/drawable-ldpi/ic_menu_save.png Binary files differindex ac053b41d967..a6666ca4d34c 100644 --- a/core/res/res/drawable-ldpi/ic_menu_save.png +++ b/core/res/res/drawable-ldpi/ic_menu_save.png diff --git a/core/res/res/drawable-ldpi/ic_menu_search.png b/core/res/res/drawable-ldpi/ic_menu_search.png Binary files differindex 1d95408c6414..08040a4ef5b4 100644 --- a/core/res/res/drawable-ldpi/ic_menu_search.png +++ b/core/res/res/drawable-ldpi/ic_menu_search.png diff --git a/core/res/res/drawable-ldpi/ic_menu_send.png b/core/res/res/drawable-ldpi/ic_menu_send.png Binary files differindex 9043c11e9a36..a1dc7c04c7a8 100644 --- a/core/res/res/drawable-ldpi/ic_menu_send.png +++ b/core/res/res/drawable-ldpi/ic_menu_send.png diff --git a/core/res/res/drawable-ldpi/ic_menu_set_as.png b/core/res/res/drawable-ldpi/ic_menu_set_as.png Binary files differindex d1997d316f01..41e695545cad 100644 --- a/core/res/res/drawable-ldpi/ic_menu_set_as.png +++ b/core/res/res/drawable-ldpi/ic_menu_set_as.png diff --git a/core/res/res/drawable-ldpi/ic_menu_share.png b/core/res/res/drawable-ldpi/ic_menu_share.png Binary files differindex f58d231817cb..745357554393 100644 --- a/core/res/res/drawable-ldpi/ic_menu_share.png +++ b/core/res/res/drawable-ldpi/ic_menu_share.png diff --git a/core/res/res/drawable-ldpi/ic_menu_slideshow.png b/core/res/res/drawable-ldpi/ic_menu_slideshow.png Binary files differindex a0625c4a6114..5fbd20a4ab2b 100644 --- a/core/res/res/drawable-ldpi/ic_menu_slideshow.png +++ b/core/res/res/drawable-ldpi/ic_menu_slideshow.png diff --git a/core/res/res/drawable-ldpi/ic_menu_sort_alphabetically.png b/core/res/res/drawable-ldpi/ic_menu_sort_alphabetically.png Binary files differindex 438e85468225..6a06986641e0 100644 --- a/core/res/res/drawable-ldpi/ic_menu_sort_alphabetically.png +++ b/core/res/res/drawable-ldpi/ic_menu_sort_alphabetically.png diff --git a/core/res/res/drawable-ldpi/ic_menu_sort_by_size.png b/core/res/res/drawable-ldpi/ic_menu_sort_by_size.png Binary files differindex bb95da701f4f..a41182c6a409 100644 --- a/core/res/res/drawable-ldpi/ic_menu_sort_by_size.png +++ b/core/res/res/drawable-ldpi/ic_menu_sort_by_size.png diff --git a/core/res/res/drawable-ldpi/ic_menu_star.png b/core/res/res/drawable-ldpi/ic_menu_star.png Binary files differindex b88f0107e8a6..f520b76f0a82 100644 --- a/core/res/res/drawable-ldpi/ic_menu_star.png +++ b/core/res/res/drawable-ldpi/ic_menu_star.png diff --git a/core/res/res/drawable-ldpi/ic_menu_start_conversation.png b/core/res/res/drawable-ldpi/ic_menu_start_conversation.png Binary files differindex 1e399288cfc0..a8b75445ae61 100644 --- a/core/res/res/drawable-ldpi/ic_menu_start_conversation.png +++ b/core/res/res/drawable-ldpi/ic_menu_start_conversation.png diff --git a/core/res/res/drawable-ldpi/ic_menu_stop.png b/core/res/res/drawable-ldpi/ic_menu_stop.png Binary files differindex d185ae2f12e5..a6a31fe1a982 100644 --- a/core/res/res/drawable-ldpi/ic_menu_stop.png +++ b/core/res/res/drawable-ldpi/ic_menu_stop.png diff --git a/core/res/res/drawable-ldpi/ic_menu_today.png b/core/res/res/drawable-ldpi/ic_menu_today.png Binary files differindex 2bff7514d4c5..8b1b3a98e85a 100644 --- a/core/res/res/drawable-ldpi/ic_menu_today.png +++ b/core/res/res/drawable-ldpi/ic_menu_today.png diff --git a/core/res/res/drawable-ldpi/ic_menu_upload.png b/core/res/res/drawable-ldpi/ic_menu_upload.png Binary files differindex fd64fe1a5c02..b8eadb22912c 100644 --- a/core/res/res/drawable-ldpi/ic_menu_upload.png +++ b/core/res/res/drawable-ldpi/ic_menu_upload.png diff --git a/core/res/res/drawable-ldpi/ic_menu_upload_you_tube.png b/core/res/res/drawable-ldpi/ic_menu_upload_you_tube.png Binary files differindex 8fa7005ee4ce..79e7ba9a03ef 100644 --- a/core/res/res/drawable-ldpi/ic_menu_upload_you_tube.png +++ b/core/res/res/drawable-ldpi/ic_menu_upload_you_tube.png diff --git a/core/res/res/drawable-ldpi/ic_menu_view.png b/core/res/res/drawable-ldpi/ic_menu_view.png Binary files differindex f1acb3d02dea..84b9e7b24c53 100644 --- a/core/res/res/drawable-ldpi/ic_menu_view.png +++ b/core/res/res/drawable-ldpi/ic_menu_view.png diff --git a/core/res/res/drawable-ldpi/ic_menu_week.png b/core/res/res/drawable-ldpi/ic_menu_week.png Binary files differindex 0af314b8b998..9219e3dad23e 100644 --- a/core/res/res/drawable-ldpi/ic_menu_week.png +++ b/core/res/res/drawable-ldpi/ic_menu_week.png diff --git a/core/res/res/drawable-ldpi/ic_menu_zoom.png b/core/res/res/drawable-ldpi/ic_menu_zoom.png Binary files differindex ff291848e194..87af1c7414bf 100644 --- a/core/res/res/drawable-ldpi/ic_menu_zoom.png +++ b/core/res/res/drawable-ldpi/ic_menu_zoom.png diff --git a/core/res/res/drawable-ldpi/ic_notification_clear_all.png b/core/res/res/drawable-ldpi/ic_notification_clear_all.png Binary files differindex e7797406c93c..07dc64a184b7 100644 --- a/core/res/res/drawable-ldpi/ic_notification_clear_all.png +++ b/core/res/res/drawable-ldpi/ic_notification_clear_all.png diff --git a/core/res/res/drawable-ldpi/ic_notification_overlay.9.png b/core/res/res/drawable-ldpi/ic_notification_overlay.9.png Binary files differindex 771fa7384462..ada87214570a 100644 --- a/core/res/res/drawable-ldpi/ic_notification_overlay.9.png +++ b/core/res/res/drawable-ldpi/ic_notification_overlay.9.png diff --git a/core/res/res/drawable-ldpi/ic_partial_secure.png b/core/res/res/drawable-ldpi/ic_partial_secure.png Binary files differindex a9c05b160079..26ac6ab352e0 100644 --- a/core/res/res/drawable-ldpi/ic_partial_secure.png +++ b/core/res/res/drawable-ldpi/ic_partial_secure.png diff --git a/core/res/res/drawable-ldpi/ic_popup_disk_full.png b/core/res/res/drawable-ldpi/ic_popup_disk_full.png Binary files differindex f613f38c2cc2..c19d9f0b9c44 100644 --- a/core/res/res/drawable-ldpi/ic_popup_disk_full.png +++ b/core/res/res/drawable-ldpi/ic_popup_disk_full.png diff --git a/core/res/res/drawable-ldpi/ic_popup_reminder.png b/core/res/res/drawable-ldpi/ic_popup_reminder.png Binary files differindex 332daef53e64..d662bb280adb 100644 --- a/core/res/res/drawable-ldpi/ic_popup_reminder.png +++ b/core/res/res/drawable-ldpi/ic_popup_reminder.png diff --git a/core/res/res/drawable-ldpi/ic_popup_sync_1.png b/core/res/res/drawable-ldpi/ic_popup_sync_1.png Binary files differindex 407e8de7009b..a966153fb700 100644 --- a/core/res/res/drawable-ldpi/ic_popup_sync_1.png +++ b/core/res/res/drawable-ldpi/ic_popup_sync_1.png diff --git a/core/res/res/drawable-ldpi/ic_popup_sync_2.png b/core/res/res/drawable-ldpi/ic_popup_sync_2.png Binary files differindex a867aa726ce2..3a985c9e8605 100644 --- a/core/res/res/drawable-ldpi/ic_popup_sync_2.png +++ b/core/res/res/drawable-ldpi/ic_popup_sync_2.png diff --git a/core/res/res/drawable-ldpi/ic_popup_sync_3.png b/core/res/res/drawable-ldpi/ic_popup_sync_3.png Binary files differindex 77bd3d703cae..ea4a04164cb7 100644 --- a/core/res/res/drawable-ldpi/ic_popup_sync_3.png +++ b/core/res/res/drawable-ldpi/ic_popup_sync_3.png diff --git a/core/res/res/drawable-ldpi/ic_popup_sync_4.png b/core/res/res/drawable-ldpi/ic_popup_sync_4.png Binary files differindex 131486bb6a6c..152d0992fd3a 100644 --- a/core/res/res/drawable-ldpi/ic_popup_sync_4.png +++ b/core/res/res/drawable-ldpi/ic_popup_sync_4.png diff --git a/core/res/res/drawable-ldpi/ic_popup_sync_5.png b/core/res/res/drawable-ldpi/ic_popup_sync_5.png Binary files differindex 33fded8f2c92..b3b7d91fae23 100644 --- a/core/res/res/drawable-ldpi/ic_popup_sync_5.png +++ b/core/res/res/drawable-ldpi/ic_popup_sync_5.png diff --git a/core/res/res/drawable-ldpi/ic_popup_sync_6.png b/core/res/res/drawable-ldpi/ic_popup_sync_6.png Binary files differindex 489dd56e1a43..2caec8510d4d 100644 --- a/core/res/res/drawable-ldpi/ic_popup_sync_6.png +++ b/core/res/res/drawable-ldpi/ic_popup_sync_6.png diff --git a/core/res/res/drawable-ldpi/ic_search_category_default.png b/core/res/res/drawable-ldpi/ic_search_category_default.png Binary files differindex 1d95408c6414..08040a4ef5b4 100644 --- a/core/res/res/drawable-ldpi/ic_search_category_default.png +++ b/core/res/res/drawable-ldpi/ic_search_category_default.png diff --git a/core/res/res/drawable-ldpi/ic_secure.png b/core/res/res/drawable-ldpi/ic_secure.png Binary files differindex 02d74d1cfaf9..9dd6ad62a4bf 100644 --- a/core/res/res/drawable-ldpi/ic_secure.png +++ b/core/res/res/drawable-ldpi/ic_secure.png diff --git a/core/res/res/drawable-ldpi/ic_vibrate.png b/core/res/res/drawable-ldpi/ic_vibrate.png Binary files differindex 726e9dcc2a39..f35a3d25b691 100644 --- a/core/res/res/drawable-ldpi/ic_vibrate.png +++ b/core/res/res/drawable-ldpi/ic_vibrate.png diff --git a/core/res/res/drawable-ldpi/ic_vibrate_small.png b/core/res/res/drawable-ldpi/ic_vibrate_small.png Binary files differindex 06bfbb5197b9..fcea37b40e5c 100644 --- a/core/res/res/drawable-ldpi/ic_vibrate_small.png +++ b/core/res/res/drawable-ldpi/ic_vibrate_small.png diff --git a/core/res/res/drawable-ldpi/ic_volume.png b/core/res/res/drawable-ldpi/ic_volume.png Binary files differindex b8a35610ee88..411c78fb380f 100644 --- a/core/res/res/drawable-ldpi/ic_volume.png +++ b/core/res/res/drawable-ldpi/ic_volume.png diff --git a/core/res/res/drawable-ldpi/ic_volume_bluetooth_ad2p.png b/core/res/res/drawable-ldpi/ic_volume_bluetooth_ad2p.png Binary files differindex facfa4cd5b85..cfac74c57774 100644 --- a/core/res/res/drawable-ldpi/ic_volume_bluetooth_ad2p.png +++ b/core/res/res/drawable-ldpi/ic_volume_bluetooth_ad2p.png diff --git a/core/res/res/drawable-ldpi/ic_volume_bluetooth_in_call.png b/core/res/res/drawable-ldpi/ic_volume_bluetooth_in_call.png Binary files differindex 298ce6b49202..0a16336e77e9 100644 --- a/core/res/res/drawable-ldpi/ic_volume_bluetooth_in_call.png +++ b/core/res/res/drawable-ldpi/ic_volume_bluetooth_in_call.png diff --git a/core/res/res/drawable-ldpi/ic_volume_off.png b/core/res/res/drawable-ldpi/ic_volume_off.png Binary files differindex bad1a685a728..a144a75e3194 100644 --- a/core/res/res/drawable-ldpi/ic_volume_off.png +++ b/core/res/res/drawable-ldpi/ic_volume_off.png diff --git a/core/res/res/drawable-ldpi/ic_volume_off_small.png b/core/res/res/drawable-ldpi/ic_volume_off_small.png Binary files differindex 56239112e41c..e8a68307e976 100644 --- a/core/res/res/drawable-ldpi/ic_volume_off_small.png +++ b/core/res/res/drawable-ldpi/ic_volume_off_small.png diff --git a/core/res/res/drawable-ldpi/ic_volume_small.png b/core/res/res/drawable-ldpi/ic_volume_small.png Binary files differindex 530f6b44f9c8..43f77aaccb55 100644 --- a/core/res/res/drawable-ldpi/ic_volume_small.png +++ b/core/res/res/drawable-ldpi/ic_volume_small.png diff --git a/core/res/res/drawable-ldpi/icon_highlight_rectangle.9.png b/core/res/res/drawable-ldpi/icon_highlight_rectangle.9.png Binary files differindex 27519b20b8b0..04b836b4544e 100644 --- a/core/res/res/drawable-ldpi/icon_highlight_rectangle.9.png +++ b/core/res/res/drawable-ldpi/icon_highlight_rectangle.9.png diff --git a/core/res/res/drawable-ldpi/icon_highlight_square.9.png b/core/res/res/drawable-ldpi/icon_highlight_square.9.png Binary files differindex 228ef237da77..ae88f2b689f4 100644 --- a/core/res/res/drawable-ldpi/icon_highlight_square.9.png +++ b/core/res/res/drawable-ldpi/icon_highlight_square.9.png diff --git a/core/res/res/drawable-ldpi/ime_qwerty.png b/core/res/res/drawable-ldpi/ime_qwerty.png Binary files differindex 11e26dbfcb7a..25610e48aba5 100644 --- a/core/res/res/drawable-ldpi/ime_qwerty.png +++ b/core/res/res/drawable-ldpi/ime_qwerty.png diff --git a/core/res/res/drawable-ldpi/indicator_input_error.png b/core/res/res/drawable-ldpi/indicator_input_error.png Binary files differindex f1a804a6ad83..1af9d424a78e 100644 --- a/core/res/res/drawable-ldpi/indicator_input_error.png +++ b/core/res/res/drawable-ldpi/indicator_input_error.png diff --git a/core/res/res/drawable-ldpi/jog_dial_arrow_long_left_green.png b/core/res/res/drawable-ldpi/jog_dial_arrow_long_left_green.png Binary files differindex cb3002476e85..ade463071fab 100644 --- a/core/res/res/drawable-ldpi/jog_dial_arrow_long_left_green.png +++ b/core/res/res/drawable-ldpi/jog_dial_arrow_long_left_green.png diff --git a/core/res/res/drawable-ldpi/jog_dial_arrow_long_left_yellow.png b/core/res/res/drawable-ldpi/jog_dial_arrow_long_left_yellow.png Binary files differindex f63e7377f5c3..ee3ce6d12292 100644 --- a/core/res/res/drawable-ldpi/jog_dial_arrow_long_left_yellow.png +++ b/core/res/res/drawable-ldpi/jog_dial_arrow_long_left_yellow.png diff --git a/core/res/res/drawable-ldpi/jog_dial_arrow_long_middle_yellow.png b/core/res/res/drawable-ldpi/jog_dial_arrow_long_middle_yellow.png Binary files differindex 249d53dfbaeb..94f63e85ac04 100644 --- a/core/res/res/drawable-ldpi/jog_dial_arrow_long_middle_yellow.png +++ b/core/res/res/drawable-ldpi/jog_dial_arrow_long_middle_yellow.png diff --git a/core/res/res/drawable-ldpi/jog_dial_arrow_long_right_red.png b/core/res/res/drawable-ldpi/jog_dial_arrow_long_right_red.png Binary files differindex 6a338fe2aaed..cc376b268c72 100644 --- a/core/res/res/drawable-ldpi/jog_dial_arrow_long_right_red.png +++ b/core/res/res/drawable-ldpi/jog_dial_arrow_long_right_red.png diff --git a/core/res/res/drawable-ldpi/jog_dial_arrow_long_right_yellow.png b/core/res/res/drawable-ldpi/jog_dial_arrow_long_right_yellow.png Binary files differindex 50f5c47d6bc8..74aa15e0a1f5 100644 --- a/core/res/res/drawable-ldpi/jog_dial_arrow_long_right_yellow.png +++ b/core/res/res/drawable-ldpi/jog_dial_arrow_long_right_yellow.png diff --git a/core/res/res/drawable-ldpi/jog_dial_arrow_short_left.png b/core/res/res/drawable-ldpi/jog_dial_arrow_short_left.png Binary files differindex a8ed69874463..903b36f5af9b 100644 --- a/core/res/res/drawable-ldpi/jog_dial_arrow_short_left.png +++ b/core/res/res/drawable-ldpi/jog_dial_arrow_short_left.png diff --git a/core/res/res/drawable-ldpi/jog_dial_arrow_short_left_and_right.png b/core/res/res/drawable-ldpi/jog_dial_arrow_short_left_and_right.png Binary files differindex bfd6c4e5ceb3..967b29cd22b0 100644 --- a/core/res/res/drawable-ldpi/jog_dial_arrow_short_left_and_right.png +++ b/core/res/res/drawable-ldpi/jog_dial_arrow_short_left_and_right.png diff --git a/core/res/res/drawable-ldpi/jog_dial_arrow_short_right.png b/core/res/res/drawable-ldpi/jog_dial_arrow_short_right.png Binary files differindex d22d50859f04..6fce716c5487 100644 --- a/core/res/res/drawable-ldpi/jog_dial_arrow_short_right.png +++ b/core/res/res/drawable-ldpi/jog_dial_arrow_short_right.png diff --git a/core/res/res/drawable-ldpi/jog_dial_bg.png b/core/res/res/drawable-ldpi/jog_dial_bg.png Binary files differindex 263188bbff47..83e7bcc41ee9 100644 --- a/core/res/res/drawable-ldpi/jog_dial_bg.png +++ b/core/res/res/drawable-ldpi/jog_dial_bg.png diff --git a/core/res/res/drawable-ldpi/jog_dial_dimple.png b/core/res/res/drawable-ldpi/jog_dial_dimple.png Binary files differindex c6f52ef9aad6..778e19b83947 100644 --- a/core/res/res/drawable-ldpi/jog_dial_dimple.png +++ b/core/res/res/drawable-ldpi/jog_dial_dimple.png diff --git a/core/res/res/drawable-ldpi/jog_dial_dimple_dim.png b/core/res/res/drawable-ldpi/jog_dial_dimple_dim.png Binary files differindex b85db4e5de47..dfc2a0718f55 100644 --- a/core/res/res/drawable-ldpi/jog_dial_dimple_dim.png +++ b/core/res/res/drawable-ldpi/jog_dial_dimple_dim.png diff --git a/core/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_gray.9.png b/core/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_gray.9.png Binary files differindex be9edd17d565..2cbe42d38e04 100644 --- a/core/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_gray.9.png +++ b/core/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_gray.9.png diff --git a/core/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_green.9.png b/core/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_green.9.png Binary files differindex 8b445fba9136..690b35cd3a9a 100644 --- a/core/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_green.9.png +++ b/core/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_green.9.png diff --git a/core/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_red.9.png b/core/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_red.9.png Binary files differindex f9b07f89e25a..acd4011e896c 100644 --- a/core/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_red.9.png +++ b/core/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_red.9.png diff --git a/core/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_yellow.9.png b/core/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_yellow.9.png Binary files differindex 473fcb04671d..e318a2932761 100644 --- a/core/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_yellow.9.png +++ b/core/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_yellow.9.png diff --git a/core/res/res/drawable-ldpi/jog_tab_bar_left_end_normal.9.png b/core/res/res/drawable-ldpi/jog_tab_bar_left_end_normal.9.png Binary files differindex b8ecac7f36cb..1521a24ca77a 100644 --- a/core/res/res/drawable-ldpi/jog_tab_bar_left_end_normal.9.png +++ b/core/res/res/drawable-ldpi/jog_tab_bar_left_end_normal.9.png diff --git a/core/res/res/drawable-ldpi/jog_tab_bar_left_end_pressed.9.png b/core/res/res/drawable-ldpi/jog_tab_bar_left_end_pressed.9.png Binary files differindex 95b4f4b4bf5f..2d2325f41708 100644 --- a/core/res/res/drawable-ldpi/jog_tab_bar_left_end_pressed.9.png +++ b/core/res/res/drawable-ldpi/jog_tab_bar_left_end_pressed.9.png diff --git a/core/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_gray.9.png b/core/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_gray.9.png Binary files differindex 2bec09ed2fc9..b700fbe86772 100644 --- a/core/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_gray.9.png +++ b/core/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_gray.9.png diff --git a/core/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_green.9.png b/core/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_green.9.png Binary files differindex 8f8109e25b69..2ecab6915d40 100644 --- a/core/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_green.9.png +++ b/core/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_green.9.png diff --git a/core/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_red.9.png b/core/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_red.9.png Binary files differindex a453ac3456f3..4cbebad67c2b 100644 --- a/core/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_red.9.png +++ b/core/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_red.9.png diff --git a/core/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_yellow.9.png b/core/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_yellow.9.png Binary files differindex f7ef794c07f8..1d7f68457da5 100644 --- a/core/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_yellow.9.png +++ b/core/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_yellow.9.png diff --git a/core/res/res/drawable-ldpi/jog_tab_bar_right_end_normal.9.png b/core/res/res/drawable-ldpi/jog_tab_bar_right_end_normal.9.png Binary files differindex 74b769b19987..6baf1245f3e1 100644 --- a/core/res/res/drawable-ldpi/jog_tab_bar_right_end_normal.9.png +++ b/core/res/res/drawable-ldpi/jog_tab_bar_right_end_normal.9.png diff --git a/core/res/res/drawable-ldpi/jog_tab_bar_right_end_pressed.9.png b/core/res/res/drawable-ldpi/jog_tab_bar_right_end_pressed.9.png Binary files differindex d12058d052b3..aeb78aaf9760 100644 --- a/core/res/res/drawable-ldpi/jog_tab_bar_right_end_pressed.9.png +++ b/core/res/res/drawable-ldpi/jog_tab_bar_right_end_pressed.9.png diff --git a/core/res/res/drawable-ldpi/jog_tab_left_confirm_gray.png b/core/res/res/drawable-ldpi/jog_tab_left_confirm_gray.png Binary files differindex 92c4a2e11dde..5d44067ef331 100644 --- a/core/res/res/drawable-ldpi/jog_tab_left_confirm_gray.png +++ b/core/res/res/drawable-ldpi/jog_tab_left_confirm_gray.png diff --git a/core/res/res/drawable-ldpi/jog_tab_left_confirm_green.png b/core/res/res/drawable-ldpi/jog_tab_left_confirm_green.png Binary files differindex 13b7c6342560..9e966ae66d70 100644 --- a/core/res/res/drawable-ldpi/jog_tab_left_confirm_green.png +++ b/core/res/res/drawable-ldpi/jog_tab_left_confirm_green.png diff --git a/core/res/res/drawable-ldpi/jog_tab_left_confirm_red.png b/core/res/res/drawable-ldpi/jog_tab_left_confirm_red.png Binary files differindex 414c07b6f89f..c53c21a3e95a 100644 --- a/core/res/res/drawable-ldpi/jog_tab_left_confirm_red.png +++ b/core/res/res/drawable-ldpi/jog_tab_left_confirm_red.png diff --git a/core/res/res/drawable-ldpi/jog_tab_left_confirm_yellow.png b/core/res/res/drawable-ldpi/jog_tab_left_confirm_yellow.png Binary files differindex afccc396a227..fdd16f5a3804 100644 --- a/core/res/res/drawable-ldpi/jog_tab_left_confirm_yellow.png +++ b/core/res/res/drawable-ldpi/jog_tab_left_confirm_yellow.png diff --git a/core/res/res/drawable-ldpi/jog_tab_left_normal.png b/core/res/res/drawable-ldpi/jog_tab_left_normal.png Binary files differindex 6ba64791d92d..1a7814f267c0 100644 --- a/core/res/res/drawable-ldpi/jog_tab_left_normal.png +++ b/core/res/res/drawable-ldpi/jog_tab_left_normal.png diff --git a/core/res/res/drawable-ldpi/jog_tab_left_pressed.png b/core/res/res/drawable-ldpi/jog_tab_left_pressed.png Binary files differindex 3dc9c4790d72..c7231d661aeb 100644 --- a/core/res/res/drawable-ldpi/jog_tab_left_pressed.png +++ b/core/res/res/drawable-ldpi/jog_tab_left_pressed.png diff --git a/core/res/res/drawable-ldpi/jog_tab_right_confirm_gray.png b/core/res/res/drawable-ldpi/jog_tab_right_confirm_gray.png Binary files differindex ec1020d64666..02dd58b0b616 100644 --- a/core/res/res/drawable-ldpi/jog_tab_right_confirm_gray.png +++ b/core/res/res/drawable-ldpi/jog_tab_right_confirm_gray.png diff --git a/core/res/res/drawable-ldpi/jog_tab_right_confirm_green.png b/core/res/res/drawable-ldpi/jog_tab_right_confirm_green.png Binary files differindex 5b600c95c318..ce5d64b70758 100644 --- a/core/res/res/drawable-ldpi/jog_tab_right_confirm_green.png +++ b/core/res/res/drawable-ldpi/jog_tab_right_confirm_green.png diff --git a/core/res/res/drawable-ldpi/jog_tab_right_confirm_red.png b/core/res/res/drawable-ldpi/jog_tab_right_confirm_red.png Binary files differindex b640578a54ba..bde83f953e38 100644 --- a/core/res/res/drawable-ldpi/jog_tab_right_confirm_red.png +++ b/core/res/res/drawable-ldpi/jog_tab_right_confirm_red.png diff --git a/core/res/res/drawable-ldpi/jog_tab_right_confirm_yellow.png b/core/res/res/drawable-ldpi/jog_tab_right_confirm_yellow.png Binary files differindex c4490bc24c07..514a3a199073 100644 --- a/core/res/res/drawable-ldpi/jog_tab_right_confirm_yellow.png +++ b/core/res/res/drawable-ldpi/jog_tab_right_confirm_yellow.png diff --git a/core/res/res/drawable-ldpi/jog_tab_right_normal.png b/core/res/res/drawable-ldpi/jog_tab_right_normal.png Binary files differindex 024d409b38af..9abfaa9b4e94 100644 --- a/core/res/res/drawable-ldpi/jog_tab_right_normal.png +++ b/core/res/res/drawable-ldpi/jog_tab_right_normal.png diff --git a/core/res/res/drawable-ldpi/jog_tab_right_pressed.png b/core/res/res/drawable-ldpi/jog_tab_right_pressed.png Binary files differindex 22acd25dfa5e..c0f2337dc44e 100644 --- a/core/res/res/drawable-ldpi/jog_tab_right_pressed.png +++ b/core/res/res/drawable-ldpi/jog_tab_right_pressed.png diff --git a/core/res/res/drawable-ldpi/jog_tab_target_gray.png b/core/res/res/drawable-ldpi/jog_tab_target_gray.png Binary files differindex 7921676d604f..85fb45cc6eef 100644 --- a/core/res/res/drawable-ldpi/jog_tab_target_gray.png +++ b/core/res/res/drawable-ldpi/jog_tab_target_gray.png diff --git a/core/res/res/drawable-ldpi/jog_tab_target_green.png b/core/res/res/drawable-ldpi/jog_tab_target_green.png Binary files differindex df5c273ef620..0133a89ca5ad 100644 --- a/core/res/res/drawable-ldpi/jog_tab_target_green.png +++ b/core/res/res/drawable-ldpi/jog_tab_target_green.png diff --git a/core/res/res/drawable-ldpi/jog_tab_target_red.png b/core/res/res/drawable-ldpi/jog_tab_target_red.png Binary files differindex 2bb6df9670c6..c7fce73ec1c6 100644 --- a/core/res/res/drawable-ldpi/jog_tab_target_red.png +++ b/core/res/res/drawable-ldpi/jog_tab_target_red.png diff --git a/core/res/res/drawable-ldpi/jog_tab_target_yellow.png b/core/res/res/drawable-ldpi/jog_tab_target_yellow.png Binary files differindex e7e4347fe0e1..7f77be71877b 100644 --- a/core/res/res/drawable-ldpi/jog_tab_target_yellow.png +++ b/core/res/res/drawable-ldpi/jog_tab_target_yellow.png diff --git a/core/res/res/drawable-ldpi/keyboard_accessory_bg_landscape.9.png b/core/res/res/drawable-ldpi/keyboard_accessory_bg_landscape.9.png Binary files differindex 4ab1dd0201bd..5352ac96d828 100644 --- a/core/res/res/drawable-ldpi/keyboard_accessory_bg_landscape.9.png +++ b/core/res/res/drawable-ldpi/keyboard_accessory_bg_landscape.9.png diff --git a/core/res/res/drawable-ldpi/keyboard_background.9.png b/core/res/res/drawable-ldpi/keyboard_background.9.png Binary files differindex 06d42c0ce92e..48c0211823da 100644 --- a/core/res/res/drawable-ldpi/keyboard_background.9.png +++ b/core/res/res/drawable-ldpi/keyboard_background.9.png diff --git a/core/res/res/drawable-ldpi/keyboard_key_feedback_background.9.png b/core/res/res/drawable-ldpi/keyboard_key_feedback_background.9.png Binary files differindex 6f936f15712c..98fa16e7dfbb 100644 --- a/core/res/res/drawable-ldpi/keyboard_key_feedback_background.9.png +++ b/core/res/res/drawable-ldpi/keyboard_key_feedback_background.9.png diff --git a/core/res/res/drawable-ldpi/keyboard_key_feedback_more_background.9.png b/core/res/res/drawable-ldpi/keyboard_key_feedback_more_background.9.png Binary files differindex 7e81c3d433c3..4dc97438408f 100644 --- a/core/res/res/drawable-ldpi/keyboard_key_feedback_more_background.9.png +++ b/core/res/res/drawable-ldpi/keyboard_key_feedback_more_background.9.png diff --git a/core/res/res/drawable-ldpi/keyboard_popup_panel_background.9.png b/core/res/res/drawable-ldpi/keyboard_popup_panel_background.9.png Binary files differindex 955fecc25277..7185f2259058 100644 --- a/core/res/res/drawable-ldpi/keyboard_popup_panel_background.9.png +++ b/core/res/res/drawable-ldpi/keyboard_popup_panel_background.9.png diff --git a/core/res/res/drawable-ldpi/keyboard_popup_panel_trans_background.9.png b/core/res/res/drawable-ldpi/keyboard_popup_panel_trans_background.9.png Binary files differindex 78ac46d300ee..9f14e006b9b0 100644 --- a/core/res/res/drawable-ldpi/keyboard_popup_panel_trans_background.9.png +++ b/core/res/res/drawable-ldpi/keyboard_popup_panel_trans_background.9.png diff --git a/core/res/res/drawable-ldpi/light_header.9.png b/core/res/res/drawable-ldpi/light_header.9.png Binary files differindex 4318252a0284..4ca62ad4601c 100644 --- a/core/res/res/drawable-ldpi/light_header.9.png +++ b/core/res/res/drawable-ldpi/light_header.9.png diff --git a/core/res/res/drawable-ldpi/list_selector_background_disabled.9.png b/core/res/res/drawable-ldpi/list_selector_background_disabled.9.png Binary files differindex b94396bea424..23659d0e39d3 100644 --- a/core/res/res/drawable-ldpi/list_selector_background_disabled.9.png +++ b/core/res/res/drawable-ldpi/list_selector_background_disabled.9.png diff --git a/core/res/res/drawable-ldpi/list_selector_background_focus.9.png b/core/res/res/drawable-ldpi/list_selector_background_focus.9.png Binary files differindex f2887a9eb6f1..eb7e69933951 100644 --- a/core/res/res/drawable-ldpi/list_selector_background_focus.9.png +++ b/core/res/res/drawable-ldpi/list_selector_background_focus.9.png diff --git a/core/res/res/drawable-ldpi/list_selector_background_longpress.9.png b/core/res/res/drawable-ldpi/list_selector_background_longpress.9.png Binary files differindex 1fb46bb2eba8..1ecda6b864b1 100644 --- a/core/res/res/drawable-ldpi/list_selector_background_longpress.9.png +++ b/core/res/res/drawable-ldpi/list_selector_background_longpress.9.png diff --git a/core/res/res/drawable-ldpi/list_selector_background_pressed.9.png b/core/res/res/drawable-ldpi/list_selector_background_pressed.9.png Binary files differindex 4980eab56403..ea23baae412c 100644 --- a/core/res/res/drawable-ldpi/list_selector_background_pressed.9.png +++ b/core/res/res/drawable-ldpi/list_selector_background_pressed.9.png diff --git a/core/res/res/drawable-ldpi/maps_google_logo.png b/core/res/res/drawable-ldpi/maps_google_logo.png Binary files differindex 84cc52359539..cc4023378a40 100644 --- a/core/res/res/drawable-ldpi/maps_google_logo.png +++ b/core/res/res/drawable-ldpi/maps_google_logo.png diff --git a/core/res/res/drawable-ldpi/menu_background.9.png b/core/res/res/drawable-ldpi/menu_background.9.png Binary files differindex 18c1f403fc61..3a566dbf8bc4 100644 --- a/core/res/res/drawable-ldpi/menu_background.9.png +++ b/core/res/res/drawable-ldpi/menu_background.9.png diff --git a/core/res/res/drawable-ldpi/menu_background_fill_parent_width.9.png b/core/res/res/drawable-ldpi/menu_background_fill_parent_width.9.png Binary files differindex 02de32308dd2..06fd977c955b 100644 --- a/core/res/res/drawable-ldpi/menu_background_fill_parent_width.9.png +++ b/core/res/res/drawable-ldpi/menu_background_fill_parent_width.9.png diff --git a/core/res/res/drawable-ldpi/menu_separator.9.png b/core/res/res/drawable-ldpi/menu_separator.9.png Binary files differindex 9e2dd7f99667..d7674ecbabf8 100644 --- a/core/res/res/drawable-ldpi/menu_separator.9.png +++ b/core/res/res/drawable-ldpi/menu_separator.9.png diff --git a/core/res/res/drawable-ldpi/menu_submenu_background.9.png b/core/res/res/drawable-ldpi/menu_submenu_background.9.png Binary files differindex 25b27d400351..cd6629e2d016 100644 --- a/core/res/res/drawable-ldpi/menu_submenu_background.9.png +++ b/core/res/res/drawable-ldpi/menu_submenu_background.9.png diff --git a/core/res/res/drawable-ldpi/menuitem_background_focus.9.png b/core/res/res/drawable-ldpi/menuitem_background_focus.9.png Binary files differindex 072b665b6793..6f197e2fabae 100644 --- a/core/res/res/drawable-ldpi/menuitem_background_focus.9.png +++ b/core/res/res/drawable-ldpi/menuitem_background_focus.9.png diff --git a/core/res/res/drawable-ldpi/menuitem_background_pressed.9.png b/core/res/res/drawable-ldpi/menuitem_background_pressed.9.png Binary files differindex 1def2a156d42..73e676d9de32 100644 --- a/core/res/res/drawable-ldpi/menuitem_background_pressed.9.png +++ b/core/res/res/drawable-ldpi/menuitem_background_pressed.9.png diff --git a/core/res/res/drawable-ldpi/menuitem_background_solid_focused.9.png b/core/res/res/drawable-ldpi/menuitem_background_solid_focused.9.png Binary files differindex 671e75616929..b4ff4c45af7d 100644 --- a/core/res/res/drawable-ldpi/menuitem_background_solid_focused.9.png +++ b/core/res/res/drawable-ldpi/menuitem_background_solid_focused.9.png diff --git a/core/res/res/drawable-ldpi/menuitem_background_solid_pressed.9.png b/core/res/res/drawable-ldpi/menuitem_background_solid_pressed.9.png Binary files differindex 5f334d8681fa..a046d1b280da 100644 --- a/core/res/res/drawable-ldpi/menuitem_background_solid_pressed.9.png +++ b/core/res/res/drawable-ldpi/menuitem_background_solid_pressed.9.png diff --git a/core/res/res/drawable-ldpi/menuitem_checkbox_on.png b/core/res/res/drawable-ldpi/menuitem_checkbox_on.png Binary files differindex 61a484356edc..3f1a5b4747e3 100644 --- a/core/res/res/drawable-ldpi/menuitem_checkbox_on.png +++ b/core/res/res/drawable-ldpi/menuitem_checkbox_on.png diff --git a/core/res/res/drawable-ldpi/numberpicker_down_disabled.9.png b/core/res/res/drawable-ldpi/numberpicker_down_disabled.9.png Binary files differindex a4c2abab06ba..b138c9035cdb 100644 --- a/core/res/res/drawable-ldpi/numberpicker_down_disabled.9.png +++ b/core/res/res/drawable-ldpi/numberpicker_down_disabled.9.png diff --git a/core/res/res/drawable-ldpi/numberpicker_down_disabled_focused.9.png b/core/res/res/drawable-ldpi/numberpicker_down_disabled_focused.9.png Binary files differindex fdbc9d578933..f4445a01b1e4 100644 --- a/core/res/res/drawable-ldpi/numberpicker_down_disabled_focused.9.png +++ b/core/res/res/drawable-ldpi/numberpicker_down_disabled_focused.9.png diff --git a/core/res/res/drawable-ldpi/numberpicker_down_normal.9.png b/core/res/res/drawable-ldpi/numberpicker_down_normal.9.png Binary files differindex c7e80188dc6d..1d90e568e022 100644 --- a/core/res/res/drawable-ldpi/numberpicker_down_normal.9.png +++ b/core/res/res/drawable-ldpi/numberpicker_down_normal.9.png diff --git a/core/res/res/drawable-ldpi/numberpicker_down_pressed.9.png b/core/res/res/drawable-ldpi/numberpicker_down_pressed.9.png Binary files differindex 4dd82aea24a0..2f5a9681d833 100644 --- a/core/res/res/drawable-ldpi/numberpicker_down_pressed.9.png +++ b/core/res/res/drawable-ldpi/numberpicker_down_pressed.9.png diff --git a/core/res/res/drawable-ldpi/numberpicker_down_selected.9.png b/core/res/res/drawable-ldpi/numberpicker_down_selected.9.png Binary files differindex ebb701ecd8c8..82e3f4c516ad 100644 --- a/core/res/res/drawable-ldpi/numberpicker_down_selected.9.png +++ b/core/res/res/drawable-ldpi/numberpicker_down_selected.9.png diff --git a/core/res/res/drawable-ldpi/numberpicker_input_disabled.9.png b/core/res/res/drawable-ldpi/numberpicker_input_disabled.9.png Binary files differindex 39cc3d4aa7bd..3c8c03a3dbd6 100644 --- a/core/res/res/drawable-ldpi/numberpicker_input_disabled.9.png +++ b/core/res/res/drawable-ldpi/numberpicker_input_disabled.9.png diff --git a/core/res/res/drawable-ldpi/numberpicker_input_normal.9.png b/core/res/res/drawable-ldpi/numberpicker_input_normal.9.png Binary files differindex 6ffabe6cb283..d24089f56758 100644 --- a/core/res/res/drawable-ldpi/numberpicker_input_normal.9.png +++ b/core/res/res/drawable-ldpi/numberpicker_input_normal.9.png diff --git a/core/res/res/drawable-ldpi/numberpicker_input_pressed.9.png b/core/res/res/drawable-ldpi/numberpicker_input_pressed.9.png Binary files differindex 9cfaaab02700..1946ee7451f8 100644 --- a/core/res/res/drawable-ldpi/numberpicker_input_pressed.9.png +++ b/core/res/res/drawable-ldpi/numberpicker_input_pressed.9.png diff --git a/core/res/res/drawable-ldpi/numberpicker_input_selected.9.png b/core/res/res/drawable-ldpi/numberpicker_input_selected.9.png Binary files differindex e819e9b43a25..c2c5b08dd355 100644 --- a/core/res/res/drawable-ldpi/numberpicker_input_selected.9.png +++ b/core/res/res/drawable-ldpi/numberpicker_input_selected.9.png diff --git a/core/res/res/drawable-ldpi/numberpicker_up_disabled.9.png b/core/res/res/drawable-ldpi/numberpicker_up_disabled.9.png Binary files differindex 005a5ae1795a..b5a84a659a07 100644 --- a/core/res/res/drawable-ldpi/numberpicker_up_disabled.9.png +++ b/core/res/res/drawable-ldpi/numberpicker_up_disabled.9.png diff --git a/core/res/res/drawable-ldpi/numberpicker_up_disabled_focused.9.png b/core/res/res/drawable-ldpi/numberpicker_up_disabled_focused.9.png Binary files differindex f1c94655d4a8..5cd17b13b082 100644 --- a/core/res/res/drawable-ldpi/numberpicker_up_disabled_focused.9.png +++ b/core/res/res/drawable-ldpi/numberpicker_up_disabled_focused.9.png diff --git a/core/res/res/drawable-ldpi/numberpicker_up_normal.9.png b/core/res/res/drawable-ldpi/numberpicker_up_normal.9.png Binary files differindex 99275397569d..c61e20c304fb 100644 --- a/core/res/res/drawable-ldpi/numberpicker_up_normal.9.png +++ b/core/res/res/drawable-ldpi/numberpicker_up_normal.9.png diff --git a/core/res/res/drawable-ldpi/numberpicker_up_pressed.9.png b/core/res/res/drawable-ldpi/numberpicker_up_pressed.9.png Binary files differindex 7946450a27a1..897f6fa2770d 100644 --- a/core/res/res/drawable-ldpi/numberpicker_up_pressed.9.png +++ b/core/res/res/drawable-ldpi/numberpicker_up_pressed.9.png diff --git a/core/res/res/drawable-ldpi/numberpicker_up_selected.9.png b/core/res/res/drawable-ldpi/numberpicker_up_selected.9.png Binary files differindex 8c8136a4d16c..60047b199cbf 100644 --- a/core/res/res/drawable-ldpi/numberpicker_up_selected.9.png +++ b/core/res/res/drawable-ldpi/numberpicker_up_selected.9.png diff --git a/core/res/res/drawable-ldpi/panel_background.9.png b/core/res/res/drawable-ldpi/panel_background.9.png Binary files differindex 7ea328db8f73..e85f59b9fc09 100644 --- a/core/res/res/drawable-ldpi/panel_background.9.png +++ b/core/res/res/drawable-ldpi/panel_background.9.png diff --git a/core/res/res/drawable-ldpi/panel_picture_frame_bg_focus_blue.9.png b/core/res/res/drawable-ldpi/panel_picture_frame_bg_focus_blue.9.png Binary files differindex 14eb7f77dd10..d6a86a9dfb8b 100644 --- a/core/res/res/drawable-ldpi/panel_picture_frame_bg_focus_blue.9.png +++ b/core/res/res/drawable-ldpi/panel_picture_frame_bg_focus_blue.9.png diff --git a/core/res/res/drawable-ldpi/panel_picture_frame_bg_normal.9.png b/core/res/res/drawable-ldpi/panel_picture_frame_bg_normal.9.png Binary files differindex c8cd101f28e8..40da2dca957d 100644 --- a/core/res/res/drawable-ldpi/panel_picture_frame_bg_normal.9.png +++ b/core/res/res/drawable-ldpi/panel_picture_frame_bg_normal.9.png diff --git a/core/res/res/drawable-ldpi/panel_picture_frame_bg_pressed_blue.9.png b/core/res/res/drawable-ldpi/panel_picture_frame_bg_pressed_blue.9.png Binary files differindex 0badf2b9b74a..4bc600301762 100644 --- a/core/res/res/drawable-ldpi/panel_picture_frame_bg_pressed_blue.9.png +++ b/core/res/res/drawable-ldpi/panel_picture_frame_bg_pressed_blue.9.png diff --git a/core/res/res/drawable-ldpi/password_field_default.9.png b/core/res/res/drawable-ldpi/password_field_default.9.png Binary files differindex a84abf25ad05..72cfbe32ef2d 100644 --- a/core/res/res/drawable-ldpi/password_field_default.9.png +++ b/core/res/res/drawable-ldpi/password_field_default.9.png diff --git a/core/res/res/drawable-ldpi/picture_emergency.png b/core/res/res/drawable-ldpi/picture_emergency.png Binary files differindex dbb738f97ae0..b92acbf08258 100644 --- a/core/res/res/drawable-ldpi/picture_emergency.png +++ b/core/res/res/drawable-ldpi/picture_emergency.png diff --git a/core/res/res/drawable-ldpi/picture_frame.9.png b/core/res/res/drawable-ldpi/picture_frame.9.png Binary files differindex f302bf3d4c4e..751618ba8457 100644 --- a/core/res/res/drawable-ldpi/picture_frame.9.png +++ b/core/res/res/drawable-ldpi/picture_frame.9.png diff --git a/core/res/res/drawable-ldpi/popup_bottom_bright.9.png b/core/res/res/drawable-ldpi/popup_bottom_bright.9.png Binary files differindex a8d52a22edfb..0a039f784735 100644 --- a/core/res/res/drawable-ldpi/popup_bottom_bright.9.png +++ b/core/res/res/drawable-ldpi/popup_bottom_bright.9.png diff --git a/core/res/res/drawable-ldpi/popup_bottom_dark.9.png b/core/res/res/drawable-ldpi/popup_bottom_dark.9.png Binary files differindex b0b64dfd8241..f4ee5f88405f 100644 --- a/core/res/res/drawable-ldpi/popup_bottom_dark.9.png +++ b/core/res/res/drawable-ldpi/popup_bottom_dark.9.png diff --git a/core/res/res/drawable-ldpi/popup_bottom_medium.9.png b/core/res/res/drawable-ldpi/popup_bottom_medium.9.png Binary files differindex 7bdef97ad666..71a14f1a005f 100644 --- a/core/res/res/drawable-ldpi/popup_bottom_medium.9.png +++ b/core/res/res/drawable-ldpi/popup_bottom_medium.9.png diff --git a/core/res/res/drawable-ldpi/popup_center_bright.9.png b/core/res/res/drawable-ldpi/popup_center_bright.9.png Binary files differindex 0bfe6ba70f30..81dae3361cbf 100644 --- a/core/res/res/drawable-ldpi/popup_center_bright.9.png +++ b/core/res/res/drawable-ldpi/popup_center_bright.9.png diff --git a/core/res/res/drawable-ldpi/popup_center_dark.9.png b/core/res/res/drawable-ldpi/popup_center_dark.9.png Binary files differindex e76a452c96a0..0db0b0f35675 100644 --- a/core/res/res/drawable-ldpi/popup_center_dark.9.png +++ b/core/res/res/drawable-ldpi/popup_center_dark.9.png diff --git a/core/res/res/drawable-ldpi/popup_center_medium.9.png b/core/res/res/drawable-ldpi/popup_center_medium.9.png Binary files differindex a8de1870b85b..6fcfcec7bc0e 100644 --- a/core/res/res/drawable-ldpi/popup_center_medium.9.png +++ b/core/res/res/drawable-ldpi/popup_center_medium.9.png diff --git a/core/res/res/drawable-ldpi/popup_full_bright.9.png b/core/res/res/drawable-ldpi/popup_full_bright.9.png Binary files differindex b6bbacd0db15..325ea66d4aef 100644 --- a/core/res/res/drawable-ldpi/popup_full_bright.9.png +++ b/core/res/res/drawable-ldpi/popup_full_bright.9.png diff --git a/core/res/res/drawable-ldpi/popup_full_dark.9.png b/core/res/res/drawable-ldpi/popup_full_dark.9.png Binary files differindex ed36fce45064..176ffa64aa34 100644 --- a/core/res/res/drawable-ldpi/popup_full_dark.9.png +++ b/core/res/res/drawable-ldpi/popup_full_dark.9.png diff --git a/core/res/res/drawable-ldpi/popup_inline_error_above_am.9.png b/core/res/res/drawable-ldpi/popup_inline_error_above_am.9.png Binary files differindex 673685d39e1f..2f96b83b2c2d 100644 --- a/core/res/res/drawable-ldpi/popup_inline_error_above_am.9.png +++ b/core/res/res/drawable-ldpi/popup_inline_error_above_am.9.png diff --git a/core/res/res/drawable-ldpi/popup_inline_error_am.9.png b/core/res/res/drawable-ldpi/popup_inline_error_am.9.png Binary files differindex cdc66fffe0af..eb02ae323733 100644 --- a/core/res/res/drawable-ldpi/popup_inline_error_am.9.png +++ b/core/res/res/drawable-ldpi/popup_inline_error_am.9.png diff --git a/core/res/res/drawable-ldpi/popup_top_bright.9.png b/core/res/res/drawable-ldpi/popup_top_bright.9.png Binary files differindex 51f1f0f47831..a93a2fb2281c 100644 --- a/core/res/res/drawable-ldpi/popup_top_bright.9.png +++ b/core/res/res/drawable-ldpi/popup_top_bright.9.png diff --git a/core/res/res/drawable-ldpi/popup_top_dark.9.png b/core/res/res/drawable-ldpi/popup_top_dark.9.png Binary files differindex 81e19184f593..db461ae9cec6 100644 --- a/core/res/res/drawable-ldpi/popup_top_dark.9.png +++ b/core/res/res/drawable-ldpi/popup_top_dark.9.png diff --git a/core/res/res/drawable-ldpi/presence_audio_away.png b/core/res/res/drawable-ldpi/presence_audio_away.png Binary files differindex 73ad0dae2bbc..84bda159c9c0 100644 --- a/core/res/res/drawable-ldpi/presence_audio_away.png +++ b/core/res/res/drawable-ldpi/presence_audio_away.png diff --git a/core/res/res/drawable-ldpi/presence_audio_busy.png b/core/res/res/drawable-ldpi/presence_audio_busy.png Binary files differindex 8b64d450eb16..2cbab5679318 100644 --- a/core/res/res/drawable-ldpi/presence_audio_busy.png +++ b/core/res/res/drawable-ldpi/presence_audio_busy.png diff --git a/core/res/res/drawable-ldpi/presence_audio_online.png b/core/res/res/drawable-ldpi/presence_audio_online.png Binary files differindex 455db05286e7..0a217b441b78 100644 --- a/core/res/res/drawable-ldpi/presence_audio_online.png +++ b/core/res/res/drawable-ldpi/presence_audio_online.png diff --git a/core/res/res/drawable-ldpi/presence_away.png b/core/res/res/drawable-ldpi/presence_away.png Binary files differindex 5228a4b6bc0a..360aeec08de0 100644 --- a/core/res/res/drawable-ldpi/presence_away.png +++ b/core/res/res/drawable-ldpi/presence_away.png diff --git a/core/res/res/drawable-ldpi/presence_busy.png b/core/res/res/drawable-ldpi/presence_busy.png Binary files differindex 79fddf78a316..d70668575d6f 100644 --- a/core/res/res/drawable-ldpi/presence_busy.png +++ b/core/res/res/drawable-ldpi/presence_busy.png diff --git a/core/res/res/drawable-ldpi/presence_invisible.png b/core/res/res/drawable-ldpi/presence_invisible.png Binary files differindex fb1654b53084..ec34ae0f83f7 100644 --- a/core/res/res/drawable-ldpi/presence_invisible.png +++ b/core/res/res/drawable-ldpi/presence_invisible.png diff --git a/core/res/res/drawable-ldpi/presence_offline.png b/core/res/res/drawable-ldpi/presence_offline.png Binary files differindex 45467992f915..dafc585dc3e2 100644 --- a/core/res/res/drawable-ldpi/presence_offline.png +++ b/core/res/res/drawable-ldpi/presence_offline.png diff --git a/core/res/res/drawable-ldpi/presence_online.png b/core/res/res/drawable-ldpi/presence_online.png Binary files differindex c400a1820e95..7dcefad023af 100644 --- a/core/res/res/drawable-ldpi/presence_online.png +++ b/core/res/res/drawable-ldpi/presence_online.png diff --git a/core/res/res/drawable-ldpi/presence_video_away.png b/core/res/res/drawable-ldpi/presence_video_away.png Binary files differindex 3695a0e950d4..cbacad8ba6c2 100644 --- a/core/res/res/drawable-ldpi/presence_video_away.png +++ b/core/res/res/drawable-ldpi/presence_video_away.png diff --git a/core/res/res/drawable-ldpi/presence_video_busy.png b/core/res/res/drawable-ldpi/presence_video_busy.png Binary files differindex c4b0728de57a..4814cde5b234 100644 --- a/core/res/res/drawable-ldpi/presence_video_busy.png +++ b/core/res/res/drawable-ldpi/presence_video_busy.png diff --git a/core/res/res/drawable-ldpi/presence_video_online.png b/core/res/res/drawable-ldpi/presence_video_online.png Binary files differindex 786d0e6dcbaf..4debd36dd708 100644 --- a/core/res/res/drawable-ldpi/presence_video_online.png +++ b/core/res/res/drawable-ldpi/presence_video_online.png diff --git a/core/res/res/drawable-ldpi/pressed_application_background_static.png b/core/res/res/drawable-ldpi/pressed_application_background_static.png Binary files differindex d0fd302c9952..899ede973e8c 100644 --- a/core/res/res/drawable-ldpi/pressed_application_background_static.png +++ b/core/res/res/drawable-ldpi/pressed_application_background_static.png diff --git a/core/res/res/drawable-ldpi/progressbar_indeterminate1.png b/core/res/res/drawable-ldpi/progressbar_indeterminate1.png Binary files differindex 92a1aeef28a5..96013d7d683c 100644 --- a/core/res/res/drawable-ldpi/progressbar_indeterminate1.png +++ b/core/res/res/drawable-ldpi/progressbar_indeterminate1.png diff --git a/core/res/res/drawable-ldpi/progressbar_indeterminate2.png b/core/res/res/drawable-ldpi/progressbar_indeterminate2.png Binary files differindex 1fd2f3779ebe..95df9d85ac3b 100644 --- a/core/res/res/drawable-ldpi/progressbar_indeterminate2.png +++ b/core/res/res/drawable-ldpi/progressbar_indeterminate2.png diff --git a/core/res/res/drawable-ldpi/progressbar_indeterminate3.png b/core/res/res/drawable-ldpi/progressbar_indeterminate3.png Binary files differindex adb80227f68c..ecb92119c929 100644 --- a/core/res/res/drawable-ldpi/progressbar_indeterminate3.png +++ b/core/res/res/drawable-ldpi/progressbar_indeterminate3.png diff --git a/core/res/res/drawable-ldpi/radiobutton_off_background.png b/core/res/res/drawable-ldpi/radiobutton_off_background.png Binary files differindex d8023c9ca1fc..a71a36a27fc6 100644 --- a/core/res/res/drawable-ldpi/radiobutton_off_background.png +++ b/core/res/res/drawable-ldpi/radiobutton_off_background.png diff --git a/core/res/res/drawable-ldpi/radiobutton_on_background.png b/core/res/res/drawable-ldpi/radiobutton_on_background.png Binary files differindex 4014d4ba9ab0..fc3c08d90572 100644 --- a/core/res/res/drawable-ldpi/radiobutton_on_background.png +++ b/core/res/res/drawable-ldpi/radiobutton_on_background.png diff --git a/core/res/res/drawable-ldpi/rate_star_big_half.png b/core/res/res/drawable-ldpi/rate_star_big_half.png Binary files differindex 0b4dc17322a3..8593247bafcc 100644 --- a/core/res/res/drawable-ldpi/rate_star_big_half.png +++ b/core/res/res/drawable-ldpi/rate_star_big_half.png diff --git a/core/res/res/drawable-ldpi/rate_star_big_off.png b/core/res/res/drawable-ldpi/rate_star_big_off.png Binary files differindex 1d8eef67fb8e..a28633d7f4b9 100644 --- a/core/res/res/drawable-ldpi/rate_star_big_off.png +++ b/core/res/res/drawable-ldpi/rate_star_big_off.png diff --git a/core/res/res/drawable-ldpi/rate_star_big_on.png b/core/res/res/drawable-ldpi/rate_star_big_on.png Binary files differindex b6d4d891e39a..d31078cc3354 100644 --- a/core/res/res/drawable-ldpi/rate_star_big_on.png +++ b/core/res/res/drawable-ldpi/rate_star_big_on.png diff --git a/core/res/res/drawable-ldpi/rate_star_med_half.png b/core/res/res/drawable-ldpi/rate_star_med_half.png Binary files differindex f9bcc5c43ebd..3c12358be2df 100644 --- a/core/res/res/drawable-ldpi/rate_star_med_half.png +++ b/core/res/res/drawable-ldpi/rate_star_med_half.png diff --git a/core/res/res/drawable-ldpi/rate_star_med_off.png b/core/res/res/drawable-ldpi/rate_star_med_off.png Binary files differindex eec4ae5c3694..71b0e031aa52 100644 --- a/core/res/res/drawable-ldpi/rate_star_med_off.png +++ b/core/res/res/drawable-ldpi/rate_star_med_off.png diff --git a/core/res/res/drawable-ldpi/rate_star_med_on.png b/core/res/res/drawable-ldpi/rate_star_med_on.png Binary files differindex 03a4cffc6c70..1b48cd15d3d9 100644 --- a/core/res/res/drawable-ldpi/rate_star_med_on.png +++ b/core/res/res/drawable-ldpi/rate_star_med_on.png diff --git a/core/res/res/drawable-ldpi/rate_star_small_half.png b/core/res/res/drawable-ldpi/rate_star_small_half.png Binary files differindex 3e2b99bfc645..b27e2fc1fd0d 100644 --- a/core/res/res/drawable-ldpi/rate_star_small_half.png +++ b/core/res/res/drawable-ldpi/rate_star_small_half.png diff --git a/core/res/res/drawable-ldpi/rate_star_small_off.png b/core/res/res/drawable-ldpi/rate_star_small_off.png Binary files differindex 19db3725edd7..37ce51f8923b 100644 --- a/core/res/res/drawable-ldpi/rate_star_small_off.png +++ b/core/res/res/drawable-ldpi/rate_star_small_off.png diff --git a/core/res/res/drawable-ldpi/rate_star_small_on.png b/core/res/res/drawable-ldpi/rate_star_small_on.png Binary files differindex b3b9a8433520..932b1c1cf8b2 100644 --- a/core/res/res/drawable-ldpi/rate_star_small_on.png +++ b/core/res/res/drawable-ldpi/rate_star_small_on.png diff --git a/core/res/res/drawable-ldpi/recent_dialog_background.9.png b/core/res/res/drawable-ldpi/recent_dialog_background.9.png Binary files differindex ab8d87d300ea..0b232d57eb32 100644 --- a/core/res/res/drawable-ldpi/recent_dialog_background.9.png +++ b/core/res/res/drawable-ldpi/recent_dialog_background.9.png diff --git a/core/res/res/drawable-ldpi/reticle.png b/core/res/res/drawable-ldpi/reticle.png Binary files differindex daaee11978ec..c2026b2403c9 100644 --- a/core/res/res/drawable-ldpi/reticle.png +++ b/core/res/res/drawable-ldpi/reticle.png diff --git a/core/res/res/drawable-ldpi/scrollbar_handle_accelerated_anim2.9.png b/core/res/res/drawable-ldpi/scrollbar_handle_accelerated_anim2.9.png Binary files differindex a4ca3e048005..966c67a50142 100644 --- a/core/res/res/drawable-ldpi/scrollbar_handle_accelerated_anim2.9.png +++ b/core/res/res/drawable-ldpi/scrollbar_handle_accelerated_anim2.9.png diff --git a/core/res/res/drawable-ldpi/scrollbar_handle_horizontal.9.png b/core/res/res/drawable-ldpi/scrollbar_handle_horizontal.9.png Binary files differindex b3c10cf6f2ab..148c301a2c74 100644 --- a/core/res/res/drawable-ldpi/scrollbar_handle_horizontal.9.png +++ b/core/res/res/drawable-ldpi/scrollbar_handle_horizontal.9.png diff --git a/core/res/res/drawable-ldpi/scrollbar_handle_vertical.9.png b/core/res/res/drawable-ldpi/scrollbar_handle_vertical.9.png Binary files differindex a04e632a9e6a..d7d462d369e8 100644 --- a/core/res/res/drawable-ldpi/scrollbar_handle_vertical.9.png +++ b/core/res/res/drawable-ldpi/scrollbar_handle_vertical.9.png diff --git a/core/res/res/drawable-ldpi/search_dropdown_background.9.png b/core/res/res/drawable-ldpi/search_dropdown_background.9.png Binary files differindex b695dcbcc421..79efd87e2525 100644 --- a/core/res/res/drawable-ldpi/search_dropdown_background.9.png +++ b/core/res/res/drawable-ldpi/search_dropdown_background.9.png diff --git a/core/res/res/drawable-ldpi/search_plate.9.png b/core/res/res/drawable-ldpi/search_plate.9.png Binary files differindex 40a351f6bfcc..0008ac69b8d0 100644 --- a/core/res/res/drawable-ldpi/search_plate.9.png +++ b/core/res/res/drawable-ldpi/search_plate.9.png diff --git a/core/res/res/drawable-ldpi/search_plate_global.9.png b/core/res/res/drawable-ldpi/search_plate_global.9.png Binary files differindex 2fa21299fbc0..a1a6dc960365 100644 --- a/core/res/res/drawable-ldpi/search_plate_global.9.png +++ b/core/res/res/drawable-ldpi/search_plate_global.9.png diff --git a/core/res/res/drawable-ldpi/seek_thumb_normal.png b/core/res/res/drawable-ldpi/seek_thumb_normal.png Binary files differindex 9c2d90d56f79..3ceb28b7f5e0 100644 --- a/core/res/res/drawable-ldpi/seek_thumb_normal.png +++ b/core/res/res/drawable-ldpi/seek_thumb_normal.png diff --git a/core/res/res/drawable-ldpi/seek_thumb_pressed.png b/core/res/res/drawable-ldpi/seek_thumb_pressed.png Binary files differindex 555cde829982..c3cad47a8bac 100644 --- a/core/res/res/drawable-ldpi/seek_thumb_pressed.png +++ b/core/res/res/drawable-ldpi/seek_thumb_pressed.png diff --git a/core/res/res/drawable-ldpi/seek_thumb_selected.png b/core/res/res/drawable-ldpi/seek_thumb_selected.png Binary files differindex 4f118180034d..ca5657af242b 100644 --- a/core/res/res/drawable-ldpi/seek_thumb_selected.png +++ b/core/res/res/drawable-ldpi/seek_thumb_selected.png diff --git a/core/res/res/drawable-ldpi/settings_header_raw.9.png b/core/res/res/drawable-ldpi/settings_header_raw.9.png Binary files differindex 142d8c2f10bd..13332669cbce 100644 --- a/core/res/res/drawable-ldpi/settings_header_raw.9.png +++ b/core/res/res/drawable-ldpi/settings_header_raw.9.png diff --git a/core/res/res/drawable-ldpi/spinner_black_16.png b/core/res/res/drawable-ldpi/spinner_black_16.png Binary files differindex c876d8a65096..5cb78020b04e 100644 --- a/core/res/res/drawable-ldpi/spinner_black_16.png +++ b/core/res/res/drawable-ldpi/spinner_black_16.png diff --git a/core/res/res/drawable-ldpi/spinner_black_20.png b/core/res/res/drawable-ldpi/spinner_black_20.png Binary files differindex 7751f9ab8353..5bbd8b66fb15 100644 --- a/core/res/res/drawable-ldpi/spinner_black_20.png +++ b/core/res/res/drawable-ldpi/spinner_black_20.png diff --git a/core/res/res/drawable-ldpi/spinner_black_48.png b/core/res/res/drawable-ldpi/spinner_black_48.png Binary files differindex c7aa51708062..40859e8e6679 100644 --- a/core/res/res/drawable-ldpi/spinner_black_48.png +++ b/core/res/res/drawable-ldpi/spinner_black_48.png diff --git a/core/res/res/drawable-ldpi/spinner_black_76.png b/core/res/res/drawable-ldpi/spinner_black_76.png Binary files differindex 44f559cd1313..8c2d087661e5 100644 --- a/core/res/res/drawable-ldpi/spinner_black_76.png +++ b/core/res/res/drawable-ldpi/spinner_black_76.png diff --git a/core/res/res/drawable-ldpi/spinner_dropdown_background_down.9.png b/core/res/res/drawable-ldpi/spinner_dropdown_background_down.9.png Binary files differindex f9c4610b059d..ff7e78ba37ad 100644 --- a/core/res/res/drawable-ldpi/spinner_dropdown_background_down.9.png +++ b/core/res/res/drawable-ldpi/spinner_dropdown_background_down.9.png diff --git a/core/res/res/drawable-ldpi/spinner_dropdown_background_up.9.png b/core/res/res/drawable-ldpi/spinner_dropdown_background_up.9.png Binary files differindex f458ad4ee6b8..a1deb2d317e0 100644 --- a/core/res/res/drawable-ldpi/spinner_dropdown_background_up.9.png +++ b/core/res/res/drawable-ldpi/spinner_dropdown_background_up.9.png diff --git a/core/res/res/drawable-ldpi/spinner_normal.9.png b/core/res/res/drawable-ldpi/spinner_normal.9.png Binary files differindex 151c2e6a210d..1f5d3b81d74f 100644 --- a/core/res/res/drawable-ldpi/spinner_normal.9.png +++ b/core/res/res/drawable-ldpi/spinner_normal.9.png diff --git a/core/res/res/drawable-ldpi/spinner_press.9.png b/core/res/res/drawable-ldpi/spinner_press.9.png Binary files differindex f3be1fc59133..1db89b729a4c 100644 --- a/core/res/res/drawable-ldpi/spinner_press.9.png +++ b/core/res/res/drawable-ldpi/spinner_press.9.png diff --git a/core/res/res/drawable-ldpi/spinner_select.9.png b/core/res/res/drawable-ldpi/spinner_select.9.png Binary files differindex 092168b5d832..6b29f53c1e55 100644 --- a/core/res/res/drawable-ldpi/spinner_select.9.png +++ b/core/res/res/drawable-ldpi/spinner_select.9.png diff --git a/core/res/res/drawable-ldpi/spinner_white_16.png b/core/res/res/drawable-ldpi/spinner_white_16.png Binary files differindex 0ad9eb087b7f..13ef63d803ac 100644 --- a/core/res/res/drawable-ldpi/spinner_white_16.png +++ b/core/res/res/drawable-ldpi/spinner_white_16.png diff --git a/core/res/res/drawable-ldpi/spinner_white_48.png b/core/res/res/drawable-ldpi/spinner_white_48.png Binary files differindex f0f0827b84af..82858a5ac962 100644 --- a/core/res/res/drawable-ldpi/spinner_white_48.png +++ b/core/res/res/drawable-ldpi/spinner_white_48.png diff --git a/core/res/res/drawable-ldpi/spinner_white_76.png b/core/res/res/drawable-ldpi/spinner_white_76.png Binary files differindex 8be8f26de26f..494e02f41931 100644 --- a/core/res/res/drawable-ldpi/spinner_white_76.png +++ b/core/res/res/drawable-ldpi/spinner_white_76.png diff --git a/core/res/res/drawable-ldpi/star_big_off.png b/core/res/res/drawable-ldpi/star_big_off.png Binary files differindex d91c3a44cd24..e2ebd7ed4377 100644 --- a/core/res/res/drawable-ldpi/star_big_off.png +++ b/core/res/res/drawable-ldpi/star_big_off.png diff --git a/core/res/res/drawable-ldpi/star_big_on.png b/core/res/res/drawable-ldpi/star_big_on.png Binary files differindex 69d92a229db6..c69755f8c51b 100644 --- a/core/res/res/drawable-ldpi/star_big_on.png +++ b/core/res/res/drawable-ldpi/star_big_on.png diff --git a/core/res/res/drawable-ldpi/star_off.png b/core/res/res/drawable-ldpi/star_off.png Binary files differindex 6bc28fcee973..75b2b508756c 100644 --- a/core/res/res/drawable-ldpi/star_off.png +++ b/core/res/res/drawable-ldpi/star_off.png diff --git a/core/res/res/drawable-ldpi/star_on.png b/core/res/res/drawable-ldpi/star_on.png Binary files differindex d2e38455bee3..57ca7eb53d2f 100644 --- a/core/res/res/drawable-ldpi/star_on.png +++ b/core/res/res/drawable-ldpi/star_on.png diff --git a/core/res/res/drawable-ldpi/stat_ecb_mode.png b/core/res/res/drawable-ldpi/stat_ecb_mode.png Binary files differindex a17d7dbf2000..d3796e2bb1bb 100644 --- a/core/res/res/drawable-ldpi/stat_ecb_mode.png +++ b/core/res/res/drawable-ldpi/stat_ecb_mode.png diff --git a/core/res/res/drawable-ldpi/stat_notify_car_mode.png b/core/res/res/drawable-ldpi/stat_notify_car_mode.png Binary files differindex 22e90aef1cd2..8750d7d3bda3 100644 --- a/core/res/res/drawable-ldpi/stat_notify_car_mode.png +++ b/core/res/res/drawable-ldpi/stat_notify_car_mode.png diff --git a/core/res/res/drawable-ldpi/stat_notify_chat.png b/core/res/res/drawable-ldpi/stat_notify_chat.png Binary files differindex 562fbcc2b430..b9f43afa10e6 100644 --- a/core/res/res/drawable-ldpi/stat_notify_chat.png +++ b/core/res/res/drawable-ldpi/stat_notify_chat.png diff --git a/core/res/res/drawable-ldpi/stat_notify_disk_full.png b/core/res/res/drawable-ldpi/stat_notify_disk_full.png Binary files differindex c329486f6612..236470c8be73 100644 --- a/core/res/res/drawable-ldpi/stat_notify_disk_full.png +++ b/core/res/res/drawable-ldpi/stat_notify_disk_full.png diff --git a/core/res/res/drawable-ldpi/stat_notify_email_generic.png b/core/res/res/drawable-ldpi/stat_notify_email_generic.png Binary files differindex 352267c06e4b..141306b8fdbc 100644 --- a/core/res/res/drawable-ldpi/stat_notify_email_generic.png +++ b/core/res/res/drawable-ldpi/stat_notify_email_generic.png diff --git a/core/res/res/drawable-ldpi/stat_notify_error.png b/core/res/res/drawable-ldpi/stat_notify_error.png Binary files differindex a2eab9b8cfb3..bf5ae735944e 100644 --- a/core/res/res/drawable-ldpi/stat_notify_error.png +++ b/core/res/res/drawable-ldpi/stat_notify_error.png diff --git a/core/res/res/drawable-ldpi/stat_notify_gmail.png b/core/res/res/drawable-ldpi/stat_notify_gmail.png Binary files differindex 8fbfd00a8b69..8886c0343ae0 100644 --- a/core/res/res/drawable-ldpi/stat_notify_gmail.png +++ b/core/res/res/drawable-ldpi/stat_notify_gmail.png diff --git a/core/res/res/drawable-ldpi/stat_notify_missed_call.png b/core/res/res/drawable-ldpi/stat_notify_missed_call.png Binary files differindex 4c01206df673..c2c586ab8610 100644 --- a/core/res/res/drawable-ldpi/stat_notify_missed_call.png +++ b/core/res/res/drawable-ldpi/stat_notify_missed_call.png diff --git a/core/res/res/drawable-ldpi/stat_notify_more.png b/core/res/res/drawable-ldpi/stat_notify_more.png Binary files differindex a51341de2f33..054e5de17e6a 100644 --- a/core/res/res/drawable-ldpi/stat_notify_more.png +++ b/core/res/res/drawable-ldpi/stat_notify_more.png diff --git a/core/res/res/drawable-ldpi/stat_notify_sdcard.png b/core/res/res/drawable-ldpi/stat_notify_sdcard.png Binary files differindex 265fd8fe02a3..f11d18fd689c 100644 --- a/core/res/res/drawable-ldpi/stat_notify_sdcard.png +++ b/core/res/res/drawable-ldpi/stat_notify_sdcard.png diff --git a/core/res/res/drawable-ldpi/stat_notify_sdcard_prepare.png b/core/res/res/drawable-ldpi/stat_notify_sdcard_prepare.png Binary files differindex 84cb224e14ba..cb7e92260eb0 100644 --- a/core/res/res/drawable-ldpi/stat_notify_sdcard_prepare.png +++ b/core/res/res/drawable-ldpi/stat_notify_sdcard_prepare.png diff --git a/core/res/res/drawable-ldpi/stat_notify_sdcard_usb.png b/core/res/res/drawable-ldpi/stat_notify_sdcard_usb.png Binary files differindex cb7022b9aead..2ffaaf73f3c6 100644 --- a/core/res/res/drawable-ldpi/stat_notify_sdcard_usb.png +++ b/core/res/res/drawable-ldpi/stat_notify_sdcard_usb.png diff --git a/core/res/res/drawable-ldpi/stat_notify_sim_toolkit.png b/core/res/res/drawable-ldpi/stat_notify_sim_toolkit.png Binary files differindex d9a62a955c38..837790159474 100644 --- a/core/res/res/drawable-ldpi/stat_notify_sim_toolkit.png +++ b/core/res/res/drawable-ldpi/stat_notify_sim_toolkit.png diff --git a/core/res/res/drawable-ldpi/stat_notify_sync.png b/core/res/res/drawable-ldpi/stat_notify_sync.png Binary files differindex dd63030b694b..f13273cff2af 100644 --- a/core/res/res/drawable-ldpi/stat_notify_sync.png +++ b/core/res/res/drawable-ldpi/stat_notify_sync.png diff --git a/core/res/res/drawable-ldpi/stat_notify_sync_anim0.png b/core/res/res/drawable-ldpi/stat_notify_sync_anim0.png Binary files differindex 9aa4edf52eab..f0e29aebec6a 100644 --- a/core/res/res/drawable-ldpi/stat_notify_sync_anim0.png +++ b/core/res/res/drawable-ldpi/stat_notify_sync_anim0.png diff --git a/core/res/res/drawable-ldpi/stat_notify_sync_error.png b/core/res/res/drawable-ldpi/stat_notify_sync_error.png Binary files differindex 431a86fa63ec..afd4d95cf274 100644 --- a/core/res/res/drawable-ldpi/stat_notify_sync_error.png +++ b/core/res/res/drawable-ldpi/stat_notify_sync_error.png diff --git a/core/res/res/drawable-ldpi/stat_notify_voicemail.png b/core/res/res/drawable-ldpi/stat_notify_voicemail.png Binary files differindex 36d61a422fef..67cce532ddf5 100644 --- a/core/res/res/drawable-ldpi/stat_notify_voicemail.png +++ b/core/res/res/drawable-ldpi/stat_notify_voicemail.png diff --git a/core/res/res/drawable-ldpi/stat_sys_battery_0.png b/core/res/res/drawable-ldpi/stat_sys_battery_0.png Binary files differindex b692c7a47254..2165a68b420f 100644 --- a/core/res/res/drawable-ldpi/stat_sys_battery_0.png +++ b/core/res/res/drawable-ldpi/stat_sys_battery_0.png diff --git a/core/res/res/drawable-ldpi/stat_sys_battery_10.png b/core/res/res/drawable-ldpi/stat_sys_battery_10.png Binary files differindex 5e7efd10645e..f859d8fd9212 100644 --- a/core/res/res/drawable-ldpi/stat_sys_battery_10.png +++ b/core/res/res/drawable-ldpi/stat_sys_battery_10.png diff --git a/core/res/res/drawable-ldpi/stat_sys_battery_100.png b/core/res/res/drawable-ldpi/stat_sys_battery_100.png Binary files differindex 7023ea7b420c..d5ad88e33fc0 100644 --- a/core/res/res/drawable-ldpi/stat_sys_battery_100.png +++ b/core/res/res/drawable-ldpi/stat_sys_battery_100.png diff --git a/core/res/res/drawable-ldpi/stat_sys_battery_20.png b/core/res/res/drawable-ldpi/stat_sys_battery_20.png Binary files differindex 275ebbb1ba30..0e6de6a006bd 100644 --- a/core/res/res/drawable-ldpi/stat_sys_battery_20.png +++ b/core/res/res/drawable-ldpi/stat_sys_battery_20.png diff --git a/core/res/res/drawable-ldpi/stat_sys_battery_40.png b/core/res/res/drawable-ldpi/stat_sys_battery_40.png Binary files differindex 6a46fe096dcc..8c9fec74cc05 100644 --- a/core/res/res/drawable-ldpi/stat_sys_battery_40.png +++ b/core/res/res/drawable-ldpi/stat_sys_battery_40.png diff --git a/core/res/res/drawable-ldpi/stat_sys_battery_60.png b/core/res/res/drawable-ldpi/stat_sys_battery_60.png Binary files differindex f94115a01e44..bf09f4c7c4a0 100644 --- a/core/res/res/drawable-ldpi/stat_sys_battery_60.png +++ b/core/res/res/drawable-ldpi/stat_sys_battery_60.png diff --git a/core/res/res/drawable-ldpi/stat_sys_battery_80.png b/core/res/res/drawable-ldpi/stat_sys_battery_80.png Binary files differindex 8b07df923adb..cfbe0d532180 100644 --- a/core/res/res/drawable-ldpi/stat_sys_battery_80.png +++ b/core/res/res/drawable-ldpi/stat_sys_battery_80.png diff --git a/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim0.png b/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim0.png Binary files differindex 7c4a783c3c8e..e19437541e86 100644 --- a/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim0.png +++ b/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim0.png diff --git a/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim1.png b/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim1.png Binary files differindex 9eea8ae94442..c629adf729df 100644 --- a/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim1.png +++ b/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim1.png diff --git a/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim2.png b/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim2.png Binary files differindex 112c8696438d..ef498829e789 100644 --- a/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim2.png +++ b/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim2.png diff --git a/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim3.png b/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim3.png Binary files differindex 7b5c08b36dec..c39b68293c9d 100644 --- a/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim3.png +++ b/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim3.png diff --git a/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim4.png b/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim4.png Binary files differindex ddda4ad6db7d..48a89dbde1fc 100644 --- a/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim4.png +++ b/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim4.png diff --git a/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim5.png b/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim5.png Binary files differindex 52050b2f832c..bcb780cdde3c 100644 --- a/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim5.png +++ b/core/res/res/drawable-ldpi/stat_sys_battery_charge_anim5.png diff --git a/core/res/res/drawable-ldpi/stat_sys_battery_unknown.png b/core/res/res/drawable-ldpi/stat_sys_battery_unknown.png Binary files differindex e095aa4249fd..e0c659ea16f2 100644 --- a/core/res/res/drawable-ldpi/stat_sys_battery_unknown.png +++ b/core/res/res/drawable-ldpi/stat_sys_battery_unknown.png diff --git a/core/res/res/drawable-ldpi/stat_sys_data_bluetooth.png b/core/res/res/drawable-ldpi/stat_sys_data_bluetooth.png Binary files differindex 2ae3355dab7f..32f91355b969 100644 --- a/core/res/res/drawable-ldpi/stat_sys_data_bluetooth.png +++ b/core/res/res/drawable-ldpi/stat_sys_data_bluetooth.png diff --git a/core/res/res/drawable-ldpi/stat_sys_data_usb.png b/core/res/res/drawable-ldpi/stat_sys_data_usb.png Binary files differindex ffaccbde6952..813a347c63fa 100644 --- a/core/res/res/drawable-ldpi/stat_sys_data_usb.png +++ b/core/res/res/drawable-ldpi/stat_sys_data_usb.png diff --git a/core/res/res/drawable-ldpi/stat_sys_download_anim0.png b/core/res/res/drawable-ldpi/stat_sys_download_anim0.png Binary files differindex 12c0e213bd0c..e528ca4add9a 100644 --- a/core/res/res/drawable-ldpi/stat_sys_download_anim0.png +++ b/core/res/res/drawable-ldpi/stat_sys_download_anim0.png diff --git a/core/res/res/drawable-ldpi/stat_sys_download_anim1.png b/core/res/res/drawable-ldpi/stat_sys_download_anim1.png Binary files differindex f5ec4ac7bac7..453b522ee2fe 100644 --- a/core/res/res/drawable-ldpi/stat_sys_download_anim1.png +++ b/core/res/res/drawable-ldpi/stat_sys_download_anim1.png diff --git a/core/res/res/drawable-ldpi/stat_sys_download_anim2.png b/core/res/res/drawable-ldpi/stat_sys_download_anim2.png Binary files differindex 4900ebd24ea3..8c31d228f167 100644 --- a/core/res/res/drawable-ldpi/stat_sys_download_anim2.png +++ b/core/res/res/drawable-ldpi/stat_sys_download_anim2.png diff --git a/core/res/res/drawable-ldpi/stat_sys_download_anim3.png b/core/res/res/drawable-ldpi/stat_sys_download_anim3.png Binary files differindex aff9ebd09acc..e2a82fdc87c1 100644 --- a/core/res/res/drawable-ldpi/stat_sys_download_anim3.png +++ b/core/res/res/drawable-ldpi/stat_sys_download_anim3.png diff --git a/core/res/res/drawable-ldpi/stat_sys_download_anim4.png b/core/res/res/drawable-ldpi/stat_sys_download_anim4.png Binary files differindex 2eb65db271b5..02871245569b 100644 --- a/core/res/res/drawable-ldpi/stat_sys_download_anim4.png +++ b/core/res/res/drawable-ldpi/stat_sys_download_anim4.png diff --git a/core/res/res/drawable-ldpi/stat_sys_download_anim5.png b/core/res/res/drawable-ldpi/stat_sys_download_anim5.png Binary files differindex a9f2448a6935..4f63dcdf14c2 100644 --- a/core/res/res/drawable-ldpi/stat_sys_download_anim5.png +++ b/core/res/res/drawable-ldpi/stat_sys_download_anim5.png diff --git a/core/res/res/drawable-ldpi/stat_sys_gps_on.png b/core/res/res/drawable-ldpi/stat_sys_gps_on.png Binary files differindex 77776f50dbf4..23bb8f5ca768 100644 --- a/core/res/res/drawable-ldpi/stat_sys_gps_on.png +++ b/core/res/res/drawable-ldpi/stat_sys_gps_on.png diff --git a/core/res/res/drawable-ldpi/stat_sys_headset.png b/core/res/res/drawable-ldpi/stat_sys_headset.png Binary files differindex 8f143a3638a9..875a5d3e897a 100644 --- a/core/res/res/drawable-ldpi/stat_sys_headset.png +++ b/core/res/res/drawable-ldpi/stat_sys_headset.png diff --git a/core/res/res/drawable-ldpi/stat_sys_phone_call.png b/core/res/res/drawable-ldpi/stat_sys_phone_call.png Binary files differindex 275bef2abb8e..b65becf3e6f2 100644 --- a/core/res/res/drawable-ldpi/stat_sys_phone_call.png +++ b/core/res/res/drawable-ldpi/stat_sys_phone_call.png diff --git a/core/res/res/drawable-ldpi/stat_sys_phone_call_forward.png b/core/res/res/drawable-ldpi/stat_sys_phone_call_forward.png Binary files differindex bb07c6916a88..a10f1d814ad8 100644 --- a/core/res/res/drawable-ldpi/stat_sys_phone_call_forward.png +++ b/core/res/res/drawable-ldpi/stat_sys_phone_call_forward.png diff --git a/core/res/res/drawable-ldpi/stat_sys_phone_call_on_hold.png b/core/res/res/drawable-ldpi/stat_sys_phone_call_on_hold.png Binary files differindex b03816ab2da8..7a24b05a773e 100644 --- a/core/res/res/drawable-ldpi/stat_sys_phone_call_on_hold.png +++ b/core/res/res/drawable-ldpi/stat_sys_phone_call_on_hold.png diff --git a/core/res/res/drawable-ldpi/stat_sys_r_signal_0_cdma.png b/core/res/res/drawable-ldpi/stat_sys_r_signal_0_cdma.png Binary files differindex 2c4ff0678960..c8dc91716079 100644 --- a/core/res/res/drawable-ldpi/stat_sys_r_signal_0_cdma.png +++ b/core/res/res/drawable-ldpi/stat_sys_r_signal_0_cdma.png diff --git a/core/res/res/drawable-ldpi/stat_sys_r_signal_1_cdma.png b/core/res/res/drawable-ldpi/stat_sys_r_signal_1_cdma.png Binary files differindex 82626ac1fb4c..05964e6ff541 100644 --- a/core/res/res/drawable-ldpi/stat_sys_r_signal_1_cdma.png +++ b/core/res/res/drawable-ldpi/stat_sys_r_signal_1_cdma.png diff --git a/core/res/res/drawable-ldpi/stat_sys_r_signal_2_cdma.png b/core/res/res/drawable-ldpi/stat_sys_r_signal_2_cdma.png Binary files differindex 96304b15bbe2..aba3ee9d493b 100644 --- a/core/res/res/drawable-ldpi/stat_sys_r_signal_2_cdma.png +++ b/core/res/res/drawable-ldpi/stat_sys_r_signal_2_cdma.png diff --git a/core/res/res/drawable-ldpi/stat_sys_r_signal_3_cdma.png b/core/res/res/drawable-ldpi/stat_sys_r_signal_3_cdma.png Binary files differindex 9a3f2309d85f..69a7006b9037 100644 --- a/core/res/res/drawable-ldpi/stat_sys_r_signal_3_cdma.png +++ b/core/res/res/drawable-ldpi/stat_sys_r_signal_3_cdma.png diff --git a/core/res/res/drawable-ldpi/stat_sys_r_signal_4_cdma.png b/core/res/res/drawable-ldpi/stat_sys_r_signal_4_cdma.png Binary files differindex 5a607ee98474..724fb071b880 100644 --- a/core/res/res/drawable-ldpi/stat_sys_r_signal_4_cdma.png +++ b/core/res/res/drawable-ldpi/stat_sys_r_signal_4_cdma.png diff --git a/core/res/res/drawable-ldpi/stat_sys_ra_signal_0_cdma.png b/core/res/res/drawable-ldpi/stat_sys_ra_signal_0_cdma.png Binary files differindex 0db564b0d403..0968ee630a8b 100644 --- a/core/res/res/drawable-ldpi/stat_sys_ra_signal_0_cdma.png +++ b/core/res/res/drawable-ldpi/stat_sys_ra_signal_0_cdma.png diff --git a/core/res/res/drawable-ldpi/stat_sys_ra_signal_1_cdma.png b/core/res/res/drawable-ldpi/stat_sys_ra_signal_1_cdma.png Binary files differindex ca697db30d4f..88910d4d66c8 100644 --- a/core/res/res/drawable-ldpi/stat_sys_ra_signal_1_cdma.png +++ b/core/res/res/drawable-ldpi/stat_sys_ra_signal_1_cdma.png diff --git a/core/res/res/drawable-ldpi/stat_sys_ra_signal_2_cdma.png b/core/res/res/drawable-ldpi/stat_sys_ra_signal_2_cdma.png Binary files differindex 816aaaa45cde..04e122bf3112 100644 --- a/core/res/res/drawable-ldpi/stat_sys_ra_signal_2_cdma.png +++ b/core/res/res/drawable-ldpi/stat_sys_ra_signal_2_cdma.png diff --git a/core/res/res/drawable-ldpi/stat_sys_ra_signal_3_cdma.png b/core/res/res/drawable-ldpi/stat_sys_ra_signal_3_cdma.png Binary files differindex ebb103c050e7..804f8237292b 100644 --- a/core/res/res/drawable-ldpi/stat_sys_ra_signal_3_cdma.png +++ b/core/res/res/drawable-ldpi/stat_sys_ra_signal_3_cdma.png diff --git a/core/res/res/drawable-ldpi/stat_sys_ra_signal_4_cdma.png b/core/res/res/drawable-ldpi/stat_sys_ra_signal_4_cdma.png Binary files differindex f21120157b7d..39415ca7049f 100644 --- a/core/res/res/drawable-ldpi/stat_sys_ra_signal_4_cdma.png +++ b/core/res/res/drawable-ldpi/stat_sys_ra_signal_4_cdma.png diff --git a/core/res/res/drawable-ldpi/stat_sys_signal_0_cdma.png b/core/res/res/drawable-ldpi/stat_sys_signal_0_cdma.png Binary files differindex dabba9c8b505..d112a5b93bf6 100644 --- a/core/res/res/drawable-ldpi/stat_sys_signal_0_cdma.png +++ b/core/res/res/drawable-ldpi/stat_sys_signal_0_cdma.png diff --git a/core/res/res/drawable-ldpi/stat_sys_signal_1_cdma.png b/core/res/res/drawable-ldpi/stat_sys_signal_1_cdma.png Binary files differindex 5d99b4544237..64a087445b92 100644 --- a/core/res/res/drawable-ldpi/stat_sys_signal_1_cdma.png +++ b/core/res/res/drawable-ldpi/stat_sys_signal_1_cdma.png diff --git a/core/res/res/drawable-ldpi/stat_sys_signal_2_cdma.png b/core/res/res/drawable-ldpi/stat_sys_signal_2_cdma.png Binary files differindex f68f836e7662..f291e3ab7428 100644 --- a/core/res/res/drawable-ldpi/stat_sys_signal_2_cdma.png +++ b/core/res/res/drawable-ldpi/stat_sys_signal_2_cdma.png diff --git a/core/res/res/drawable-ldpi/stat_sys_signal_3_cdma.png b/core/res/res/drawable-ldpi/stat_sys_signal_3_cdma.png Binary files differindex 370b91f2c29a..be49cfb4dc1b 100644 --- a/core/res/res/drawable-ldpi/stat_sys_signal_3_cdma.png +++ b/core/res/res/drawable-ldpi/stat_sys_signal_3_cdma.png diff --git a/core/res/res/drawable-ldpi/stat_sys_signal_4_cdma.png b/core/res/res/drawable-ldpi/stat_sys_signal_4_cdma.png Binary files differindex e8b4d389a06e..6c97a4726d7e 100644 --- a/core/res/res/drawable-ldpi/stat_sys_signal_4_cdma.png +++ b/core/res/res/drawable-ldpi/stat_sys_signal_4_cdma.png diff --git a/core/res/res/drawable-ldpi/stat_sys_signal_evdo_0.png b/core/res/res/drawable-ldpi/stat_sys_signal_evdo_0.png Binary files differindex 2b360c21e72c..6cc888dceb2a 100644 --- a/core/res/res/drawable-ldpi/stat_sys_signal_evdo_0.png +++ b/core/res/res/drawable-ldpi/stat_sys_signal_evdo_0.png diff --git a/core/res/res/drawable-ldpi/stat_sys_signal_evdo_1.png b/core/res/res/drawable-ldpi/stat_sys_signal_evdo_1.png Binary files differindex dfcd1f73a571..d72eb15a3ff1 100644 --- a/core/res/res/drawable-ldpi/stat_sys_signal_evdo_1.png +++ b/core/res/res/drawable-ldpi/stat_sys_signal_evdo_1.png diff --git a/core/res/res/drawable-ldpi/stat_sys_signal_evdo_2.png b/core/res/res/drawable-ldpi/stat_sys_signal_evdo_2.png Binary files differindex b8a5bdac9ead..55497c2d0469 100644 --- a/core/res/res/drawable-ldpi/stat_sys_signal_evdo_2.png +++ b/core/res/res/drawable-ldpi/stat_sys_signal_evdo_2.png diff --git a/core/res/res/drawable-ldpi/stat_sys_signal_evdo_3.png b/core/res/res/drawable-ldpi/stat_sys_signal_evdo_3.png Binary files differindex 65c76d323f94..af2c6a10d561 100644 --- a/core/res/res/drawable-ldpi/stat_sys_signal_evdo_3.png +++ b/core/res/res/drawable-ldpi/stat_sys_signal_evdo_3.png diff --git a/core/res/res/drawable-ldpi/stat_sys_signal_evdo_4.png b/core/res/res/drawable-ldpi/stat_sys_signal_evdo_4.png Binary files differindex 974f936457bd..c4b11fda7102 100644 --- a/core/res/res/drawable-ldpi/stat_sys_signal_evdo_4.png +++ b/core/res/res/drawable-ldpi/stat_sys_signal_evdo_4.png diff --git a/core/res/res/drawable-ldpi/stat_sys_tether_bluetooth.png b/core/res/res/drawable-ldpi/stat_sys_tether_bluetooth.png Binary files differindex ffe8e8c98232..d469166415dc 100644 --- a/core/res/res/drawable-ldpi/stat_sys_tether_bluetooth.png +++ b/core/res/res/drawable-ldpi/stat_sys_tether_bluetooth.png diff --git a/core/res/res/drawable-ldpi/stat_sys_tether_general.png b/core/res/res/drawable-ldpi/stat_sys_tether_general.png Binary files differindex ca20f7352090..bc8f97766584 100644 --- a/core/res/res/drawable-ldpi/stat_sys_tether_general.png +++ b/core/res/res/drawable-ldpi/stat_sys_tether_general.png diff --git a/core/res/res/drawable-ldpi/stat_sys_tether_usb.png b/core/res/res/drawable-ldpi/stat_sys_tether_usb.png Binary files differindex 65e907565ec1..b0260e418ed6 100644 --- a/core/res/res/drawable-ldpi/stat_sys_tether_usb.png +++ b/core/res/res/drawable-ldpi/stat_sys_tether_usb.png diff --git a/core/res/res/drawable-ldpi/stat_sys_throttled.png b/core/res/res/drawable-ldpi/stat_sys_throttled.png Binary files differindex cfeb3b65a52d..2af77fae8be1 100644 --- a/core/res/res/drawable-ldpi/stat_sys_throttled.png +++ b/core/res/res/drawable-ldpi/stat_sys_throttled.png diff --git a/core/res/res/drawable-ldpi/stat_sys_upload_anim0.png b/core/res/res/drawable-ldpi/stat_sys_upload_anim0.png Binary files differindex 29f90824b911..2c7d4588dc7a 100644 --- a/core/res/res/drawable-ldpi/stat_sys_upload_anim0.png +++ b/core/res/res/drawable-ldpi/stat_sys_upload_anim0.png diff --git a/core/res/res/drawable-ldpi/stat_sys_upload_anim1.png b/core/res/res/drawable-ldpi/stat_sys_upload_anim1.png Binary files differindex bd1b72a051da..8a32b6fabdc5 100644 --- a/core/res/res/drawable-ldpi/stat_sys_upload_anim1.png +++ b/core/res/res/drawable-ldpi/stat_sys_upload_anim1.png diff --git a/core/res/res/drawable-ldpi/stat_sys_upload_anim2.png b/core/res/res/drawable-ldpi/stat_sys_upload_anim2.png Binary files differindex e49d23b30ae9..5f628d6fb56e 100644 --- a/core/res/res/drawable-ldpi/stat_sys_upload_anim2.png +++ b/core/res/res/drawable-ldpi/stat_sys_upload_anim2.png diff --git a/core/res/res/drawable-ldpi/stat_sys_upload_anim3.png b/core/res/res/drawable-ldpi/stat_sys_upload_anim3.png Binary files differindex 64525ac024cb..caa983b1a17a 100644 --- a/core/res/res/drawable-ldpi/stat_sys_upload_anim3.png +++ b/core/res/res/drawable-ldpi/stat_sys_upload_anim3.png diff --git a/core/res/res/drawable-ldpi/stat_sys_upload_anim4.png b/core/res/res/drawable-ldpi/stat_sys_upload_anim4.png Binary files differindex 20f8f59b1b48..09f806cbe53e 100644 --- a/core/res/res/drawable-ldpi/stat_sys_upload_anim4.png +++ b/core/res/res/drawable-ldpi/stat_sys_upload_anim4.png diff --git a/core/res/res/drawable-ldpi/stat_sys_upload_anim5.png b/core/res/res/drawable-ldpi/stat_sys_upload_anim5.png Binary files differindex 0f482df571b8..b9fc74bf3a2c 100644 --- a/core/res/res/drawable-ldpi/stat_sys_upload_anim5.png +++ b/core/res/res/drawable-ldpi/stat_sys_upload_anim5.png diff --git a/core/res/res/drawable-ldpi/stat_sys_vp_phone_call.png b/core/res/res/drawable-ldpi/stat_sys_vp_phone_call.png Binary files differindex 504d7a55078c..2b75d666f6d2 100644 --- a/core/res/res/drawable-ldpi/stat_sys_vp_phone_call.png +++ b/core/res/res/drawable-ldpi/stat_sys_vp_phone_call.png diff --git a/core/res/res/drawable-ldpi/stat_sys_vp_phone_call_on_hold.png b/core/res/res/drawable-ldpi/stat_sys_vp_phone_call_on_hold.png Binary files differindex edeef2b795fd..3cc6b1b4e144 100644 --- a/core/res/res/drawable-ldpi/stat_sys_vp_phone_call_on_hold.png +++ b/core/res/res/drawable-ldpi/stat_sys_vp_phone_call_on_hold.png diff --git a/core/res/res/drawable-ldpi/stat_sys_warning.png b/core/res/res/drawable-ldpi/stat_sys_warning.png Binary files differindex 289c6a00dfd5..ed56ad0e7165 100644 --- a/core/res/res/drawable-ldpi/stat_sys_warning.png +++ b/core/res/res/drawable-ldpi/stat_sys_warning.png diff --git a/core/res/res/drawable-ldpi/status_bar_background.png b/core/res/res/drawable-ldpi/status_bar_background.png Binary files differindex 7881bcecae07..5826286c06fb 100644 --- a/core/res/res/drawable-ldpi/status_bar_background.png +++ b/core/res/res/drawable-ldpi/status_bar_background.png diff --git a/core/res/res/drawable-ldpi/status_bar_header_background.9.png b/core/res/res/drawable-ldpi/status_bar_header_background.9.png Binary files differindex 74dddb932a77..81e91b81b3bf 100644 --- a/core/res/res/drawable-ldpi/status_bar_header_background.9.png +++ b/core/res/res/drawable-ldpi/status_bar_header_background.9.png diff --git a/core/res/res/drawable-ldpi/status_bar_item_app_background_normal.9.png b/core/res/res/drawable-ldpi/status_bar_item_app_background_normal.9.png Binary files differindex f8cfe2c65396..ff347020ca2f 100644 --- a/core/res/res/drawable-ldpi/status_bar_item_app_background_normal.9.png +++ b/core/res/res/drawable-ldpi/status_bar_item_app_background_normal.9.png diff --git a/core/res/res/drawable-ldpi/status_bar_item_background_focus.9.png b/core/res/res/drawable-ldpi/status_bar_item_background_focus.9.png Binary files differindex 07cd873ddfc0..e8d6b20504d8 100644 --- a/core/res/res/drawable-ldpi/status_bar_item_background_focus.9.png +++ b/core/res/res/drawable-ldpi/status_bar_item_background_focus.9.png diff --git a/core/res/res/drawable-ldpi/status_bar_item_background_normal.9.png b/core/res/res/drawable-ldpi/status_bar_item_background_normal.9.png Binary files differindex e07f77449044..bbe73c340e1e 100644 --- a/core/res/res/drawable-ldpi/status_bar_item_background_normal.9.png +++ b/core/res/res/drawable-ldpi/status_bar_item_background_normal.9.png diff --git a/core/res/res/drawable-ldpi/status_bar_item_background_pressed.9.png b/core/res/res/drawable-ldpi/status_bar_item_background_pressed.9.png Binary files differindex aea2f5f9d245..6538d2684a86 100644 --- a/core/res/res/drawable-ldpi/status_bar_item_background_pressed.9.png +++ b/core/res/res/drawable-ldpi/status_bar_item_background_pressed.9.png diff --git a/core/res/res/drawable-ldpi/submenu_arrow_nofocus.png b/core/res/res/drawable-ldpi/submenu_arrow_nofocus.png Binary files differindex ce30b58b6ef1..dd516f99b1d4 100644 --- a/core/res/res/drawable-ldpi/submenu_arrow_nofocus.png +++ b/core/res/res/drawable-ldpi/submenu_arrow_nofocus.png diff --git a/core/res/res/drawable-ldpi/sym_action_add.png b/core/res/res/drawable-ldpi/sym_action_add.png Binary files differindex 7afaeded1161..a5644a95b6c4 100644 --- a/core/res/res/drawable-ldpi/sym_action_add.png +++ b/core/res/res/drawable-ldpi/sym_action_add.png diff --git a/core/res/res/drawable-ldpi/sym_action_call.png b/core/res/res/drawable-ldpi/sym_action_call.png Binary files differindex 190572def8ea..bf6a7998e304 100644 --- a/core/res/res/drawable-ldpi/sym_action_call.png +++ b/core/res/res/drawable-ldpi/sym_action_call.png diff --git a/core/res/res/drawable-ldpi/sym_action_chat.png b/core/res/res/drawable-ldpi/sym_action_chat.png Binary files differindex 4eeb59b76db5..b8e753552a1f 100644 --- a/core/res/res/drawable-ldpi/sym_action_chat.png +++ b/core/res/res/drawable-ldpi/sym_action_chat.png diff --git a/core/res/res/drawable-ldpi/sym_action_email.png b/core/res/res/drawable-ldpi/sym_action_email.png Binary files differindex 47dc63aa67d0..d78901c33bf3 100644 --- a/core/res/res/drawable-ldpi/sym_action_email.png +++ b/core/res/res/drawable-ldpi/sym_action_email.png diff --git a/core/res/res/drawable-ldpi/sym_app_on_sd_unavailable_icon.png b/core/res/res/drawable-ldpi/sym_app_on_sd_unavailable_icon.png Binary files differindex d88250ae2325..3931e8529218 100644 --- a/core/res/res/drawable-ldpi/sym_app_on_sd_unavailable_icon.png +++ b/core/res/res/drawable-ldpi/sym_app_on_sd_unavailable_icon.png diff --git a/core/res/res/drawable-ldpi/sym_call_incoming.png b/core/res/res/drawable-ldpi/sym_call_incoming.png Binary files differindex ec609c635305..87a8365c3a65 100644 --- a/core/res/res/drawable-ldpi/sym_call_incoming.png +++ b/core/res/res/drawable-ldpi/sym_call_incoming.png diff --git a/core/res/res/drawable-ldpi/sym_call_missed.png b/core/res/res/drawable-ldpi/sym_call_missed.png Binary files differindex 8bad634e4383..3fe997e43f8e 100644 --- a/core/res/res/drawable-ldpi/sym_call_missed.png +++ b/core/res/res/drawable-ldpi/sym_call_missed.png diff --git a/core/res/res/drawable-ldpi/sym_call_outgoing.png b/core/res/res/drawable-ldpi/sym_call_outgoing.png Binary files differindex 362df01e6800..814f9eb85192 100644 --- a/core/res/res/drawable-ldpi/sym_call_outgoing.png +++ b/core/res/res/drawable-ldpi/sym_call_outgoing.png diff --git a/core/res/res/drawable-ldpi/sym_contact_card.png b/core/res/res/drawable-ldpi/sym_contact_card.png Binary files differindex 8ffd06e6bebe..21a588bc25af 100644 --- a/core/res/res/drawable-ldpi/sym_contact_card.png +++ b/core/res/res/drawable-ldpi/sym_contact_card.png diff --git a/core/res/res/drawable-ldpi/sym_def_app_icon.png b/core/res/res/drawable-ldpi/sym_def_app_icon.png Binary files differindex 2c205c84ab4f..6e5e462fa838 100644 --- a/core/res/res/drawable-ldpi/sym_def_app_icon.png +++ b/core/res/res/drawable-ldpi/sym_def_app_icon.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_delete.png b/core/res/res/drawable-ldpi/sym_keyboard_delete.png Binary files differindex d9d56539137a..731cefd942e1 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_delete.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_delete.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_delete_dim.png b/core/res/res/drawable-ldpi/sym_keyboard_delete_dim.png Binary files differindex d7d9385f5637..a9951e978416 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_delete_dim.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_delete_dim.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_feedback_delete.png b/core/res/res/drawable-ldpi/sym_keyboard_feedback_delete.png Binary files differindex 8922bf92c467..b180ad0f08ea 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_feedback_delete.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_feedback_delete.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_feedback_ok.png b/core/res/res/drawable-ldpi/sym_keyboard_feedback_ok.png Binary files differindex 304141b5f589..847b05ed784a 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_feedback_ok.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_feedback_ok.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_feedback_return.png b/core/res/res/drawable-ldpi/sym_keyboard_feedback_return.png Binary files differindex c5f3247524d6..1c39906feeb3 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_feedback_return.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_feedback_return.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_feedback_shift.png b/core/res/res/drawable-ldpi/sym_keyboard_feedback_shift.png Binary files differindex a7bf565a606e..faf1433fca8d 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_feedback_shift.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_feedback_shift.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_feedback_shift_locked.png b/core/res/res/drawable-ldpi/sym_keyboard_feedback_shift_locked.png Binary files differindex 114abacc3915..d5c7aac68893 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_feedback_shift_locked.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_feedback_shift_locked.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_feedback_space.png b/core/res/res/drawable-ldpi/sym_keyboard_feedback_space.png Binary files differindex 5d5297007bfd..6bcd74bc940d 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_feedback_space.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_feedback_space.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_num0_no_plus.png b/core/res/res/drawable-ldpi/sym_keyboard_num0_no_plus.png Binary files differindex eb4764d44208..1c87ec6e498e 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_num0_no_plus.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_num0_no_plus.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_num1.png b/core/res/res/drawable-ldpi/sym_keyboard_num1.png Binary files differindex 1339b6d2fd91..984da028fbc9 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_num1.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_num1.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_num2.png b/core/res/res/drawable-ldpi/sym_keyboard_num2.png Binary files differindex bd2379dae146..47aef08591f8 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_num2.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_num2.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_num3.png b/core/res/res/drawable-ldpi/sym_keyboard_num3.png Binary files differindex 43e8b150771f..229ca4a552dc 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_num3.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_num3.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_num4.png b/core/res/res/drawable-ldpi/sym_keyboard_num4.png Binary files differindex 70d4f78eb11b..e3c351cb0856 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_num4.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_num4.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_num5.png b/core/res/res/drawable-ldpi/sym_keyboard_num5.png Binary files differindex 5acda285103c..316e3a3de7c2 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_num5.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_num5.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_num6.png b/core/res/res/drawable-ldpi/sym_keyboard_num6.png Binary files differindex 950600b0ee23..e469151a2771 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_num6.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_num6.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_num7.png b/core/res/res/drawable-ldpi/sym_keyboard_num7.png Binary files differindex caea4bb9e55b..fa9534e1c3f0 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_num7.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_num7.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_num8.png b/core/res/res/drawable-ldpi/sym_keyboard_num8.png Binary files differindex b528fc7b2c06..7f519d7603e3 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_num8.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_num8.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_num9.png b/core/res/res/drawable-ldpi/sym_keyboard_num9.png Binary files differindex 1835e21de102..685e32bb89e0 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_num9.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_num9.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_ok.png b/core/res/res/drawable-ldpi/sym_keyboard_ok.png Binary files differindex 70bffc1cdf32..8d58135ae5d6 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_ok.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_ok.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_ok_dim.png b/core/res/res/drawable-ldpi/sym_keyboard_ok_dim.png Binary files differindex 01cf616b0915..4fd86950eb48 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_ok_dim.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_ok_dim.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_return.png b/core/res/res/drawable-ldpi/sym_keyboard_return.png Binary files differindex 1c7c58d5dcd6..0f405b1b06bd 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_return.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_return.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_shift.png b/core/res/res/drawable-ldpi/sym_keyboard_shift.png Binary files differindex 382a08f0fc86..985ff5ed63eb 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_shift.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_shift.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_shift_locked.png b/core/res/res/drawable-ldpi/sym_keyboard_shift_locked.png Binary files differindex c644eff80c5a..60df7c459779 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_shift_locked.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_shift_locked.png diff --git a/core/res/res/drawable-ldpi/sym_keyboard_space.png b/core/res/res/drawable-ldpi/sym_keyboard_space.png Binary files differindex 0b91646ec2d1..bdd38c5ddf43 100644 --- a/core/res/res/drawable-ldpi/sym_keyboard_space.png +++ b/core/res/res/drawable-ldpi/sym_keyboard_space.png diff --git a/core/res/res/drawable-ldpi/tab_focus.9.png b/core/res/res/drawable-ldpi/tab_focus.9.png Binary files differindex 59a0b659da12..6af519cbdacd 100644 --- a/core/res/res/drawable-ldpi/tab_focus.9.png +++ b/core/res/res/drawable-ldpi/tab_focus.9.png diff --git a/core/res/res/drawable-ldpi/tab_focus_bar_left.9.png b/core/res/res/drawable-ldpi/tab_focus_bar_left.9.png Binary files differindex 0ee834739fec..1d034f82bd2c 100644 --- a/core/res/res/drawable-ldpi/tab_focus_bar_left.9.png +++ b/core/res/res/drawable-ldpi/tab_focus_bar_left.9.png diff --git a/core/res/res/drawable-ldpi/tab_focus_bar_right.9.png b/core/res/res/drawable-ldpi/tab_focus_bar_right.9.png Binary files differindex 0ee834739fec..1d034f82bd2c 100644 --- a/core/res/res/drawable-ldpi/tab_focus_bar_right.9.png +++ b/core/res/res/drawable-ldpi/tab_focus_bar_right.9.png diff --git a/core/res/res/drawable-ldpi/tab_press.9.png b/core/res/res/drawable-ldpi/tab_press.9.png Binary files differindex ba9c82dfa812..5b187dd8f95b 100644 --- a/core/res/res/drawable-ldpi/tab_press.9.png +++ b/core/res/res/drawable-ldpi/tab_press.9.png diff --git a/core/res/res/drawable-ldpi/tab_press_bar_left.9.png b/core/res/res/drawable-ldpi/tab_press_bar_left.9.png Binary files differindex ee129ba19f2c..8a50d1a2fd70 100644 --- a/core/res/res/drawable-ldpi/tab_press_bar_left.9.png +++ b/core/res/res/drawable-ldpi/tab_press_bar_left.9.png diff --git a/core/res/res/drawable-ldpi/tab_press_bar_right.9.png b/core/res/res/drawable-ldpi/tab_press_bar_right.9.png Binary files differindex ee129ba19f2c..8a50d1a2fd70 100644 --- a/core/res/res/drawable-ldpi/tab_press_bar_right.9.png +++ b/core/res/res/drawable-ldpi/tab_press_bar_right.9.png diff --git a/core/res/res/drawable-ldpi/tab_selected.9.png b/core/res/res/drawable-ldpi/tab_selected.9.png Binary files differindex 318f09fa1314..0da141b4cdd1 100644 --- a/core/res/res/drawable-ldpi/tab_selected.9.png +++ b/core/res/res/drawable-ldpi/tab_selected.9.png diff --git a/core/res/res/drawable-ldpi/tab_selected_bar_left.9.png b/core/res/res/drawable-ldpi/tab_selected_bar_left.9.png Binary files differindex 03bcc13b37d7..e13313a28b8c 100644 --- a/core/res/res/drawable-ldpi/tab_selected_bar_left.9.png +++ b/core/res/res/drawable-ldpi/tab_selected_bar_left.9.png diff --git a/core/res/res/drawable-ldpi/tab_selected_bar_left_v4.9.png b/core/res/res/drawable-ldpi/tab_selected_bar_left_v4.9.png Binary files differindex e7a07255d79c..0aa279904608 100644 --- a/core/res/res/drawable-ldpi/tab_selected_bar_left_v4.9.png +++ b/core/res/res/drawable-ldpi/tab_selected_bar_left_v4.9.png diff --git a/core/res/res/drawable-ldpi/tab_selected_bar_right.9.png b/core/res/res/drawable-ldpi/tab_selected_bar_right.9.png Binary files differindex f2284454b199..e13313a28b8c 100644 --- a/core/res/res/drawable-ldpi/tab_selected_bar_right.9.png +++ b/core/res/res/drawable-ldpi/tab_selected_bar_right.9.png diff --git a/core/res/res/drawable-ldpi/tab_selected_bar_right_v4.9.png b/core/res/res/drawable-ldpi/tab_selected_bar_right_v4.9.png Binary files differindex e7a07255d79c..0aa279904608 100644 --- a/core/res/res/drawable-ldpi/tab_selected_bar_right_v4.9.png +++ b/core/res/res/drawable-ldpi/tab_selected_bar_right_v4.9.png diff --git a/core/res/res/drawable-ldpi/tab_selected_v4.9.png b/core/res/res/drawable-ldpi/tab_selected_v4.9.png Binary files differindex 2ad1757f9c1d..2eb2d01c29f7 100644 --- a/core/res/res/drawable-ldpi/tab_selected_v4.9.png +++ b/core/res/res/drawable-ldpi/tab_selected_v4.9.png diff --git a/core/res/res/drawable-ldpi/tab_unselected.9.png b/core/res/res/drawable-ldpi/tab_unselected.9.png Binary files differindex de7c467c4458..6e3e6a296195 100644 --- a/core/res/res/drawable-ldpi/tab_unselected.9.png +++ b/core/res/res/drawable-ldpi/tab_unselected.9.png diff --git a/core/res/res/drawable-ldpi/tab_unselected_v4.9.png b/core/res/res/drawable-ldpi/tab_unselected_v4.9.png Binary files differindex 61d4ef0206f3..7b96a0827438 100644 --- a/core/res/res/drawable-ldpi/tab_unselected_v4.9.png +++ b/core/res/res/drawable-ldpi/tab_unselected_v4.9.png diff --git a/core/res/res/drawable-ldpi/text_select_handle_left.png b/core/res/res/drawable-ldpi/text_select_handle_left.png Binary files differindex bded42cc9639..05fd37c25f75 100644 --- a/core/res/res/drawable-ldpi/text_select_handle_left.png +++ b/core/res/res/drawable-ldpi/text_select_handle_left.png diff --git a/core/res/res/drawable-ldpi/text_select_handle_middle.png b/core/res/res/drawable-ldpi/text_select_handle_middle.png Binary files differindex c1d8d17da717..aafcee9fbf6f 100644 --- a/core/res/res/drawable-ldpi/text_select_handle_middle.png +++ b/core/res/res/drawable-ldpi/text_select_handle_middle.png diff --git a/core/res/res/drawable-ldpi/text_select_handle_right.png b/core/res/res/drawable-ldpi/text_select_handle_right.png Binary files differindex aae0b4076551..8d1e8270c735 100644 --- a/core/res/res/drawable-ldpi/text_select_handle_right.png +++ b/core/res/res/drawable-ldpi/text_select_handle_right.png diff --git a/core/res/res/drawable-ldpi/textfield_default.9.png b/core/res/res/drawable-ldpi/textfield_default.9.png Binary files differindex 4cfa745fbb4a..4a1a48bab58b 100644 --- a/core/res/res/drawable-ldpi/textfield_default.9.png +++ b/core/res/res/drawable-ldpi/textfield_default.9.png diff --git a/core/res/res/drawable-ldpi/textfield_disabled.9.png b/core/res/res/drawable-ldpi/textfield_disabled.9.png Binary files differindex e54bf300a3a8..c3544de51277 100644 --- a/core/res/res/drawable-ldpi/textfield_disabled.9.png +++ b/core/res/res/drawable-ldpi/textfield_disabled.9.png diff --git a/core/res/res/drawable-ldpi/textfield_disabled_selected.9.png b/core/res/res/drawable-ldpi/textfield_disabled_selected.9.png Binary files differindex 02f6b5e1d7f3..5cd14cd011d8 100644 --- a/core/res/res/drawable-ldpi/textfield_disabled_selected.9.png +++ b/core/res/res/drawable-ldpi/textfield_disabled_selected.9.png diff --git a/core/res/res/drawable-ldpi/textfield_search_default.9.png b/core/res/res/drawable-ldpi/textfield_search_default.9.png Binary files differindex dfb3f7a6cd5c..e8de38ca7e20 100644 --- a/core/res/res/drawable-ldpi/textfield_search_default.9.png +++ b/core/res/res/drawable-ldpi/textfield_search_default.9.png diff --git a/core/res/res/drawable-ldpi/textfield_search_empty_default.9.png b/core/res/res/drawable-ldpi/textfield_search_empty_default.9.png Binary files differindex 65fbe33bba49..9b51d2bc5df4 100644 --- a/core/res/res/drawable-ldpi/textfield_search_empty_default.9.png +++ b/core/res/res/drawable-ldpi/textfield_search_empty_default.9.png diff --git a/core/res/res/drawable-ldpi/textfield_search_empty_pressed.9.png b/core/res/res/drawable-ldpi/textfield_search_empty_pressed.9.png Binary files differindex 2a72142c996b..d6182d321a77 100644 --- a/core/res/res/drawable-ldpi/textfield_search_empty_pressed.9.png +++ b/core/res/res/drawable-ldpi/textfield_search_empty_pressed.9.png diff --git a/core/res/res/drawable-ldpi/textfield_search_empty_selected.9.png b/core/res/res/drawable-ldpi/textfield_search_empty_selected.9.png Binary files differindex 162c1789a43f..6e4b8e0f6c8e 100644 --- a/core/res/res/drawable-ldpi/textfield_search_empty_selected.9.png +++ b/core/res/res/drawable-ldpi/textfield_search_empty_selected.9.png diff --git a/core/res/res/drawable-ldpi/textfield_search_pressed.9.png b/core/res/res/drawable-ldpi/textfield_search_pressed.9.png Binary files differindex b414f6ceeffe..44a003e81f76 100644 --- a/core/res/res/drawable-ldpi/textfield_search_pressed.9.png +++ b/core/res/res/drawable-ldpi/textfield_search_pressed.9.png diff --git a/core/res/res/drawable-ldpi/textfield_search_selected.9.png b/core/res/res/drawable-ldpi/textfield_search_selected.9.png Binary files differindex d6e6a44d94ac..329af2582807 100644 --- a/core/res/res/drawable-ldpi/textfield_search_selected.9.png +++ b/core/res/res/drawable-ldpi/textfield_search_selected.9.png diff --git a/core/res/res/drawable-ldpi/textfield_selected.9.png b/core/res/res/drawable-ldpi/textfield_selected.9.png Binary files differindex 80a6f3995e04..766a45c7bafe 100644 --- a/core/res/res/drawable-ldpi/textfield_selected.9.png +++ b/core/res/res/drawable-ldpi/textfield_selected.9.png diff --git a/core/res/res/drawable-ldpi/title_bar_medium.9.png b/core/res/res/drawable-ldpi/title_bar_medium.9.png Binary files differindex ab95aad3a9f6..1b8927f0c19d 100644 --- a/core/res/res/drawable-ldpi/title_bar_medium.9.png +++ b/core/res/res/drawable-ldpi/title_bar_medium.9.png diff --git a/core/res/res/drawable-ldpi/title_bar_portrait.9.png b/core/res/res/drawable-ldpi/title_bar_portrait.9.png Binary files differindex 6f868db27b8c..a35881244aef 100644 --- a/core/res/res/drawable-ldpi/title_bar_portrait.9.png +++ b/core/res/res/drawable-ldpi/title_bar_portrait.9.png diff --git a/core/res/res/drawable-ldpi/title_bar_tall.9.png b/core/res/res/drawable-ldpi/title_bar_tall.9.png Binary files differindex b4729b75aa2a..7d51d0ef8611 100644 --- a/core/res/res/drawable-ldpi/title_bar_tall.9.png +++ b/core/res/res/drawable-ldpi/title_bar_tall.9.png diff --git a/core/res/res/drawable-ldpi/toast_frame.9.png b/core/res/res/drawable-ldpi/toast_frame.9.png Binary files differindex e64dc7575051..ec3a15ac5b60 100644 --- a/core/res/res/drawable-ldpi/toast_frame.9.png +++ b/core/res/res/drawable-ldpi/toast_frame.9.png diff --git a/core/res/res/drawable-ldpi/unknown_image.png b/core/res/res/drawable-ldpi/unknown_image.png Binary files differindex c6255baa4431..addfd9e1d00d 100644 --- a/core/res/res/drawable-ldpi/unknown_image.png +++ b/core/res/res/drawable-ldpi/unknown_image.png diff --git a/core/res/res/drawable-ldpi/usb_android.png b/core/res/res/drawable-ldpi/usb_android.png Binary files differindex d7b1d93f9d2c..fab61e191bb0 100644 --- a/core/res/res/drawable-ldpi/usb_android.png +++ b/core/res/res/drawable-ldpi/usb_android.png diff --git a/core/res/res/drawable-ldpi/usb_android_connected.png b/core/res/res/drawable-ldpi/usb_android_connected.png Binary files differindex c9d8439463b8..858c546c78e6 100644 --- a/core/res/res/drawable-ldpi/usb_android_connected.png +++ b/core/res/res/drawable-ldpi/usb_android_connected.png diff --git a/core/res/res/drawable-ldpi/vpn_connected.png b/core/res/res/drawable-ldpi/vpn_connected.png Binary files differindex 65fc6db787bf..c2afeb887a2f 100644 --- a/core/res/res/drawable-ldpi/vpn_connected.png +++ b/core/res/res/drawable-ldpi/vpn_connected.png diff --git a/core/res/res/drawable-ldpi/vpn_disconnected.png b/core/res/res/drawable-ldpi/vpn_disconnected.png Binary files differindex 2440c6909ef5..71431610f8b6 100644 --- a/core/res/res/drawable-ldpi/vpn_disconnected.png +++ b/core/res/res/drawable-ldpi/vpn_disconnected.png diff --git a/core/res/res/drawable-ldpi/zoom_plate.9.png b/core/res/res/drawable-ldpi/zoom_plate.9.png Binary files differindex 5e34e7a60630..c337301a7d91 100644 --- a/core/res/res/drawable-ldpi/zoom_plate.9.png +++ b/core/res/res/drawable-ldpi/zoom_plate.9.png diff --git a/core/res/res/drawable-mdpi/ab_bottom_solid_dark_holo.9.png b/core/res/res/drawable-mdpi/ab_bottom_solid_dark_holo.9.png Binary files differindex b2293670b7fd..f65450e82f40 100644 --- a/core/res/res/drawable-mdpi/ab_bottom_solid_dark_holo.9.png +++ b/core/res/res/drawable-mdpi/ab_bottom_solid_dark_holo.9.png diff --git a/core/res/res/drawable-mdpi/ab_bottom_solid_inverse_holo.9.png b/core/res/res/drawable-mdpi/ab_bottom_solid_inverse_holo.9.png Binary files differindex c65f443e338f..6bf08c83389b 100644 --- a/core/res/res/drawable-mdpi/ab_bottom_solid_inverse_holo.9.png +++ b/core/res/res/drawable-mdpi/ab_bottom_solid_inverse_holo.9.png diff --git a/core/res/res/drawable-mdpi/ab_bottom_solid_light_holo.9.png b/core/res/res/drawable-mdpi/ab_bottom_solid_light_holo.9.png Binary files differindex 0706c8af658b..02352fa82279 100644 --- a/core/res/res/drawable-mdpi/ab_bottom_solid_light_holo.9.png +++ b/core/res/res/drawable-mdpi/ab_bottom_solid_light_holo.9.png diff --git a/core/res/res/drawable-mdpi/ab_bottom_transparent_dark_holo.9.png b/core/res/res/drawable-mdpi/ab_bottom_transparent_dark_holo.9.png Binary files differindex d814d02d3118..6e2ddc0d5af2 100644 --- a/core/res/res/drawable-mdpi/ab_bottom_transparent_dark_holo.9.png +++ b/core/res/res/drawable-mdpi/ab_bottom_transparent_dark_holo.9.png diff --git a/core/res/res/drawable-mdpi/ab_bottom_transparent_light_holo.9.png b/core/res/res/drawable-mdpi/ab_bottom_transparent_light_holo.9.png Binary files differindex b139c8e49168..cefb371d46aa 100644 --- a/core/res/res/drawable-mdpi/ab_bottom_transparent_light_holo.9.png +++ b/core/res/res/drawable-mdpi/ab_bottom_transparent_light_holo.9.png diff --git a/core/res/res/drawable-mdpi/ab_share_pack_holo_dark.9.png b/core/res/res/drawable-mdpi/ab_share_pack_holo_dark.9.png Binary files differindex ed4ba34ecd9f..a05e95bc22d5 100644 --- a/core/res/res/drawable-mdpi/ab_share_pack_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/ab_share_pack_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/ab_share_pack_holo_light.9.png b/core/res/res/drawable-mdpi/ab_share_pack_holo_light.9.png Binary files differindex 8f10bd522223..afd5b97b7687 100644 --- a/core/res/res/drawable-mdpi/ab_share_pack_holo_light.9.png +++ b/core/res/res/drawable-mdpi/ab_share_pack_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/ab_share_pack_mtrl_alpha.9.png b/core/res/res/drawable-mdpi/ab_share_pack_mtrl_alpha.9.png Binary files differindex f31730dcc549..30510951f7a2 100644 --- a/core/res/res/drawable-mdpi/ab_share_pack_mtrl_alpha.9.png +++ b/core/res/res/drawable-mdpi/ab_share_pack_mtrl_alpha.9.png diff --git a/core/res/res/drawable-mdpi/ab_solid_dark_holo.9.png b/core/res/res/drawable-mdpi/ab_solid_dark_holo.9.png Binary files differindex 743d00b6cd7e..6a6232502f08 100644 --- a/core/res/res/drawable-mdpi/ab_solid_dark_holo.9.png +++ b/core/res/res/drawable-mdpi/ab_solid_dark_holo.9.png diff --git a/core/res/res/drawable-mdpi/ab_solid_light_holo.9.png b/core/res/res/drawable-mdpi/ab_solid_light_holo.9.png Binary files differindex 17c1fb921f9b..c56acf225ce9 100644 --- a/core/res/res/drawable-mdpi/ab_solid_light_holo.9.png +++ b/core/res/res/drawable-mdpi/ab_solid_light_holo.9.png diff --git a/core/res/res/drawable-mdpi/ab_solid_shadow_holo.9.png b/core/res/res/drawable-mdpi/ab_solid_shadow_holo.9.png Binary files differindex ddfc8e3d5c41..7d08e40f5d78 100644 --- a/core/res/res/drawable-mdpi/ab_solid_shadow_holo.9.png +++ b/core/res/res/drawable-mdpi/ab_solid_shadow_holo.9.png diff --git a/core/res/res/drawable-mdpi/ab_solid_shadow_mtrl_alpha.9.png b/core/res/res/drawable-mdpi/ab_solid_shadow_mtrl_alpha.9.png Binary files differindex ebdea0098054..43b3b92d1000 100644 --- a/core/res/res/drawable-mdpi/ab_solid_shadow_mtrl_alpha.9.png +++ b/core/res/res/drawable-mdpi/ab_solid_shadow_mtrl_alpha.9.png diff --git a/core/res/res/drawable-mdpi/ab_stacked_solid_dark_holo.9.png b/core/res/res/drawable-mdpi/ab_stacked_solid_dark_holo.9.png Binary files differindex 007a4b239244..c2c4f470e18e 100644 --- a/core/res/res/drawable-mdpi/ab_stacked_solid_dark_holo.9.png +++ b/core/res/res/drawable-mdpi/ab_stacked_solid_dark_holo.9.png diff --git a/core/res/res/drawable-mdpi/ab_stacked_solid_inverse_holo.9.png b/core/res/res/drawable-mdpi/ab_stacked_solid_inverse_holo.9.png Binary files differindex a823841c5e16..50f2544a3047 100644 --- a/core/res/res/drawable-mdpi/ab_stacked_solid_inverse_holo.9.png +++ b/core/res/res/drawable-mdpi/ab_stacked_solid_inverse_holo.9.png diff --git a/core/res/res/drawable-mdpi/ab_stacked_solid_light_holo.9.png b/core/res/res/drawable-mdpi/ab_stacked_solid_light_holo.9.png Binary files differindex ad6e1a4d9f3c..070ebe9b4b8b 100644 --- a/core/res/res/drawable-mdpi/ab_stacked_solid_light_holo.9.png +++ b/core/res/res/drawable-mdpi/ab_stacked_solid_light_holo.9.png diff --git a/core/res/res/drawable-mdpi/ab_stacked_transparent_dark_holo.9.png b/core/res/res/drawable-mdpi/ab_stacked_transparent_dark_holo.9.png Binary files differindex 0ad6c888b4c7..fbbd139a10d0 100644 --- a/core/res/res/drawable-mdpi/ab_stacked_transparent_dark_holo.9.png +++ b/core/res/res/drawable-mdpi/ab_stacked_transparent_dark_holo.9.png diff --git a/core/res/res/drawable-mdpi/ab_stacked_transparent_light_holo.9.png b/core/res/res/drawable-mdpi/ab_stacked_transparent_light_holo.9.png Binary files differindex 19b50abcb536..5a7788f42a01 100644 --- a/core/res/res/drawable-mdpi/ab_stacked_transparent_light_holo.9.png +++ b/core/res/res/drawable-mdpi/ab_stacked_transparent_light_holo.9.png diff --git a/core/res/res/drawable-mdpi/ab_transparent_dark_holo.9.png b/core/res/res/drawable-mdpi/ab_transparent_dark_holo.9.png Binary files differindex ad980b13fc81..102fc7ed757e 100644 --- a/core/res/res/drawable-mdpi/ab_transparent_dark_holo.9.png +++ b/core/res/res/drawable-mdpi/ab_transparent_dark_holo.9.png diff --git a/core/res/res/drawable-mdpi/ab_transparent_light_holo.9.png b/core/res/res/drawable-mdpi/ab_transparent_light_holo.9.png Binary files differindex 60e6c52786e1..958d7ec79909 100644 --- a/core/res/res/drawable-mdpi/ab_transparent_light_holo.9.png +++ b/core/res/res/drawable-mdpi/ab_transparent_light_holo.9.png diff --git a/core/res/res/drawable-mdpi/activity_title_bar.9.png b/core/res/res/drawable-mdpi/activity_title_bar.9.png Binary files differindex bd0680d50616..64f27fdcb9ba 100644 --- a/core/res/res/drawable-mdpi/activity_title_bar.9.png +++ b/core/res/res/drawable-mdpi/activity_title_bar.9.png diff --git a/core/res/res/drawable-mdpi/arrow_down_float.png b/core/res/res/drawable-mdpi/arrow_down_float.png Binary files differindex dd825234ca53..1414e003d6bf 100644 --- a/core/res/res/drawable-mdpi/arrow_down_float.png +++ b/core/res/res/drawable-mdpi/arrow_down_float.png diff --git a/core/res/res/drawable-mdpi/arrow_up_float.png b/core/res/res/drawable-mdpi/arrow_up_float.png Binary files differindex 9bc3d1c26e40..3ecd995babe0 100644 --- a/core/res/res/drawable-mdpi/arrow_up_float.png +++ b/core/res/res/drawable-mdpi/arrow_up_float.png diff --git a/core/res/res/drawable-mdpi/battery_charge_background.png b/core/res/res/drawable-mdpi/battery_charge_background.png Binary files differindex 9219745c5bc2..7ed17564d6ed 100644 --- a/core/res/res/drawable-mdpi/battery_charge_background.png +++ b/core/res/res/drawable-mdpi/battery_charge_background.png diff --git a/core/res/res/drawable-mdpi/bottom_bar.png b/core/res/res/drawable-mdpi/bottom_bar.png Binary files differindex 1fdb0781551a..250a0babada7 100644 --- a/core/res/res/drawable-mdpi/bottom_bar.png +++ b/core/res/res/drawable-mdpi/bottom_bar.png diff --git a/core/res/res/drawable-mdpi/btn_cab_done_default_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_cab_done_default_holo_dark.9.png Binary files differindex 5461b9c00fd3..a1fb44bea724 100644 --- a/core/res/res/drawable-mdpi/btn_cab_done_default_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_cab_done_default_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_cab_done_default_holo_light.9.png b/core/res/res/drawable-mdpi/btn_cab_done_default_holo_light.9.png Binary files differindex 5dc6f804aea8..15eec00a483f 100644 --- a/core/res/res/drawable-mdpi/btn_cab_done_default_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_cab_done_default_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_cab_done_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_cab_done_focused_holo_dark.9.png Binary files differindex a70b53c59af7..820524262959 100644 --- a/core/res/res/drawable-mdpi/btn_cab_done_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_cab_done_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_cab_done_focused_holo_light.9.png b/core/res/res/drawable-mdpi/btn_cab_done_focused_holo_light.9.png Binary files differindex c7a9896b0da7..92f81dae37a5 100644 --- a/core/res/res/drawable-mdpi/btn_cab_done_focused_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_cab_done_focused_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_cab_done_pressed_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_cab_done_pressed_holo_dark.9.png Binary files differindex f4185d16f61a..ec2e4a20fe6d 100644 --- a/core/res/res/drawable-mdpi/btn_cab_done_pressed_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_cab_done_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_cab_done_pressed_holo_light.9.png b/core/res/res/drawable-mdpi/btn_cab_done_pressed_holo_light.9.png Binary files differindex d59219bba072..be6e614fdd46 100644 --- a/core/res/res/drawable-mdpi/btn_cab_done_pressed_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_cab_done_pressed_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_check_buttonless_off.png b/core/res/res/drawable-mdpi/btn_check_buttonless_off.png Binary files differindex f8972fc458f2..06009b2152e5 100644 --- a/core/res/res/drawable-mdpi/btn_check_buttonless_off.png +++ b/core/res/res/drawable-mdpi/btn_check_buttonless_off.png diff --git a/core/res/res/drawable-mdpi/btn_check_buttonless_on.png b/core/res/res/drawable-mdpi/btn_check_buttonless_on.png Binary files differindex a10a37ae5448..b10325418fcb 100644 --- a/core/res/res/drawable-mdpi/btn_check_buttonless_on.png +++ b/core/res/res/drawable-mdpi/btn_check_buttonless_on.png diff --git a/core/res/res/drawable-mdpi/btn_check_label_background.9.png b/core/res/res/drawable-mdpi/btn_check_label_background.9.png Binary files differindex 79367b8c5393..b5ec7c4e260b 100644 --- a/core/res/res/drawable-mdpi/btn_check_label_background.9.png +++ b/core/res/res/drawable-mdpi/btn_check_label_background.9.png diff --git a/core/res/res/drawable-mdpi/btn_check_off.png b/core/res/res/drawable-mdpi/btn_check_off.png Binary files differindex b0541d9b8f05..738d573b0dcc 100644 --- a/core/res/res/drawable-mdpi/btn_check_off.png +++ b/core/res/res/drawable-mdpi/btn_check_off.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_disable.png b/core/res/res/drawable-mdpi/btn_check_off_disable.png Binary files differindex 5ec8d03361bd..5bfa65b901a8 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_disable.png +++ b/core/res/res/drawable-mdpi/btn_check_off_disable.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_disable_focused.png b/core/res/res/drawable-mdpi/btn_check_off_disable_focused.png Binary files differindex 341ffb91a060..6844154c0410 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_disable_focused.png +++ b/core/res/res/drawable-mdpi/btn_check_off_disable_focused.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_disable_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_check_off_disable_focused_holo_dark.png Binary files differindex f3194b727dff..d85e694ee32c 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_disable_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_check_off_disable_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_disable_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_check_off_disable_focused_holo_light.png Binary files differindex bd710720a364..ab9fd36335f2 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_disable_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_check_off_disable_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_disable_holo_dark.png b/core/res/res/drawable-mdpi/btn_check_off_disable_holo_dark.png Binary files differindex f3194b727dff..d85e694ee32c 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_disable_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_check_off_disable_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_disable_holo_light.png b/core/res/res/drawable-mdpi/btn_check_off_disable_holo_light.png Binary files differindex bd710720a364..ab9fd36335f2 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_disable_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_check_off_disable_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_disabled_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_check_off_disabled_focused_holo_dark.png Binary files differindex 049cd284e413..f8059631243e 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_check_off_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_disabled_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_check_off_disabled_focused_holo_light.png Binary files differindex 42442e8fea13..deeff5e55e10 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_disabled_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_check_off_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_disabled_holo_dark.png b/core/res/res/drawable-mdpi/btn_check_off_disabled_holo_dark.png Binary files differindex 654d449bfd49..53f94ec1fc01 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_disabled_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_check_off_disabled_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_disabled_holo_light.png b/core/res/res/drawable-mdpi/btn_check_off_disabled_holo_light.png Binary files differindex db190430ce0a..c59acbd1a723 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_disabled_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_check_off_disabled_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_check_off_focused_holo_dark.png Binary files differindex a09cd48ae388..e4f4c1ff790a 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_check_off_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_check_off_focused_holo_light.png Binary files differindex 3fc71fd20323..8d2029c697a6 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_check_off_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_holo.png b/core/res/res/drawable-mdpi/btn_check_off_holo.png Binary files differindex 8655e0ca6128..d31cbaf89901 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_holo.png +++ b/core/res/res/drawable-mdpi/btn_check_off_holo.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_holo_dark.png b/core/res/res/drawable-mdpi/btn_check_off_holo_dark.png Binary files differindex 608107943606..bd4f068fb6a8 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_check_off_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_holo_light.png b/core/res/res/drawable-mdpi/btn_check_off_holo_light.png Binary files differindex 5e04a57b58ea..8cbd92f57306 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_check_off_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_normal_holo_dark.png b/core/res/res/drawable-mdpi/btn_check_off_normal_holo_dark.png Binary files differindex 156117681460..f7565293b8c2 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_normal_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_check_off_normal_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_normal_holo_light.png b/core/res/res/drawable-mdpi/btn_check_off_normal_holo_light.png Binary files differindex b39ad3d644db..d94364ed20cb 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_normal_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_check_off_normal_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_pressed.png b/core/res/res/drawable-mdpi/btn_check_off_pressed.png Binary files differindex 5e77a77e67ff..fc59da15c010 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_pressed.png +++ b/core/res/res/drawable-mdpi/btn_check_off_pressed.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_pressed_holo_dark.png b/core/res/res/drawable-mdpi/btn_check_off_pressed_holo_dark.png Binary files differindex 47e8b5b638c9..3fc2d11d29d1 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_pressed_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_check_off_pressed_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_pressed_holo_light.png b/core/res/res/drawable-mdpi/btn_check_off_pressed_holo_light.png Binary files differindex 1dc83fa5b136..d30b02315dff 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_pressed_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_check_off_pressed_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_check_off_selected.png b/core/res/res/drawable-mdpi/btn_check_off_selected.png Binary files differindex 4e40f207feb6..73e102de186d 100644 --- a/core/res/res/drawable-mdpi/btn_check_off_selected.png +++ b/core/res/res/drawable-mdpi/btn_check_off_selected.png diff --git a/core/res/res/drawable-mdpi/btn_check_on.png b/core/res/res/drawable-mdpi/btn_check_on.png Binary files differindex 23304a1f4b39..8eb2ea5713b4 100644 --- a/core/res/res/drawable-mdpi/btn_check_on.png +++ b/core/res/res/drawable-mdpi/btn_check_on.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_disable.png b/core/res/res/drawable-mdpi/btn_check_on_disable.png Binary files differindex 817745c21955..47fea2f877c2 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_disable.png +++ b/core/res/res/drawable-mdpi/btn_check_on_disable.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_disable_focused.png b/core/res/res/drawable-mdpi/btn_check_on_disable_focused.png Binary files differindex 13d13b64ac8d..725fa509f8c2 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_disable_focused.png +++ b/core/res/res/drawable-mdpi/btn_check_on_disable_focused.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_disable_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_check_on_disable_focused_holo_light.png Binary files differindex c9ebbca33b80..3fb1ca9bcb37 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_disable_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_check_on_disable_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_disable_holo_dark.png b/core/res/res/drawable-mdpi/btn_check_on_disable_holo_dark.png Binary files differindex 48cc017c4e4b..a7e03e370442 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_disable_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_check_on_disable_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_disable_holo_light.png b/core/res/res/drawable-mdpi/btn_check_on_disable_holo_light.png Binary files differindex c9ebbca33b80..3fb1ca9bcb37 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_disable_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_check_on_disable_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_disabled_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_check_on_disabled_focused_holo_dark.png Binary files differindex 29fa22f9281b..6824d82fda2a 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_check_on_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_disabled_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_check_on_disabled_focused_holo_light.png Binary files differindex 997045de11d7..457a3cb16e45 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_disabled_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_check_on_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_disabled_holo_dark.png b/core/res/res/drawable-mdpi/btn_check_on_disabled_holo_dark.png Binary files differindex e180ea76b662..1804598e0f0e 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_disabled_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_check_on_disabled_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_disabled_holo_light.png b/core/res/res/drawable-mdpi/btn_check_on_disabled_holo_light.png Binary files differindex 20e2aab12b39..9c2fc08e8f8d 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_disabled_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_check_on_disabled_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_check_on_focused_holo_dark.png Binary files differindex 9c089aabcd0b..1a9eb2740ef7 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_check_on_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_check_on_focused_holo_light.png Binary files differindex a3b49165d35b..a02896abdad9 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_check_on_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_holo.png b/core/res/res/drawable-mdpi/btn_check_on_holo.png Binary files differindex 2737d8c858e1..16912ea0e1da 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_holo.png +++ b/core/res/res/drawable-mdpi/btn_check_on_holo.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_holo_dark.png b/core/res/res/drawable-mdpi/btn_check_on_holo_dark.png Binary files differindex 9f31c1b6b954..a953a4885365 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_check_on_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_holo_light.png b/core/res/res/drawable-mdpi/btn_check_on_holo_light.png Binary files differindex f657c5b22cde..2e8163b7d8f7 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_check_on_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_pressed.png b/core/res/res/drawable-mdpi/btn_check_on_pressed.png Binary files differindex 9cdc796572b2..6ed6efd79faa 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_pressed.png +++ b/core/res/res/drawable-mdpi/btn_check_on_pressed.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_pressed_holo_dark.png b/core/res/res/drawable-mdpi/btn_check_on_pressed_holo_dark.png Binary files differindex eafc5538be7f..d7ce9feb8d7c 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_pressed_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_check_on_pressed_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_pressed_holo_light.png b/core/res/res/drawable-mdpi/btn_check_on_pressed_holo_light.png Binary files differindex 6583e99b044f..30de430626c9 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_pressed_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_check_on_pressed_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_check_on_selected.png b/core/res/res/drawable-mdpi/btn_check_on_selected.png Binary files differindex b2c37279b8b9..fcdb78238a43 100644 --- a/core/res/res/drawable-mdpi/btn_check_on_selected.png +++ b/core/res/res/drawable-mdpi/btn_check_on_selected.png diff --git a/core/res/res/drawable-mdpi/btn_circle_disable.png b/core/res/res/drawable-mdpi/btn_circle_disable.png Binary files differindex 29e227c989e9..a3be367e38b1 100644 --- a/core/res/res/drawable-mdpi/btn_circle_disable.png +++ b/core/res/res/drawable-mdpi/btn_circle_disable.png diff --git a/core/res/res/drawable-mdpi/btn_circle_disable_focused.png b/core/res/res/drawable-mdpi/btn_circle_disable_focused.png Binary files differindex c5aa3c5618b2..bcede02e3a00 100644 --- a/core/res/res/drawable-mdpi/btn_circle_disable_focused.png +++ b/core/res/res/drawable-mdpi/btn_circle_disable_focused.png diff --git a/core/res/res/drawable-mdpi/btn_circle_normal.png b/core/res/res/drawable-mdpi/btn_circle_normal.png Binary files differindex 6358351352b7..3a03584af966 100644 --- a/core/res/res/drawable-mdpi/btn_circle_normal.png +++ b/core/res/res/drawable-mdpi/btn_circle_normal.png diff --git a/core/res/res/drawable-mdpi/btn_circle_pressed.png b/core/res/res/drawable-mdpi/btn_circle_pressed.png Binary files differindex dc07a61630c3..680d31267d87 100644 --- a/core/res/res/drawable-mdpi/btn_circle_pressed.png +++ b/core/res/res/drawable-mdpi/btn_circle_pressed.png diff --git a/core/res/res/drawable-mdpi/btn_circle_selected.png b/core/res/res/drawable-mdpi/btn_circle_selected.png Binary files differindex 6eb2ff5471a0..3a0465568d59 100644 --- a/core/res/res/drawable-mdpi/btn_circle_selected.png +++ b/core/res/res/drawable-mdpi/btn_circle_selected.png diff --git a/core/res/res/drawable-mdpi/btn_close_normal.png b/core/res/res/drawable-mdpi/btn_close_normal.png Binary files differindex eca5828bf818..4df3a52b12da 100644 --- a/core/res/res/drawable-mdpi/btn_close_normal.png +++ b/core/res/res/drawable-mdpi/btn_close_normal.png diff --git a/core/res/res/drawable-mdpi/btn_close_pressed.png b/core/res/res/drawable-mdpi/btn_close_pressed.png Binary files differindex 3c745bbeb20a..86aade0e0a29 100644 --- a/core/res/res/drawable-mdpi/btn_close_pressed.png +++ b/core/res/res/drawable-mdpi/btn_close_pressed.png diff --git a/core/res/res/drawable-mdpi/btn_close_selected.png b/core/res/res/drawable-mdpi/btn_close_selected.png Binary files differindex c41f039b3487..94446a142976 100644 --- a/core/res/res/drawable-mdpi/btn_close_selected.png +++ b/core/res/res/drawable-mdpi/btn_close_selected.png diff --git a/core/res/res/drawable-mdpi/btn_default_disabled_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_default_disabled_focused_holo_dark.9.png Binary files differindex 3ce61b3df261..c02795c4edce 100644 --- a/core/res/res/drawable-mdpi/btn_default_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_default_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_disabled_focused_holo_light.9.png b/core/res/res/drawable-mdpi/btn_default_disabled_focused_holo_light.9.png Binary files differindex 3ce61b3df261..c02795c4edce 100644 --- a/core/res/res/drawable-mdpi/btn_default_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_default_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_disabled_holo.9.png b/core/res/res/drawable-mdpi/btn_default_disabled_holo.9.png Binary files differindex 77f6492013f1..0df4f4712f77 100644 --- a/core/res/res/drawable-mdpi/btn_default_disabled_holo.9.png +++ b/core/res/res/drawable-mdpi/btn_default_disabled_holo.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_disabled_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_default_disabled_holo_dark.9.png Binary files differindex 82e54fdae006..846b471f4a41 100644 --- a/core/res/res/drawable-mdpi/btn_default_disabled_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_default_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_disabled_holo_light.9.png b/core/res/res/drawable-mdpi/btn_default_disabled_holo_light.9.png Binary files differindex 82e54fdae006..846b471f4a41 100644 --- a/core/res/res/drawable-mdpi/btn_default_disabled_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_default_disabled_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_focused_holo.9.png b/core/res/res/drawable-mdpi/btn_default_focused_holo.9.png Binary files differindex 683f12890b7e..a04b7cff710e 100644 --- a/core/res/res/drawable-mdpi/btn_default_focused_holo.9.png +++ b/core/res/res/drawable-mdpi/btn_default_focused_holo.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_default_focused_holo_dark.9.png Binary files differindex c3898719dc12..538ec7ac052d 100644 --- a/core/res/res/drawable-mdpi/btn_default_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_default_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_focused_holo_light.9.png b/core/res/res/drawable-mdpi/btn_default_focused_holo_light.9.png Binary files differindex c3898719dc12..538ec7ac052d 100644 --- a/core/res/res/drawable-mdpi/btn_default_focused_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_default_focused_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_normal.9.png b/core/res/res/drawable-mdpi/btn_default_normal.9.png Binary files differindex 7ff74b2586a3..f7a5e5962337 100644 --- a/core/res/res/drawable-mdpi/btn_default_normal.9.png +++ b/core/res/res/drawable-mdpi/btn_default_normal.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_normal_disable.9.png b/core/res/res/drawable-mdpi/btn_default_normal_disable.9.png Binary files differindex d3e11b5d47a0..774b92873b4d 100644 --- a/core/res/res/drawable-mdpi/btn_default_normal_disable.9.png +++ b/core/res/res/drawable-mdpi/btn_default_normal_disable.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_normal_disable_focused.9.png b/core/res/res/drawable-mdpi/btn_default_normal_disable_focused.9.png Binary files differindex 843ca7a92f16..91069d534587 100644 --- a/core/res/res/drawable-mdpi/btn_default_normal_disable_focused.9.png +++ b/core/res/res/drawable-mdpi/btn_default_normal_disable_focused.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_normal_holo.9.png b/core/res/res/drawable-mdpi/btn_default_normal_holo.9.png Binary files differindex 0e0da34a31f8..e15a9b0c0593 100644 --- a/core/res/res/drawable-mdpi/btn_default_normal_holo.9.png +++ b/core/res/res/drawable-mdpi/btn_default_normal_holo.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_normal_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_default_normal_holo_dark.9.png Binary files differindex 211be67c688d..9a7b43a3d656 100644 --- a/core/res/res/drawable-mdpi/btn_default_normal_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_default_normal_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_normal_holo_light.9.png b/core/res/res/drawable-mdpi/btn_default_normal_holo_light.9.png Binary files differindex accc761582d5..735f4b8e37e1 100644 --- a/core/res/res/drawable-mdpi/btn_default_normal_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_default_normal_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_pressed.9.png b/core/res/res/drawable-mdpi/btn_default_pressed.9.png Binary files differindex 74fd58b5004e..e96447809da4 100644 --- a/core/res/res/drawable-mdpi/btn_default_pressed.9.png +++ b/core/res/res/drawable-mdpi/btn_default_pressed.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_pressed_holo.9.png b/core/res/res/drawable-mdpi/btn_default_pressed_holo.9.png Binary files differindex 1940216aca6a..fd27f3c7efd7 100644 --- a/core/res/res/drawable-mdpi/btn_default_pressed_holo.9.png +++ b/core/res/res/drawable-mdpi/btn_default_pressed_holo.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_pressed_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_default_pressed_holo_dark.9.png Binary files differindex ebdc71798c79..a59746261d0d 100644 --- a/core/res/res/drawable-mdpi/btn_default_pressed_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_default_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_pressed_holo_light.9.png b/core/res/res/drawable-mdpi/btn_default_pressed_holo_light.9.png Binary files differindex c73984eff37d..6b60af4d8428 100644 --- a/core/res/res/drawable-mdpi/btn_default_pressed_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_default_pressed_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_selected.9.png b/core/res/res/drawable-mdpi/btn_default_selected.9.png Binary files differindex 415b14569b8c..da82aec7508c 100644 --- a/core/res/res/drawable-mdpi/btn_default_selected.9.png +++ b/core/res/res/drawable-mdpi/btn_default_selected.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_small_normal.9.png b/core/res/res/drawable-mdpi/btn_default_small_normal.9.png Binary files differindex 5dddd4640d9c..25017e6b4db1 100644 --- a/core/res/res/drawable-mdpi/btn_default_small_normal.9.png +++ b/core/res/res/drawable-mdpi/btn_default_small_normal.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_small_normal_disable.9.png b/core/res/res/drawable-mdpi/btn_default_small_normal_disable.9.png Binary files differindex 6ab5c4a20e03..92d5a55efa6c 100644 --- a/core/res/res/drawable-mdpi/btn_default_small_normal_disable.9.png +++ b/core/res/res/drawable-mdpi/btn_default_small_normal_disable.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_small_normal_disable_focused.9.png b/core/res/res/drawable-mdpi/btn_default_small_normal_disable_focused.9.png Binary files differindex c65bace36acd..52f3e6f65879 100644 --- a/core/res/res/drawable-mdpi/btn_default_small_normal_disable_focused.9.png +++ b/core/res/res/drawable-mdpi/btn_default_small_normal_disable_focused.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_small_pressed.9.png b/core/res/res/drawable-mdpi/btn_default_small_pressed.9.png Binary files differindex 43e82f977878..0f9c7f8435d3 100644 --- a/core/res/res/drawable-mdpi/btn_default_small_pressed.9.png +++ b/core/res/res/drawable-mdpi/btn_default_small_pressed.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_small_selected.9.png b/core/res/res/drawable-mdpi/btn_default_small_selected.9.png Binary files differindex 7a376a97f0d6..f7212b3bf430 100644 --- a/core/res/res/drawable-mdpi/btn_default_small_selected.9.png +++ b/core/res/res/drawable-mdpi/btn_default_small_selected.9.png diff --git a/core/res/res/drawable-mdpi/btn_default_transparent_normal.9.png b/core/res/res/drawable-mdpi/btn_default_transparent_normal.9.png Binary files differindex 3b3dea990f3b..122c338e30e3 100644 --- a/core/res/res/drawable-mdpi/btn_default_transparent_normal.9.png +++ b/core/res/res/drawable-mdpi/btn_default_transparent_normal.9.png diff --git a/core/res/res/drawable-mdpi/btn_dialog_disable.png b/core/res/res/drawable-mdpi/btn_dialog_disable.png Binary files differindex 3de98951e0e8..72bb3ac86db4 100644 --- a/core/res/res/drawable-mdpi/btn_dialog_disable.png +++ b/core/res/res/drawable-mdpi/btn_dialog_disable.png diff --git a/core/res/res/drawable-mdpi/btn_dialog_normal.png b/core/res/res/drawable-mdpi/btn_dialog_normal.png Binary files differindex eca5828bf818..4df3a52b12da 100644 --- a/core/res/res/drawable-mdpi/btn_dialog_normal.png +++ b/core/res/res/drawable-mdpi/btn_dialog_normal.png diff --git a/core/res/res/drawable-mdpi/btn_dialog_pressed.png b/core/res/res/drawable-mdpi/btn_dialog_pressed.png Binary files differindex f9c4551563e6..3505168dbedf 100644 --- a/core/res/res/drawable-mdpi/btn_dialog_pressed.png +++ b/core/res/res/drawable-mdpi/btn_dialog_pressed.png diff --git a/core/res/res/drawable-mdpi/btn_dialog_selected.png b/core/res/res/drawable-mdpi/btn_dialog_selected.png Binary files differindex b0afd7f1f6e1..401d3c327fd2 100644 --- a/core/res/res/drawable-mdpi/btn_dialog_selected.png +++ b/core/res/res/drawable-mdpi/btn_dialog_selected.png diff --git a/core/res/res/drawable-mdpi/btn_dropdown_disabled.9.png b/core/res/res/drawable-mdpi/btn_dropdown_disabled.9.png Binary files differindex 72915b5597a0..7df99100e26d 100644 --- a/core/res/res/drawable-mdpi/btn_dropdown_disabled.9.png +++ b/core/res/res/drawable-mdpi/btn_dropdown_disabled.9.png diff --git a/core/res/res/drawable-mdpi/btn_dropdown_disabled_focused.9.png b/core/res/res/drawable-mdpi/btn_dropdown_disabled_focused.9.png Binary files differindex 438c06a685f0..8ae5b582c8c5 100644 --- a/core/res/res/drawable-mdpi/btn_dropdown_disabled_focused.9.png +++ b/core/res/res/drawable-mdpi/btn_dropdown_disabled_focused.9.png diff --git a/core/res/res/drawable-mdpi/btn_dropdown_normal.9.png b/core/res/res/drawable-mdpi/btn_dropdown_normal.9.png Binary files differindex 8540501d801c..1216e64f8e7f 100644 --- a/core/res/res/drawable-mdpi/btn_dropdown_normal.9.png +++ b/core/res/res/drawable-mdpi/btn_dropdown_normal.9.png diff --git a/core/res/res/drawable-mdpi/btn_dropdown_pressed.9.png b/core/res/res/drawable-mdpi/btn_dropdown_pressed.9.png Binary files differindex 9a50396b00ae..5150639d6aef 100644 --- a/core/res/res/drawable-mdpi/btn_dropdown_pressed.9.png +++ b/core/res/res/drawable-mdpi/btn_dropdown_pressed.9.png diff --git a/core/res/res/drawable-mdpi/btn_dropdown_selected.9.png b/core/res/res/drawable-mdpi/btn_dropdown_selected.9.png Binary files differindex a0a3fef9677f..42b1f0da6ac7 100644 --- a/core/res/res/drawable-mdpi/btn_dropdown_selected.9.png +++ b/core/res/res/drawable-mdpi/btn_dropdown_selected.9.png diff --git a/core/res/res/drawable-mdpi/btn_erase_default.9.png b/core/res/res/drawable-mdpi/btn_erase_default.9.png Binary files differindex c3bf60c619bd..3753852cafe3 100644 --- a/core/res/res/drawable-mdpi/btn_erase_default.9.png +++ b/core/res/res/drawable-mdpi/btn_erase_default.9.png diff --git a/core/res/res/drawable-mdpi/btn_erase_pressed.9.png b/core/res/res/drawable-mdpi/btn_erase_pressed.9.png Binary files differindex 727aafe0ad02..abed43866d0a 100644 --- a/core/res/res/drawable-mdpi/btn_erase_pressed.9.png +++ b/core/res/res/drawable-mdpi/btn_erase_pressed.9.png diff --git a/core/res/res/drawable-mdpi/btn_erase_selected.9.png b/core/res/res/drawable-mdpi/btn_erase_selected.9.png Binary files differindex c6bd02035cf2..97757cc5250a 100644 --- a/core/res/res/drawable-mdpi/btn_erase_selected.9.png +++ b/core/res/res/drawable-mdpi/btn_erase_selected.9.png diff --git a/core/res/res/drawable-mdpi/btn_global_search_normal.9.png b/core/res/res/drawable-mdpi/btn_global_search_normal.9.png Binary files differindex 9b7d3e5cd832..297ad29b85bb 100644 --- a/core/res/res/drawable-mdpi/btn_global_search_normal.9.png +++ b/core/res/res/drawable-mdpi/btn_global_search_normal.9.png diff --git a/core/res/res/drawable-mdpi/btn_group_disabled_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_group_disabled_holo_dark.9.png Binary files differindex 5894afec5e3f..e989f1148663 100644 --- a/core/res/res/drawable-mdpi/btn_group_disabled_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_group_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_group_disabled_holo_light.9.png b/core/res/res/drawable-mdpi/btn_group_disabled_holo_light.9.png Binary files differindex 1dfc7d365faa..6abfea4ffd73 100644 --- a/core/res/res/drawable-mdpi/btn_group_disabled_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_group_disabled_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_group_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_group_focused_holo_dark.9.png Binary files differindex db2eae1dff94..96d7e45f52f8 100644 --- a/core/res/res/drawable-mdpi/btn_group_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_group_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_group_focused_holo_light.9.png b/core/res/res/drawable-mdpi/btn_group_focused_holo_light.9.png Binary files differindex db2eae1dff94..96d7e45f52f8 100644 --- a/core/res/res/drawable-mdpi/btn_group_focused_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_group_focused_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_group_normal_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_group_normal_holo_dark.9.png Binary files differindex c6257bb5b5b1..739dcc93aaa4 100644 --- a/core/res/res/drawable-mdpi/btn_group_normal_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_group_normal_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_group_normal_holo_light.9.png b/core/res/res/drawable-mdpi/btn_group_normal_holo_light.9.png Binary files differindex 7e25ad35d3e6..b87deb78075a 100644 --- a/core/res/res/drawable-mdpi/btn_group_normal_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_group_normal_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_group_pressed_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_group_pressed_holo_dark.9.png Binary files differindex 67b5e4ee757b..967728b7f645 100644 --- a/core/res/res/drawable-mdpi/btn_group_pressed_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_group_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_group_pressed_holo_light.9.png b/core/res/res/drawable-mdpi/btn_group_pressed_holo_light.9.png Binary files differindex 154726710e0a..fa849b03ae21 100644 --- a/core/res/res/drawable-mdpi/btn_group_pressed_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_group_pressed_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_holo.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_holo.9.png Binary files differindex d449d760067d..080e9542c576 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_holo.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_holo.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_off_holo.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_off_holo.9.png Binary files differindex 80fe863f5f6c..9ea0984cfe8f 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_off_holo.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_off_holo.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_on_holo.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_on_holo.9.png Binary files differindex 196d6d9bda61..18a515fbdef2 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_on_holo.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_on_holo.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_holo.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_holo.9.png Binary files differindex 8f340d3551de..54e90c156fd6 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_holo.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_holo.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_off_holo.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_off_holo.9.png Binary files differindex b34b95765a7d..2e42be49d37d 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_off_holo.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_off_holo.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_on_holo.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_on_holo.9.png Binary files differindex 02f4b3de941c..a012c06d2f73 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_on_holo.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_on_holo.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal.9.png Binary files differindex 93767a5ae8fa..738c80cfebdd 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal_off.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal_off.9.png Binary files differindex 7f16a44cdf23..a78d559a6ba7 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal_off.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal_off.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal_on.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal_on.9.png Binary files differindex 7887c2e9cc90..ad1d82e2978e 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal_on.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal_on.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed.9.png Binary files differindex 88dc173349dd..862bbe313fdc 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed_off.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed_off.9.png Binary files differindex 9578c094cf89..4e3ee1102f24 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed_off.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed_off.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed_on.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed_on.9.png Binary files differindex 48d2b0911b69..13b68a602f25 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed_on.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed_on.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_light_normal_holo.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_light_normal_holo.9.png Binary files differindex 976083fdf909..32426a8327f2 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_light_normal_holo.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_light_normal_holo.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_light_pressed_holo.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_light_pressed_holo.9.png Binary files differindex c39dd4a94c52..06eefa4a0181 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_light_pressed_holo.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_light_pressed_holo.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_normal.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_normal.9.png Binary files differindex 7ba18dd25ac8..334a57c04491 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_normal.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_normal.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_normal_off.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_normal_off.9.png Binary files differindex bda9b83941ff..7851634d25a2 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_normal_off.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_normal_off.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_normal_on.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_normal_on.9.png Binary files differindex 0c16ed5093df..e3ed31af23ad 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_normal_on.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_normal_on.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_pressed.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_pressed.9.png Binary files differindex 39b9314a1a69..3fc64b1cbf9d 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_pressed.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_pressed.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_pressed_off.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_pressed_off.9.png Binary files differindex bdcf06e1b898..cf871464f68d 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_pressed_off.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_pressed_off.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_pressed_on.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_pressed_on.9.png Binary files differindex 79621a9e6300..a9bb6168abfd 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_pressed_on.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_pressed_on.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_trans_normal.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_trans_normal.9.png Binary files differindex 652c05f6cf12..747ceda9fb3a 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_trans_normal.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_trans_normal.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_trans_normal_off.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_trans_normal_off.9.png Binary files differindex 77426ef7e169..c5503c1a78f7 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_trans_normal_off.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_trans_normal_off.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_trans_normal_on.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_trans_normal_on.9.png Binary files differindex e4c9bd5417f8..6c483a72783e 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_trans_normal_on.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_trans_normal_on.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed.9.png Binary files differindex 1d1e9c075c28..0dba213f5da3 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed_off.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed_off.9.png Binary files differindex bb98b01eb925..1b2b3085d1ab 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed_off.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed_off.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed_on.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed_on.9.png Binary files differindex 3c7dcc80b709..9ad3b4fffd28 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed_on.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed_on.9.png diff --git a/core/res/res/drawable-mdpi/btn_keyboard_key_trans_selected.9.png b/core/res/res/drawable-mdpi/btn_keyboard_key_trans_selected.9.png Binary files differindex b168e0c9fc29..d5096028ef6b 100644 --- a/core/res/res/drawable-mdpi/btn_keyboard_key_trans_selected.9.png +++ b/core/res/res/drawable-mdpi/btn_keyboard_key_trans_selected.9.png diff --git a/core/res/res/drawable-mdpi/btn_media_player.9.png b/core/res/res/drawable-mdpi/btn_media_player.9.png Binary files differindex 3ec3f6839848..7479fb7bca5f 100644 --- a/core/res/res/drawable-mdpi/btn_media_player.9.png +++ b/core/res/res/drawable-mdpi/btn_media_player.9.png diff --git a/core/res/res/drawable-mdpi/btn_media_player_disabled.9.png b/core/res/res/drawable-mdpi/btn_media_player_disabled.9.png Binary files differindex e74335bfe885..980f987aea8f 100644 --- a/core/res/res/drawable-mdpi/btn_media_player_disabled.9.png +++ b/core/res/res/drawable-mdpi/btn_media_player_disabled.9.png diff --git a/core/res/res/drawable-mdpi/btn_media_player_disabled_selected.9.png b/core/res/res/drawable-mdpi/btn_media_player_disabled_selected.9.png Binary files differindex 2c6517fdb896..9801e915af0c 100644 --- a/core/res/res/drawable-mdpi/btn_media_player_disabled_selected.9.png +++ b/core/res/res/drawable-mdpi/btn_media_player_disabled_selected.9.png diff --git a/core/res/res/drawable-mdpi/btn_media_player_pressed.9.png b/core/res/res/drawable-mdpi/btn_media_player_pressed.9.png Binary files differindex 40bee47092e1..78f9277493ef 100644 --- a/core/res/res/drawable-mdpi/btn_media_player_pressed.9.png +++ b/core/res/res/drawable-mdpi/btn_media_player_pressed.9.png diff --git a/core/res/res/drawable-mdpi/btn_media_player_selected.9.png b/core/res/res/drawable-mdpi/btn_media_player_selected.9.png Binary files differindex 28d809fe11f6..8d8e0e382992 100644 --- a/core/res/res/drawable-mdpi/btn_media_player_selected.9.png +++ b/core/res/res/drawable-mdpi/btn_media_player_selected.9.png diff --git a/core/res/res/drawable-mdpi/btn_minus_default.png b/core/res/res/drawable-mdpi/btn_minus_default.png Binary files differindex ee95879f0bfc..f7cea7626c10 100644 --- a/core/res/res/drawable-mdpi/btn_minus_default.png +++ b/core/res/res/drawable-mdpi/btn_minus_default.png diff --git a/core/res/res/drawable-mdpi/btn_minus_disable.png b/core/res/res/drawable-mdpi/btn_minus_disable.png Binary files differindex dff7bf775d06..5692119a9d17 100644 --- a/core/res/res/drawable-mdpi/btn_minus_disable.png +++ b/core/res/res/drawable-mdpi/btn_minus_disable.png diff --git a/core/res/res/drawable-mdpi/btn_minus_disable_focused.png b/core/res/res/drawable-mdpi/btn_minus_disable_focused.png Binary files differindex 3f045576ace8..7e236ec9b60a 100644 --- a/core/res/res/drawable-mdpi/btn_minus_disable_focused.png +++ b/core/res/res/drawable-mdpi/btn_minus_disable_focused.png diff --git a/core/res/res/drawable-mdpi/btn_minus_pressed.png b/core/res/res/drawable-mdpi/btn_minus_pressed.png Binary files differindex 758d9585c032..edd393b89586 100644 --- a/core/res/res/drawable-mdpi/btn_minus_pressed.png +++ b/core/res/res/drawable-mdpi/btn_minus_pressed.png diff --git a/core/res/res/drawable-mdpi/btn_minus_selected.png b/core/res/res/drawable-mdpi/btn_minus_selected.png Binary files differindex 752a249df8ba..6fa9a457b3d3 100644 --- a/core/res/res/drawable-mdpi/btn_minus_selected.png +++ b/core/res/res/drawable-mdpi/btn_minus_selected.png diff --git a/core/res/res/drawable-mdpi/btn_plus_default.png b/core/res/res/drawable-mdpi/btn_plus_default.png Binary files differindex aa31e3739af1..e1721117c5a8 100644 --- a/core/res/res/drawable-mdpi/btn_plus_default.png +++ b/core/res/res/drawable-mdpi/btn_plus_default.png diff --git a/core/res/res/drawable-mdpi/btn_plus_disable.png b/core/res/res/drawable-mdpi/btn_plus_disable.png Binary files differindex c373cd37aff8..f0b30fa43f12 100644 --- a/core/res/res/drawable-mdpi/btn_plus_disable.png +++ b/core/res/res/drawable-mdpi/btn_plus_disable.png diff --git a/core/res/res/drawable-mdpi/btn_plus_disable_focused.png b/core/res/res/drawable-mdpi/btn_plus_disable_focused.png Binary files differindex 8f72a5f949d6..ff0b88f0a29f 100644 --- a/core/res/res/drawable-mdpi/btn_plus_disable_focused.png +++ b/core/res/res/drawable-mdpi/btn_plus_disable_focused.png diff --git a/core/res/res/drawable-mdpi/btn_plus_pressed.png b/core/res/res/drawable-mdpi/btn_plus_pressed.png Binary files differindex 1fb8413dd973..b8dc3afacf97 100644 --- a/core/res/res/drawable-mdpi/btn_plus_pressed.png +++ b/core/res/res/drawable-mdpi/btn_plus_pressed.png diff --git a/core/res/res/drawable-mdpi/btn_plus_selected.png b/core/res/res/drawable-mdpi/btn_plus_selected.png Binary files differindex 47fe9bf6ff0f..8965fc9e5d6e 100644 --- a/core/res/res/drawable-mdpi/btn_plus_selected.png +++ b/core/res/res/drawable-mdpi/btn_plus_selected.png diff --git a/core/res/res/drawable-mdpi/btn_radio_label_background.9.png b/core/res/res/drawable-mdpi/btn_radio_label_background.9.png Binary files differindex 16e89397baec..b5ec7c4e260b 100644 --- a/core/res/res/drawable-mdpi/btn_radio_label_background.9.png +++ b/core/res/res/drawable-mdpi/btn_radio_label_background.9.png diff --git a/core/res/res/drawable-mdpi/btn_radio_off.png b/core/res/res/drawable-mdpi/btn_radio_off.png Binary files differindex ef7130d4a227..0535b6e28da3 100644 --- a/core/res/res/drawable-mdpi/btn_radio_off.png +++ b/core/res/res/drawable-mdpi/btn_radio_off.png diff --git a/core/res/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_dark.png Binary files differindex 0ad3a3127a48..1e113a451b22 100644 --- a/core/res/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_light.png Binary files differindex 4dac84cfe88b..08549ce06364 100644 --- a/core/res/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_radio_off_disabled_holo_dark.png b/core/res/res/drawable-mdpi/btn_radio_off_disabled_holo_dark.png Binary files differindex 20d3d772671b..bdd7b459b628 100644 --- a/core/res/res/drawable-mdpi/btn_radio_off_disabled_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_radio_off_disabled_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_radio_off_disabled_holo_light.png b/core/res/res/drawable-mdpi/btn_radio_off_disabled_holo_light.png Binary files differindex a67375ec8a33..f62488bf83d2 100644 --- a/core/res/res/drawable-mdpi/btn_radio_off_disabled_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_radio_off_disabled_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_radio_off_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_radio_off_focused_holo_dark.png Binary files differindex 5878db14e78b..953b7f50bfc5 100644 --- a/core/res/res/drawable-mdpi/btn_radio_off_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_radio_off_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_radio_off_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_radio_off_focused_holo_light.png Binary files differindex 6753d087d3a4..fa0f7aeb8adc 100644 --- a/core/res/res/drawable-mdpi/btn_radio_off_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_radio_off_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_radio_off_holo.png b/core/res/res/drawable-mdpi/btn_radio_off_holo.png Binary files differindex e2077a919bfa..1a5afc5f4cce 100644 --- a/core/res/res/drawable-mdpi/btn_radio_off_holo.png +++ b/core/res/res/drawable-mdpi/btn_radio_off_holo.png diff --git a/core/res/res/drawable-mdpi/btn_radio_off_holo_dark.png b/core/res/res/drawable-mdpi/btn_radio_off_holo_dark.png Binary files differindex ac3ef065c3d4..a1a81241fcaa 100644 --- a/core/res/res/drawable-mdpi/btn_radio_off_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_radio_off_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_radio_off_holo_light.png b/core/res/res/drawable-mdpi/btn_radio_off_holo_light.png Binary files differindex 665cb1711900..3560a64a039e 100644 --- a/core/res/res/drawable-mdpi/btn_radio_off_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_radio_off_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_radio_off_pressed.png b/core/res/res/drawable-mdpi/btn_radio_off_pressed.png Binary files differindex f7b77c3903ad..68bb971f19d7 100644 --- a/core/res/res/drawable-mdpi/btn_radio_off_pressed.png +++ b/core/res/res/drawable-mdpi/btn_radio_off_pressed.png diff --git a/core/res/res/drawable-mdpi/btn_radio_off_pressed_holo_dark.png b/core/res/res/drawable-mdpi/btn_radio_off_pressed_holo_dark.png Binary files differindex cebaf6dfdac3..d5ac7c8a8bde 100644 --- a/core/res/res/drawable-mdpi/btn_radio_off_pressed_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_radio_off_pressed_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_radio_off_pressed_holo_light.png b/core/res/res/drawable-mdpi/btn_radio_off_pressed_holo_light.png Binary files differindex 7b12bea0b98c..3093250ac74e 100644 --- a/core/res/res/drawable-mdpi/btn_radio_off_pressed_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_radio_off_pressed_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_radio_off_selected.png b/core/res/res/drawable-mdpi/btn_radio_off_selected.png Binary files differindex 5a0d4889837a..2cfdbcd4bb6f 100644 --- a/core/res/res/drawable-mdpi/btn_radio_off_selected.png +++ b/core/res/res/drawable-mdpi/btn_radio_off_selected.png diff --git a/core/res/res/drawable-mdpi/btn_radio_on.png b/core/res/res/drawable-mdpi/btn_radio_on.png Binary files differindex e13e63967295..e693cf629abd 100644 --- a/core/res/res/drawable-mdpi/btn_radio_on.png +++ b/core/res/res/drawable-mdpi/btn_radio_on.png diff --git a/core/res/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_dark.png Binary files differindex 8ffe0061b3cd..9a7baeb42e85 100644 --- a/core/res/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_light.png Binary files differindex c9be37e9f184..753f41a60e99 100644 --- a/core/res/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_radio_on_disabled_holo_dark.png b/core/res/res/drawable-mdpi/btn_radio_on_disabled_holo_dark.png Binary files differindex 605af763533d..1cf93c9a86ed 100644 --- a/core/res/res/drawable-mdpi/btn_radio_on_disabled_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_radio_on_disabled_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_radio_on_disabled_holo_light.png b/core/res/res/drawable-mdpi/btn_radio_on_disabled_holo_light.png Binary files differindex 4583c3e1fa86..0462acf6312d 100644 --- a/core/res/res/drawable-mdpi/btn_radio_on_disabled_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_radio_on_disabled_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_radio_on_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_radio_on_focused_holo_dark.png Binary files differindex 456d15d9898b..d925b3a5f454 100644 --- a/core/res/res/drawable-mdpi/btn_radio_on_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_radio_on_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_radio_on_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_radio_on_focused_holo_light.png Binary files differindex db3b30a1196a..143661e929be 100644 --- a/core/res/res/drawable-mdpi/btn_radio_on_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_radio_on_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_radio_on_holo.png b/core/res/res/drawable-mdpi/btn_radio_on_holo.png Binary files differindex 22f9a73295b6..4b7bdc1b1d65 100644 --- a/core/res/res/drawable-mdpi/btn_radio_on_holo.png +++ b/core/res/res/drawable-mdpi/btn_radio_on_holo.png diff --git a/core/res/res/drawable-mdpi/btn_radio_on_holo_dark.png b/core/res/res/drawable-mdpi/btn_radio_on_holo_dark.png Binary files differindex 54674d0b2ae8..5f640c6d8cd6 100644 --- a/core/res/res/drawable-mdpi/btn_radio_on_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_radio_on_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_radio_on_holo_light.png b/core/res/res/drawable-mdpi/btn_radio_on_holo_light.png Binary files differindex 917417a5be93..5363896ce306 100644 --- a/core/res/res/drawable-mdpi/btn_radio_on_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_radio_on_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_radio_on_mtrl_alpha.png b/core/res/res/drawable-mdpi/btn_radio_on_mtrl_alpha.png Binary files differindex 04a8edb66c80..25e759737fec 100644 --- a/core/res/res/drawable-mdpi/btn_radio_on_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/btn_radio_on_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/btn_radio_on_pressed.png b/core/res/res/drawable-mdpi/btn_radio_on_pressed.png Binary files differindex ae50c20f1dea..92052b3618c7 100644 --- a/core/res/res/drawable-mdpi/btn_radio_on_pressed.png +++ b/core/res/res/drawable-mdpi/btn_radio_on_pressed.png diff --git a/core/res/res/drawable-mdpi/btn_radio_on_pressed_holo_dark.png b/core/res/res/drawable-mdpi/btn_radio_on_pressed_holo_dark.png Binary files differindex eabb9d260715..38ce4f5ec78c 100644 --- a/core/res/res/drawable-mdpi/btn_radio_on_pressed_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_radio_on_pressed_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_radio_on_pressed_holo_light.png b/core/res/res/drawable-mdpi/btn_radio_on_pressed_holo_light.png Binary files differindex 09592355e1b8..e9186271970c 100644 --- a/core/res/res/drawable-mdpi/btn_radio_on_pressed_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_radio_on_pressed_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_radio_on_pressed_mtrl_alpha.png b/core/res/res/drawable-mdpi/btn_radio_on_pressed_mtrl_alpha.png Binary files differindex 3c304bfd5258..48cb49adaadc 100644 --- a/core/res/res/drawable-mdpi/btn_radio_on_pressed_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/btn_radio_on_pressed_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/btn_radio_on_selected.png b/core/res/res/drawable-mdpi/btn_radio_on_selected.png Binary files differindex 3e704aa3e23f..73ee5d3b7ace 100644 --- a/core/res/res/drawable-mdpi/btn_radio_on_selected.png +++ b/core/res/res/drawable-mdpi/btn_radio_on_selected.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_000.png b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_000.png Binary files differindex a2b7fcee3b52..3c76c95ec162 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_000.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_000.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_001.png b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_001.png Binary files differindex fe0d3b1f81fc..903cd9b07996 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_001.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_001.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_002.png b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_002.png Binary files differindex d66d00d603b2..4144995d720a 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_002.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_002.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_003.png b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_003.png Binary files differindex 2f2f5cdffd48..e569271a2b0f 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_003.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_003.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_004.png b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_004.png Binary files differindex 72c9495e634d..d1bf7053389d 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_004.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_004.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_005.png b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_005.png Binary files differindex 7d9090f61486..5fa28ea16408 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_005.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_005.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_006.png b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_006.png Binary files differindex c5442e8fbf8d..7b1bc4c25b38 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_006.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_006.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_007.png b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_007.png Binary files differindex ca80cdb81277..4ab28091611d 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_007.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_007.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_008.png b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_008.png Binary files differindex d41a10b3175b..4689f61f2390 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_008.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_008.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_009.png b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_009.png Binary files differindex 262c8386b6d4..a91c923624e3 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_009.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_009.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_010.png b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_010.png Binary files differindex 7f6ea8bad9e4..e3ab76771867 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_010.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_010.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_011.png b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_011.png Binary files differindex 8d50a81750f5..85fed28a6667 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_011.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_011.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_012.png b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_012.png Binary files differindex 0725a68e28a9..71964decc733 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_012.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_012.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_013.png b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_013.png Binary files differindex 6191a4bdeea2..4cd951544980 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_013.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_013.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_014.png b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_014.png Binary files differindex 1904d740f1f4..e8d840ee69d6 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_014.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_014.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_015.png b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_015.png Binary files differindex bec8dda9bfc9..1d7a44bd4034 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_015.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_off_mtrl_015.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_000.png b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_000.png Binary files differindex 54ef48082e73..1d7a44bd4034 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_000.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_000.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_001.png b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_001.png Binary files differindex 55c516372262..3a0a0db223b0 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_001.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_001.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_002.png b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_002.png Binary files differindex 0fe2a897b063..df6a9d442abf 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_002.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_002.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_003.png b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_003.png Binary files differindex 86efab744b95..219290082d7f 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_003.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_003.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_004.png b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_004.png Binary files differindex c0a5ca58c405..a7c3e11caf0d 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_004.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_004.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_005.png b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_005.png Binary files differindex ec55175df1a6..9ca7b232c32c 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_005.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_005.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_006.png b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_006.png Binary files differindex 3e4a6907d1e6..79c489da9a0b 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_006.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_006.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_007.png b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_007.png Binary files differindex da49734da8b0..0f3cf986e884 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_007.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_007.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_008.png b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_008.png Binary files differindex 471cda1f9d68..a75a1585cb97 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_008.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_008.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_009.png b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_009.png Binary files differindex d5602621d3db..747cdc7130de 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_009.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_009.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_010.png b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_010.png Binary files differindex f6096b475a0a..1be07af68804 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_010.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_010.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_011.png b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_011.png Binary files differindex 9e2500bf1668..af30ed812e95 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_011.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_011.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_012.png b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_012.png Binary files differindex efbac9949e14..a5bcebfcbd39 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_012.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_012.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_013.png b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_013.png Binary files differindex 676f0ca9280a..1e6f8a4b175b 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_013.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_013.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_014.png b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_014.png Binary files differindex 4803157bb7fb..e5e9eb47346c 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_014.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_014.png diff --git a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_015.png b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_015.png Binary files differindex 4f8a162a0b45..3c76c95ec162 100644 --- a/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_015.png +++ b/core/res/res/drawable-mdpi/btn_radio_to_on_mtrl_015.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_dark.png Binary files differindex 563f609d2bbf..123c66e03a88 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_light.png Binary files differindex 60e471749e6e..9d214c2f6dae 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_off_disabled_holo_dark.png b/core/res/res/drawable-mdpi/btn_rating_star_off_disabled_holo_dark.png Binary files differindex fa4db4fa6152..8a43b1044784 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_off_disabled_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_off_disabled_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_off_disabled_holo_light.png b/core/res/res/drawable-mdpi/btn_rating_star_off_disabled_holo_light.png Binary files differindex 73a9d9e2127c..f203538a5412 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_off_disabled_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_off_disabled_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_off_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_rating_star_off_focused_holo_dark.png Binary files differindex 790251f8e908..2e8be2591b09 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_off_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_off_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_off_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_rating_star_off_focused_holo_light.png Binary files differindex aa4690f82263..3caf538c1c34 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_off_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_off_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_off_mtrl_alpha.png b/core/res/res/drawable-mdpi/btn_rating_star_off_mtrl_alpha.png Binary files differindex d38aed243f01..08c92eac06e8 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_off_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_off_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_off_normal.png b/core/res/res/drawable-mdpi/btn_rating_star_off_normal.png Binary files differindex a99441dc1a70..2d349c1463f2 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_off_normal.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_off_normal.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_off_normal_holo_dark.png b/core/res/res/drawable-mdpi/btn_rating_star_off_normal_holo_dark.png Binary files differindex c08b5c2416f3..593344e03145 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_off_normal_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_off_normal_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_off_normal_holo_light.png b/core/res/res/drawable-mdpi/btn_rating_star_off_normal_holo_light.png Binary files differindex 5f0a748c691b..8d52789ff00b 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_off_normal_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_off_normal_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_off_pressed.png b/core/res/res/drawable-mdpi/btn_rating_star_off_pressed.png Binary files differindex f47a45415bdc..4fd63ca0a065 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_off_pressed.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_off_pressed.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_off_pressed_holo_dark.png b/core/res/res/drawable-mdpi/btn_rating_star_off_pressed_holo_dark.png Binary files differindex ba916c1fbca9..a22a29111956 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_off_pressed_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_off_pressed_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_off_pressed_holo_light.png b/core/res/res/drawable-mdpi/btn_rating_star_off_pressed_holo_light.png Binary files differindex 8d0638d8b35f..bf33e33d5766 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_off_pressed_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_off_pressed_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_off_selected.png b/core/res/res/drawable-mdpi/btn_rating_star_off_selected.png Binary files differindex 5f71e0873ee1..bfbaf3487e09 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_off_selected.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_off_selected.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_dark.png Binary files differindex 9b04c594a7d5..75d65fe0fb57 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_light.png Binary files differindex 291fdb348e5e..cdda387e5f0b 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_on_disabled_holo_dark.png b/core/res/res/drawable-mdpi/btn_rating_star_on_disabled_holo_dark.png Binary files differindex 5cc6600e5bb5..5a6b6ae06630 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_on_disabled_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_on_disabled_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_on_disabled_holo_light.png b/core/res/res/drawable-mdpi/btn_rating_star_on_disabled_holo_light.png Binary files differindex f17edca0ab98..01be966ed9bc 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_on_disabled_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_on_disabled_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_on_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_rating_star_on_focused_holo_dark.png Binary files differindex 26f5f113d438..f7234cd0684b 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_on_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_on_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_on_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_rating_star_on_focused_holo_light.png Binary files differindex 6346fffad269..2ad0d31958ee 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_on_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_on_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_on_mtrl_alpha.png b/core/res/res/drawable-mdpi/btn_rating_star_on_mtrl_alpha.png Binary files differindex 87dade392c8e..f84e5e49385c 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_on_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_on_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_on_normal.png b/core/res/res/drawable-mdpi/btn_rating_star_on_normal.png Binary files differindex b7825d321770..51e720293994 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_on_normal.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_on_normal.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_on_normal_holo_dark.png b/core/res/res/drawable-mdpi/btn_rating_star_on_normal_holo_dark.png Binary files differindex 14bfde7ea387..6338309a1e25 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_on_normal_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_on_normal_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_on_normal_holo_light.png b/core/res/res/drawable-mdpi/btn_rating_star_on_normal_holo_light.png Binary files differindex c5005f13edce..b7b9ff6f030c 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_on_normal_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_on_normal_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_on_pressed.png b/core/res/res/drawable-mdpi/btn_rating_star_on_pressed.png Binary files differindex 4052445ab945..54f93a79cee2 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_on_pressed.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_on_pressed.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_on_pressed_holo_dark.png b/core/res/res/drawable-mdpi/btn_rating_star_on_pressed_holo_dark.png Binary files differindex 886d86a9626d..e6d1022fc4ae 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_on_pressed_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_on_pressed_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_on_pressed_holo_light.png b/core/res/res/drawable-mdpi/btn_rating_star_on_pressed_holo_light.png Binary files differindex 9f9eb1db6b68..22abca4641c0 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_on_pressed_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_on_pressed_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_rating_star_on_selected.png b/core/res/res/drawable-mdpi/btn_rating_star_on_selected.png Binary files differindex 5d139b6153a9..5253b4bb74d3 100644 --- a/core/res/res/drawable-mdpi/btn_rating_star_on_selected.png +++ b/core/res/res/drawable-mdpi/btn_rating_star_on_selected.png diff --git a/core/res/res/drawable-mdpi/btn_search_dialog_default.9.png b/core/res/res/drawable-mdpi/btn_search_dialog_default.9.png Binary files differindex 7275231879be..8081549946fe 100644 --- a/core/res/res/drawable-mdpi/btn_search_dialog_default.9.png +++ b/core/res/res/drawable-mdpi/btn_search_dialog_default.9.png diff --git a/core/res/res/drawable-mdpi/btn_search_dialog_pressed.9.png b/core/res/res/drawable-mdpi/btn_search_dialog_pressed.9.png Binary files differindex 50a920978874..4b06c03d50cb 100644 --- a/core/res/res/drawable-mdpi/btn_search_dialog_pressed.9.png +++ b/core/res/res/drawable-mdpi/btn_search_dialog_pressed.9.png diff --git a/core/res/res/drawable-mdpi/btn_search_dialog_selected.9.png b/core/res/res/drawable-mdpi/btn_search_dialog_selected.9.png Binary files differindex 14b774a376cc..abd7f1f69bcc 100644 --- a/core/res/res/drawable-mdpi/btn_search_dialog_selected.9.png +++ b/core/res/res/drawable-mdpi/btn_search_dialog_selected.9.png diff --git a/core/res/res/drawable-mdpi/btn_search_dialog_voice_default.9.png b/core/res/res/drawable-mdpi/btn_search_dialog_voice_default.9.png Binary files differindex 42be225932ec..c80b2a69d633 100644 --- a/core/res/res/drawable-mdpi/btn_search_dialog_voice_default.9.png +++ b/core/res/res/drawable-mdpi/btn_search_dialog_voice_default.9.png diff --git a/core/res/res/drawable-mdpi/btn_search_dialog_voice_pressed.9.png b/core/res/res/drawable-mdpi/btn_search_dialog_voice_pressed.9.png Binary files differindex 9984096702f7..9bc63c818b1a 100644 --- a/core/res/res/drawable-mdpi/btn_search_dialog_voice_pressed.9.png +++ b/core/res/res/drawable-mdpi/btn_search_dialog_voice_pressed.9.png diff --git a/core/res/res/drawable-mdpi/btn_search_dialog_voice_selected.9.png b/core/res/res/drawable-mdpi/btn_search_dialog_voice_selected.9.png Binary files differindex de2b03045e5c..563891b4e7fb 100644 --- a/core/res/res/drawable-mdpi/btn_search_dialog_voice_selected.9.png +++ b/core/res/res/drawable-mdpi/btn_search_dialog_voice_selected.9.png diff --git a/core/res/res/drawable-mdpi/btn_square_overlay_disabled.png b/core/res/res/drawable-mdpi/btn_square_overlay_disabled.png Binary files differindex cf7e4ea7f2b3..1d77d30582a9 100644 --- a/core/res/res/drawable-mdpi/btn_square_overlay_disabled.png +++ b/core/res/res/drawable-mdpi/btn_square_overlay_disabled.png diff --git a/core/res/res/drawable-mdpi/btn_square_overlay_disabled_focused.png b/core/res/res/drawable-mdpi/btn_square_overlay_disabled_focused.png Binary files differindex 5aa1143e6741..05ffbd651ce6 100644 --- a/core/res/res/drawable-mdpi/btn_square_overlay_disabled_focused.png +++ b/core/res/res/drawable-mdpi/btn_square_overlay_disabled_focused.png diff --git a/core/res/res/drawable-mdpi/btn_square_overlay_normal.png b/core/res/res/drawable-mdpi/btn_square_overlay_normal.png Binary files differindex 45fa4feaf6d8..c3df70b9f068 100644 --- a/core/res/res/drawable-mdpi/btn_square_overlay_normal.png +++ b/core/res/res/drawable-mdpi/btn_square_overlay_normal.png diff --git a/core/res/res/drawable-mdpi/btn_square_overlay_pressed.png b/core/res/res/drawable-mdpi/btn_square_overlay_pressed.png Binary files differindex 952571bf5e9e..888b2064118c 100644 --- a/core/res/res/drawable-mdpi/btn_square_overlay_pressed.png +++ b/core/res/res/drawable-mdpi/btn_square_overlay_pressed.png diff --git a/core/res/res/drawable-mdpi/btn_square_overlay_selected.png b/core/res/res/drawable-mdpi/btn_square_overlay_selected.png Binary files differindex ce4515eb94a8..8d185d73a826 100644 --- a/core/res/res/drawable-mdpi/btn_square_overlay_selected.png +++ b/core/res/res/drawable-mdpi/btn_square_overlay_selected.png diff --git a/core/res/res/drawable-mdpi/btn_star_big_off.png b/core/res/res/drawable-mdpi/btn_star_big_off.png Binary files differindex 7e9342b5c33e..51817834fb60 100644 --- a/core/res/res/drawable-mdpi/btn_star_big_off.png +++ b/core/res/res/drawable-mdpi/btn_star_big_off.png diff --git a/core/res/res/drawable-mdpi/btn_star_big_off_disable.png b/core/res/res/drawable-mdpi/btn_star_big_off_disable.png Binary files differindex 066d92008793..74da741e2fd3 100644 --- a/core/res/res/drawable-mdpi/btn_star_big_off_disable.png +++ b/core/res/res/drawable-mdpi/btn_star_big_off_disable.png diff --git a/core/res/res/drawable-mdpi/btn_star_big_off_disable_focused.png b/core/res/res/drawable-mdpi/btn_star_big_off_disable_focused.png Binary files differindex 1855d2c973cf..eca7ed26ba26 100644 --- a/core/res/res/drawable-mdpi/btn_star_big_off_disable_focused.png +++ b/core/res/res/drawable-mdpi/btn_star_big_off_disable_focused.png diff --git a/core/res/res/drawable-mdpi/btn_star_big_off_pressed.png b/core/res/res/drawable-mdpi/btn_star_big_off_pressed.png Binary files differindex f1b8912f90c5..1e99f9bb9ccb 100644 --- a/core/res/res/drawable-mdpi/btn_star_big_off_pressed.png +++ b/core/res/res/drawable-mdpi/btn_star_big_off_pressed.png diff --git a/core/res/res/drawable-mdpi/btn_star_big_off_selected.png b/core/res/res/drawable-mdpi/btn_star_big_off_selected.png Binary files differindex 0be64c416095..7a7676402951 100644 --- a/core/res/res/drawable-mdpi/btn_star_big_off_selected.png +++ b/core/res/res/drawable-mdpi/btn_star_big_off_selected.png diff --git a/core/res/res/drawable-mdpi/btn_star_big_on.png b/core/res/res/drawable-mdpi/btn_star_big_on.png Binary files differindex a9bdb052a970..2c8eb0f3c4b1 100644 --- a/core/res/res/drawable-mdpi/btn_star_big_on.png +++ b/core/res/res/drawable-mdpi/btn_star_big_on.png diff --git a/core/res/res/drawable-mdpi/btn_star_big_on_disable.png b/core/res/res/drawable-mdpi/btn_star_big_on_disable.png Binary files differindex 5e65a2f91449..244e7507ea2f 100644 --- a/core/res/res/drawable-mdpi/btn_star_big_on_disable.png +++ b/core/res/res/drawable-mdpi/btn_star_big_on_disable.png diff --git a/core/res/res/drawable-mdpi/btn_star_big_on_disable_focused.png b/core/res/res/drawable-mdpi/btn_star_big_on_disable_focused.png Binary files differindex de57571e388e..9e9ae7f0872b 100644 --- a/core/res/res/drawable-mdpi/btn_star_big_on_disable_focused.png +++ b/core/res/res/drawable-mdpi/btn_star_big_on_disable_focused.png diff --git a/core/res/res/drawable-mdpi/btn_star_big_on_pressed.png b/core/res/res/drawable-mdpi/btn_star_big_on_pressed.png Binary files differindex 159a84bb8dc7..4caac5ca9336 100644 --- a/core/res/res/drawable-mdpi/btn_star_big_on_pressed.png +++ b/core/res/res/drawable-mdpi/btn_star_big_on_pressed.png diff --git a/core/res/res/drawable-mdpi/btn_star_big_on_selected.png b/core/res/res/drawable-mdpi/btn_star_big_on_selected.png Binary files differindex 0592d5180afd..feffa4a58d3b 100644 --- a/core/res/res/drawable-mdpi/btn_star_big_on_selected.png +++ b/core/res/res/drawable-mdpi/btn_star_big_on_selected.png diff --git a/core/res/res/drawable-mdpi/btn_star_label_background.9.png b/core/res/res/drawable-mdpi/btn_star_label_background.9.png Binary files differindex e4931711fcae..c300f5cc7dc6 100644 --- a/core/res/res/drawable-mdpi/btn_star_label_background.9.png +++ b/core/res/res/drawable-mdpi/btn_star_label_background.9.png diff --git a/core/res/res/drawable-mdpi/btn_star_mtrl_alpha.png b/core/res/res/drawable-mdpi/btn_star_mtrl_alpha.png Binary files differindex 7ce950db6a09..3f0719cacd38 100644 --- a/core/res/res/drawable-mdpi/btn_star_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/btn_star_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/btn_star_off_disabled_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_star_off_disabled_focused_holo_dark.png Binary files differindex 690371da2223..38f52a15da9f 100644 --- a/core/res/res/drawable-mdpi/btn_star_off_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_star_off_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_star_off_disabled_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_star_off_disabled_focused_holo_light.png Binary files differindex 6d026dcc845b..337552940482 100644 --- a/core/res/res/drawable-mdpi/btn_star_off_disabled_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_star_off_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_star_off_disabled_holo_dark.png b/core/res/res/drawable-mdpi/btn_star_off_disabled_holo_dark.png Binary files differindex 6e368d66cf18..be820a2c01aa 100644 --- a/core/res/res/drawable-mdpi/btn_star_off_disabled_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_star_off_disabled_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_star_off_disabled_holo_light.png b/core/res/res/drawable-mdpi/btn_star_off_disabled_holo_light.png Binary files differindex 71cb5821741f..5a0bf5360d93 100644 --- a/core/res/res/drawable-mdpi/btn_star_off_disabled_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_star_off_disabled_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_star_off_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_star_off_focused_holo_dark.png Binary files differindex ebc991459beb..4d3e88c7c8b3 100644 --- a/core/res/res/drawable-mdpi/btn_star_off_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_star_off_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_star_off_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_star_off_focused_holo_light.png Binary files differindex edc3399a236f..e537db093543 100644 --- a/core/res/res/drawable-mdpi/btn_star_off_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_star_off_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_star_off_normal_holo_dark.png b/core/res/res/drawable-mdpi/btn_star_off_normal_holo_dark.png Binary files differindex 7dc8089ff412..25bc0bc6df98 100644 --- a/core/res/res/drawable-mdpi/btn_star_off_normal_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_star_off_normal_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_star_off_normal_holo_light.png b/core/res/res/drawable-mdpi/btn_star_off_normal_holo_light.png Binary files differindex a9abdc0df217..3ff449306006 100644 --- a/core/res/res/drawable-mdpi/btn_star_off_normal_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_star_off_normal_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_star_off_pressed_holo_dark.png b/core/res/res/drawable-mdpi/btn_star_off_pressed_holo_dark.png Binary files differindex 360ce61c1c5c..f33c483f628c 100644 --- a/core/res/res/drawable-mdpi/btn_star_off_pressed_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_star_off_pressed_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_star_off_pressed_holo_light.png b/core/res/res/drawable-mdpi/btn_star_off_pressed_holo_light.png Binary files differindex 4884309722e6..89c6a0b3c597 100644 --- a/core/res/res/drawable-mdpi/btn_star_off_pressed_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_star_off_pressed_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_star_on_disabled_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_star_on_disabled_focused_holo_dark.png Binary files differindex 3b5901f2d25f..10ce1deabb75 100644 --- a/core/res/res/drawable-mdpi/btn_star_on_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_star_on_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_star_on_disabled_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_star_on_disabled_focused_holo_light.png Binary files differindex d61bf39aef63..1ed91cf4d519 100644 --- a/core/res/res/drawable-mdpi/btn_star_on_disabled_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_star_on_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_star_on_disabled_holo_dark.png b/core/res/res/drawable-mdpi/btn_star_on_disabled_holo_dark.png Binary files differindex ff9f8881f5b0..2c0ebf72b4f8 100644 --- a/core/res/res/drawable-mdpi/btn_star_on_disabled_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_star_on_disabled_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_star_on_disabled_holo_light.png b/core/res/res/drawable-mdpi/btn_star_on_disabled_holo_light.png Binary files differindex 0aa36fe0fe89..f31a837184fc 100644 --- a/core/res/res/drawable-mdpi/btn_star_on_disabled_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_star_on_disabled_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_star_on_focused_holo_dark.png b/core/res/res/drawable-mdpi/btn_star_on_focused_holo_dark.png Binary files differindex fdd1e95e5a2d..2f4c51616018 100644 --- a/core/res/res/drawable-mdpi/btn_star_on_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_star_on_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_star_on_focused_holo_light.png b/core/res/res/drawable-mdpi/btn_star_on_focused_holo_light.png Binary files differindex 15c93341a8f8..910797c8ec09 100644 --- a/core/res/res/drawable-mdpi/btn_star_on_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_star_on_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_star_on_normal_holo_dark.png b/core/res/res/drawable-mdpi/btn_star_on_normal_holo_dark.png Binary files differindex 141831719f28..018d4d95a460 100644 --- a/core/res/res/drawable-mdpi/btn_star_on_normal_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_star_on_normal_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_star_on_normal_holo_light.png b/core/res/res/drawable-mdpi/btn_star_on_normal_holo_light.png Binary files differindex 2e818876b653..6e5ffb94bd4a 100644 --- a/core/res/res/drawable-mdpi/btn_star_on_normal_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_star_on_normal_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_star_on_pressed_holo_dark.png b/core/res/res/drawable-mdpi/btn_star_on_pressed_holo_dark.png Binary files differindex 9083aec86013..ba21968b5b04 100644 --- a/core/res/res/drawable-mdpi/btn_star_on_pressed_holo_dark.png +++ b/core/res/res/drawable-mdpi/btn_star_on_pressed_holo_dark.png diff --git a/core/res/res/drawable-mdpi/btn_star_on_pressed_holo_light.png b/core/res/res/drawable-mdpi/btn_star_on_pressed_holo_light.png Binary files differindex b5f0542df2c4..5ff1c076c41c 100644 --- a/core/res/res/drawable-mdpi/btn_star_on_pressed_holo_light.png +++ b/core/res/res/drawable-mdpi/btn_star_on_pressed_holo_light.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00001.9.png b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00001.9.png Binary files differindex 36ed9543cfde..a5a1f462f6e1 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00001.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00001.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00002.9.png b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00002.9.png Binary files differindex 863eee1b0655..72ac85119f31 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00002.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00002.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00003.9.png b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00003.9.png Binary files differindex 63e93a89a407..037180a372d4 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00003.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00003.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00004.9.png b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00004.9.png Binary files differindex 85c851d0294d..16aa503878ce 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00004.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00004.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00005.9.png b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00005.9.png Binary files differindex 8637636ca43f..2937a77a9b75 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00005.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00005.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00006.9.png b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00006.9.png Binary files differindex 2945c29ace97..5582b9b15cdf 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00006.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00006.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00007.9.png b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00007.9.png Binary files differindex 678a6c8e07f1..8e487d93a785 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00007.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00007.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00008.9.png b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00008.9.png Binary files differindex 238a6f181ebf..29126b5f7ddb 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00008.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00008.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00009.9.png b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00009.9.png Binary files differindex 4a342a6ae41c..f940f26ea26e 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00009.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00009.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00010.9.png b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00010.9.png Binary files differindex 5842b192eae7..3c051efc786e 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00010.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00010.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00011.9.png b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00011.9.png Binary files differindex 3e1bd2d84baf..26af4a45f704 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00011.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00011.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00012.9.png b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00012.9.png Binary files differindex 73ed10bc9dce..88b8168b65a7 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00012.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00012.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00001.9.png b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00001.9.png Binary files differindex 03d3dfb5cdeb..650a9170a7b6 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00001.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00001.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00002.9.png b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00002.9.png Binary files differindex 25085ceaa190..57d0f1a5a11e 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00002.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00002.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00003.9.png b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00003.9.png Binary files differindex 9e4d2f38b040..9de793edb882 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00003.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00003.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00004.9.png b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00004.9.png Binary files differindex ab5bd1eceb6d..f25cb15644ea 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00004.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00004.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00005.9.png b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00005.9.png Binary files differindex f5297cecf0b8..ec2326d97e43 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00005.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00005.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00006.9.png b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00006.9.png Binary files differindex 1ad56e949e4c..4e423efe8d6b 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00006.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00006.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00007.9.png b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00007.9.png Binary files differindex 4bad05555f30..8e487d93a785 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00007.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00007.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00008.9.png b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00008.9.png Binary files differindex d90803480997..531ac9281f30 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00008.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00008.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00009.9.png b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00009.9.png Binary files differindex 8ed4fb41eeab..16a573863a58 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00009.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00009.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00010.9.png b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00010.9.png Binary files differindex 61d3ced15946..bfaef7eb6ceb 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00010.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00010.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00011.9.png b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00011.9.png Binary files differindex dec2a8269927..5c23a323b979 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00011.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00011.9.png diff --git a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00012.9.png b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00012.9.png Binary files differindex 66358308d9aa..77b63df5b004 100644 --- a/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00012.9.png +++ b/core/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00012.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_off.9.png b/core/res/res/drawable-mdpi/btn_toggle_off.9.png Binary files differindex 38e810c95f4d..f9726c3f9495 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_off.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_off.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_dark.9.png Binary files differindex 4e6d076a1169..16d84bd5e14d 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_light.9.png b/core/res/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_light.9.png Binary files differindex 4e6d076a1169..16d84bd5e14d 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_off_disabled_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_toggle_off_disabled_holo_dark.9.png Binary files differindex ca61cb2caf9e..bdff7d37c067 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_off_disabled_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_off_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_off_disabled_holo_light.9.png b/core/res/res/drawable-mdpi/btn_toggle_off_disabled_holo_light.9.png Binary files differindex ca61cb2caf9e..bdff7d37c067 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_off_disabled_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_off_disabled_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_off_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_toggle_off_focused_holo_dark.9.png Binary files differindex b5999be2d6ff..a5e0e0be4518 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_off_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_off_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_off_focused_holo_light.9.png b/core/res/res/drawable-mdpi/btn_toggle_off_focused_holo_light.9.png Binary files differindex b5999be2d6ff..a5e0e0be4518 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_off_focused_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_off_focused_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_off_normal_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_toggle_off_normal_holo_dark.9.png Binary files differindex 8392ac3e8189..b0abf6531620 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_off_normal_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_off_normal_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_off_normal_holo_light.9.png b/core/res/res/drawable-mdpi/btn_toggle_off_normal_holo_light.9.png Binary files differindex 522bafd3741d..1005987fe729 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_off_normal_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_off_normal_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_off_pressed_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_toggle_off_pressed_holo_dark.9.png Binary files differindex 626a60564780..aae9f00b3396 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_off_pressed_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_off_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_off_pressed_holo_light.9.png b/core/res/res/drawable-mdpi/btn_toggle_off_pressed_holo_light.9.png Binary files differindex 196c650c6a97..8b55b5a38d15 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_off_pressed_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_off_pressed_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_on.9.png b/core/res/res/drawable-mdpi/btn_toggle_on.9.png Binary files differindex ef39decf92d8..5e2009d8750b 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_on.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_on.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_dark.9.png Binary files differindex ebb2f8bbd518..386437c7327a 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_light.9.png b/core/res/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_light.9.png Binary files differindex ebb2f8bbd518..386437c7327a 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_on_disabled_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_toggle_on_disabled_holo_dark.9.png Binary files differindex 3fa20ca5ee2e..c86dc906025e 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_on_disabled_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_on_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_on_disabled_holo_light.9.png b/core/res/res/drawable-mdpi/btn_toggle_on_disabled_holo_light.9.png Binary files differindex 3fa20ca5ee2e..c86dc906025e 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_on_disabled_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_on_disabled_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_on_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_toggle_on_focused_holo_dark.9.png Binary files differindex 6cc59ed0ba2f..2a3435d8dcb3 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_on_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_on_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_on_focused_holo_light.9.png b/core/res/res/drawable-mdpi/btn_toggle_on_focused_holo_light.9.png Binary files differindex 6cc59ed0ba2f..2a3435d8dcb3 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_on_focused_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_on_focused_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_on_normal_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_toggle_on_normal_holo_dark.9.png Binary files differindex a1fcd08436af..4aef95b24075 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_on_normal_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_on_normal_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_on_normal_holo_light.9.png b/core/res/res/drawable-mdpi/btn_toggle_on_normal_holo_light.9.png Binary files differindex c6c02248b5bf..d7da20ec561b 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_on_normal_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_on_normal_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_on_pressed_holo_dark.9.png b/core/res/res/drawable-mdpi/btn_toggle_on_pressed_holo_dark.9.png Binary files differindex 053605309ed4..8525eb8b127f 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_on_pressed_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_on_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/btn_toggle_on_pressed_holo_light.9.png b/core/res/res/drawable-mdpi/btn_toggle_on_pressed_holo_light.9.png Binary files differindex 9fc345b8bf00..5dddabf29601 100644 --- a/core/res/res/drawable-mdpi/btn_toggle_on_pressed_holo_light.9.png +++ b/core/res/res/drawable-mdpi/btn_toggle_on_pressed_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/btn_zoom_down_disabled.9.png b/core/res/res/drawable-mdpi/btn_zoom_down_disabled.9.png Binary files differindex 7780bd758b40..85a2164272d1 100644 --- a/core/res/res/drawable-mdpi/btn_zoom_down_disabled.9.png +++ b/core/res/res/drawable-mdpi/btn_zoom_down_disabled.9.png diff --git a/core/res/res/drawable-mdpi/btn_zoom_down_disabled_focused.9.png b/core/res/res/drawable-mdpi/btn_zoom_down_disabled_focused.9.png Binary files differindex 39131c562944..7529528fc76f 100644 --- a/core/res/res/drawable-mdpi/btn_zoom_down_disabled_focused.9.png +++ b/core/res/res/drawable-mdpi/btn_zoom_down_disabled_focused.9.png diff --git a/core/res/res/drawable-mdpi/btn_zoom_down_normal.9.png b/core/res/res/drawable-mdpi/btn_zoom_down_normal.9.png Binary files differindex b589a84309d9..1dac57f34b96 100644 --- a/core/res/res/drawable-mdpi/btn_zoom_down_normal.9.png +++ b/core/res/res/drawable-mdpi/btn_zoom_down_normal.9.png diff --git a/core/res/res/drawable-mdpi/btn_zoom_down_pressed.9.png b/core/res/res/drawable-mdpi/btn_zoom_down_pressed.9.png Binary files differindex a8ca467324d2..224f56e2e6ea 100644 --- a/core/res/res/drawable-mdpi/btn_zoom_down_pressed.9.png +++ b/core/res/res/drawable-mdpi/btn_zoom_down_pressed.9.png diff --git a/core/res/res/drawable-mdpi/btn_zoom_down_selected.9.png b/core/res/res/drawable-mdpi/btn_zoom_down_selected.9.png Binary files differindex af551e71ecb5..798e2fd9a08f 100644 --- a/core/res/res/drawable-mdpi/btn_zoom_down_selected.9.png +++ b/core/res/res/drawable-mdpi/btn_zoom_down_selected.9.png diff --git a/core/res/res/drawable-mdpi/btn_zoom_page_normal.png b/core/res/res/drawable-mdpi/btn_zoom_page_normal.png Binary files differindex 839915be48a0..68a4df897b14 100644 --- a/core/res/res/drawable-mdpi/btn_zoom_page_normal.png +++ b/core/res/res/drawable-mdpi/btn_zoom_page_normal.png diff --git a/core/res/res/drawable-mdpi/btn_zoom_page_press.png b/core/res/res/drawable-mdpi/btn_zoom_page_press.png Binary files differindex e8af276993bd..4bcad45af55d 100644 --- a/core/res/res/drawable-mdpi/btn_zoom_page_press.png +++ b/core/res/res/drawable-mdpi/btn_zoom_page_press.png diff --git a/core/res/res/drawable-mdpi/btn_zoom_up_disabled.9.png b/core/res/res/drawable-mdpi/btn_zoom_up_disabled.9.png Binary files differindex 5203630e0a72..edd7c38746df 100644 --- a/core/res/res/drawable-mdpi/btn_zoom_up_disabled.9.png +++ b/core/res/res/drawable-mdpi/btn_zoom_up_disabled.9.png diff --git a/core/res/res/drawable-mdpi/btn_zoom_up_disabled_focused.9.png b/core/res/res/drawable-mdpi/btn_zoom_up_disabled_focused.9.png Binary files differindex c72c9cd90aaf..46b1d19619eb 100644 --- a/core/res/res/drawable-mdpi/btn_zoom_up_disabled_focused.9.png +++ b/core/res/res/drawable-mdpi/btn_zoom_up_disabled_focused.9.png diff --git a/core/res/res/drawable-mdpi/btn_zoom_up_normal.9.png b/core/res/res/drawable-mdpi/btn_zoom_up_normal.9.png Binary files differindex 502734879433..57f5e165c08b 100644 --- a/core/res/res/drawable-mdpi/btn_zoom_up_normal.9.png +++ b/core/res/res/drawable-mdpi/btn_zoom_up_normal.9.png diff --git a/core/res/res/drawable-mdpi/btn_zoom_up_pressed.9.png b/core/res/res/drawable-mdpi/btn_zoom_up_pressed.9.png Binary files differindex 1a93e3a29282..ca052a476b87 100644 --- a/core/res/res/drawable-mdpi/btn_zoom_up_pressed.9.png +++ b/core/res/res/drawable-mdpi/btn_zoom_up_pressed.9.png diff --git a/core/res/res/drawable-mdpi/btn_zoom_up_selected.9.png b/core/res/res/drawable-mdpi/btn_zoom_up_selected.9.png Binary files differindex 26aafee001c4..a10fcc1ac444 100644 --- a/core/res/res/drawable-mdpi/btn_zoom_up_selected.9.png +++ b/core/res/res/drawable-mdpi/btn_zoom_up_selected.9.png diff --git a/core/res/res/drawable-mdpi/button_onoff_indicator_off.png b/core/res/res/drawable-mdpi/button_onoff_indicator_off.png Binary files differindex 91e72443e989..80f035e6d467 100644 --- a/core/res/res/drawable-mdpi/button_onoff_indicator_off.png +++ b/core/res/res/drawable-mdpi/button_onoff_indicator_off.png diff --git a/core/res/res/drawable-mdpi/button_onoff_indicator_on.png b/core/res/res/drawable-mdpi/button_onoff_indicator_on.png Binary files differindex 361364bc2edb..5abf7f5f1e85 100644 --- a/core/res/res/drawable-mdpi/button_onoff_indicator_on.png +++ b/core/res/res/drawable-mdpi/button_onoff_indicator_on.png diff --git a/core/res/res/drawable-mdpi/cab_background_bottom_holo_dark.9.png b/core/res/res/drawable-mdpi/cab_background_bottom_holo_dark.9.png Binary files differindex d8f1c8bd54f4..64a829ad9a2c 100644 --- a/core/res/res/drawable-mdpi/cab_background_bottom_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/cab_background_bottom_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/cab_background_bottom_holo_light.9.png b/core/res/res/drawable-mdpi/cab_background_bottom_holo_light.9.png Binary files differindex 31e49894adac..d638854383e0 100644 --- a/core/res/res/drawable-mdpi/cab_background_bottom_holo_light.9.png +++ b/core/res/res/drawable-mdpi/cab_background_bottom_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/cab_background_bottom_mtrl_alpha.9.png b/core/res/res/drawable-mdpi/cab_background_bottom_mtrl_alpha.9.png Binary files differindex df292a0c605b..204457fe8abd 100644 --- a/core/res/res/drawable-mdpi/cab_background_bottom_mtrl_alpha.9.png +++ b/core/res/res/drawable-mdpi/cab_background_bottom_mtrl_alpha.9.png diff --git a/core/res/res/drawable-mdpi/cab_background_top_holo_dark.9.png b/core/res/res/drawable-mdpi/cab_background_top_holo_dark.9.png Binary files differindex 7c2cbe5356e4..129ec1efaa92 100644 --- a/core/res/res/drawable-mdpi/cab_background_top_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/cab_background_top_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/cab_background_top_holo_light.9.png b/core/res/res/drawable-mdpi/cab_background_top_holo_light.9.png Binary files differindex 30cbdc174aab..950a8ba50882 100644 --- a/core/res/res/drawable-mdpi/cab_background_top_holo_light.9.png +++ b/core/res/res/drawable-mdpi/cab_background_top_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/cab_background_top_mtrl_alpha.9.png b/core/res/res/drawable-mdpi/cab_background_top_mtrl_alpha.9.png Binary files differindex ae8cccdd6f5f..a33d610fc7c6 100644 --- a/core/res/res/drawable-mdpi/cab_background_top_mtrl_alpha.9.png +++ b/core/res/res/drawable-mdpi/cab_background_top_mtrl_alpha.9.png diff --git a/core/res/res/drawable-mdpi/call_contact.png b/core/res/res/drawable-mdpi/call_contact.png Binary files differindex 1abeb5da3bcb..0bb7be1cc185 100644 --- a/core/res/res/drawable-mdpi/call_contact.png +++ b/core/res/res/drawable-mdpi/call_contact.png diff --git a/core/res/res/drawable-mdpi/checkbox_off_background.png b/core/res/res/drawable-mdpi/checkbox_off_background.png Binary files differindex 825ea6606ab7..b9e8880f9a1e 100644 --- a/core/res/res/drawable-mdpi/checkbox_off_background.png +++ b/core/res/res/drawable-mdpi/checkbox_off_background.png diff --git a/core/res/res/drawable-mdpi/checkbox_on_background.png b/core/res/res/drawable-mdpi/checkbox_on_background.png Binary files differindex 57585da31258..8aeb61dbb152 100644 --- a/core/res/res/drawable-mdpi/checkbox_on_background.png +++ b/core/res/res/drawable-mdpi/checkbox_on_background.png diff --git a/core/res/res/drawable-mdpi/cling_arrow_up.png b/core/res/res/drawable-mdpi/cling_arrow_up.png Binary files differindex ee6c378d1809..8e50799655d8 100644 --- a/core/res/res/drawable-mdpi/cling_arrow_up.png +++ b/core/res/res/drawable-mdpi/cling_arrow_up.png diff --git a/core/res/res/drawable-mdpi/cling_bg.9.png b/core/res/res/drawable-mdpi/cling_bg.9.png Binary files differindex 4c0f139eeb5a..811e075f8c70 100644 --- a/core/res/res/drawable-mdpi/cling_bg.9.png +++ b/core/res/res/drawable-mdpi/cling_bg.9.png diff --git a/core/res/res/drawable-mdpi/cling_button_normal.9.png b/core/res/res/drawable-mdpi/cling_button_normal.9.png Binary files differindex a0b6f9735251..195ebe090dc2 100644 --- a/core/res/res/drawable-mdpi/cling_button_normal.9.png +++ b/core/res/res/drawable-mdpi/cling_button_normal.9.png diff --git a/core/res/res/drawable-mdpi/cling_button_pressed.9.png b/core/res/res/drawable-mdpi/cling_button_pressed.9.png Binary files differindex 986e669443f1..d5f7f7689149 100644 --- a/core/res/res/drawable-mdpi/cling_button_pressed.9.png +++ b/core/res/res/drawable-mdpi/cling_button_pressed.9.png diff --git a/core/res/res/drawable-mdpi/clock_dial.png b/core/res/res/drawable-mdpi/clock_dial.png Binary files differindex 82f73fec0423..afa347caab18 100644 --- a/core/res/res/drawable-mdpi/clock_dial.png +++ b/core/res/res/drawable-mdpi/clock_dial.png diff --git a/core/res/res/drawable-mdpi/clock_hand_hour.png b/core/res/res/drawable-mdpi/clock_hand_hour.png Binary files differindex 1f0aec80ba14..ba38cc6669af 100644 --- a/core/res/res/drawable-mdpi/clock_hand_hour.png +++ b/core/res/res/drawable-mdpi/clock_hand_hour.png diff --git a/core/res/res/drawable-mdpi/clock_hand_minute.png b/core/res/res/drawable-mdpi/clock_hand_minute.png Binary files differindex 6cd8a4bfa48d..9a5a2e456163 100644 --- a/core/res/res/drawable-mdpi/clock_hand_minute.png +++ b/core/res/res/drawable-mdpi/clock_hand_minute.png diff --git a/core/res/res/drawable-mdpi/code_lock_bottom.9.png b/core/res/res/drawable-mdpi/code_lock_bottom.9.png Binary files differindex 812cf00ce450..b56275df72d6 100644 --- a/core/res/res/drawable-mdpi/code_lock_bottom.9.png +++ b/core/res/res/drawable-mdpi/code_lock_bottom.9.png diff --git a/core/res/res/drawable-mdpi/code_lock_left.9.png b/core/res/res/drawable-mdpi/code_lock_left.9.png Binary files differindex 215dcc83b354..9a3ed331febf 100644 --- a/core/res/res/drawable-mdpi/code_lock_left.9.png +++ b/core/res/res/drawable-mdpi/code_lock_left.9.png diff --git a/core/res/res/drawable-mdpi/code_lock_top.9.png b/core/res/res/drawable-mdpi/code_lock_top.9.png Binary files differindex 2b75a7c4d7d2..92ea20091e50 100644 --- a/core/res/res/drawable-mdpi/code_lock_top.9.png +++ b/core/res/res/drawable-mdpi/code_lock_top.9.png diff --git a/core/res/res/drawable-mdpi/combobox_disabled.png b/core/res/res/drawable-mdpi/combobox_disabled.png Binary files differindex ac8a235c5511..359f3e2f3124 100644 --- a/core/res/res/drawable-mdpi/combobox_disabled.png +++ b/core/res/res/drawable-mdpi/combobox_disabled.png diff --git a/core/res/res/drawable-mdpi/combobox_nohighlight.png b/core/res/res/drawable-mdpi/combobox_nohighlight.png Binary files differindex 9d60e266fe44..73100486ab2c 100644 --- a/core/res/res/drawable-mdpi/combobox_nohighlight.png +++ b/core/res/res/drawable-mdpi/combobox_nohighlight.png diff --git a/core/res/res/drawable-mdpi/compass_arrow.png b/core/res/res/drawable-mdpi/compass_arrow.png Binary files differindex 5a4d8c147b23..aa1be3762cd2 100644 --- a/core/res/res/drawable-mdpi/compass_arrow.png +++ b/core/res/res/drawable-mdpi/compass_arrow.png diff --git a/core/res/res/drawable-mdpi/compass_base.png b/core/res/res/drawable-mdpi/compass_base.png Binary files differindex 3d694f089529..8ef4ec6ac4a4 100644 --- a/core/res/res/drawable-mdpi/compass_base.png +++ b/core/res/res/drawable-mdpi/compass_base.png diff --git a/core/res/res/drawable-mdpi/contact_header_bg.9.png b/core/res/res/drawable-mdpi/contact_header_bg.9.png Binary files differindex 7f9a5a3e0d79..7c4a659bd11f 100644 --- a/core/res/res/drawable-mdpi/contact_header_bg.9.png +++ b/core/res/res/drawable-mdpi/contact_header_bg.9.png diff --git a/core/res/res/drawable-mdpi/create_contact.png b/core/res/res/drawable-mdpi/create_contact.png Binary files differindex 5a9360b272e7..a78154400ebe 100644 --- a/core/res/res/drawable-mdpi/create_contact.png +++ b/core/res/res/drawable-mdpi/create_contact.png diff --git a/core/res/res/drawable-mdpi/dark_header.9.png b/core/res/res/drawable-mdpi/dark_header.9.png Binary files differindex ac906cd81be9..4225f76c5d0d 100644 --- a/core/res/res/drawable-mdpi/dark_header.9.png +++ b/core/res/res/drawable-mdpi/dark_header.9.png diff --git a/core/res/res/drawable-mdpi/day_picker_week_view_dayline_holo.9.png b/core/res/res/drawable-mdpi/day_picker_week_view_dayline_holo.9.png Binary files differindex 7b750192462e..5b5319db13ba 100644 --- a/core/res/res/drawable-mdpi/day_picker_week_view_dayline_holo.9.png +++ b/core/res/res/drawable-mdpi/day_picker_week_view_dayline_holo.9.png diff --git a/core/res/res/drawable-mdpi/dialog_background_mtrl_mult.9.png b/core/res/res/drawable-mdpi/dialog_background_mtrl_mult.9.png Binary files differindex 8322ae3a6289..84f90a7ccefe 100644 --- a/core/res/res/drawable-mdpi/dialog_background_mtrl_mult.9.png +++ b/core/res/res/drawable-mdpi/dialog_background_mtrl_mult.9.png diff --git a/core/res/res/drawable-mdpi/dialog_bottom_holo_dark.9.png b/core/res/res/drawable-mdpi/dialog_bottom_holo_dark.9.png Binary files differindex 31dc4fd52bea..2dd10468052b 100644 --- a/core/res/res/drawable-mdpi/dialog_bottom_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/dialog_bottom_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/dialog_bottom_holo_light.9.png b/core/res/res/drawable-mdpi/dialog_bottom_holo_light.9.png Binary files differindex 7541e8a9a5dc..ccb5e0e316eb 100644 --- a/core/res/res/drawable-mdpi/dialog_bottom_holo_light.9.png +++ b/core/res/res/drawable-mdpi/dialog_bottom_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/dialog_divider_horizontal_holo_dark.9.png b/core/res/res/drawable-mdpi/dialog_divider_horizontal_holo_dark.9.png Binary files differindex 185146806333..7bc0d2c77078 100644 --- a/core/res/res/drawable-mdpi/dialog_divider_horizontal_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/dialog_divider_horizontal_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/dialog_divider_horizontal_holo_light.9.png b/core/res/res/drawable-mdpi/dialog_divider_horizontal_holo_light.9.png Binary files differindex a60aad5d7ac4..83c5e0c84e73 100644 --- a/core/res/res/drawable-mdpi/dialog_divider_horizontal_holo_light.9.png +++ b/core/res/res/drawable-mdpi/dialog_divider_horizontal_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/dialog_divider_horizontal_light.9.png b/core/res/res/drawable-mdpi/dialog_divider_horizontal_light.9.png Binary files differindex b69619b4bd0c..ff29d1cc8f87 100644 --- a/core/res/res/drawable-mdpi/dialog_divider_horizontal_light.9.png +++ b/core/res/res/drawable-mdpi/dialog_divider_horizontal_light.9.png diff --git a/core/res/res/drawable-mdpi/dialog_full_holo_dark.9.png b/core/res/res/drawable-mdpi/dialog_full_holo_dark.9.png Binary files differindex dc37316094b6..38fcfd85d4f5 100644 --- a/core/res/res/drawable-mdpi/dialog_full_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/dialog_full_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/dialog_full_holo_light.9.png b/core/res/res/drawable-mdpi/dialog_full_holo_light.9.png Binary files differindex 0c5770a36f60..01f6c41aa3ab 100644 --- a/core/res/res/drawable-mdpi/dialog_full_holo_light.9.png +++ b/core/res/res/drawable-mdpi/dialog_full_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/dialog_ic_close_focused_holo_dark.png b/core/res/res/drawable-mdpi/dialog_ic_close_focused_holo_dark.png Binary files differindex cc5f4f47b240..7f9d5a7a0050 100644 --- a/core/res/res/drawable-mdpi/dialog_ic_close_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/dialog_ic_close_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/dialog_ic_close_focused_holo_light.png b/core/res/res/drawable-mdpi/dialog_ic_close_focused_holo_light.png Binary files differindex 51b4e4d81f0d..9f48699358df 100644 --- a/core/res/res/drawable-mdpi/dialog_ic_close_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/dialog_ic_close_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/dialog_ic_close_normal_holo_dark.png b/core/res/res/drawable-mdpi/dialog_ic_close_normal_holo_dark.png Binary files differindex 503db7cfa29e..25c009455988 100644 --- a/core/res/res/drawable-mdpi/dialog_ic_close_normal_holo_dark.png +++ b/core/res/res/drawable-mdpi/dialog_ic_close_normal_holo_dark.png diff --git a/core/res/res/drawable-mdpi/dialog_ic_close_normal_holo_light.png b/core/res/res/drawable-mdpi/dialog_ic_close_normal_holo_light.png Binary files differindex 6a2fb5e636f5..0d706b07d93a 100644 --- a/core/res/res/drawable-mdpi/dialog_ic_close_normal_holo_light.png +++ b/core/res/res/drawable-mdpi/dialog_ic_close_normal_holo_light.png diff --git a/core/res/res/drawable-mdpi/dialog_ic_close_pressed_holo_dark.png b/core/res/res/drawable-mdpi/dialog_ic_close_pressed_holo_dark.png Binary files differindex 3463b6689134..66820bb76e71 100644 --- a/core/res/res/drawable-mdpi/dialog_ic_close_pressed_holo_dark.png +++ b/core/res/res/drawable-mdpi/dialog_ic_close_pressed_holo_dark.png diff --git a/core/res/res/drawable-mdpi/dialog_ic_close_pressed_holo_light.png b/core/res/res/drawable-mdpi/dialog_ic_close_pressed_holo_light.png Binary files differindex 55dedc62db61..4b0193aeb2ef 100644 --- a/core/res/res/drawable-mdpi/dialog_ic_close_pressed_holo_light.png +++ b/core/res/res/drawable-mdpi/dialog_ic_close_pressed_holo_light.png diff --git a/core/res/res/drawable-mdpi/dialog_middle_holo.9.png b/core/res/res/drawable-mdpi/dialog_middle_holo.9.png Binary files differindex 36da5ca20e69..9b1584a5177f 100644 --- a/core/res/res/drawable-mdpi/dialog_middle_holo.9.png +++ b/core/res/res/drawable-mdpi/dialog_middle_holo.9.png diff --git a/core/res/res/drawable-mdpi/dialog_middle_holo_dark.9.png b/core/res/res/drawable-mdpi/dialog_middle_holo_dark.9.png Binary files differindex ca389e33c96e..c7ac0606fdfe 100644 --- a/core/res/res/drawable-mdpi/dialog_middle_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/dialog_middle_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/dialog_middle_holo_light.9.png b/core/res/res/drawable-mdpi/dialog_middle_holo_light.9.png Binary files differindex 7a836ce529a6..a5a2bf7b2699 100644 --- a/core/res/res/drawable-mdpi/dialog_middle_holo_light.9.png +++ b/core/res/res/drawable-mdpi/dialog_middle_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/dialog_top_holo_dark.9.png b/core/res/res/drawable-mdpi/dialog_top_holo_dark.9.png Binary files differindex fb848a3df928..3af2581f778f 100644 --- a/core/res/res/drawable-mdpi/dialog_top_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/dialog_top_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/dialog_top_holo_light.9.png b/core/res/res/drawable-mdpi/dialog_top_holo_light.9.png Binary files differindex 2ddcab1f1f71..8a72dfd14e8c 100644 --- a/core/res/res/drawable-mdpi/dialog_top_holo_light.9.png +++ b/core/res/res/drawable-mdpi/dialog_top_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/divider_horizontal_bright.9.png b/core/res/res/drawable-mdpi/divider_horizontal_bright.9.png Binary files differindex 41b776bb48f4..1ece03daa670 100644 --- a/core/res/res/drawable-mdpi/divider_horizontal_bright.9.png +++ b/core/res/res/drawable-mdpi/divider_horizontal_bright.9.png diff --git a/core/res/res/drawable-mdpi/divider_horizontal_bright_opaque.9.png b/core/res/res/drawable-mdpi/divider_horizontal_bright_opaque.9.png Binary files differindex eb75a22063ba..2f0a033238f6 100644 --- a/core/res/res/drawable-mdpi/divider_horizontal_bright_opaque.9.png +++ b/core/res/res/drawable-mdpi/divider_horizontal_bright_opaque.9.png diff --git a/core/res/res/drawable-mdpi/divider_horizontal_dark.9.png b/core/res/res/drawable-mdpi/divider_horizontal_dark.9.png Binary files differindex 55a5e5321610..c09d8fb5d088 100644 --- a/core/res/res/drawable-mdpi/divider_horizontal_dark.9.png +++ b/core/res/res/drawable-mdpi/divider_horizontal_dark.9.png diff --git a/core/res/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png b/core/res/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png Binary files differindex 60e2cb2d849c..a75bcf2cc312 100644 --- a/core/res/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png +++ b/core/res/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png diff --git a/core/res/res/drawable-mdpi/divider_horizontal_dim_dark.9.png b/core/res/res/drawable-mdpi/divider_horizontal_dim_dark.9.png Binary files differindex cf34613102a7..60b021eddd8e 100644 --- a/core/res/res/drawable-mdpi/divider_horizontal_dim_dark.9.png +++ b/core/res/res/drawable-mdpi/divider_horizontal_dim_dark.9.png diff --git a/core/res/res/drawable-mdpi/divider_horizontal_holo_dark.9.png b/core/res/res/drawable-mdpi/divider_horizontal_holo_dark.9.png Binary files differindex d6548c633946..e841a1c550e2 100644 --- a/core/res/res/drawable-mdpi/divider_horizontal_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/divider_horizontal_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/divider_horizontal_holo_light.9.png b/core/res/res/drawable-mdpi/divider_horizontal_holo_light.9.png Binary files differindex 9a42dd2416e2..4970f7ef76da 100644 --- a/core/res/res/drawable-mdpi/divider_horizontal_holo_light.9.png +++ b/core/res/res/drawable-mdpi/divider_horizontal_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/divider_horizontal_textfield.9.png b/core/res/res/drawable-mdpi/divider_horizontal_textfield.9.png Binary files differindex 43eb51d0f2ee..ead340c913bf 100644 --- a/core/res/res/drawable-mdpi/divider_horizontal_textfield.9.png +++ b/core/res/res/drawable-mdpi/divider_horizontal_textfield.9.png diff --git a/core/res/res/drawable-mdpi/divider_strong_holo.9.png b/core/res/res/drawable-mdpi/divider_strong_holo.9.png Binary files differindex 0758593c083d..68d25b6c468f 100644 --- a/core/res/res/drawable-mdpi/divider_strong_holo.9.png +++ b/core/res/res/drawable-mdpi/divider_strong_holo.9.png diff --git a/core/res/res/drawable-mdpi/divider_vertical_bright.9.png b/core/res/res/drawable-mdpi/divider_vertical_bright.9.png Binary files differindex 41b776bb48f4..1ece03daa670 100644 --- a/core/res/res/drawable-mdpi/divider_vertical_bright.9.png +++ b/core/res/res/drawable-mdpi/divider_vertical_bright.9.png diff --git a/core/res/res/drawable-mdpi/divider_vertical_bright_opaque.9.png b/core/res/res/drawable-mdpi/divider_vertical_bright_opaque.9.png Binary files differindex eb75a22063ba..2f0a033238f6 100644 --- a/core/res/res/drawable-mdpi/divider_vertical_bright_opaque.9.png +++ b/core/res/res/drawable-mdpi/divider_vertical_bright_opaque.9.png diff --git a/core/res/res/drawable-mdpi/divider_vertical_dark.9.png b/core/res/res/drawable-mdpi/divider_vertical_dark.9.png Binary files differindex 55a5e5321610..c09d8fb5d088 100644 --- a/core/res/res/drawable-mdpi/divider_vertical_dark.9.png +++ b/core/res/res/drawable-mdpi/divider_vertical_dark.9.png diff --git a/core/res/res/drawable-mdpi/divider_vertical_dark_opaque.9.png b/core/res/res/drawable-mdpi/divider_vertical_dark_opaque.9.png Binary files differindex 60e2cb2d849c..a75bcf2cc312 100644 --- a/core/res/res/drawable-mdpi/divider_vertical_dark_opaque.9.png +++ b/core/res/res/drawable-mdpi/divider_vertical_dark_opaque.9.png diff --git a/core/res/res/drawable-mdpi/divider_vertical_holo_dark.9.png b/core/res/res/drawable-mdpi/divider_vertical_holo_dark.9.png Binary files differindex c039428b70b4..5939b8f3051d 100644 --- a/core/res/res/drawable-mdpi/divider_vertical_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/divider_vertical_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/divider_vertical_holo_light.9.png b/core/res/res/drawable-mdpi/divider_vertical_holo_light.9.png Binary files differindex 7c4a29ff25c2..04885b275818 100644 --- a/core/res/res/drawable-mdpi/divider_vertical_holo_light.9.png +++ b/core/res/res/drawable-mdpi/divider_vertical_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/dropdown_disabled_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/dropdown_disabled_focused_holo_dark.9.png Binary files differindex bc6636cc231a..0e026b8df6b7 100644 --- a/core/res/res/drawable-mdpi/dropdown_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/dropdown_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/dropdown_disabled_focused_holo_light.9.png b/core/res/res/drawable-mdpi/dropdown_disabled_focused_holo_light.9.png Binary files differindex 7f9a9f13e773..89bcaa3af300 100644 --- a/core/res/res/drawable-mdpi/dropdown_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-mdpi/dropdown_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/dropdown_disabled_holo_dark.9.png b/core/res/res/drawable-mdpi/dropdown_disabled_holo_dark.9.png Binary files differindex 6af742a97285..3121a81b697d 100644 --- a/core/res/res/drawable-mdpi/dropdown_disabled_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/dropdown_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/dropdown_disabled_holo_light.9.png b/core/res/res/drawable-mdpi/dropdown_disabled_holo_light.9.png Binary files differindex f54d0b4f1f9c..e5511fae32a8 100644 --- a/core/res/res/drawable-mdpi/dropdown_disabled_holo_light.9.png +++ b/core/res/res/drawable-mdpi/dropdown_disabled_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/dropdown_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/dropdown_focused_holo_dark.9.png Binary files differindex b7044db5121b..f5f756bca2ff 100644 --- a/core/res/res/drawable-mdpi/dropdown_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/dropdown_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/dropdown_focused_holo_light.9.png b/core/res/res/drawable-mdpi/dropdown_focused_holo_light.9.png Binary files differindex 0de1bb1bcb05..df3fc0cc6308 100644 --- a/core/res/res/drawable-mdpi/dropdown_focused_holo_light.9.png +++ b/core/res/res/drawable-mdpi/dropdown_focused_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png b/core/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png Binary files differindex 95e684a7ea5f..be825f8c1983 100644 --- a/core/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_focused_holo_light.png b/core/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_focused_holo_light.png Binary files differindex ed3e2401cb15..85b7f35ea669 100644 --- a/core/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_holo_dark.png b/core/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_holo_dark.png Binary files differindex 2bbfc3a89e0e..0c1ae3be844c 100644 --- a/core/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_holo_dark.png +++ b/core/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_holo_dark.png diff --git a/core/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_holo_light.png b/core/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_holo_light.png Binary files differindex db6347b8db9d..e6f954880c14 100644 --- a/core/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_holo_light.png +++ b/core/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_holo_light.png diff --git a/core/res/res/drawable-mdpi/dropdown_ic_arrow_focused_holo_dark.png b/core/res/res/drawable-mdpi/dropdown_ic_arrow_focused_holo_dark.png Binary files differindex 9196b7254b6b..1503236b64a5 100644 --- a/core/res/res/drawable-mdpi/dropdown_ic_arrow_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/dropdown_ic_arrow_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/dropdown_ic_arrow_focused_holo_light.png b/core/res/res/drawable-mdpi/dropdown_ic_arrow_focused_holo_light.png Binary files differindex 7c88a57e58eb..b1b351dc1124 100644 --- a/core/res/res/drawable-mdpi/dropdown_ic_arrow_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/dropdown_ic_arrow_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_dark.png b/core/res/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_dark.png Binary files differindex 81de1bb4610d..9c55b8be0718 100644 --- a/core/res/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_dark.png +++ b/core/res/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_dark.png diff --git a/core/res/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_light.png b/core/res/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_light.png Binary files differindex c3fdef7bffb2..6ca1ded6b2f7 100644 --- a/core/res/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_light.png +++ b/core/res/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_light.png diff --git a/core/res/res/drawable-mdpi/dropdown_ic_arrow_pressed_holo_dark.png b/core/res/res/drawable-mdpi/dropdown_ic_arrow_pressed_holo_dark.png Binary files differindex ef21dc26cabe..dee57b9365dd 100644 --- a/core/res/res/drawable-mdpi/dropdown_ic_arrow_pressed_holo_dark.png +++ b/core/res/res/drawable-mdpi/dropdown_ic_arrow_pressed_holo_dark.png diff --git a/core/res/res/drawable-mdpi/dropdown_ic_arrow_pressed_holo_light.png b/core/res/res/drawable-mdpi/dropdown_ic_arrow_pressed_holo_light.png Binary files differindex 5352c0247ca1..ec10e208a0e0 100644 --- a/core/res/res/drawable-mdpi/dropdown_ic_arrow_pressed_holo_light.png +++ b/core/res/res/drawable-mdpi/dropdown_ic_arrow_pressed_holo_light.png diff --git a/core/res/res/drawable-mdpi/dropdown_normal_holo_dark.9.png b/core/res/res/drawable-mdpi/dropdown_normal_holo_dark.9.png Binary files differindex 05d9e7e9b855..623167869d61 100644 --- a/core/res/res/drawable-mdpi/dropdown_normal_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/dropdown_normal_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/dropdown_normal_holo_light.9.png b/core/res/res/drawable-mdpi/dropdown_normal_holo_light.9.png Binary files differindex 4a15c63708a8..2c0cdbbb84eb 100644 --- a/core/res/res/drawable-mdpi/dropdown_normal_holo_light.9.png +++ b/core/res/res/drawable-mdpi/dropdown_normal_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/dropdown_pressed_holo_dark.9.png b/core/res/res/drawable-mdpi/dropdown_pressed_holo_dark.9.png Binary files differindex 5248c48b1ecb..5e555064ce2c 100644 --- a/core/res/res/drawable-mdpi/dropdown_pressed_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/dropdown_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/dropdown_pressed_holo_light.9.png b/core/res/res/drawable-mdpi/dropdown_pressed_holo_light.9.png Binary files differindex f2f6428dee02..13e55ba88324 100644 --- a/core/res/res/drawable-mdpi/dropdown_pressed_holo_light.9.png +++ b/core/res/res/drawable-mdpi/dropdown_pressed_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/edit_query.png b/core/res/res/drawable-mdpi/edit_query.png Binary files differindex 22322cb49ede..078856d8f82d 100644 --- a/core/res/res/drawable-mdpi/edit_query.png +++ b/core/res/res/drawable-mdpi/edit_query.png diff --git a/core/res/res/drawable-mdpi/edit_query_background_normal.9.png b/core/res/res/drawable-mdpi/edit_query_background_normal.9.png Binary files differindex 8f957b8bd81a..32f48a53c9ea 100644 --- a/core/res/res/drawable-mdpi/edit_query_background_normal.9.png +++ b/core/res/res/drawable-mdpi/edit_query_background_normal.9.png diff --git a/core/res/res/drawable-mdpi/edit_query_background_pressed.9.png b/core/res/res/drawable-mdpi/edit_query_background_pressed.9.png Binary files differindex c88d4d583aac..adf99d99ae82 100644 --- a/core/res/res/drawable-mdpi/edit_query_background_pressed.9.png +++ b/core/res/res/drawable-mdpi/edit_query_background_pressed.9.png diff --git a/core/res/res/drawable-mdpi/edit_query_background_selected.9.png b/core/res/res/drawable-mdpi/edit_query_background_selected.9.png Binary files differindex ffe579165dde..0c07f3363576 100644 --- a/core/res/res/drawable-mdpi/edit_query_background_selected.9.png +++ b/core/res/res/drawable-mdpi/edit_query_background_selected.9.png diff --git a/core/res/res/drawable-mdpi/editbox_background_focus_yellow.9.png b/core/res/res/drawable-mdpi/editbox_background_focus_yellow.9.png Binary files differindex faf52ede7ce3..e2f2d3997ca1 100644 --- a/core/res/res/drawable-mdpi/editbox_background_focus_yellow.9.png +++ b/core/res/res/drawable-mdpi/editbox_background_focus_yellow.9.png diff --git a/core/res/res/drawable-mdpi/editbox_background_normal.9.png b/core/res/res/drawable-mdpi/editbox_background_normal.9.png Binary files differindex 9b8be770b191..6a1c691e526b 100644 --- a/core/res/res/drawable-mdpi/editbox_background_normal.9.png +++ b/core/res/res/drawable-mdpi/editbox_background_normal.9.png diff --git a/core/res/res/drawable-mdpi/editbox_dropdown_background.9.png b/core/res/res/drawable-mdpi/editbox_dropdown_background.9.png Binary files differindex ed1bc29fa99a..b9ea0bd4ba48 100644 --- a/core/res/res/drawable-mdpi/editbox_dropdown_background.9.png +++ b/core/res/res/drawable-mdpi/editbox_dropdown_background.9.png diff --git a/core/res/res/drawable-mdpi/editbox_dropdown_background_dark.9.png b/core/res/res/drawable-mdpi/editbox_dropdown_background_dark.9.png Binary files differindex 88c1d9d84e17..3afed40da303 100644 --- a/core/res/res/drawable-mdpi/editbox_dropdown_background_dark.9.png +++ b/core/res/res/drawable-mdpi/editbox_dropdown_background_dark.9.png diff --git a/core/res/res/drawable-mdpi/emo_im_angel.png b/core/res/res/drawable-mdpi/emo_im_angel.png Binary files differindex 3efea42df152..fb31dbdaed01 100644 --- a/core/res/res/drawable-mdpi/emo_im_angel.png +++ b/core/res/res/drawable-mdpi/emo_im_angel.png diff --git a/core/res/res/drawable-mdpi/emo_im_cool.png b/core/res/res/drawable-mdpi/emo_im_cool.png Binary files differindex 650ed8f62feb..4a279e6fff85 100644 --- a/core/res/res/drawable-mdpi/emo_im_cool.png +++ b/core/res/res/drawable-mdpi/emo_im_cool.png diff --git a/core/res/res/drawable-mdpi/emo_im_crying.png b/core/res/res/drawable-mdpi/emo_im_crying.png Binary files differindex ad1e50f585a6..7f0216d8f5ba 100644 --- a/core/res/res/drawable-mdpi/emo_im_crying.png +++ b/core/res/res/drawable-mdpi/emo_im_crying.png diff --git a/core/res/res/drawable-mdpi/emo_im_embarrassed.png b/core/res/res/drawable-mdpi/emo_im_embarrassed.png Binary files differindex 8a343213f03f..858cb9f99ff1 100644 --- a/core/res/res/drawable-mdpi/emo_im_embarrassed.png +++ b/core/res/res/drawable-mdpi/emo_im_embarrassed.png diff --git a/core/res/res/drawable-mdpi/emo_im_foot_in_mouth.png b/core/res/res/drawable-mdpi/emo_im_foot_in_mouth.png Binary files differindex 9607ff735312..f9dc59f54124 100644 --- a/core/res/res/drawable-mdpi/emo_im_foot_in_mouth.png +++ b/core/res/res/drawable-mdpi/emo_im_foot_in_mouth.png diff --git a/core/res/res/drawable-mdpi/emo_im_happy.png b/core/res/res/drawable-mdpi/emo_im_happy.png Binary files differindex a32472096452..8819e9a385e5 100644 --- a/core/res/res/drawable-mdpi/emo_im_happy.png +++ b/core/res/res/drawable-mdpi/emo_im_happy.png diff --git a/core/res/res/drawable-mdpi/emo_im_kissing.png b/core/res/res/drawable-mdpi/emo_im_kissing.png Binary files differindex f18a391b3e2c..a63a3119425d 100644 --- a/core/res/res/drawable-mdpi/emo_im_kissing.png +++ b/core/res/res/drawable-mdpi/emo_im_kissing.png diff --git a/core/res/res/drawable-mdpi/emo_im_laughing.png b/core/res/res/drawable-mdpi/emo_im_laughing.png Binary files differindex 963a4ba68f77..354a2dd4ee8e 100644 --- a/core/res/res/drawable-mdpi/emo_im_laughing.png +++ b/core/res/res/drawable-mdpi/emo_im_laughing.png diff --git a/core/res/res/drawable-mdpi/emo_im_lips_are_sealed.png b/core/res/res/drawable-mdpi/emo_im_lips_are_sealed.png Binary files differindex 58bd1387aeac..16a8c1cd3b53 100644 --- a/core/res/res/drawable-mdpi/emo_im_lips_are_sealed.png +++ b/core/res/res/drawable-mdpi/emo_im_lips_are_sealed.png diff --git a/core/res/res/drawable-mdpi/emo_im_money_mouth.png b/core/res/res/drawable-mdpi/emo_im_money_mouth.png Binary files differindex 718c7e3a63cf..ebe1f04c1c56 100644 --- a/core/res/res/drawable-mdpi/emo_im_money_mouth.png +++ b/core/res/res/drawable-mdpi/emo_im_money_mouth.png diff --git a/core/res/res/drawable-mdpi/emo_im_sad.png b/core/res/res/drawable-mdpi/emo_im_sad.png Binary files differindex 7daac6c0e39b..87d114c21cfa 100644 --- a/core/res/res/drawable-mdpi/emo_im_sad.png +++ b/core/res/res/drawable-mdpi/emo_im_sad.png diff --git a/core/res/res/drawable-mdpi/emo_im_surprised.png b/core/res/res/drawable-mdpi/emo_im_surprised.png Binary files differindex b4b614dc55de..52d047f88643 100644 --- a/core/res/res/drawable-mdpi/emo_im_surprised.png +++ b/core/res/res/drawable-mdpi/emo_im_surprised.png diff --git a/core/res/res/drawable-mdpi/emo_im_tongue_sticking_out.png b/core/res/res/drawable-mdpi/emo_im_tongue_sticking_out.png Binary files differindex 9fa6534c90f7..8fdd725e4694 100644 --- a/core/res/res/drawable-mdpi/emo_im_tongue_sticking_out.png +++ b/core/res/res/drawable-mdpi/emo_im_tongue_sticking_out.png diff --git a/core/res/res/drawable-mdpi/emo_im_undecided.png b/core/res/res/drawable-mdpi/emo_im_undecided.png Binary files differindex 8b2577af738b..dcdace05c012 100644 --- a/core/res/res/drawable-mdpi/emo_im_undecided.png +++ b/core/res/res/drawable-mdpi/emo_im_undecided.png diff --git a/core/res/res/drawable-mdpi/emo_im_winking.png b/core/res/res/drawable-mdpi/emo_im_winking.png Binary files differindex 069e9e33f95d..3002952ed620 100644 --- a/core/res/res/drawable-mdpi/emo_im_winking.png +++ b/core/res/res/drawable-mdpi/emo_im_winking.png diff --git a/core/res/res/drawable-mdpi/emo_im_wtf.png b/core/res/res/drawable-mdpi/emo_im_wtf.png Binary files differindex 0d963ec826bf..b97a1c7b5531 100644 --- a/core/res/res/drawable-mdpi/emo_im_wtf.png +++ b/core/res/res/drawable-mdpi/emo_im_wtf.png diff --git a/core/res/res/drawable-mdpi/emo_im_yelling.png b/core/res/res/drawable-mdpi/emo_im_yelling.png Binary files differindex 836f60f68bd2..6179c8534b44 100644 --- a/core/res/res/drawable-mdpi/emo_im_yelling.png +++ b/core/res/res/drawable-mdpi/emo_im_yelling.png diff --git a/core/res/res/drawable-mdpi/expander_close_holo_dark.9.png b/core/res/res/drawable-mdpi/expander_close_holo_dark.9.png Binary files differindex 036ffb7bbd98..babef343aa78 100644 --- a/core/res/res/drawable-mdpi/expander_close_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/expander_close_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/expander_close_holo_light.9.png b/core/res/res/drawable-mdpi/expander_close_holo_light.9.png Binary files differindex 9f9dd7013c7a..fafaed544ab4 100644 --- a/core/res/res/drawable-mdpi/expander_close_holo_light.9.png +++ b/core/res/res/drawable-mdpi/expander_close_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/expander_close_mtrl_alpha.9.png b/core/res/res/drawable-mdpi/expander_close_mtrl_alpha.9.png Binary files differindex 6070397cc84e..da2c981b2fe7 100644 --- a/core/res/res/drawable-mdpi/expander_close_mtrl_alpha.9.png +++ b/core/res/res/drawable-mdpi/expander_close_mtrl_alpha.9.png diff --git a/core/res/res/drawable-mdpi/expander_ic_maximized.9.png b/core/res/res/drawable-mdpi/expander_ic_maximized.9.png Binary files differindex d5c32766cece..2307d0ba0d44 100644 --- a/core/res/res/drawable-mdpi/expander_ic_maximized.9.png +++ b/core/res/res/drawable-mdpi/expander_ic_maximized.9.png diff --git a/core/res/res/drawable-mdpi/expander_ic_minimized.9.png b/core/res/res/drawable-mdpi/expander_ic_minimized.9.png Binary files differindex 4515b42177bb..e1b8e1d92977 100644 --- a/core/res/res/drawable-mdpi/expander_ic_minimized.9.png +++ b/core/res/res/drawable-mdpi/expander_ic_minimized.9.png diff --git a/core/res/res/drawable-mdpi/expander_open_holo_dark.9.png b/core/res/res/drawable-mdpi/expander_open_holo_dark.9.png Binary files differindex 867f36d1d7d4..6e7a76306d5f 100644 --- a/core/res/res/drawable-mdpi/expander_open_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/expander_open_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/expander_open_holo_light.9.png b/core/res/res/drawable-mdpi/expander_open_holo_light.9.png Binary files differindex 7f5ca483c59f..dee42b25c13f 100644 --- a/core/res/res/drawable-mdpi/expander_open_holo_light.9.png +++ b/core/res/res/drawable-mdpi/expander_open_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/expander_open_mtrl_alpha.9.png b/core/res/res/drawable-mdpi/expander_open_mtrl_alpha.9.png Binary files differindex 29a3a1a459e6..2787c4d93dfd 100644 --- a/core/res/res/drawable-mdpi/expander_open_mtrl_alpha.9.png +++ b/core/res/res/drawable-mdpi/expander_open_mtrl_alpha.9.png diff --git a/core/res/res/drawable-mdpi/fastscroll_label_left_holo_dark.9.png b/core/res/res/drawable-mdpi/fastscroll_label_left_holo_dark.9.png Binary files differindex 94b944d0705c..3d0c702cdd0e 100644 --- a/core/res/res/drawable-mdpi/fastscroll_label_left_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/fastscroll_label_left_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/fastscroll_label_left_holo_light.9.png b/core/res/res/drawable-mdpi/fastscroll_label_left_holo_light.9.png Binary files differindex 987c097065c0..b05bbd9f0c55 100644 --- a/core/res/res/drawable-mdpi/fastscroll_label_left_holo_light.9.png +++ b/core/res/res/drawable-mdpi/fastscroll_label_left_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/fastscroll_label_right_holo_dark.9.png b/core/res/res/drawable-mdpi/fastscroll_label_right_holo_dark.9.png Binary files differindex 8d87032affe1..48d984d6db68 100644 --- a/core/res/res/drawable-mdpi/fastscroll_label_right_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/fastscroll_label_right_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/fastscroll_label_right_holo_light.9.png b/core/res/res/drawable-mdpi/fastscroll_label_right_holo_light.9.png Binary files differindex b29042a30276..b9966684c426 100644 --- a/core/res/res/drawable-mdpi/fastscroll_label_right_holo_light.9.png +++ b/core/res/res/drawable-mdpi/fastscroll_label_right_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/fastscroll_thumb_default_holo.png b/core/res/res/drawable-mdpi/fastscroll_thumb_default_holo.png Binary files differindex 9dddbd2ac59a..b802c4ba91ac 100644 --- a/core/res/res/drawable-mdpi/fastscroll_thumb_default_holo.png +++ b/core/res/res/drawable-mdpi/fastscroll_thumb_default_holo.png diff --git a/core/res/res/drawable-mdpi/fastscroll_thumb_pressed_holo.png b/core/res/res/drawable-mdpi/fastscroll_thumb_pressed_holo.png Binary files differindex 6da2c1cbb232..580472ecb846 100644 --- a/core/res/res/drawable-mdpi/fastscroll_thumb_pressed_holo.png +++ b/core/res/res/drawable-mdpi/fastscroll_thumb_pressed_holo.png diff --git a/core/res/res/drawable-mdpi/fastscroll_track_default_holo_dark.9.png b/core/res/res/drawable-mdpi/fastscroll_track_default_holo_dark.9.png Binary files differindex eb2b8bdc2224..4ec1169f9349 100644 --- a/core/res/res/drawable-mdpi/fastscroll_track_default_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/fastscroll_track_default_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/fastscroll_track_default_holo_light.9.png b/core/res/res/drawable-mdpi/fastscroll_track_default_holo_light.9.png Binary files differindex eb2b8bdc2224..4ec1169f9349 100644 --- a/core/res/res/drawable-mdpi/fastscroll_track_default_holo_light.9.png +++ b/core/res/res/drawable-mdpi/fastscroll_track_default_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/fastscroll_track_pressed_holo_dark.9.png b/core/res/res/drawable-mdpi/fastscroll_track_pressed_holo_dark.9.png Binary files differindex 6fb59b6f47ca..f5e36562f7fe 100644 --- a/core/res/res/drawable-mdpi/fastscroll_track_pressed_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/fastscroll_track_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/fastscroll_track_pressed_holo_light.9.png b/core/res/res/drawable-mdpi/fastscroll_track_pressed_holo_light.9.png Binary files differindex 1a63f5dfc316..a53db125eeae 100644 --- a/core/res/res/drawable-mdpi/fastscroll_track_pressed_holo_light.9.png +++ b/core/res/res/drawable-mdpi/fastscroll_track_pressed_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/focused_application_background_static.png b/core/res/res/drawable-mdpi/focused_application_background_static.png Binary files differindex fd18d30e3b15..8eaa9ba6eaad 100644 --- a/core/res/res/drawable-mdpi/focused_application_background_static.png +++ b/core/res/res/drawable-mdpi/focused_application_background_static.png diff --git a/core/res/res/drawable-mdpi/frame_gallery_thumb.9.png b/core/res/res/drawable-mdpi/frame_gallery_thumb.9.png Binary files differindex 804f6f386c51..d9e86d5d7969 100644 --- a/core/res/res/drawable-mdpi/frame_gallery_thumb.9.png +++ b/core/res/res/drawable-mdpi/frame_gallery_thumb.9.png diff --git a/core/res/res/drawable-mdpi/frame_gallery_thumb_pressed.9.png b/core/res/res/drawable-mdpi/frame_gallery_thumb_pressed.9.png Binary files differindex e1ffa067a501..2b3a242d44c8 100644 --- a/core/res/res/drawable-mdpi/frame_gallery_thumb_pressed.9.png +++ b/core/res/res/drawable-mdpi/frame_gallery_thumb_pressed.9.png diff --git a/core/res/res/drawable-mdpi/frame_gallery_thumb_selected.9.png b/core/res/res/drawable-mdpi/frame_gallery_thumb_selected.9.png Binary files differindex 8bae9328c4db..e4caed922cdf 100644 --- a/core/res/res/drawable-mdpi/frame_gallery_thumb_selected.9.png +++ b/core/res/res/drawable-mdpi/frame_gallery_thumb_selected.9.png diff --git a/core/res/res/drawable-mdpi/gallery_selected_default.9.png b/core/res/res/drawable-mdpi/gallery_selected_default.9.png Binary files differindex 22122b2b8496..ee474a9594fb 100644 --- a/core/res/res/drawable-mdpi/gallery_selected_default.9.png +++ b/core/res/res/drawable-mdpi/gallery_selected_default.9.png diff --git a/core/res/res/drawable-mdpi/gallery_selected_focused.9.png b/core/res/res/drawable-mdpi/gallery_selected_focused.9.png Binary files differindex 13327451b146..c2165a3ac817 100644 --- a/core/res/res/drawable-mdpi/gallery_selected_focused.9.png +++ b/core/res/res/drawable-mdpi/gallery_selected_focused.9.png diff --git a/core/res/res/drawable-mdpi/gallery_selected_pressed.9.png b/core/res/res/drawable-mdpi/gallery_selected_pressed.9.png Binary files differindex 306e54341c37..faa68a472f1e 100644 --- a/core/res/res/drawable-mdpi/gallery_selected_pressed.9.png +++ b/core/res/res/drawable-mdpi/gallery_selected_pressed.9.png diff --git a/core/res/res/drawable-mdpi/gallery_unselected_default.9.png b/core/res/res/drawable-mdpi/gallery_unselected_default.9.png Binary files differindex 0df06fa42550..6f4237a5a997 100644 --- a/core/res/res/drawable-mdpi/gallery_unselected_default.9.png +++ b/core/res/res/drawable-mdpi/gallery_unselected_default.9.png diff --git a/core/res/res/drawable-mdpi/gallery_unselected_pressed.9.png b/core/res/res/drawable-mdpi/gallery_unselected_pressed.9.png Binary files differindex 4b25c3f8744b..60af4dd36d54 100644 --- a/core/res/res/drawable-mdpi/gallery_unselected_pressed.9.png +++ b/core/res/res/drawable-mdpi/gallery_unselected_pressed.9.png diff --git a/core/res/res/drawable-mdpi/grid_selector_background_focus.9.png b/core/res/res/drawable-mdpi/grid_selector_background_focus.9.png Binary files differindex 2e28232e253f..df8b12d31fd7 100644 --- a/core/res/res/drawable-mdpi/grid_selector_background_focus.9.png +++ b/core/res/res/drawable-mdpi/grid_selector_background_focus.9.png diff --git a/core/res/res/drawable-mdpi/grid_selector_background_pressed.9.png b/core/res/res/drawable-mdpi/grid_selector_background_pressed.9.png Binary files differindex e20f091cdab3..75633fe62db7 100644 --- a/core/res/res/drawable-mdpi/grid_selector_background_pressed.9.png +++ b/core/res/res/drawable-mdpi/grid_selector_background_pressed.9.png diff --git a/core/res/res/drawable-mdpi/highlight_disabled.9.png b/core/res/res/drawable-mdpi/highlight_disabled.9.png Binary files differindex 139326207da1..9c297958a3d2 100644 --- a/core/res/res/drawable-mdpi/highlight_disabled.9.png +++ b/core/res/res/drawable-mdpi/highlight_disabled.9.png diff --git a/core/res/res/drawable-mdpi/highlight_pressed.9.png b/core/res/res/drawable-mdpi/highlight_pressed.9.png Binary files differindex 9bd2b50c0540..00bcb9495280 100644 --- a/core/res/res/drawable-mdpi/highlight_pressed.9.png +++ b/core/res/res/drawable-mdpi/highlight_pressed.9.png diff --git a/core/res/res/drawable-mdpi/highlight_selected.9.png b/core/res/res/drawable-mdpi/highlight_selected.9.png Binary files differindex ecf0cada9ffd..2cd1bc0677f1 100644 --- a/core/res/res/drawable-mdpi/highlight_selected.9.png +++ b/core/res/res/drawable-mdpi/highlight_selected.9.png diff --git a/core/res/res/drawable-mdpi/ic_ab_back_holo_dark_am.png b/core/res/res/drawable-mdpi/ic_ab_back_holo_dark_am.png Binary files differindex df2d3d158e20..a59edf279f2a 100644 --- a/core/res/res/drawable-mdpi/ic_ab_back_holo_dark_am.png +++ b/core/res/res/drawable-mdpi/ic_ab_back_holo_dark_am.png diff --git a/core/res/res/drawable-mdpi/ic_ab_back_holo_light_am.png b/core/res/res/drawable-mdpi/ic_ab_back_holo_light_am.png Binary files differindex b2aa9c265b33..e47d88f719dc 100644 --- a/core/res/res/drawable-mdpi/ic_ab_back_holo_light_am.png +++ b/core/res/res/drawable-mdpi/ic_ab_back_holo_light_am.png diff --git a/core/res/res/drawable-mdpi/ic_action_assist_focused.png b/core/res/res/drawable-mdpi/ic_action_assist_focused.png Binary files differindex 3f96d0379d3d..68bdcd7a6b5f 100644 --- a/core/res/res/drawable-mdpi/ic_action_assist_focused.png +++ b/core/res/res/drawable-mdpi/ic_action_assist_focused.png diff --git a/core/res/res/drawable-mdpi/ic_aggregated.png b/core/res/res/drawable-mdpi/ic_aggregated.png Binary files differindex ad4207181d0d..536e6010354f 100644 --- a/core/res/res/drawable-mdpi/ic_aggregated.png +++ b/core/res/res/drawable-mdpi/ic_aggregated.png diff --git a/core/res/res/drawable-mdpi/ic_audio_notification_am_alpha.png b/core/res/res/drawable-mdpi/ic_audio_notification_am_alpha.png Binary files differindex b41ccd09cb15..69082725ee6a 100644 --- a/core/res/res/drawable-mdpi/ic_audio_notification_am_alpha.png +++ b/core/res/res/drawable-mdpi/ic_audio_notification_am_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_audio_notification_mute_am_alpha.png b/core/res/res/drawable-mdpi/ic_audio_notification_mute_am_alpha.png Binary files differindex 2567f7678f33..f027f91b511e 100644 --- a/core/res/res/drawable-mdpi/ic_audio_notification_mute_am_alpha.png +++ b/core/res/res/drawable-mdpi/ic_audio_notification_mute_am_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_btn_round_more_disabled.png b/core/res/res/drawable-mdpi/ic_btn_round_more_disabled.png Binary files differindex 428edf28c9fc..dd64145001e6 100644 --- a/core/res/res/drawable-mdpi/ic_btn_round_more_disabled.png +++ b/core/res/res/drawable-mdpi/ic_btn_round_more_disabled.png diff --git a/core/res/res/drawable-mdpi/ic_btn_round_more_normal.png b/core/res/res/drawable-mdpi/ic_btn_round_more_normal.png Binary files differindex c2ecb019f773..eb6d90bf1762 100644 --- a/core/res/res/drawable-mdpi/ic_btn_round_more_normal.png +++ b/core/res/res/drawable-mdpi/ic_btn_round_more_normal.png diff --git a/core/res/res/drawable-mdpi/ic_btn_search_go.png b/core/res/res/drawable-mdpi/ic_btn_search_go.png Binary files differindex 9a4e9b90a683..bb2f633f2969 100644 --- a/core/res/res/drawable-mdpi/ic_btn_search_go.png +++ b/core/res/res/drawable-mdpi/ic_btn_search_go.png diff --git a/core/res/res/drawable-mdpi/ic_btn_speak_now.png b/core/res/res/drawable-mdpi/ic_btn_speak_now.png Binary files differindex 0589be66a4b9..7e60f36c6c55 100644 --- a/core/res/res/drawable-mdpi/ic_btn_speak_now.png +++ b/core/res/res/drawable-mdpi/ic_btn_speak_now.png diff --git a/core/res/res/drawable-mdpi/ic_btn_square_browser_zoom_fit_page_disabled.png b/core/res/res/drawable-mdpi/ic_btn_square_browser_zoom_fit_page_disabled.png Binary files differindex 914662d41c37..e0c4ad32179e 100644 --- a/core/res/res/drawable-mdpi/ic_btn_square_browser_zoom_fit_page_disabled.png +++ b/core/res/res/drawable-mdpi/ic_btn_square_browser_zoom_fit_page_disabled.png diff --git a/core/res/res/drawable-mdpi/ic_btn_square_browser_zoom_fit_page_normal.png b/core/res/res/drawable-mdpi/ic_btn_square_browser_zoom_fit_page_normal.png Binary files differindex 3b67c6d6559f..1f78ab78c07e 100644 --- a/core/res/res/drawable-mdpi/ic_btn_square_browser_zoom_fit_page_normal.png +++ b/core/res/res/drawable-mdpi/ic_btn_square_browser_zoom_fit_page_normal.png diff --git a/core/res/res/drawable-mdpi/ic_btn_square_browser_zoom_page_overview_disabled.png b/core/res/res/drawable-mdpi/ic_btn_square_browser_zoom_page_overview_disabled.png Binary files differindex 859900a89bfd..c3298671c3db 100644 --- a/core/res/res/drawable-mdpi/ic_btn_square_browser_zoom_page_overview_disabled.png +++ b/core/res/res/drawable-mdpi/ic_btn_square_browser_zoom_page_overview_disabled.png diff --git a/core/res/res/drawable-mdpi/ic_btn_square_browser_zoom_page_overview_normal.png b/core/res/res/drawable-mdpi/ic_btn_square_browser_zoom_page_overview_normal.png Binary files differindex 4e8ff35ad971..fd739ba30ba1 100644 --- a/core/res/res/drawable-mdpi/ic_btn_square_browser_zoom_page_overview_normal.png +++ b/core/res/res/drawable-mdpi/ic_btn_square_browser_zoom_page_overview_normal.png diff --git a/core/res/res/drawable-mdpi/ic_bullet_key_permission.png b/core/res/res/drawable-mdpi/ic_bullet_key_permission.png Binary files differindex 7fee560242de..d418ebcac57f 100644 --- a/core/res/res/drawable-mdpi/ic_bullet_key_permission.png +++ b/core/res/res/drawable-mdpi/ic_bullet_key_permission.png diff --git a/core/res/res/drawable-mdpi/ic_cab_done_holo.png b/core/res/res/drawable-mdpi/ic_cab_done_holo.png Binary files differindex f5c27a6449a3..f1140b54efe9 100644 --- a/core/res/res/drawable-mdpi/ic_cab_done_holo.png +++ b/core/res/res/drawable-mdpi/ic_cab_done_holo.png diff --git a/core/res/res/drawable-mdpi/ic_cab_done_holo_dark.png b/core/res/res/drawable-mdpi/ic_cab_done_holo_dark.png Binary files differindex a17b6a789208..c62a4395d508 100644 --- a/core/res/res/drawable-mdpi/ic_cab_done_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_cab_done_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_cab_done_holo_light.png b/core/res/res/drawable-mdpi/ic_cab_done_holo_light.png Binary files differindex b28b3b54f4c8..4384d84bd633 100644 --- a/core/res/res/drawable-mdpi/ic_cab_done_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_cab_done_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_cab_done_mtrl_alpha.png b/core/res/res/drawable-mdpi/ic_cab_done_mtrl_alpha.png Binary files differindex 541184a7cea7..fa98bba49613 100644 --- a/core/res/res/drawable-mdpi/ic_cab_done_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/ic_cab_done_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_checkmark_holo_light.png b/core/res/res/drawable-mdpi/ic_checkmark_holo_light.png Binary files differindex 744e964477bd..4b8d88d0002a 100644 --- a/core/res/res/drawable-mdpi/ic_checkmark_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_checkmark_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_clear_disabled.png b/core/res/res/drawable-mdpi/ic_clear_disabled.png Binary files differindex 79228baed020..2f465f2cbc1e 100644 --- a/core/res/res/drawable-mdpi/ic_clear_disabled.png +++ b/core/res/res/drawable-mdpi/ic_clear_disabled.png diff --git a/core/res/res/drawable-mdpi/ic_clear_normal.png b/core/res/res/drawable-mdpi/ic_clear_normal.png Binary files differindex 86944a879b98..f487c3b64499 100644 --- a/core/res/res/drawable-mdpi/ic_clear_normal.png +++ b/core/res/res/drawable-mdpi/ic_clear_normal.png diff --git a/core/res/res/drawable-mdpi/ic_clear_search_api_disabled_holo_dark.png b/core/res/res/drawable-mdpi/ic_clear_search_api_disabled_holo_dark.png Binary files differindex 6a34dba70de1..857d83465bb8 100644 --- a/core/res/res/drawable-mdpi/ic_clear_search_api_disabled_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_clear_search_api_disabled_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_clear_search_api_disabled_holo_light.png b/core/res/res/drawable-mdpi/ic_clear_search_api_disabled_holo_light.png Binary files differindex c0bdf0641a19..5b45566417b2 100644 --- a/core/res/res/drawable-mdpi/ic_clear_search_api_disabled_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_clear_search_api_disabled_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_clear_search_api_holo_dark.png b/core/res/res/drawable-mdpi/ic_clear_search_api_holo_dark.png Binary files differindex ee165284a64d..ceb5ecf2879b 100644 --- a/core/res/res/drawable-mdpi/ic_clear_search_api_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_clear_search_api_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_clear_search_api_holo_light.png b/core/res/res/drawable-mdpi/ic_clear_search_api_holo_light.png Binary files differindex 15b86cbb21eb..3e28a7a088b0 100644 --- a/core/res/res/drawable-mdpi/ic_clear_search_api_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_clear_search_api_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_coins_l.png b/core/res/res/drawable-mdpi/ic_coins_l.png Binary files differindex a6d7abb372d9..c91c5b4cb524 100644 --- a/core/res/res/drawable-mdpi/ic_coins_l.png +++ b/core/res/res/drawable-mdpi/ic_coins_l.png diff --git a/core/res/res/drawable-mdpi/ic_coins_s.png b/core/res/res/drawable-mdpi/ic_coins_s.png Binary files differindex 3b8fd8abd527..84c7ac2b4754 100644 --- a/core/res/res/drawable-mdpi/ic_coins_s.png +++ b/core/res/res/drawable-mdpi/ic_coins_s.png diff --git a/core/res/res/drawable-mdpi/ic_commit.png b/core/res/res/drawable-mdpi/ic_commit.png Binary files differindex 3d167b597284..7e74601b97d5 100644 --- a/core/res/res/drawable-mdpi/ic_commit.png +++ b/core/res/res/drawable-mdpi/ic_commit.png diff --git a/core/res/res/drawable-mdpi/ic_commit_search_api_holo_dark.png b/core/res/res/drawable-mdpi/ic_commit_search_api_holo_dark.png Binary files differindex 844c99c22f9c..196278b8f8ce 100644 --- a/core/res/res/drawable-mdpi/ic_commit_search_api_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_commit_search_api_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_commit_search_api_holo_light.png b/core/res/res/drawable-mdpi/ic_commit_search_api_holo_light.png Binary files differindex 86c170e97b10..b451ab3bead5 100644 --- a/core/res/res/drawable-mdpi/ic_commit_search_api_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_commit_search_api_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_commit_search_api_mtrl_alpha.png b/core/res/res/drawable-mdpi/ic_commit_search_api_mtrl_alpha.png Binary files differindex 42ac8ca683d9..4e3060224632 100644 --- a/core/res/res/drawable-mdpi/ic_commit_search_api_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/ic_commit_search_api_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_contact_picture.png b/core/res/res/drawable-mdpi/ic_contact_picture.png Binary files differindex 771cb6bb871f..0db1006c1903 100644 --- a/core/res/res/drawable-mdpi/ic_contact_picture.png +++ b/core/res/res/drawable-mdpi/ic_contact_picture.png diff --git a/core/res/res/drawable-mdpi/ic_contact_picture_2.png b/core/res/res/drawable-mdpi/ic_contact_picture_2.png Binary files differindex 004a6c6f1e3e..e2a94e8149dd 100644 --- a/core/res/res/drawable-mdpi/ic_contact_picture_2.png +++ b/core/res/res/drawable-mdpi/ic_contact_picture_2.png diff --git a/core/res/res/drawable-mdpi/ic_contact_picture_3.png b/core/res/res/drawable-mdpi/ic_contact_picture_3.png Binary files differindex 001bf29cc96d..45726060abb6 100644 --- a/core/res/res/drawable-mdpi/ic_contact_picture_3.png +++ b/core/res/res/drawable-mdpi/ic_contact_picture_3.png diff --git a/core/res/res/drawable-mdpi/ic_corp_icon.png b/core/res/res/drawable-mdpi/ic_corp_icon.png Binary files differindex 79372b21035c..ff57705d7e38 100644 --- a/core/res/res/drawable-mdpi/ic_corp_icon.png +++ b/core/res/res/drawable-mdpi/ic_corp_icon.png diff --git a/core/res/res/drawable-mdpi/ic_delete.png b/core/res/res/drawable-mdpi/ic_delete.png Binary files differindex f074db32efc2..2eb3b08e9673 100644 --- a/core/res/res/drawable-mdpi/ic_delete.png +++ b/core/res/res/drawable-mdpi/ic_delete.png diff --git a/core/res/res/drawable-mdpi/ic_dialog_alert.png b/core/res/res/drawable-mdpi/ic_dialog_alert.png Binary files differindex ef498efb73ab..ca0c6c936516 100644 --- a/core/res/res/drawable-mdpi/ic_dialog_alert.png +++ b/core/res/res/drawable-mdpi/ic_dialog_alert.png diff --git a/core/res/res/drawable-mdpi/ic_dialog_alert_holo_dark.png b/core/res/res/drawable-mdpi/ic_dialog_alert_holo_dark.png Binary files differindex 75d9db73f623..a9ed5cd7e3f1 100644 --- a/core/res/res/drawable-mdpi/ic_dialog_alert_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_dialog_alert_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_dialog_alert_holo_light.png b/core/res/res/drawable-mdpi/ic_dialog_alert_holo_light.png Binary files differindex 9e7f0bd5f7ce..1a5c19b1c804 100644 --- a/core/res/res/drawable-mdpi/ic_dialog_alert_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_dialog_alert_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_dialog_close_normal_holo.png b/core/res/res/drawable-mdpi/ic_dialog_close_normal_holo.png Binary files differindex 7f2a0292688e..54dd47f4ea6d 100644 --- a/core/res/res/drawable-mdpi/ic_dialog_close_normal_holo.png +++ b/core/res/res/drawable-mdpi/ic_dialog_close_normal_holo.png diff --git a/core/res/res/drawable-mdpi/ic_dialog_close_pressed_holo.png b/core/res/res/drawable-mdpi/ic_dialog_close_pressed_holo.png Binary files differindex daa8e1883f1c..f5579daaf460 100644 --- a/core/res/res/drawable-mdpi/ic_dialog_close_pressed_holo.png +++ b/core/res/res/drawable-mdpi/ic_dialog_close_pressed_holo.png diff --git a/core/res/res/drawable-mdpi/ic_dialog_dialer.png b/core/res/res/drawable-mdpi/ic_dialog_dialer.png Binary files differindex f0c1838c2bb4..cc5d57405353 100644 --- a/core/res/res/drawable-mdpi/ic_dialog_dialer.png +++ b/core/res/res/drawable-mdpi/ic_dialog_dialer.png diff --git a/core/res/res/drawable-mdpi/ic_dialog_email.png b/core/res/res/drawable-mdpi/ic_dialog_email.png Binary files differindex 20ebb13f7b32..7371de7fd595 100644 --- a/core/res/res/drawable-mdpi/ic_dialog_email.png +++ b/core/res/res/drawable-mdpi/ic_dialog_email.png diff --git a/core/res/res/drawable-mdpi/ic_dialog_focused_holo.png b/core/res/res/drawable-mdpi/ic_dialog_focused_holo.png Binary files differindex 179f2deef7df..74bbe6864aae 100644 --- a/core/res/res/drawable-mdpi/ic_dialog_focused_holo.png +++ b/core/res/res/drawable-mdpi/ic_dialog_focused_holo.png diff --git a/core/res/res/drawable-mdpi/ic_dialog_info.png b/core/res/res/drawable-mdpi/ic_dialog_info.png Binary files differindex e8b022996c64..5fb8ad953884 100644 --- a/core/res/res/drawable-mdpi/ic_dialog_info.png +++ b/core/res/res/drawable-mdpi/ic_dialog_info.png diff --git a/core/res/res/drawable-mdpi/ic_dialog_map.png b/core/res/res/drawable-mdpi/ic_dialog_map.png Binary files differindex b12635472c66..4309621f4b76 100644 --- a/core/res/res/drawable-mdpi/ic_dialog_map.png +++ b/core/res/res/drawable-mdpi/ic_dialog_map.png diff --git a/core/res/res/drawable-mdpi/ic_dialog_time.png b/core/res/res/drawable-mdpi/ic_dialog_time.png Binary files differindex dffec296d0ec..259549d881e5 100644 --- a/core/res/res/drawable-mdpi/ic_dialog_time.png +++ b/core/res/res/drawable-mdpi/ic_dialog_time.png diff --git a/core/res/res/drawable-mdpi/ic_dialog_usb.png b/core/res/res/drawable-mdpi/ic_dialog_usb.png Binary files differindex fbc8a9d0977c..5bd3bd4f116f 100644 --- a/core/res/res/drawable-mdpi/ic_dialog_usb.png +++ b/core/res/res/drawable-mdpi/ic_dialog_usb.png diff --git a/core/res/res/drawable-mdpi/ic_emergency.png b/core/res/res/drawable-mdpi/ic_emergency.png Binary files differindex dfa17c62f8e9..1c71be4c5e1b 100644 --- a/core/res/res/drawable-mdpi/ic_emergency.png +++ b/core/res/res/drawable-mdpi/ic_emergency.png diff --git a/core/res/res/drawable-mdpi/ic_find_next_holo_dark.png b/core/res/res/drawable-mdpi/ic_find_next_holo_dark.png Binary files differindex c138916f9c45..f0800d75bf8b 100644 --- a/core/res/res/drawable-mdpi/ic_find_next_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_find_next_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_find_next_holo_light.png b/core/res/res/drawable-mdpi/ic_find_next_holo_light.png Binary files differindex 4eea3c3bc5a6..e07ef0be0b66 100644 --- a/core/res/res/drawable-mdpi/ic_find_next_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_find_next_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_find_next_mtrl_alpha.png b/core/res/res/drawable-mdpi/ic_find_next_mtrl_alpha.png Binary files differindex 1cfdb3fe6140..3a1c3a448833 100644 --- a/core/res/res/drawable-mdpi/ic_find_next_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/ic_find_next_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_find_previous_holo_dark.png b/core/res/res/drawable-mdpi/ic_find_previous_holo_dark.png Binary files differindex d2392744c678..2c69ec4e03f8 100644 --- a/core/res/res/drawable-mdpi/ic_find_previous_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_find_previous_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_find_previous_holo_light.png b/core/res/res/drawable-mdpi/ic_find_previous_holo_light.png Binary files differindex 786e1d69dcc4..2cd6b48cd65a 100644 --- a/core/res/res/drawable-mdpi/ic_find_previous_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_find_previous_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_find_previous_mtrl_alpha.png b/core/res/res/drawable-mdpi/ic_find_previous_mtrl_alpha.png Binary files differindex 0d3c009d0767..8fd713d09345 100644 --- a/core/res/res/drawable-mdpi/ic_find_previous_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/ic_find_previous_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_go.png b/core/res/res/drawable-mdpi/ic_go.png Binary files differindex bf19833f2e1e..474167e303e3 100644 --- a/core/res/res/drawable-mdpi/ic_go.png +++ b/core/res/res/drawable-mdpi/ic_go.png diff --git a/core/res/res/drawable-mdpi/ic_go_search_api_holo_dark.png b/core/res/res/drawable-mdpi/ic_go_search_api_holo_dark.png Binary files differindex 591f734fa894..c6060c76004a 100644 --- a/core/res/res/drawable-mdpi/ic_go_search_api_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_go_search_api_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_go_search_api_holo_light.png b/core/res/res/drawable-mdpi/ic_go_search_api_holo_light.png Binary files differindex 8518498eb6c9..feb7ff85ba80 100644 --- a/core/res/res/drawable-mdpi/ic_go_search_api_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_go_search_api_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_grayedout_printer.png b/core/res/res/drawable-mdpi/ic_grayedout_printer.png Binary files differindex 5e54970d6b3f..627ebae8058c 100644 --- a/core/res/res/drawable-mdpi/ic_grayedout_printer.png +++ b/core/res/res/drawable-mdpi/ic_grayedout_printer.png diff --git a/core/res/res/drawable-mdpi/ic_input_add.png b/core/res/res/drawable-mdpi/ic_input_add.png Binary files differindex 00770f8e9c8b..775428e64c05 100644 --- a/core/res/res/drawable-mdpi/ic_input_add.png +++ b/core/res/res/drawable-mdpi/ic_input_add.png diff --git a/core/res/res/drawable-mdpi/ic_input_delete.png b/core/res/res/drawable-mdpi/ic_input_delete.png Binary files differindex 47c8708782a2..022a5197f7ba 100644 --- a/core/res/res/drawable-mdpi/ic_input_delete.png +++ b/core/res/res/drawable-mdpi/ic_input_delete.png diff --git a/core/res/res/drawable-mdpi/ic_input_get.png b/core/res/res/drawable-mdpi/ic_input_get.png Binary files differindex 2f2cfcf5da9f..3515e7030295 100644 --- a/core/res/res/drawable-mdpi/ic_input_get.png +++ b/core/res/res/drawable-mdpi/ic_input_get.png diff --git a/core/res/res/drawable-mdpi/ic_jog_dial_answer.png b/core/res/res/drawable-mdpi/ic_jog_dial_answer.png Binary files differindex e2bc483de27a..3b1892e335b9 100644 --- a/core/res/res/drawable-mdpi/ic_jog_dial_answer.png +++ b/core/res/res/drawable-mdpi/ic_jog_dial_answer.png diff --git a/core/res/res/drawable-mdpi/ic_jog_dial_answer_and_end.png b/core/res/res/drawable-mdpi/ic_jog_dial_answer_and_end.png Binary files differindex aa0fab224b55..b1c750149ae2 100644 --- a/core/res/res/drawable-mdpi/ic_jog_dial_answer_and_end.png +++ b/core/res/res/drawable-mdpi/ic_jog_dial_answer_and_end.png diff --git a/core/res/res/drawable-mdpi/ic_jog_dial_answer_and_hold.png b/core/res/res/drawable-mdpi/ic_jog_dial_answer_and_hold.png Binary files differindex 9effe375c317..c068114e3bde 100644 --- a/core/res/res/drawable-mdpi/ic_jog_dial_answer_and_hold.png +++ b/core/res/res/drawable-mdpi/ic_jog_dial_answer_and_hold.png diff --git a/core/res/res/drawable-mdpi/ic_jog_dial_decline.png b/core/res/res/drawable-mdpi/ic_jog_dial_decline.png Binary files differindex 81c76b59a453..8357a5dc5aa0 100644 --- a/core/res/res/drawable-mdpi/ic_jog_dial_decline.png +++ b/core/res/res/drawable-mdpi/ic_jog_dial_decline.png diff --git a/core/res/res/drawable-mdpi/ic_jog_dial_sound_off.png b/core/res/res/drawable-mdpi/ic_jog_dial_sound_off.png Binary files differindex b9aec697961c..f29bab09f9fd 100644 --- a/core/res/res/drawable-mdpi/ic_jog_dial_sound_off.png +++ b/core/res/res/drawable-mdpi/ic_jog_dial_sound_off.png diff --git a/core/res/res/drawable-mdpi/ic_jog_dial_sound_on.png b/core/res/res/drawable-mdpi/ic_jog_dial_sound_on.png Binary files differindex 4952746ae419..6c93ce4ded69 100644 --- a/core/res/res/drawable-mdpi/ic_jog_dial_sound_on.png +++ b/core/res/res/drawable-mdpi/ic_jog_dial_sound_on.png diff --git a/core/res/res/drawable-mdpi/ic_jog_dial_unlock.png b/core/res/res/drawable-mdpi/ic_jog_dial_unlock.png Binary files differindex e697d91d2224..2343790d33a2 100644 --- a/core/res/res/drawable-mdpi/ic_jog_dial_unlock.png +++ b/core/res/res/drawable-mdpi/ic_jog_dial_unlock.png diff --git a/core/res/res/drawable-mdpi/ic_jog_dial_vibrate_on.png b/core/res/res/drawable-mdpi/ic_jog_dial_vibrate_on.png Binary files differindex 9aa9b133ac05..eab09af26dec 100644 --- a/core/res/res/drawable-mdpi/ic_jog_dial_vibrate_on.png +++ b/core/res/res/drawable-mdpi/ic_jog_dial_vibrate_on.png diff --git a/core/res/res/drawable-mdpi/ic_launcher_android.png b/core/res/res/drawable-mdpi/ic_launcher_android.png Binary files differindex 6a97d5b79a28..da368f1e4981 100644 --- a/core/res/res/drawable-mdpi/ic_launcher_android.png +++ b/core/res/res/drawable-mdpi/ic_launcher_android.png diff --git a/core/res/res/drawable-mdpi/ic_lock_airplane_mode_alpha.png b/core/res/res/drawable-mdpi/ic_lock_airplane_mode_alpha.png Binary files differindex 2b1dc1a8c5da..2d5517b5451f 100644 --- a/core/res/res/drawable-mdpi/ic_lock_airplane_mode_alpha.png +++ b/core/res/res/drawable-mdpi/ic_lock_airplane_mode_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_lock_airplane_mode_off_am_alpha.png b/core/res/res/drawable-mdpi/ic_lock_airplane_mode_off_am_alpha.png Binary files differindex 49ed3d2ddb87..a8b82a123972 100644 --- a/core/res/res/drawable-mdpi/ic_lock_airplane_mode_off_am_alpha.png +++ b/core/res/res/drawable-mdpi/ic_lock_airplane_mode_off_am_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_lock_idle_alarm_alpha.png b/core/res/res/drawable-mdpi/ic_lock_idle_alarm_alpha.png Binary files differindex b5d3e0980551..48528f7e846c 100644 --- a/core/res/res/drawable-mdpi/ic_lock_idle_alarm_alpha.png +++ b/core/res/res/drawable-mdpi/ic_lock_idle_alarm_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_lock_idle_charging.png b/core/res/res/drawable-mdpi/ic_lock_idle_charging.png Binary files differindex 20d632068c39..0fcd48db066f 100644 --- a/core/res/res/drawable-mdpi/ic_lock_idle_charging.png +++ b/core/res/res/drawable-mdpi/ic_lock_idle_charging.png diff --git a/core/res/res/drawable-mdpi/ic_lock_idle_lock.png b/core/res/res/drawable-mdpi/ic_lock_idle_lock.png Binary files differindex 0206aeef6883..cba1bf903619 100644 --- a/core/res/res/drawable-mdpi/ic_lock_idle_lock.png +++ b/core/res/res/drawable-mdpi/ic_lock_idle_lock.png diff --git a/core/res/res/drawable-mdpi/ic_lock_idle_low_battery.png b/core/res/res/drawable-mdpi/ic_lock_idle_low_battery.png Binary files differindex bb967829d234..76bb8c2136e9 100644 --- a/core/res/res/drawable-mdpi/ic_lock_idle_low_battery.png +++ b/core/res/res/drawable-mdpi/ic_lock_idle_low_battery.png diff --git a/core/res/res/drawable-mdpi/ic_lock_lock_alpha.png b/core/res/res/drawable-mdpi/ic_lock_lock_alpha.png Binary files differindex 5ff3654d3172..18d410e0a4a7 100644 --- a/core/res/res/drawable-mdpi/ic_lock_lock_alpha.png +++ b/core/res/res/drawable-mdpi/ic_lock_lock_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_lock_open_wht_24dp.png b/core/res/res/drawable-mdpi/ic_lock_open_wht_24dp.png Binary files differindex 163f4a0b48a7..78b7af35b365 100644 --- a/core/res/res/drawable-mdpi/ic_lock_open_wht_24dp.png +++ b/core/res/res/drawable-mdpi/ic_lock_open_wht_24dp.png diff --git a/core/res/res/drawable-mdpi/ic_lock_outline_wht_24dp.png b/core/res/res/drawable-mdpi/ic_lock_outline_wht_24dp.png Binary files differindex bbfb83c7f1e1..bc9d39228f6e 100644 --- a/core/res/res/drawable-mdpi/ic_lock_outline_wht_24dp.png +++ b/core/res/res/drawable-mdpi/ic_lock_outline_wht_24dp.png diff --git a/core/res/res/drawable-mdpi/ic_lock_power_off_alpha.png b/core/res/res/drawable-mdpi/ic_lock_power_off_alpha.png Binary files differindex 2c55e475bac1..3b7270b1ee98 100644 --- a/core/res/res/drawable-mdpi/ic_lock_power_off_alpha.png +++ b/core/res/res/drawable-mdpi/ic_lock_power_off_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_lock_ringer_off_alpha.png b/core/res/res/drawable-mdpi/ic_lock_ringer_off_alpha.png Binary files differindex 98cfb11e4081..78a90c5f8abb 100644 --- a/core/res/res/drawable-mdpi/ic_lock_ringer_off_alpha.png +++ b/core/res/res/drawable-mdpi/ic_lock_ringer_off_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_lock_ringer_on_alpha.png b/core/res/res/drawable-mdpi/ic_lock_ringer_on_alpha.png Binary files differindex 691b99e3b200..d300284eaf06 100644 --- a/core/res/res/drawable-mdpi/ic_lock_ringer_on_alpha.png +++ b/core/res/res/drawable-mdpi/ic_lock_ringer_on_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_lock_silent_mode.png b/core/res/res/drawable-mdpi/ic_lock_silent_mode.png Binary files differindex 5c3a226e48bb..4776861eb1b2 100644 --- a/core/res/res/drawable-mdpi/ic_lock_silent_mode.png +++ b/core/res/res/drawable-mdpi/ic_lock_silent_mode.png diff --git a/core/res/res/drawable-mdpi/ic_lock_silent_mode_off.png b/core/res/res/drawable-mdpi/ic_lock_silent_mode_off.png Binary files differindex 1a02aaa77af5..4225aa02fc9a 100644 --- a/core/res/res/drawable-mdpi/ic_lock_silent_mode_off.png +++ b/core/res/res/drawable-mdpi/ic_lock_silent_mode_off.png diff --git a/core/res/res/drawable-mdpi/ic_lock_silent_mode_vibrate.png b/core/res/res/drawable-mdpi/ic_lock_silent_mode_vibrate.png Binary files differindex 7da79aa20cb2..359dee1774d0 100644 --- a/core/res/res/drawable-mdpi/ic_lock_silent_mode_vibrate.png +++ b/core/res/res/drawable-mdpi/ic_lock_silent_mode_vibrate.png diff --git a/core/res/res/drawable-mdpi/ic_lockscreen_handle_pressed.png b/core/res/res/drawable-mdpi/ic_lockscreen_handle_pressed.png Binary files differindex 0187a02afc21..3b535de759a3 100644 --- a/core/res/res/drawable-mdpi/ic_lockscreen_handle_pressed.png +++ b/core/res/res/drawable-mdpi/ic_lockscreen_handle_pressed.png diff --git a/core/res/res/drawable-mdpi/ic_maps_indicator_current_position.png b/core/res/res/drawable-mdpi/ic_maps_indicator_current_position.png Binary files differindex 4e427d89af0b..f2061ce7b3a8 100644 --- a/core/res/res/drawable-mdpi/ic_maps_indicator_current_position.png +++ b/core/res/res/drawable-mdpi/ic_maps_indicator_current_position.png diff --git a/core/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim1.png b/core/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim1.png Binary files differindex 47bb9fa6e7c4..32fc2b1f8af1 100644 --- a/core/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim1.png +++ b/core/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim1.png diff --git a/core/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim2.png b/core/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim2.png Binary files differindex b1167bc62b3f..2fdfe3a0fd49 100644 --- a/core/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim2.png +++ b/core/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim2.png diff --git a/core/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim3.png b/core/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim3.png Binary files differindex f681a4c41e8b..55047ee359fe 100644 --- a/core/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim3.png +++ b/core/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim3.png diff --git a/core/res/res/drawable-mdpi/ic_media_embed_play.png b/core/res/res/drawable-mdpi/ic_media_embed_play.png Binary files differindex 3576ce53e421..844e29bf1fc5 100644 --- a/core/res/res/drawable-mdpi/ic_media_embed_play.png +++ b/core/res/res/drawable-mdpi/ic_media_embed_play.png diff --git a/core/res/res/drawable-mdpi/ic_media_ff.png b/core/res/res/drawable-mdpi/ic_media_ff.png Binary files differindex 170dd2daaa75..a5d11a7a6e27 100644 --- a/core/res/res/drawable-mdpi/ic_media_ff.png +++ b/core/res/res/drawable-mdpi/ic_media_ff.png diff --git a/core/res/res/drawable-mdpi/ic_media_fullscreen.png b/core/res/res/drawable-mdpi/ic_media_fullscreen.png Binary files differindex 960aa851053e..16925cc293b4 100644 --- a/core/res/res/drawable-mdpi/ic_media_fullscreen.png +++ b/core/res/res/drawable-mdpi/ic_media_fullscreen.png diff --git a/core/res/res/drawable-mdpi/ic_media_next.png b/core/res/res/drawable-mdpi/ic_media_next.png Binary files differindex fcd73d90e762..d7132c94ddf6 100644 --- a/core/res/res/drawable-mdpi/ic_media_next.png +++ b/core/res/res/drawable-mdpi/ic_media_next.png diff --git a/core/res/res/drawable-mdpi/ic_media_pause.png b/core/res/res/drawable-mdpi/ic_media_pause.png Binary files differindex 3e6b2a17b562..715fd3a67b1f 100644 --- a/core/res/res/drawable-mdpi/ic_media_pause.png +++ b/core/res/res/drawable-mdpi/ic_media_pause.png diff --git a/core/res/res/drawable-mdpi/ic_media_play.png b/core/res/res/drawable-mdpi/ic_media_play.png Binary files differindex 7966bbc5161a..b0d51c38b5b7 100644 --- a/core/res/res/drawable-mdpi/ic_media_play.png +++ b/core/res/res/drawable-mdpi/ic_media_play.png diff --git a/core/res/res/drawable-mdpi/ic_media_previous.png b/core/res/res/drawable-mdpi/ic_media_previous.png Binary files differindex b653d05b9f4a..da0f31ab5818 100644 --- a/core/res/res/drawable-mdpi/ic_media_previous.png +++ b/core/res/res/drawable-mdpi/ic_media_previous.png diff --git a/core/res/res/drawable-mdpi/ic_media_rew.png b/core/res/res/drawable-mdpi/ic_media_rew.png Binary files differindex 5489180eb16e..7c961f48b077 100644 --- a/core/res/res/drawable-mdpi/ic_media_rew.png +++ b/core/res/res/drawable-mdpi/ic_media_rew.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_disabled_holo_dark.png b/core/res/res/drawable-mdpi/ic_media_route_disabled_holo_dark.png Binary files differindex 52e3a5a13236..9ec78f5fa519 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_disabled_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_media_route_disabled_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_disabled_holo_light.png b/core/res/res/drawable-mdpi/ic_media_route_disabled_holo_light.png Binary files differindex 319c57e8f343..e7a77073d55d 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_disabled_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_media_route_disabled_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_disabled_mtrl_alpha.png b/core/res/res/drawable-mdpi/ic_media_route_disabled_mtrl_alpha.png Binary files differindex ec4304737060..f24077f94c3e 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_disabled_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/ic_media_route_disabled_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_off_holo_dark.png b/core/res/res/drawable-mdpi/ic_media_route_off_holo_dark.png Binary files differindex f98c0a85b53b..d51a1f85a108 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_off_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_media_route_off_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_off_holo_light.png b/core/res/res/drawable-mdpi/ic_media_route_off_holo_light.png Binary files differindex b74cdb5b1a93..955190b239d7 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_off_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_media_route_off_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_off_mtrl_alpha.png b/core/res/res/drawable-mdpi/ic_media_route_off_mtrl_alpha.png Binary files differindex a652117aa3fe..1d9f9424189d 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_off_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/ic_media_route_off_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_on_0_holo_dark.png b/core/res/res/drawable-mdpi/ic_media_route_on_0_holo_dark.png Binary files differindex a6a4bd012e53..67deb83cb8b4 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_on_0_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_media_route_on_0_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_on_0_holo_light.png b/core/res/res/drawable-mdpi/ic_media_route_on_0_holo_light.png Binary files differindex 106fd3a97f94..4221d228ee57 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_on_0_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_media_route_on_0_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_on_0_mtrl_alpha.png b/core/res/res/drawable-mdpi/ic_media_route_on_0_mtrl_alpha.png Binary files differindex 35d1c56f8221..84b900829520 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_on_0_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/ic_media_route_on_0_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_on_1_holo_dark.png b/core/res/res/drawable-mdpi/ic_media_route_on_1_holo_dark.png Binary files differindex 2c141ab8e692..33201b4a6fa3 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_on_1_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_media_route_on_1_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_on_1_holo_light.png b/core/res/res/drawable-mdpi/ic_media_route_on_1_holo_light.png Binary files differindex 0b62d0b509ff..b1f1a06be4a0 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_on_1_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_media_route_on_1_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_on_1_mtrl_alpha.png b/core/res/res/drawable-mdpi/ic_media_route_on_1_mtrl_alpha.png Binary files differindex 264188b7dcff..5ccf79331b29 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_on_1_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/ic_media_route_on_1_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_on_2_holo_dark.png b/core/res/res/drawable-mdpi/ic_media_route_on_2_holo_dark.png Binary files differindex 23442b06336b..5ab84713ae65 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_on_2_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_media_route_on_2_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_on_2_holo_light.png b/core/res/res/drawable-mdpi/ic_media_route_on_2_holo_light.png Binary files differindex 42b329fad28e..9fea65f40596 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_on_2_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_media_route_on_2_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_on_2_mtrl_alpha.png b/core/res/res/drawable-mdpi/ic_media_route_on_2_mtrl_alpha.png Binary files differindex 06ae66594203..117e9938804d 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_on_2_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/ic_media_route_on_2_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_on_holo_dark.png b/core/res/res/drawable-mdpi/ic_media_route_on_holo_dark.png Binary files differindex 58ff50685aca..a88e58fa965d 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_on_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_media_route_on_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_on_holo_light.png b/core/res/res/drawable-mdpi/ic_media_route_on_holo_light.png Binary files differindex 25257f8b848d..1c4a1be9aa23 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_on_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_media_route_on_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_media_route_on_mtrl_alpha.png b/core/res/res/drawable-mdpi/ic_media_route_on_mtrl_alpha.png Binary files differindex a69e301631db..4f25117ddf6b 100644 --- a/core/res/res/drawable-mdpi/ic_media_route_on_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/ic_media_route_on_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_media_stop.png b/core/res/res/drawable-mdpi/ic_media_stop.png Binary files differindex 8ea7efee53d6..42cf32ac73bd 100644 --- a/core/res/res/drawable-mdpi/ic_media_stop.png +++ b/core/res/res/drawable-mdpi/ic_media_stop.png diff --git a/core/res/res/drawable-mdpi/ic_media_video_poster.png b/core/res/res/drawable-mdpi/ic_media_video_poster.png Binary files differindex f457f2332d3c..4b7a967c7b04 100644 --- a/core/res/res/drawable-mdpi/ic_media_video_poster.png +++ b/core/res/res/drawable-mdpi/ic_media_video_poster.png diff --git a/core/res/res/drawable-mdpi/ic_menu_account_list.png b/core/res/res/drawable-mdpi/ic_menu_account_list.png Binary files differindex e4e717e06f3b..6e71c73844ee 100644 --- a/core/res/res/drawable-mdpi/ic_menu_account_list.png +++ b/core/res/res/drawable-mdpi/ic_menu_account_list.png diff --git a/core/res/res/drawable-mdpi/ic_menu_add.png b/core/res/res/drawable-mdpi/ic_menu_add.png Binary files differindex 361c7c460ef8..17784e74bfea 100644 --- a/core/res/res/drawable-mdpi/ic_menu_add.png +++ b/core/res/res/drawable-mdpi/ic_menu_add.png diff --git a/core/res/res/drawable-mdpi/ic_menu_agenda.png b/core/res/res/drawable-mdpi/ic_menu_agenda.png Binary files differindex c63a12bf26af..cfd6b275f19b 100644 --- a/core/res/res/drawable-mdpi/ic_menu_agenda.png +++ b/core/res/res/drawable-mdpi/ic_menu_agenda.png diff --git a/core/res/res/drawable-mdpi/ic_menu_allfriends.png b/core/res/res/drawable-mdpi/ic_menu_allfriends.png Binary files differindex 45256d1ae4b7..ca05af5677ed 100644 --- a/core/res/res/drawable-mdpi/ic_menu_allfriends.png +++ b/core/res/res/drawable-mdpi/ic_menu_allfriends.png diff --git a/core/res/res/drawable-mdpi/ic_menu_always_landscape_portrait.png b/core/res/res/drawable-mdpi/ic_menu_always_landscape_portrait.png Binary files differindex f9f475ae1c66..18c918ccf246 100644 --- a/core/res/res/drawable-mdpi/ic_menu_always_landscape_portrait.png +++ b/core/res/res/drawable-mdpi/ic_menu_always_landscape_portrait.png diff --git a/core/res/res/drawable-mdpi/ic_menu_archive.png b/core/res/res/drawable-mdpi/ic_menu_archive.png Binary files differindex 49ac569dc2bb..1de6e433f193 100644 --- a/core/res/res/drawable-mdpi/ic_menu_archive.png +++ b/core/res/res/drawable-mdpi/ic_menu_archive.png diff --git a/core/res/res/drawable-mdpi/ic_menu_attachment.png b/core/res/res/drawable-mdpi/ic_menu_attachment.png Binary files differindex d3d48125f402..b7db36dba283 100644 --- a/core/res/res/drawable-mdpi/ic_menu_attachment.png +++ b/core/res/res/drawable-mdpi/ic_menu_attachment.png diff --git a/core/res/res/drawable-mdpi/ic_menu_back.png b/core/res/res/drawable-mdpi/ic_menu_back.png Binary files differindex bb69245529e5..33b7da59744e 100644 --- a/core/res/res/drawable-mdpi/ic_menu_back.png +++ b/core/res/res/drawable-mdpi/ic_menu_back.png diff --git a/core/res/res/drawable-mdpi/ic_menu_block.png b/core/res/res/drawable-mdpi/ic_menu_block.png Binary files differindex 63f952d9ed9d..a95acddff5a7 100644 --- a/core/res/res/drawable-mdpi/ic_menu_block.png +++ b/core/res/res/drawable-mdpi/ic_menu_block.png diff --git a/core/res/res/drawable-mdpi/ic_menu_blocked_user.png b/core/res/res/drawable-mdpi/ic_menu_blocked_user.png Binary files differindex ac8cc1040c73..735fe393650e 100644 --- a/core/res/res/drawable-mdpi/ic_menu_blocked_user.png +++ b/core/res/res/drawable-mdpi/ic_menu_blocked_user.png diff --git a/core/res/res/drawable-mdpi/ic_menu_btn_add.png b/core/res/res/drawable-mdpi/ic_menu_btn_add.png Binary files differindex 361c7c460ef8..17784e74bfea 100644 --- a/core/res/res/drawable-mdpi/ic_menu_btn_add.png +++ b/core/res/res/drawable-mdpi/ic_menu_btn_add.png diff --git a/core/res/res/drawable-mdpi/ic_menu_call.png b/core/res/res/drawable-mdpi/ic_menu_call.png Binary files differindex b7ee91a1ab35..09203b618397 100644 --- a/core/res/res/drawable-mdpi/ic_menu_call.png +++ b/core/res/res/drawable-mdpi/ic_menu_call.png diff --git a/core/res/res/drawable-mdpi/ic_menu_camera.png b/core/res/res/drawable-mdpi/ic_menu_camera.png Binary files differindex f8cf93c7cb37..ae2121769fcb 100644 --- a/core/res/res/drawable-mdpi/ic_menu_camera.png +++ b/core/res/res/drawable-mdpi/ic_menu_camera.png diff --git a/core/res/res/drawable-mdpi/ic_menu_cc_am.png b/core/res/res/drawable-mdpi/ic_menu_cc_am.png Binary files differindex 8e2ba098c46f..066b1707be93 100644 --- a/core/res/res/drawable-mdpi/ic_menu_cc_am.png +++ b/core/res/res/drawable-mdpi/ic_menu_cc_am.png diff --git a/core/res/res/drawable-mdpi/ic_menu_chat_dashboard.png b/core/res/res/drawable-mdpi/ic_menu_chat_dashboard.png Binary files differindex 14b7482305c7..b11e2b22091e 100644 --- a/core/res/res/drawable-mdpi/ic_menu_chat_dashboard.png +++ b/core/res/res/drawable-mdpi/ic_menu_chat_dashboard.png diff --git a/core/res/res/drawable-mdpi/ic_menu_clear_playlist.png b/core/res/res/drawable-mdpi/ic_menu_clear_playlist.png Binary files differindex 9100a6906ade..923e8e6e3c8b 100644 --- a/core/res/res/drawable-mdpi/ic_menu_clear_playlist.png +++ b/core/res/res/drawable-mdpi/ic_menu_clear_playlist.png diff --git a/core/res/res/drawable-mdpi/ic_menu_close_clear_cancel.png b/core/res/res/drawable-mdpi/ic_menu_close_clear_cancel.png Binary files differindex 1161a7ccb5de..2729de47d800 100644 --- a/core/res/res/drawable-mdpi/ic_menu_close_clear_cancel.png +++ b/core/res/res/drawable-mdpi/ic_menu_close_clear_cancel.png diff --git a/core/res/res/drawable-mdpi/ic_menu_compass.png b/core/res/res/drawable-mdpi/ic_menu_compass.png Binary files differindex 25235ccfe33c..5e18e448c2eb 100644 --- a/core/res/res/drawable-mdpi/ic_menu_compass.png +++ b/core/res/res/drawable-mdpi/ic_menu_compass.png diff --git a/core/res/res/drawable-mdpi/ic_menu_compose.png b/core/res/res/drawable-mdpi/ic_menu_compose.png Binary files differindex a911141cc695..cf2a9cd7c888 100644 --- a/core/res/res/drawable-mdpi/ic_menu_compose.png +++ b/core/res/res/drawable-mdpi/ic_menu_compose.png diff --git a/core/res/res/drawable-mdpi/ic_menu_copy.png b/core/res/res/drawable-mdpi/ic_menu_copy.png Binary files differindex eee5540c5457..a6ef7846b535 100644 --- a/core/res/res/drawable-mdpi/ic_menu_copy.png +++ b/core/res/res/drawable-mdpi/ic_menu_copy.png diff --git a/core/res/res/drawable-mdpi/ic_menu_copy_holo_dark.png b/core/res/res/drawable-mdpi/ic_menu_copy_holo_dark.png Binary files differindex 97e8ac1b775d..7ac6d2fcf66e 100644 --- a/core/res/res/drawable-mdpi/ic_menu_copy_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_menu_copy_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_menu_copy_holo_light.png b/core/res/res/drawable-mdpi/ic_menu_copy_holo_light.png Binary files differindex 74cb920f487b..89cb095556b6 100644 --- a/core/res/res/drawable-mdpi/ic_menu_copy_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_menu_copy_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_menu_crop.png b/core/res/res/drawable-mdpi/ic_menu_crop.png Binary files differindex 30e40cf77bee..e934508e4d5e 100644 --- a/core/res/res/drawable-mdpi/ic_menu_crop.png +++ b/core/res/res/drawable-mdpi/ic_menu_crop.png diff --git a/core/res/res/drawable-mdpi/ic_menu_cut.png b/core/res/res/drawable-mdpi/ic_menu_cut.png Binary files differindex 865d1e06d7a8..f2aa194dc536 100644 --- a/core/res/res/drawable-mdpi/ic_menu_cut.png +++ b/core/res/res/drawable-mdpi/ic_menu_cut.png diff --git a/core/res/res/drawable-mdpi/ic_menu_cut_holo_dark.png b/core/res/res/drawable-mdpi/ic_menu_cut_holo_dark.png Binary files differindex baa5427ef3bd..95860ebabdd7 100644 --- a/core/res/res/drawable-mdpi/ic_menu_cut_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_menu_cut_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_menu_cut_holo_light.png b/core/res/res/drawable-mdpi/ic_menu_cut_holo_light.png Binary files differindex 8e6a93fe4fd0..0bb34b47aa79 100644 --- a/core/res/res/drawable-mdpi/ic_menu_cut_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_menu_cut_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_menu_day.png b/core/res/res/drawable-mdpi/ic_menu_day.png Binary files differindex 88bc348d8822..ccd7f7491c05 100644 --- a/core/res/res/drawable-mdpi/ic_menu_day.png +++ b/core/res/res/drawable-mdpi/ic_menu_day.png diff --git a/core/res/res/drawable-mdpi/ic_menu_delete.png b/core/res/res/drawable-mdpi/ic_menu_delete.png Binary files differindex e2c8700c348f..8ba527fdecae 100644 --- a/core/res/res/drawable-mdpi/ic_menu_delete.png +++ b/core/res/res/drawable-mdpi/ic_menu_delete.png diff --git a/core/res/res/drawable-mdpi/ic_menu_directions.png b/core/res/res/drawable-mdpi/ic_menu_directions.png Binary files differindex d10e0b1e43d9..d1e23f7e6355 100644 --- a/core/res/res/drawable-mdpi/ic_menu_directions.png +++ b/core/res/res/drawable-mdpi/ic_menu_directions.png diff --git a/core/res/res/drawable-mdpi/ic_menu_edit.png b/core/res/res/drawable-mdpi/ic_menu_edit.png Binary files differindex d0314e987ac2..e0b29dc549db 100644 --- a/core/res/res/drawable-mdpi/ic_menu_edit.png +++ b/core/res/res/drawable-mdpi/ic_menu_edit.png diff --git a/core/res/res/drawable-mdpi/ic_menu_emoticons.png b/core/res/res/drawable-mdpi/ic_menu_emoticons.png Binary files differindex 8d1780fae269..cce115fffc8c 100644 --- a/core/res/res/drawable-mdpi/ic_menu_emoticons.png +++ b/core/res/res/drawable-mdpi/ic_menu_emoticons.png diff --git a/core/res/res/drawable-mdpi/ic_menu_end_conversation.png b/core/res/res/drawable-mdpi/ic_menu_end_conversation.png Binary files differindex fb9f1534facc..2e109aa4ef1f 100644 --- a/core/res/res/drawable-mdpi/ic_menu_end_conversation.png +++ b/core/res/res/drawable-mdpi/ic_menu_end_conversation.png diff --git a/core/res/res/drawable-mdpi/ic_menu_find.png b/core/res/res/drawable-mdpi/ic_menu_find.png Binary files differindex 82dcba79f2ae..888fe67d41ce 100644 --- a/core/res/res/drawable-mdpi/ic_menu_find.png +++ b/core/res/res/drawable-mdpi/ic_menu_find.png diff --git a/core/res/res/drawable-mdpi/ic_menu_find_holo_dark.png b/core/res/res/drawable-mdpi/ic_menu_find_holo_dark.png Binary files differindex 45f8fd3f4edc..1c4dfb0f4205 100644 --- a/core/res/res/drawable-mdpi/ic_menu_find_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_menu_find_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_menu_find_holo_light.png b/core/res/res/drawable-mdpi/ic_menu_find_holo_light.png Binary files differindex 9033f1ec2e00..c2f9a4aa7e61 100644 --- a/core/res/res/drawable-mdpi/ic_menu_find_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_menu_find_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_menu_find_mtrl_alpha.png b/core/res/res/drawable-mdpi/ic_menu_find_mtrl_alpha.png Binary files differindex 6be897d23315..96b38b5086ef 100644 --- a/core/res/res/drawable-mdpi/ic_menu_find_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/ic_menu_find_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_menu_forward.png b/core/res/res/drawable-mdpi/ic_menu_forward.png Binary files differindex 4a0b6ef68b4d..4df3cdf1f23c 100644 --- a/core/res/res/drawable-mdpi/ic_menu_forward.png +++ b/core/res/res/drawable-mdpi/ic_menu_forward.png diff --git a/core/res/res/drawable-mdpi/ic_menu_friendslist.png b/core/res/res/drawable-mdpi/ic_menu_friendslist.png Binary files differindex 8a29be3b3b7f..125293031d32 100644 --- a/core/res/res/drawable-mdpi/ic_menu_friendslist.png +++ b/core/res/res/drawable-mdpi/ic_menu_friendslist.png diff --git a/core/res/res/drawable-mdpi/ic_menu_gallery.png b/core/res/res/drawable-mdpi/ic_menu_gallery.png Binary files differindex d3a02009d502..bedab9d951bf 100644 --- a/core/res/res/drawable-mdpi/ic_menu_gallery.png +++ b/core/res/res/drawable-mdpi/ic_menu_gallery.png diff --git a/core/res/res/drawable-mdpi/ic_menu_goto.png b/core/res/res/drawable-mdpi/ic_menu_goto.png Binary files differindex 5471f5bb859b..f165d9ffc4a1 100644 --- a/core/res/res/drawable-mdpi/ic_menu_goto.png +++ b/core/res/res/drawable-mdpi/ic_menu_goto.png diff --git a/core/res/res/drawable-mdpi/ic_menu_help.png b/core/res/res/drawable-mdpi/ic_menu_help.png Binary files differindex dd2484500994..7fcfc4b7c019 100644 --- a/core/res/res/drawable-mdpi/ic_menu_help.png +++ b/core/res/res/drawable-mdpi/ic_menu_help.png diff --git a/core/res/res/drawable-mdpi/ic_menu_help_holo_light.png b/core/res/res/drawable-mdpi/ic_menu_help_holo_light.png Binary files differindex 010577fedad7..46a4e7dcb390 100644 --- a/core/res/res/drawable-mdpi/ic_menu_help_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_menu_help_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_menu_home.png b/core/res/res/drawable-mdpi/ic_menu_home.png Binary files differindex f19f58dd9298..b0427a1d88f7 100644 --- a/core/res/res/drawable-mdpi/ic_menu_home.png +++ b/core/res/res/drawable-mdpi/ic_menu_home.png diff --git a/core/res/res/drawable-mdpi/ic_menu_info_details.png b/core/res/res/drawable-mdpi/ic_menu_info_details.png Binary files differindex 18b15b5addaa..0d7387d60ccb 100644 --- a/core/res/res/drawable-mdpi/ic_menu_info_details.png +++ b/core/res/res/drawable-mdpi/ic_menu_info_details.png diff --git a/core/res/res/drawable-mdpi/ic_menu_invite.png b/core/res/res/drawable-mdpi/ic_menu_invite.png Binary files differindex aa1898dc3946..5de44abca0e7 100644 --- a/core/res/res/drawable-mdpi/ic_menu_invite.png +++ b/core/res/res/drawable-mdpi/ic_menu_invite.png diff --git a/core/res/res/drawable-mdpi/ic_menu_login.png b/core/res/res/drawable-mdpi/ic_menu_login.png Binary files differindex 122ba33b7c88..7041d2e9d82c 100644 --- a/core/res/res/drawable-mdpi/ic_menu_login.png +++ b/core/res/res/drawable-mdpi/ic_menu_login.png diff --git a/core/res/res/drawable-mdpi/ic_menu_manage.png b/core/res/res/drawable-mdpi/ic_menu_manage.png Binary files differindex 8d3a9fa43e36..5a2cc3cf0a2b 100644 --- a/core/res/res/drawable-mdpi/ic_menu_manage.png +++ b/core/res/res/drawable-mdpi/ic_menu_manage.png diff --git a/core/res/res/drawable-mdpi/ic_menu_mapmode.png b/core/res/res/drawable-mdpi/ic_menu_mapmode.png Binary files differindex 1b50b5a02d32..7100a0b085bf 100644 --- a/core/res/res/drawable-mdpi/ic_menu_mapmode.png +++ b/core/res/res/drawable-mdpi/ic_menu_mapmode.png diff --git a/core/res/res/drawable-mdpi/ic_menu_mark.png b/core/res/res/drawable-mdpi/ic_menu_mark.png Binary files differindex 0c55506687f0..dad8dbdb444a 100644 --- a/core/res/res/drawable-mdpi/ic_menu_mark.png +++ b/core/res/res/drawable-mdpi/ic_menu_mark.png diff --git a/core/res/res/drawable-mdpi/ic_menu_month.png b/core/res/res/drawable-mdpi/ic_menu_month.png Binary files differindex ff201df8d032..673c5e960be9 100644 --- a/core/res/res/drawable-mdpi/ic_menu_month.png +++ b/core/res/res/drawable-mdpi/ic_menu_month.png diff --git a/core/res/res/drawable-mdpi/ic_menu_more.png b/core/res/res/drawable-mdpi/ic_menu_more.png Binary files differindex 263fef89ee3f..5c968b187039 100644 --- a/core/res/res/drawable-mdpi/ic_menu_more.png +++ b/core/res/res/drawable-mdpi/ic_menu_more.png diff --git a/core/res/res/drawable-mdpi/ic_menu_moreoverflow.png b/core/res/res/drawable-mdpi/ic_menu_moreoverflow.png Binary files differindex e4789229d9ad..6fcb27086305 100644 --- a/core/res/res/drawable-mdpi/ic_menu_moreoverflow.png +++ b/core/res/res/drawable-mdpi/ic_menu_moreoverflow.png diff --git a/core/res/res/drawable-mdpi/ic_menu_moreoverflow_focused_holo_dark.png b/core/res/res/drawable-mdpi/ic_menu_moreoverflow_focused_holo_dark.png Binary files differindex 48d6c78bbcbc..9f53bd2a5532 100644 --- a/core/res/res/drawable-mdpi/ic_menu_moreoverflow_focused_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_menu_moreoverflow_focused_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_menu_moreoverflow_focused_holo_light.png b/core/res/res/drawable-mdpi/ic_menu_moreoverflow_focused_holo_light.png Binary files differindex 50ff8fce6713..ebbe96479293 100644 --- a/core/res/res/drawable-mdpi/ic_menu_moreoverflow_focused_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_menu_moreoverflow_focused_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_dark.png b/core/res/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_dark.png Binary files differindex ba704b67e3a2..9676f44b50e1 100644 --- a/core/res/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_light.png b/core/res/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_light.png Binary files differindex 01d681697f79..09cd9f42cb29 100644 --- a/core/res/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_menu_my_calendar.png b/core/res/res/drawable-mdpi/ic_menu_my_calendar.png Binary files differindex 991dfb0e86a5..f25cf0b38d88 100644 --- a/core/res/res/drawable-mdpi/ic_menu_my_calendar.png +++ b/core/res/res/drawable-mdpi/ic_menu_my_calendar.png diff --git a/core/res/res/drawable-mdpi/ic_menu_mylocation.png b/core/res/res/drawable-mdpi/ic_menu_mylocation.png Binary files differindex 2a61a9778b78..e799ec8a2b8b 100644 --- a/core/res/res/drawable-mdpi/ic_menu_mylocation.png +++ b/core/res/res/drawable-mdpi/ic_menu_mylocation.png diff --git a/core/res/res/drawable-mdpi/ic_menu_myplaces.png b/core/res/res/drawable-mdpi/ic_menu_myplaces.png Binary files differindex 75f2c9ba9fab..8bbcf94bb520 100644 --- a/core/res/res/drawable-mdpi/ic_menu_myplaces.png +++ b/core/res/res/drawable-mdpi/ic_menu_myplaces.png diff --git a/core/res/res/drawable-mdpi/ic_menu_notifications.png b/core/res/res/drawable-mdpi/ic_menu_notifications.png Binary files differindex 2474d5622a2e..873fb4d25284 100644 --- a/core/res/res/drawable-mdpi/ic_menu_notifications.png +++ b/core/res/res/drawable-mdpi/ic_menu_notifications.png diff --git a/core/res/res/drawable-mdpi/ic_menu_paste.png b/core/res/res/drawable-mdpi/ic_menu_paste.png Binary files differindex 8c9916c3cf9d..a47f436b1c07 100644 --- a/core/res/res/drawable-mdpi/ic_menu_paste.png +++ b/core/res/res/drawable-mdpi/ic_menu_paste.png diff --git a/core/res/res/drawable-mdpi/ic_menu_paste_holo_dark.png b/core/res/res/drawable-mdpi/ic_menu_paste_holo_dark.png Binary files differindex 093496d4089b..e87ae6d01169 100644 --- a/core/res/res/drawable-mdpi/ic_menu_paste_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_menu_paste_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_menu_paste_holo_light.png b/core/res/res/drawable-mdpi/ic_menu_paste_holo_light.png Binary files differindex 61fd91c8808a..1d130d311e4b 100644 --- a/core/res/res/drawable-mdpi/ic_menu_paste_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_menu_paste_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_menu_play_clip.png b/core/res/res/drawable-mdpi/ic_menu_play_clip.png Binary files differindex 5983c22190d0..acb789da4f8c 100644 --- a/core/res/res/drawable-mdpi/ic_menu_play_clip.png +++ b/core/res/res/drawable-mdpi/ic_menu_play_clip.png diff --git a/core/res/res/drawable-mdpi/ic_menu_preferences.png b/core/res/res/drawable-mdpi/ic_menu_preferences.png Binary files differindex ccc50e66ee7e..6e6e6feceb5f 100644 --- a/core/res/res/drawable-mdpi/ic_menu_preferences.png +++ b/core/res/res/drawable-mdpi/ic_menu_preferences.png diff --git a/core/res/res/drawable-mdpi/ic_menu_recent_history.png b/core/res/res/drawable-mdpi/ic_menu_recent_history.png Binary files differindex e5f8e2d90e9f..afc525750a21 100644 --- a/core/res/res/drawable-mdpi/ic_menu_recent_history.png +++ b/core/res/res/drawable-mdpi/ic_menu_recent_history.png diff --git a/core/res/res/drawable-mdpi/ic_menu_report_image.png b/core/res/res/drawable-mdpi/ic_menu_report_image.png Binary files differindex 414b0ae23900..a3a786c5eb64 100644 --- a/core/res/res/drawable-mdpi/ic_menu_report_image.png +++ b/core/res/res/drawable-mdpi/ic_menu_report_image.png diff --git a/core/res/res/drawable-mdpi/ic_menu_revert.png b/core/res/res/drawable-mdpi/ic_menu_revert.png Binary files differindex 7a4516317018..219ecd8e01e7 100644 --- a/core/res/res/drawable-mdpi/ic_menu_revert.png +++ b/core/res/res/drawable-mdpi/ic_menu_revert.png diff --git a/core/res/res/drawable-mdpi/ic_menu_rotate.png b/core/res/res/drawable-mdpi/ic_menu_rotate.png Binary files differindex 35fa56d5e98c..dbc824a053d0 100644 --- a/core/res/res/drawable-mdpi/ic_menu_rotate.png +++ b/core/res/res/drawable-mdpi/ic_menu_rotate.png diff --git a/core/res/res/drawable-mdpi/ic_menu_save.png b/core/res/res/drawable-mdpi/ic_menu_save.png Binary files differindex 5f6686448d83..ae9926f67f11 100644 --- a/core/res/res/drawable-mdpi/ic_menu_save.png +++ b/core/res/res/drawable-mdpi/ic_menu_save.png diff --git a/core/res/res/drawable-mdpi/ic_menu_search.png b/core/res/res/drawable-mdpi/ic_menu_search.png Binary files differindex d18f54227ed2..94da2dd78692 100644 --- a/core/res/res/drawable-mdpi/ic_menu_search.png +++ b/core/res/res/drawable-mdpi/ic_menu_search.png diff --git a/core/res/res/drawable-mdpi/ic_menu_search_holo_dark.png b/core/res/res/drawable-mdpi/ic_menu_search_holo_dark.png Binary files differindex 906da5320ec2..9fccb9c37d70 100644 --- a/core/res/res/drawable-mdpi/ic_menu_search_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_menu_search_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_menu_search_holo_light.png b/core/res/res/drawable-mdpi/ic_menu_search_holo_light.png Binary files differindex 0350a43b82e7..29f2b5fbb990 100644 --- a/core/res/res/drawable-mdpi/ic_menu_search_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_menu_search_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_menu_search_mtrl_alpha.png b/core/res/res/drawable-mdpi/ic_menu_search_mtrl_alpha.png Binary files differindex 0fb57b2ea21f..02d3775c5d64 100644 --- a/core/res/res/drawable-mdpi/ic_menu_search_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/ic_menu_search_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/ic_menu_selectall_holo_dark.png b/core/res/res/drawable-mdpi/ic_menu_selectall_holo_dark.png Binary files differindex da64c7556eba..786966865f42 100644 --- a/core/res/res/drawable-mdpi/ic_menu_selectall_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_menu_selectall_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_menu_selectall_holo_light.png b/core/res/res/drawable-mdpi/ic_menu_selectall_holo_light.png Binary files differindex e0dd67c69445..bbbd2f18bae7 100644 --- a/core/res/res/drawable-mdpi/ic_menu_selectall_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_menu_selectall_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_menu_send.png b/core/res/res/drawable-mdpi/ic_menu_send.png Binary files differindex 06b471770963..0d1e251f437a 100644 --- a/core/res/res/drawable-mdpi/ic_menu_send.png +++ b/core/res/res/drawable-mdpi/ic_menu_send.png diff --git a/core/res/res/drawable-mdpi/ic_menu_set_as.png b/core/res/res/drawable-mdpi/ic_menu_set_as.png Binary files differindex 98cc305ef990..98ec15672032 100644 --- a/core/res/res/drawable-mdpi/ic_menu_set_as.png +++ b/core/res/res/drawable-mdpi/ic_menu_set_as.png diff --git a/core/res/res/drawable-mdpi/ic_menu_settings_holo_light.png b/core/res/res/drawable-mdpi/ic_menu_settings_holo_light.png Binary files differindex f32a37e4474b..9a6e1965d8ed 100644 --- a/core/res/res/drawable-mdpi/ic_menu_settings_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_menu_settings_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_menu_share.png b/core/res/res/drawable-mdpi/ic_menu_share.png Binary files differindex d89ca5fbd300..27f3541c0b01 100644 --- a/core/res/res/drawable-mdpi/ic_menu_share.png +++ b/core/res/res/drawable-mdpi/ic_menu_share.png diff --git a/core/res/res/drawable-mdpi/ic_menu_share_holo_dark.png b/core/res/res/drawable-mdpi/ic_menu_share_holo_dark.png Binary files differindex 6bf21e307ed3..746a081f3854 100644 --- a/core/res/res/drawable-mdpi/ic_menu_share_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_menu_share_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_menu_share_holo_light.png b/core/res/res/drawable-mdpi/ic_menu_share_holo_light.png Binary files differindex 70fe31aa224a..ad6482dd0569 100644 --- a/core/res/res/drawable-mdpi/ic_menu_share_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_menu_share_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_menu_slideshow.png b/core/res/res/drawable-mdpi/ic_menu_slideshow.png Binary files differindex 72bfcd93ef1c..f453a5051d0e 100644 --- a/core/res/res/drawable-mdpi/ic_menu_slideshow.png +++ b/core/res/res/drawable-mdpi/ic_menu_slideshow.png diff --git a/core/res/res/drawable-mdpi/ic_menu_sort_alphabetically.png b/core/res/res/drawable-mdpi/ic_menu_sort_alphabetically.png Binary files differindex 0c5ffad3698a..3c6f96a4ee40 100644 --- a/core/res/res/drawable-mdpi/ic_menu_sort_alphabetically.png +++ b/core/res/res/drawable-mdpi/ic_menu_sort_alphabetically.png diff --git a/core/res/res/drawable-mdpi/ic_menu_sort_by_size.png b/core/res/res/drawable-mdpi/ic_menu_sort_by_size.png Binary files differindex 19e8d1ba3bf7..6e16a7ed9055 100644 --- a/core/res/res/drawable-mdpi/ic_menu_sort_by_size.png +++ b/core/res/res/drawable-mdpi/ic_menu_sort_by_size.png diff --git a/core/res/res/drawable-mdpi/ic_menu_star.png b/core/res/res/drawable-mdpi/ic_menu_star.png Binary files differindex 0c22fe8684e9..3c2be48278ab 100644 --- a/core/res/res/drawable-mdpi/ic_menu_star.png +++ b/core/res/res/drawable-mdpi/ic_menu_star.png diff --git a/core/res/res/drawable-mdpi/ic_menu_start_conversation.png b/core/res/res/drawable-mdpi/ic_menu_start_conversation.png Binary files differindex 24b654028ffa..83a7e8f36d0b 100644 --- a/core/res/res/drawable-mdpi/ic_menu_start_conversation.png +++ b/core/res/res/drawable-mdpi/ic_menu_start_conversation.png diff --git a/core/res/res/drawable-mdpi/ic_menu_stop.png b/core/res/res/drawable-mdpi/ic_menu_stop.png Binary files differindex efb40362ea9c..acf6c9da8226 100644 --- a/core/res/res/drawable-mdpi/ic_menu_stop.png +++ b/core/res/res/drawable-mdpi/ic_menu_stop.png diff --git a/core/res/res/drawable-mdpi/ic_menu_today.png b/core/res/res/drawable-mdpi/ic_menu_today.png Binary files differindex 8c248ae91876..1216bb99629a 100644 --- a/core/res/res/drawable-mdpi/ic_menu_today.png +++ b/core/res/res/drawable-mdpi/ic_menu_today.png diff --git a/core/res/res/drawable-mdpi/ic_menu_upload.png b/core/res/res/drawable-mdpi/ic_menu_upload.png Binary files differindex 9e8459a5a9b2..bbe153ad5bb8 100644 --- a/core/res/res/drawable-mdpi/ic_menu_upload.png +++ b/core/res/res/drawable-mdpi/ic_menu_upload.png diff --git a/core/res/res/drawable-mdpi/ic_menu_upload_you_tube.png b/core/res/res/drawable-mdpi/ic_menu_upload_you_tube.png Binary files differindex a67c4092f825..1614017524e3 100644 --- a/core/res/res/drawable-mdpi/ic_menu_upload_you_tube.png +++ b/core/res/res/drawable-mdpi/ic_menu_upload_you_tube.png diff --git a/core/res/res/drawable-mdpi/ic_menu_view.png b/core/res/res/drawable-mdpi/ic_menu_view.png Binary files differindex 082810d4fd84..512c4decc2e1 100644 --- a/core/res/res/drawable-mdpi/ic_menu_view.png +++ b/core/res/res/drawable-mdpi/ic_menu_view.png diff --git a/core/res/res/drawable-mdpi/ic_menu_week.png b/core/res/res/drawable-mdpi/ic_menu_week.png Binary files differindex e11e5f1addd7..9f4d7f0a18a7 100644 --- a/core/res/res/drawable-mdpi/ic_menu_week.png +++ b/core/res/res/drawable-mdpi/ic_menu_week.png diff --git a/core/res/res/drawable-mdpi/ic_menu_zoom.png b/core/res/res/drawable-mdpi/ic_menu_zoom.png Binary files differindex 062d6f3df0f2..a4747b3d4eb5 100644 --- a/core/res/res/drawable-mdpi/ic_menu_zoom.png +++ b/core/res/res/drawable-mdpi/ic_menu_zoom.png diff --git a/core/res/res/drawable-mdpi/ic_notification_cast_0.png b/core/res/res/drawable-mdpi/ic_notification_cast_0.png Binary files differindex a51a3cbefd2f..1bfa96099419 100644 --- a/core/res/res/drawable-mdpi/ic_notification_cast_0.png +++ b/core/res/res/drawable-mdpi/ic_notification_cast_0.png diff --git a/core/res/res/drawable-mdpi/ic_notification_cast_1.png b/core/res/res/drawable-mdpi/ic_notification_cast_1.png Binary files differindex e0813678a9f5..29bd47322572 100644 --- a/core/res/res/drawable-mdpi/ic_notification_cast_1.png +++ b/core/res/res/drawable-mdpi/ic_notification_cast_1.png diff --git a/core/res/res/drawable-mdpi/ic_notification_cast_2.png b/core/res/res/drawable-mdpi/ic_notification_cast_2.png Binary files differindex a7f4de43f203..3b0f65fd6898 100644 --- a/core/res/res/drawable-mdpi/ic_notification_cast_2.png +++ b/core/res/res/drawable-mdpi/ic_notification_cast_2.png diff --git a/core/res/res/drawable-mdpi/ic_notification_clear_all.png b/core/res/res/drawable-mdpi/ic_notification_clear_all.png Binary files differindex f2114d77ca7d..56e0873fb17b 100644 --- a/core/res/res/drawable-mdpi/ic_notification_clear_all.png +++ b/core/res/res/drawable-mdpi/ic_notification_clear_all.png diff --git a/core/res/res/drawable-mdpi/ic_notification_ime_default.png b/core/res/res/drawable-mdpi/ic_notification_ime_default.png Binary files differindex 7d97eb575f2a..c00da01639b8 100644 --- a/core/res/res/drawable-mdpi/ic_notification_ime_default.png +++ b/core/res/res/drawable-mdpi/ic_notification_ime_default.png diff --git a/core/res/res/drawable-mdpi/ic_notification_overlay.9.png b/core/res/res/drawable-mdpi/ic_notification_overlay.9.png Binary files differindex 1a3063c4b3fd..20df3539392c 100644 --- a/core/res/res/drawable-mdpi/ic_notification_overlay.9.png +++ b/core/res/res/drawable-mdpi/ic_notification_overlay.9.png diff --git a/core/res/res/drawable-mdpi/ic_partial_secure.png b/core/res/res/drawable-mdpi/ic_partial_secure.png Binary files differindex 76ba96a908bb..b4545755c652 100644 --- a/core/res/res/drawable-mdpi/ic_partial_secure.png +++ b/core/res/res/drawable-mdpi/ic_partial_secure.png diff --git a/core/res/res/drawable-mdpi/ic_popup_disk_full.png b/core/res/res/drawable-mdpi/ic_popup_disk_full.png Binary files differindex e6da5d0aea4e..1780af944fe8 100644 --- a/core/res/res/drawable-mdpi/ic_popup_disk_full.png +++ b/core/res/res/drawable-mdpi/ic_popup_disk_full.png diff --git a/core/res/res/drawable-mdpi/ic_popup_reminder.png b/core/res/res/drawable-mdpi/ic_popup_reminder.png Binary files differindex af15279a33e3..e1b84a9ff5e7 100644 --- a/core/res/res/drawable-mdpi/ic_popup_reminder.png +++ b/core/res/res/drawable-mdpi/ic_popup_reminder.png diff --git a/core/res/res/drawable-mdpi/ic_popup_sync_1.png b/core/res/res/drawable-mdpi/ic_popup_sync_1.png Binary files differindex 13d8cdd4644d..cbe5e084d438 100644 --- a/core/res/res/drawable-mdpi/ic_popup_sync_1.png +++ b/core/res/res/drawable-mdpi/ic_popup_sync_1.png diff --git a/core/res/res/drawable-mdpi/ic_popup_sync_2.png b/core/res/res/drawable-mdpi/ic_popup_sync_2.png Binary files differindex 6ca162a8075c..75b79d9b61fe 100644 --- a/core/res/res/drawable-mdpi/ic_popup_sync_2.png +++ b/core/res/res/drawable-mdpi/ic_popup_sync_2.png diff --git a/core/res/res/drawable-mdpi/ic_popup_sync_3.png b/core/res/res/drawable-mdpi/ic_popup_sync_3.png Binary files differindex a7c21dd29b61..258400c961a0 100644 --- a/core/res/res/drawable-mdpi/ic_popup_sync_3.png +++ b/core/res/res/drawable-mdpi/ic_popup_sync_3.png diff --git a/core/res/res/drawable-mdpi/ic_popup_sync_4.png b/core/res/res/drawable-mdpi/ic_popup_sync_4.png Binary files differindex e9be04e7d08b..317a9e508268 100644 --- a/core/res/res/drawable-mdpi/ic_popup_sync_4.png +++ b/core/res/res/drawable-mdpi/ic_popup_sync_4.png diff --git a/core/res/res/drawable-mdpi/ic_popup_sync_5.png b/core/res/res/drawable-mdpi/ic_popup_sync_5.png Binary files differindex 65d87c4a776f..6bf7bc4a5ec0 100644 --- a/core/res/res/drawable-mdpi/ic_popup_sync_5.png +++ b/core/res/res/drawable-mdpi/ic_popup_sync_5.png diff --git a/core/res/res/drawable-mdpi/ic_popup_sync_6.png b/core/res/res/drawable-mdpi/ic_popup_sync_6.png Binary files differindex 2015c888718a..0f215ed8adae 100644 --- a/core/res/res/drawable-mdpi/ic_popup_sync_6.png +++ b/core/res/res/drawable-mdpi/ic_popup_sync_6.png diff --git a/core/res/res/drawable-mdpi/ic_print.png b/core/res/res/drawable-mdpi/ic_print.png Binary files differindex a3954b544e00..49a0120201c0 100644 --- a/core/res/res/drawable-mdpi/ic_print.png +++ b/core/res/res/drawable-mdpi/ic_print.png diff --git a/core/res/res/drawable-mdpi/ic_print_error.png b/core/res/res/drawable-mdpi/ic_print_error.png Binary files differindex 44109eb152cf..8fe73546a08e 100644 --- a/core/res/res/drawable-mdpi/ic_print_error.png +++ b/core/res/res/drawable-mdpi/ic_print_error.png diff --git a/core/res/res/drawable-mdpi/ic_search.png b/core/res/res/drawable-mdpi/ic_search.png Binary files differindex 66145e023cf1..65b6592dd3f1 100644 --- a/core/res/res/drawable-mdpi/ic_search.png +++ b/core/res/res/drawable-mdpi/ic_search.png diff --git a/core/res/res/drawable-mdpi/ic_search_api_holo_dark.png b/core/res/res/drawable-mdpi/ic_search_api_holo_dark.png Binary files differindex 4771a56b9e3e..d00b4e1b744a 100644 --- a/core/res/res/drawable-mdpi/ic_search_api_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_search_api_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_search_api_holo_light.png b/core/res/res/drawable-mdpi/ic_search_api_holo_light.png Binary files differindex 60a55f8bee66..89c5fdf09a62 100644 --- a/core/res/res/drawable-mdpi/ic_search_api_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_search_api_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_search_category_default.png b/core/res/res/drawable-mdpi/ic_search_category_default.png Binary files differindex 94446db976cf..9eaa663a08e6 100644 --- a/core/res/res/drawable-mdpi/ic_search_category_default.png +++ b/core/res/res/drawable-mdpi/ic_search_category_default.png diff --git a/core/res/res/drawable-mdpi/ic_secure.png b/core/res/res/drawable-mdpi/ic_secure.png Binary files differindex 4f15fc4923c3..b82cf128bd0f 100644 --- a/core/res/res/drawable-mdpi/ic_secure.png +++ b/core/res/res/drawable-mdpi/ic_secure.png diff --git a/core/res/res/drawable-mdpi/ic_settings.png b/core/res/res/drawable-mdpi/ic_settings.png Binary files differindex e6237eb1298e..f27c9162abea 100644 --- a/core/res/res/drawable-mdpi/ic_settings.png +++ b/core/res/res/drawable-mdpi/ic_settings.png diff --git a/core/res/res/drawable-mdpi/ic_settings_language.png b/core/res/res/drawable-mdpi/ic_settings_language.png Binary files differindex f8aca679ba06..b380430c3718 100644 --- a/core/res/res/drawable-mdpi/ic_settings_language.png +++ b/core/res/res/drawable-mdpi/ic_settings_language.png diff --git a/core/res/res/drawable-mdpi/ic_sim_card_multi_24px_clr.png b/core/res/res/drawable-mdpi/ic_sim_card_multi_24px_clr.png Binary files differindex 5d212851c168..c77e3237a51c 100644 --- a/core/res/res/drawable-mdpi/ic_sim_card_multi_24px_clr.png +++ b/core/res/res/drawable-mdpi/ic_sim_card_multi_24px_clr.png diff --git a/core/res/res/drawable-mdpi/ic_sim_card_multi_48px_clr.png b/core/res/res/drawable-mdpi/ic_sim_card_multi_48px_clr.png Binary files differindex 249379dd2c2c..2809be44b9d8 100644 --- a/core/res/res/drawable-mdpi/ic_sim_card_multi_48px_clr.png +++ b/core/res/res/drawable-mdpi/ic_sim_card_multi_48px_clr.png diff --git a/core/res/res/drawable-mdpi/ic_star_black_16dp.png b/core/res/res/drawable-mdpi/ic_star_black_16dp.png Binary files differindex 3f5d25e019fc..748dd539f7e5 100644 --- a/core/res/res/drawable-mdpi/ic_star_black_16dp.png +++ b/core/res/res/drawable-mdpi/ic_star_black_16dp.png diff --git a/core/res/res/drawable-mdpi/ic_star_black_36dp.png b/core/res/res/drawable-mdpi/ic_star_black_36dp.png Binary files differindex 92a0f5862230..d8704dd48702 100644 --- a/core/res/res/drawable-mdpi/ic_star_black_36dp.png +++ b/core/res/res/drawable-mdpi/ic_star_black_36dp.png diff --git a/core/res/res/drawable-mdpi/ic_star_black_48dp.png b/core/res/res/drawable-mdpi/ic_star_black_48dp.png Binary files differindex c636ce8e81be..8e540e926140 100644 --- a/core/res/res/drawable-mdpi/ic_star_black_48dp.png +++ b/core/res/res/drawable-mdpi/ic_star_black_48dp.png diff --git a/core/res/res/drawable-mdpi/ic_star_half_black_16dp.png b/core/res/res/drawable-mdpi/ic_star_half_black_16dp.png Binary files differindex beea92a4547d..a959022c381a 100644 --- a/core/res/res/drawable-mdpi/ic_star_half_black_16dp.png +++ b/core/res/res/drawable-mdpi/ic_star_half_black_16dp.png diff --git a/core/res/res/drawable-mdpi/ic_star_half_black_36dp.png b/core/res/res/drawable-mdpi/ic_star_half_black_36dp.png Binary files differindex 5caae608be0a..6e294563f3e2 100644 --- a/core/res/res/drawable-mdpi/ic_star_half_black_36dp.png +++ b/core/res/res/drawable-mdpi/ic_star_half_black_36dp.png diff --git a/core/res/res/drawable-mdpi/ic_star_half_black_48dp.png b/core/res/res/drawable-mdpi/ic_star_half_black_48dp.png Binary files differindex d53afa226503..62c7f8b92257 100644 --- a/core/res/res/drawable-mdpi/ic_star_half_black_48dp.png +++ b/core/res/res/drawable-mdpi/ic_star_half_black_48dp.png diff --git a/core/res/res/drawable-mdpi/ic_sysbar_quicksettings.png b/core/res/res/drawable-mdpi/ic_sysbar_quicksettings.png Binary files differindex 792810427f92..760e086b6e02 100644 --- a/core/res/res/drawable-mdpi/ic_sysbar_quicksettings.png +++ b/core/res/res/drawable-mdpi/ic_sysbar_quicksettings.png diff --git a/core/res/res/drawable-mdpi/ic_vibrate.png b/core/res/res/drawable-mdpi/ic_vibrate.png Binary files differindex 4fecce14fb21..87d9d0ddda1c 100644 --- a/core/res/res/drawable-mdpi/ic_vibrate.png +++ b/core/res/res/drawable-mdpi/ic_vibrate.png diff --git a/core/res/res/drawable-mdpi/ic_vibrate_small.png b/core/res/res/drawable-mdpi/ic_vibrate_small.png Binary files differindex f04804e2db89..d14a43d32737 100644 --- a/core/res/res/drawable-mdpi/ic_vibrate_small.png +++ b/core/res/res/drawable-mdpi/ic_vibrate_small.png diff --git a/core/res/res/drawable-mdpi/ic_voice_search.png b/core/res/res/drawable-mdpi/ic_voice_search.png Binary files differindex b2535fb8f9f2..f1b189d4a9f8 100644 --- a/core/res/res/drawable-mdpi/ic_voice_search.png +++ b/core/res/res/drawable-mdpi/ic_voice_search.png diff --git a/core/res/res/drawable-mdpi/ic_voice_search_api_holo_dark.png b/core/res/res/drawable-mdpi/ic_voice_search_api_holo_dark.png Binary files differindex fcc2105b5b5d..662b7141e97a 100644 --- a/core/res/res/drawable-mdpi/ic_voice_search_api_holo_dark.png +++ b/core/res/res/drawable-mdpi/ic_voice_search_api_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_voice_search_api_holo_light.png b/core/res/res/drawable-mdpi/ic_voice_search_api_holo_light.png Binary files differindex b516b95a5564..ac04a0ead3f5 100644 --- a/core/res/res/drawable-mdpi/ic_voice_search_api_holo_light.png +++ b/core/res/res/drawable-mdpi/ic_voice_search_api_holo_light.png diff --git a/core/res/res/drawable-mdpi/ic_volume.png b/core/res/res/drawable-mdpi/ic_volume.png Binary files differindex 20aa0304553f..b747cdf5af5e 100644 --- a/core/res/res/drawable-mdpi/ic_volume.png +++ b/core/res/res/drawable-mdpi/ic_volume.png diff --git a/core/res/res/drawable-mdpi/ic_volume_bluetooth_ad2p.png b/core/res/res/drawable-mdpi/ic_volume_bluetooth_ad2p.png Binary files differindex cf86ab360247..bef1ebd2cbcc 100644 --- a/core/res/res/drawable-mdpi/ic_volume_bluetooth_ad2p.png +++ b/core/res/res/drawable-mdpi/ic_volume_bluetooth_ad2p.png diff --git a/core/res/res/drawable-mdpi/ic_volume_bluetooth_in_call.png b/core/res/res/drawable-mdpi/ic_volume_bluetooth_in_call.png Binary files differindex 94801fc7cdae..d4d019c7ea15 100644 --- a/core/res/res/drawable-mdpi/ic_volume_bluetooth_in_call.png +++ b/core/res/res/drawable-mdpi/ic_volume_bluetooth_in_call.png diff --git a/core/res/res/drawable-mdpi/ic_volume_off.png b/core/res/res/drawable-mdpi/ic_volume_off.png Binary files differindex fefb9c40134e..b81b28e994cf 100644 --- a/core/res/res/drawable-mdpi/ic_volume_off.png +++ b/core/res/res/drawable-mdpi/ic_volume_off.png diff --git a/core/res/res/drawable-mdpi/ic_volume_off_small.png b/core/res/res/drawable-mdpi/ic_volume_off_small.png Binary files differindex 529298cc2692..dc7707ea0fe2 100644 --- a/core/res/res/drawable-mdpi/ic_volume_off_small.png +++ b/core/res/res/drawable-mdpi/ic_volume_off_small.png diff --git a/core/res/res/drawable-mdpi/ic_volume_small.png b/core/res/res/drawable-mdpi/ic_volume_small.png Binary files differindex 2a7ec03456b7..bd7ce413664d 100644 --- a/core/res/res/drawable-mdpi/ic_volume_small.png +++ b/core/res/res/drawable-mdpi/ic_volume_small.png diff --git a/core/res/res/drawable-mdpi/icon_highlight_rectangle.9.png b/core/res/res/drawable-mdpi/icon_highlight_rectangle.9.png Binary files differindex 3dafde359de9..99d3d6d72c47 100644 --- a/core/res/res/drawable-mdpi/icon_highlight_rectangle.9.png +++ b/core/res/res/drawable-mdpi/icon_highlight_rectangle.9.png diff --git a/core/res/res/drawable-mdpi/icon_highlight_square.9.png b/core/res/res/drawable-mdpi/icon_highlight_square.9.png Binary files differindex a93a3f8602a5..8fb19927874c 100644 --- a/core/res/res/drawable-mdpi/icon_highlight_square.9.png +++ b/core/res/res/drawable-mdpi/icon_highlight_square.9.png diff --git a/core/res/res/drawable-mdpi/ime_qwerty.png b/core/res/res/drawable-mdpi/ime_qwerty.png Binary files differindex e6e5cda48df4..997b1e22e6b2 100644 --- a/core/res/res/drawable-mdpi/ime_qwerty.png +++ b/core/res/res/drawable-mdpi/ime_qwerty.png diff --git a/core/res/res/drawable-mdpi/indicator_input_error.png b/core/res/res/drawable-mdpi/indicator_input_error.png Binary files differindex 775e41756a4b..d833df392401 100644 --- a/core/res/res/drawable-mdpi/indicator_input_error.png +++ b/core/res/res/drawable-mdpi/indicator_input_error.png diff --git a/core/res/res/drawable-mdpi/jog_dial_arrow_long_left_green.png b/core/res/res/drawable-mdpi/jog_dial_arrow_long_left_green.png Binary files differindex 334a8e01d8c3..1fc4d1ef6e17 100644 --- a/core/res/res/drawable-mdpi/jog_dial_arrow_long_left_green.png +++ b/core/res/res/drawable-mdpi/jog_dial_arrow_long_left_green.png diff --git a/core/res/res/drawable-mdpi/jog_dial_arrow_long_left_yellow.png b/core/res/res/drawable-mdpi/jog_dial_arrow_long_left_yellow.png Binary files differindex 2e011ca319bf..f93f21e2a7fa 100644 --- a/core/res/res/drawable-mdpi/jog_dial_arrow_long_left_yellow.png +++ b/core/res/res/drawable-mdpi/jog_dial_arrow_long_left_yellow.png diff --git a/core/res/res/drawable-mdpi/jog_dial_arrow_long_middle_yellow.png b/core/res/res/drawable-mdpi/jog_dial_arrow_long_middle_yellow.png Binary files differindex 323745eab0ef..1906b6016b98 100644 --- a/core/res/res/drawable-mdpi/jog_dial_arrow_long_middle_yellow.png +++ b/core/res/res/drawable-mdpi/jog_dial_arrow_long_middle_yellow.png diff --git a/core/res/res/drawable-mdpi/jog_dial_arrow_long_right_red.png b/core/res/res/drawable-mdpi/jog_dial_arrow_long_right_red.png Binary files differindex 1e97c9a9f778..2919c01e9a6a 100644 --- a/core/res/res/drawable-mdpi/jog_dial_arrow_long_right_red.png +++ b/core/res/res/drawable-mdpi/jog_dial_arrow_long_right_red.png diff --git a/core/res/res/drawable-mdpi/jog_dial_arrow_long_right_yellow.png b/core/res/res/drawable-mdpi/jog_dial_arrow_long_right_yellow.png Binary files differindex 3536e5895764..5a00bd58be53 100644 --- a/core/res/res/drawable-mdpi/jog_dial_arrow_long_right_yellow.png +++ b/core/res/res/drawable-mdpi/jog_dial_arrow_long_right_yellow.png diff --git a/core/res/res/drawable-mdpi/jog_dial_arrow_short_left.png b/core/res/res/drawable-mdpi/jog_dial_arrow_short_left.png Binary files differindex 4a4ab3ae9b16..8aedee2b8828 100644 --- a/core/res/res/drawable-mdpi/jog_dial_arrow_short_left.png +++ b/core/res/res/drawable-mdpi/jog_dial_arrow_short_left.png diff --git a/core/res/res/drawable-mdpi/jog_dial_arrow_short_left_and_right.png b/core/res/res/drawable-mdpi/jog_dial_arrow_short_left_and_right.png Binary files differindex 987cfa785dea..975534473c1d 100644 --- a/core/res/res/drawable-mdpi/jog_dial_arrow_short_left_and_right.png +++ b/core/res/res/drawable-mdpi/jog_dial_arrow_short_left_and_right.png diff --git a/core/res/res/drawable-mdpi/jog_dial_arrow_short_right.png b/core/res/res/drawable-mdpi/jog_dial_arrow_short_right.png Binary files differindex ee79875556cc..c6c86395d042 100644 --- a/core/res/res/drawable-mdpi/jog_dial_arrow_short_right.png +++ b/core/res/res/drawable-mdpi/jog_dial_arrow_short_right.png diff --git a/core/res/res/drawable-mdpi/jog_dial_bg.png b/core/res/res/drawable-mdpi/jog_dial_bg.png Binary files differindex 2f8f24d400e3..e335d85082b0 100644 --- a/core/res/res/drawable-mdpi/jog_dial_bg.png +++ b/core/res/res/drawable-mdpi/jog_dial_bg.png diff --git a/core/res/res/drawable-mdpi/jog_dial_dimple.png b/core/res/res/drawable-mdpi/jog_dial_dimple.png Binary files differindex 85d3a438c459..ed7ef0e705ef 100644 --- a/core/res/res/drawable-mdpi/jog_dial_dimple.png +++ b/core/res/res/drawable-mdpi/jog_dial_dimple.png diff --git a/core/res/res/drawable-mdpi/jog_dial_dimple_dim.png b/core/res/res/drawable-mdpi/jog_dial_dimple_dim.png Binary files differindex 664e89dd8fca..10fdc23e7c34 100644 --- a/core/res/res/drawable-mdpi/jog_dial_dimple_dim.png +++ b/core/res/res/drawable-mdpi/jog_dial_dimple_dim.png diff --git a/core/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_gray.9.png b/core/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_gray.9.png Binary files differindex 0f1190b74693..80b45042d2aa 100644 --- a/core/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_gray.9.png +++ b/core/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_gray.9.png diff --git a/core/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_green.9.png b/core/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_green.9.png Binary files differindex 88ca2e0f1109..bf0a5d24ebff 100644 --- a/core/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_green.9.png +++ b/core/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_green.9.png diff --git a/core/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_red.9.png b/core/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_red.9.png Binary files differindex f0f9436273f8..20266aefc2e3 100644 --- a/core/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_red.9.png +++ b/core/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_red.9.png diff --git a/core/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_yellow.9.png b/core/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_yellow.9.png Binary files differindex 8aa1263ed9d5..bd05285f4c51 100644 --- a/core/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_yellow.9.png +++ b/core/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_yellow.9.png diff --git a/core/res/res/drawable-mdpi/jog_tab_bar_left_end_normal.9.png b/core/res/res/drawable-mdpi/jog_tab_bar_left_end_normal.9.png Binary files differindex 4a89f4b866cc..5a433eb21dbf 100644 --- a/core/res/res/drawable-mdpi/jog_tab_bar_left_end_normal.9.png +++ b/core/res/res/drawable-mdpi/jog_tab_bar_left_end_normal.9.png diff --git a/core/res/res/drawable-mdpi/jog_tab_bar_left_end_pressed.9.png b/core/res/res/drawable-mdpi/jog_tab_bar_left_end_pressed.9.png Binary files differindex 78c7a9fd5e27..007dd85c6a3c 100644 --- a/core/res/res/drawable-mdpi/jog_tab_bar_left_end_pressed.9.png +++ b/core/res/res/drawable-mdpi/jog_tab_bar_left_end_pressed.9.png diff --git a/core/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_gray.9.png b/core/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_gray.9.png Binary files differindex a6ee32923c5b..4249651832a3 100644 --- a/core/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_gray.9.png +++ b/core/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_gray.9.png diff --git a/core/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_green.9.png b/core/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_green.9.png Binary files differindex 386ed9d8c91c..e5b00c09811a 100644 --- a/core/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_green.9.png +++ b/core/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_green.9.png diff --git a/core/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_red.9.png b/core/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_red.9.png Binary files differindex 0242a42b5b2b..677f709b8718 100644 --- a/core/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_red.9.png +++ b/core/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_red.9.png diff --git a/core/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_yellow.9.png b/core/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_yellow.9.png Binary files differindex b8c2e1868ae2..6c77b1dcdb88 100644 --- a/core/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_yellow.9.png +++ b/core/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_yellow.9.png diff --git a/core/res/res/drawable-mdpi/jog_tab_bar_right_end_normal.9.png b/core/res/res/drawable-mdpi/jog_tab_bar_right_end_normal.9.png Binary files differindex 36f9a3224b7a..f76ccfc7e811 100644 --- a/core/res/res/drawable-mdpi/jog_tab_bar_right_end_normal.9.png +++ b/core/res/res/drawable-mdpi/jog_tab_bar_right_end_normal.9.png diff --git a/core/res/res/drawable-mdpi/jog_tab_bar_right_end_pressed.9.png b/core/res/res/drawable-mdpi/jog_tab_bar_right_end_pressed.9.png Binary files differindex 8bdfd8406089..16234072dbc8 100644 --- a/core/res/res/drawable-mdpi/jog_tab_bar_right_end_pressed.9.png +++ b/core/res/res/drawable-mdpi/jog_tab_bar_right_end_pressed.9.png diff --git a/core/res/res/drawable-mdpi/jog_tab_left_confirm_gray.png b/core/res/res/drawable-mdpi/jog_tab_left_confirm_gray.png Binary files differindex 3dce4513d138..d0de9dec6f56 100644 --- a/core/res/res/drawable-mdpi/jog_tab_left_confirm_gray.png +++ b/core/res/res/drawable-mdpi/jog_tab_left_confirm_gray.png diff --git a/core/res/res/drawable-mdpi/jog_tab_left_confirm_green.png b/core/res/res/drawable-mdpi/jog_tab_left_confirm_green.png Binary files differindex 829b1462d228..b1da362e5d81 100644 --- a/core/res/res/drawable-mdpi/jog_tab_left_confirm_green.png +++ b/core/res/res/drawable-mdpi/jog_tab_left_confirm_green.png diff --git a/core/res/res/drawable-mdpi/jog_tab_left_confirm_red.png b/core/res/res/drawable-mdpi/jog_tab_left_confirm_red.png Binary files differindex f2ceb2ea1596..67135591cf29 100644 --- a/core/res/res/drawable-mdpi/jog_tab_left_confirm_red.png +++ b/core/res/res/drawable-mdpi/jog_tab_left_confirm_red.png diff --git a/core/res/res/drawable-mdpi/jog_tab_left_confirm_yellow.png b/core/res/res/drawable-mdpi/jog_tab_left_confirm_yellow.png Binary files differindex 5a29262161b5..4afbab59b334 100644 --- a/core/res/res/drawable-mdpi/jog_tab_left_confirm_yellow.png +++ b/core/res/res/drawable-mdpi/jog_tab_left_confirm_yellow.png diff --git a/core/res/res/drawable-mdpi/jog_tab_left_normal.png b/core/res/res/drawable-mdpi/jog_tab_left_normal.png Binary files differindex eb91e97eae2c..4c08e7fda514 100644 --- a/core/res/res/drawable-mdpi/jog_tab_left_normal.png +++ b/core/res/res/drawable-mdpi/jog_tab_left_normal.png diff --git a/core/res/res/drawable-mdpi/jog_tab_left_pressed.png b/core/res/res/drawable-mdpi/jog_tab_left_pressed.png Binary files differindex 99519929279f..0b5f242795f9 100644 --- a/core/res/res/drawable-mdpi/jog_tab_left_pressed.png +++ b/core/res/res/drawable-mdpi/jog_tab_left_pressed.png diff --git a/core/res/res/drawable-mdpi/jog_tab_right_confirm_gray.png b/core/res/res/drawable-mdpi/jog_tab_right_confirm_gray.png Binary files differindex d446480ded0a..bfaa0290e7dc 100644 --- a/core/res/res/drawable-mdpi/jog_tab_right_confirm_gray.png +++ b/core/res/res/drawable-mdpi/jog_tab_right_confirm_gray.png diff --git a/core/res/res/drawable-mdpi/jog_tab_right_confirm_green.png b/core/res/res/drawable-mdpi/jog_tab_right_confirm_green.png Binary files differindex 96d7acbbe48e..b11fce5dc5f4 100644 --- a/core/res/res/drawable-mdpi/jog_tab_right_confirm_green.png +++ b/core/res/res/drawable-mdpi/jog_tab_right_confirm_green.png diff --git a/core/res/res/drawable-mdpi/jog_tab_right_confirm_red.png b/core/res/res/drawable-mdpi/jog_tab_right_confirm_red.png Binary files differindex 2e1e105c69ea..0b368cd85d19 100644 --- a/core/res/res/drawable-mdpi/jog_tab_right_confirm_red.png +++ b/core/res/res/drawable-mdpi/jog_tab_right_confirm_red.png diff --git a/core/res/res/drawable-mdpi/jog_tab_right_confirm_yellow.png b/core/res/res/drawable-mdpi/jog_tab_right_confirm_yellow.png Binary files differindex 8224c38eb3fc..ac5855df9411 100644 --- a/core/res/res/drawable-mdpi/jog_tab_right_confirm_yellow.png +++ b/core/res/res/drawable-mdpi/jog_tab_right_confirm_yellow.png diff --git a/core/res/res/drawable-mdpi/jog_tab_right_normal.png b/core/res/res/drawable-mdpi/jog_tab_right_normal.png Binary files differindex f2113f26e1cd..5f833f20f774 100644 --- a/core/res/res/drawable-mdpi/jog_tab_right_normal.png +++ b/core/res/res/drawable-mdpi/jog_tab_right_normal.png diff --git a/core/res/res/drawable-mdpi/jog_tab_right_pressed.png b/core/res/res/drawable-mdpi/jog_tab_right_pressed.png Binary files differindex 65cd51ea6d14..1ac1b9ca4cbb 100644 --- a/core/res/res/drawable-mdpi/jog_tab_right_pressed.png +++ b/core/res/res/drawable-mdpi/jog_tab_right_pressed.png diff --git a/core/res/res/drawable-mdpi/jog_tab_target_gray.png b/core/res/res/drawable-mdpi/jog_tab_target_gray.png Binary files differindex a1e25e12081a..6556a0d83e80 100644 --- a/core/res/res/drawable-mdpi/jog_tab_target_gray.png +++ b/core/res/res/drawable-mdpi/jog_tab_target_gray.png diff --git a/core/res/res/drawable-mdpi/jog_tab_target_green.png b/core/res/res/drawable-mdpi/jog_tab_target_green.png Binary files differindex d1377eedf059..9c99604da9b0 100644 --- a/core/res/res/drawable-mdpi/jog_tab_target_green.png +++ b/core/res/res/drawable-mdpi/jog_tab_target_green.png diff --git a/core/res/res/drawable-mdpi/jog_tab_target_red.png b/core/res/res/drawable-mdpi/jog_tab_target_red.png Binary files differindex b840bc62dbbe..54c634807326 100644 --- a/core/res/res/drawable-mdpi/jog_tab_target_red.png +++ b/core/res/res/drawable-mdpi/jog_tab_target_red.png diff --git a/core/res/res/drawable-mdpi/jog_tab_target_yellow.png b/core/res/res/drawable-mdpi/jog_tab_target_yellow.png Binary files differindex 58b2e626a067..17d0c6339883 100644 --- a/core/res/res/drawable-mdpi/jog_tab_target_yellow.png +++ b/core/res/res/drawable-mdpi/jog_tab_target_yellow.png diff --git a/core/res/res/drawable-mdpi/keyboard_accessory_bg_landscape.9.png b/core/res/res/drawable-mdpi/keyboard_accessory_bg_landscape.9.png Binary files differindex 8f828f6fe7ea..eedff87bb0c4 100644 --- a/core/res/res/drawable-mdpi/keyboard_accessory_bg_landscape.9.png +++ b/core/res/res/drawable-mdpi/keyboard_accessory_bg_landscape.9.png diff --git a/core/res/res/drawable-mdpi/keyboard_background.9.png b/core/res/res/drawable-mdpi/keyboard_background.9.png Binary files differindex 1d3ce05b86df..149631182d14 100644 --- a/core/res/res/drawable-mdpi/keyboard_background.9.png +++ b/core/res/res/drawable-mdpi/keyboard_background.9.png diff --git a/core/res/res/drawable-mdpi/keyboard_key_feedback_background.9.png b/core/res/res/drawable-mdpi/keyboard_key_feedback_background.9.png Binary files differindex 2a80f096d200..27595875e8ba 100644 --- a/core/res/res/drawable-mdpi/keyboard_key_feedback_background.9.png +++ b/core/res/res/drawable-mdpi/keyboard_key_feedback_background.9.png diff --git a/core/res/res/drawable-mdpi/keyboard_key_feedback_more_background.9.png b/core/res/res/drawable-mdpi/keyboard_key_feedback_more_background.9.png Binary files differindex 29aa285bd544..1138e965df8a 100644 --- a/core/res/res/drawable-mdpi/keyboard_key_feedback_more_background.9.png +++ b/core/res/res/drawable-mdpi/keyboard_key_feedback_more_background.9.png diff --git a/core/res/res/drawable-mdpi/keyboard_popup_panel_background.9.png b/core/res/res/drawable-mdpi/keyboard_popup_panel_background.9.png Binary files differindex 36d75df6f9d0..864cf98a2404 100644 --- a/core/res/res/drawable-mdpi/keyboard_popup_panel_background.9.png +++ b/core/res/res/drawable-mdpi/keyboard_popup_panel_background.9.png diff --git a/core/res/res/drawable-mdpi/keyboard_popup_panel_trans_background.9.png b/core/res/res/drawable-mdpi/keyboard_popup_panel_trans_background.9.png Binary files differindex 4ba2a4908cb8..5a983cecbf17 100644 --- a/core/res/res/drawable-mdpi/keyboard_popup_panel_trans_background.9.png +++ b/core/res/res/drawable-mdpi/keyboard_popup_panel_trans_background.9.png diff --git a/core/res/res/drawable-mdpi/light_header.9.png b/core/res/res/drawable-mdpi/light_header.9.png Binary files differindex fcd9e2d2ed5e..8f6c47501415 100644 --- a/core/res/res/drawable-mdpi/light_header.9.png +++ b/core/res/res/drawable-mdpi/light_header.9.png diff --git a/core/res/res/drawable-mdpi/list_activated_holo.9.png b/core/res/res/drawable-mdpi/list_activated_holo.9.png Binary files differindex 3bf8e03623c9..6610b148f1e9 100644 --- a/core/res/res/drawable-mdpi/list_activated_holo.9.png +++ b/core/res/res/drawable-mdpi/list_activated_holo.9.png diff --git a/core/res/res/drawable-mdpi/list_divider_holo_dark.9.png b/core/res/res/drawable-mdpi/list_divider_holo_dark.9.png Binary files differindex 986ab0b97463..d564cd47dd61 100644 --- a/core/res/res/drawable-mdpi/list_divider_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/list_divider_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/list_divider_holo_light.9.png b/core/res/res/drawable-mdpi/list_divider_holo_light.9.png Binary files differindex 0279e17a123f..be0d0b31f439 100644 --- a/core/res/res/drawable-mdpi/list_divider_holo_light.9.png +++ b/core/res/res/drawable-mdpi/list_divider_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/list_divider_horizontal_holo_dark.9.png b/core/res/res/drawable-mdpi/list_divider_horizontal_holo_dark.9.png Binary files differindex 0a4347f57663..b302f08aec82 100644 --- a/core/res/res/drawable-mdpi/list_divider_horizontal_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/list_divider_horizontal_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/list_focused_holo.9.png b/core/res/res/drawable-mdpi/list_focused_holo.9.png Binary files differindex 00f05d8c97e7..cfb6d7995c18 100644 --- a/core/res/res/drawable-mdpi/list_focused_holo.9.png +++ b/core/res/res/drawable-mdpi/list_focused_holo.9.png diff --git a/core/res/res/drawable-mdpi/list_longpressed_holo.9.png b/core/res/res/drawable-mdpi/list_longpressed_holo.9.png Binary files differindex 3bf8e03623c9..6610b148f1e9 100644 --- a/core/res/res/drawable-mdpi/list_longpressed_holo.9.png +++ b/core/res/res/drawable-mdpi/list_longpressed_holo.9.png diff --git a/core/res/res/drawable-mdpi/list_longpressed_holo_dark.9.png b/core/res/res/drawable-mdpi/list_longpressed_holo_dark.9.png Binary files differindex c6c1c02e6355..1a57152d2f66 100644 --- a/core/res/res/drawable-mdpi/list_longpressed_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/list_longpressed_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/list_longpressed_holo_light.9.png b/core/res/res/drawable-mdpi/list_longpressed_holo_light.9.png Binary files differindex 3226ab760aaa..d50cd5345592 100644 --- a/core/res/res/drawable-mdpi/list_longpressed_holo_light.9.png +++ b/core/res/res/drawable-mdpi/list_longpressed_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/list_pressed_holo_dark.9.png b/core/res/res/drawable-mdpi/list_pressed_holo_dark.9.png Binary files differindex fd0e8d7d7357..e141a52ebcc7 100644 --- a/core/res/res/drawable-mdpi/list_pressed_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/list_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/list_pressed_holo_light.9.png b/core/res/res/drawable-mdpi/list_pressed_holo_light.9.png Binary files differindex 061904c42c15..d38abd6d0645 100644 --- a/core/res/res/drawable-mdpi/list_pressed_holo_light.9.png +++ b/core/res/res/drawable-mdpi/list_pressed_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/list_section_divider_holo_dark.9.png b/core/res/res/drawable-mdpi/list_section_divider_holo_dark.9.png Binary files differindex af0bc168d587..842001750a9c 100644 --- a/core/res/res/drawable-mdpi/list_section_divider_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/list_section_divider_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/list_section_divider_holo_light.9.png b/core/res/res/drawable-mdpi/list_section_divider_holo_light.9.png Binary files differindex c2f2dd87c92d..482b72784671 100644 --- a/core/res/res/drawable-mdpi/list_section_divider_holo_light.9.png +++ b/core/res/res/drawable-mdpi/list_section_divider_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/list_section_divider_mtrl_alpha.9.png b/core/res/res/drawable-mdpi/list_section_divider_mtrl_alpha.9.png Binary files differindex 11ae4f4055bd..119b7435277b 100644 --- a/core/res/res/drawable-mdpi/list_section_divider_mtrl_alpha.9.png +++ b/core/res/res/drawable-mdpi/list_section_divider_mtrl_alpha.9.png diff --git a/core/res/res/drawable-mdpi/list_section_header_holo_dark.9.png b/core/res/res/drawable-mdpi/list_section_header_holo_dark.9.png Binary files differindex 48dfea0f00b2..e5abc2b7fa5d 100644 --- a/core/res/res/drawable-mdpi/list_section_header_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/list_section_header_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/list_section_header_holo_light.9.png b/core/res/res/drawable-mdpi/list_section_header_holo_light.9.png Binary files differindex 36a046b9d6c0..86d26d608784 100644 --- a/core/res/res/drawable-mdpi/list_section_header_holo_light.9.png +++ b/core/res/res/drawable-mdpi/list_section_header_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/list_selected_holo_dark.9.png b/core/res/res/drawable-mdpi/list_selected_holo_dark.9.png Binary files differindex 5f97f2b83990..3df7b39ed442 100644 --- a/core/res/res/drawable-mdpi/list_selected_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/list_selected_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/list_selected_holo_light.9.png b/core/res/res/drawable-mdpi/list_selected_holo_light.9.png Binary files differindex 779d10ebce36..88333e8c0d64 100644 --- a/core/res/res/drawable-mdpi/list_selected_holo_light.9.png +++ b/core/res/res/drawable-mdpi/list_selected_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_activated_holo_dark.9.png b/core/res/res/drawable-mdpi/list_selector_activated_holo_dark.9.png Binary files differindex 66bc259c2787..01d47e352b1a 100644 --- a/core/res/res/drawable-mdpi/list_selector_activated_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/list_selector_activated_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_activated_holo_light.9.png b/core/res/res/drawable-mdpi/list_selector_activated_holo_light.9.png Binary files differindex c5822b121969..924c8801a4f0 100644 --- a/core/res/res/drawable-mdpi/list_selector_activated_holo_light.9.png +++ b/core/res/res/drawable-mdpi/list_selector_activated_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_background_default.9.png b/core/res/res/drawable-mdpi/list_selector_background_default.9.png Binary files differindex cac71b02bce0..ad74cc393102 100644 --- a/core/res/res/drawable-mdpi/list_selector_background_default.9.png +++ b/core/res/res/drawable-mdpi/list_selector_background_default.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_background_default_light.9.png b/core/res/res/drawable-mdpi/list_selector_background_default_light.9.png Binary files differindex bdedffdd8f52..e91152460697 100644 --- a/core/res/res/drawable-mdpi/list_selector_background_default_light.9.png +++ b/core/res/res/drawable-mdpi/list_selector_background_default_light.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_background_disabled.9.png b/core/res/res/drawable-mdpi/list_selector_background_disabled.9.png Binary files differindex 8ad0b329bb29..908b57a1d559 100644 --- a/core/res/res/drawable-mdpi/list_selector_background_disabled.9.png +++ b/core/res/res/drawable-mdpi/list_selector_background_disabled.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_background_disabled_light.9.png b/core/res/res/drawable-mdpi/list_selector_background_disabled_light.9.png Binary files differindex bc9926126b88..410c6f0704d9 100644 --- a/core/res/res/drawable-mdpi/list_selector_background_disabled_light.9.png +++ b/core/res/res/drawable-mdpi/list_selector_background_disabled_light.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_background_focus.9.png b/core/res/res/drawable-mdpi/list_selector_background_focus.9.png Binary files differindex da625af3b817..fde25b877b96 100644 --- a/core/res/res/drawable-mdpi/list_selector_background_focus.9.png +++ b/core/res/res/drawable-mdpi/list_selector_background_focus.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_background_focused.9.png b/core/res/res/drawable-mdpi/list_selector_background_focused.9.png Binary files differindex 5b1f19526f12..b515b481a4a5 100644 --- a/core/res/res/drawable-mdpi/list_selector_background_focused.9.png +++ b/core/res/res/drawable-mdpi/list_selector_background_focused.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_background_focused_light.9.png b/core/res/res/drawable-mdpi/list_selector_background_focused_light.9.png Binary files differindex 5b1f19526f12..b515b481a4a5 100644 --- a/core/res/res/drawable-mdpi/list_selector_background_focused_light.9.png +++ b/core/res/res/drawable-mdpi/list_selector_background_focused_light.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_background_focused_selected.9.png b/core/res/res/drawable-mdpi/list_selector_background_focused_selected.9.png Binary files differindex e5b0c1db0aae..07c73050fff3 100644 --- a/core/res/res/drawable-mdpi/list_selector_background_focused_selected.9.png +++ b/core/res/res/drawable-mdpi/list_selector_background_focused_selected.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_background_longpress.9.png b/core/res/res/drawable-mdpi/list_selector_background_longpress.9.png Binary files differindex fbf7ef031a90..0be272b9498e 100644 --- a/core/res/res/drawable-mdpi/list_selector_background_longpress.9.png +++ b/core/res/res/drawable-mdpi/list_selector_background_longpress.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_background_longpress_light.9.png b/core/res/res/drawable-mdpi/list_selector_background_longpress_light.9.png Binary files differindex 646fc6902d62..b7414ce3ec72 100644 --- a/core/res/res/drawable-mdpi/list_selector_background_longpress_light.9.png +++ b/core/res/res/drawable-mdpi/list_selector_background_longpress_light.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_background_pressed.9.png b/core/res/res/drawable-mdpi/list_selector_background_pressed.9.png Binary files differindex dd2a02477db7..9032570fd893 100644 --- a/core/res/res/drawable-mdpi/list_selector_background_pressed.9.png +++ b/core/res/res/drawable-mdpi/list_selector_background_pressed.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_background_pressed_light.9.png b/core/res/res/drawable-mdpi/list_selector_background_pressed_light.9.png Binary files differindex fdf6f491f337..7018155e778c 100644 --- a/core/res/res/drawable-mdpi/list_selector_background_pressed_light.9.png +++ b/core/res/res/drawable-mdpi/list_selector_background_pressed_light.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_background_selected.9.png b/core/res/res/drawable-mdpi/list_selector_background_selected.9.png Binary files differindex a4ac1e30ca16..db1e871d1f3d 100644 --- a/core/res/res/drawable-mdpi/list_selector_background_selected.9.png +++ b/core/res/res/drawable-mdpi/list_selector_background_selected.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_background_selected_light.9.png b/core/res/res/drawable-mdpi/list_selector_background_selected_light.9.png Binary files differindex d086194d0619..b5f11941a6fd 100644 --- a/core/res/res/drawable-mdpi/list_selector_background_selected_light.9.png +++ b/core/res/res/drawable-mdpi/list_selector_background_selected_light.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_disabled_holo_dark.9.png b/core/res/res/drawable-mdpi/list_selector_disabled_holo_dark.9.png Binary files differindex 92da2f0dd371..1c0f13cf2bd9 100644 --- a/core/res/res/drawable-mdpi/list_selector_disabled_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/list_selector_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_disabled_holo_light.9.png b/core/res/res/drawable-mdpi/list_selector_disabled_holo_light.9.png Binary files differindex 42cb6463e4c2..73c0f733e000 100644 --- a/core/res/res/drawable-mdpi/list_selector_disabled_holo_light.9.png +++ b/core/res/res/drawable-mdpi/list_selector_disabled_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/list_selector_focused_holo_dark.9.png Binary files differindex eb4555d6f6b5..e09b30c33a15 100644 --- a/core/res/res/drawable-mdpi/list_selector_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/list_selector_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_focused_holo_light.9.png b/core/res/res/drawable-mdpi/list_selector_focused_holo_light.9.png Binary files differindex d799fbfb8340..b7668312511d 100644 --- a/core/res/res/drawable-mdpi/list_selector_focused_holo_light.9.png +++ b/core/res/res/drawable-mdpi/list_selector_focused_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_multiselect_holo_dark.9.png b/core/res/res/drawable-mdpi/list_selector_multiselect_holo_dark.9.png Binary files differindex 2c3647ef6b85..f91c671fb4ca 100644 --- a/core/res/res/drawable-mdpi/list_selector_multiselect_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/list_selector_multiselect_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_multiselect_holo_light.9.png b/core/res/res/drawable-mdpi/list_selector_multiselect_holo_light.9.png Binary files differindex 860c58e9e911..943a746e5401 100644 --- a/core/res/res/drawable-mdpi/list_selector_multiselect_holo_light.9.png +++ b/core/res/res/drawable-mdpi/list_selector_multiselect_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_pressed_holo_dark.9.png b/core/res/res/drawable-mdpi/list_selector_pressed_holo_dark.9.png Binary files differindex bf36a43182c7..74f4e917d85d 100644 --- a/core/res/res/drawable-mdpi/list_selector_pressed_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/list_selector_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/list_selector_pressed_holo_light.9.png b/core/res/res/drawable-mdpi/list_selector_pressed_holo_light.9.png Binary files differindex 0f0be2ac9a69..7988c0af939e 100644 --- a/core/res/res/drawable-mdpi/list_selector_pressed_holo_light.9.png +++ b/core/res/res/drawable-mdpi/list_selector_pressed_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/magnified_region_frame.9.png b/core/res/res/drawable-mdpi/magnified_region_frame.9.png Binary files differindex a61cbea769b7..931324473ec6 100644 --- a/core/res/res/drawable-mdpi/magnified_region_frame.9.png +++ b/core/res/res/drawable-mdpi/magnified_region_frame.9.png diff --git a/core/res/res/drawable-mdpi/maps_google_logo.png b/core/res/res/drawable-mdpi/maps_google_logo.png Binary files differindex 1374aaa2de39..4de7ca86c9fd 100644 --- a/core/res/res/drawable-mdpi/maps_google_logo.png +++ b/core/res/res/drawable-mdpi/maps_google_logo.png diff --git a/core/res/res/drawable-mdpi/menu_background.9.png b/core/res/res/drawable-mdpi/menu_background.9.png Binary files differindex 41a3d343961a..1bf3cf4711c6 100644 --- a/core/res/res/drawable-mdpi/menu_background.9.png +++ b/core/res/res/drawable-mdpi/menu_background.9.png diff --git a/core/res/res/drawable-mdpi/menu_background_fill_parent_width.9.png b/core/res/res/drawable-mdpi/menu_background_fill_parent_width.9.png Binary files differindex 1ddf0919b800..c13afb5a7311 100644 --- a/core/res/res/drawable-mdpi/menu_background_fill_parent_width.9.png +++ b/core/res/res/drawable-mdpi/menu_background_fill_parent_width.9.png diff --git a/core/res/res/drawable-mdpi/menu_dropdown_panel_holo_dark.9.png b/core/res/res/drawable-mdpi/menu_dropdown_panel_holo_dark.9.png Binary files differindex 31dc34296f8c..1211f955e56c 100644 --- a/core/res/res/drawable-mdpi/menu_dropdown_panel_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/menu_dropdown_panel_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/menu_dropdown_panel_holo_light.9.png b/core/res/res/drawable-mdpi/menu_dropdown_panel_holo_light.9.png Binary files differindex 755c14540dde..5dc94bcd0b76 100644 --- a/core/res/res/drawable-mdpi/menu_dropdown_panel_holo_light.9.png +++ b/core/res/res/drawable-mdpi/menu_dropdown_panel_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/menu_hardkey_panel_holo_dark.9.png b/core/res/res/drawable-mdpi/menu_hardkey_panel_holo_dark.9.png Binary files differindex 36779947d5c7..77dedd3f2a0b 100644 --- a/core/res/res/drawable-mdpi/menu_hardkey_panel_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/menu_hardkey_panel_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/menu_hardkey_panel_holo_light.9.png b/core/res/res/drawable-mdpi/menu_hardkey_panel_holo_light.9.png Binary files differindex 02b25f09fe69..02b64f0889d3 100644 --- a/core/res/res/drawable-mdpi/menu_hardkey_panel_holo_light.9.png +++ b/core/res/res/drawable-mdpi/menu_hardkey_panel_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/menu_popup_panel_holo_dark.9.png b/core/res/res/drawable-mdpi/menu_popup_panel_holo_dark.9.png Binary files differindex 2020a42433e2..08c0f94eefca 100644 --- a/core/res/res/drawable-mdpi/menu_popup_panel_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/menu_popup_panel_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/menu_popup_panel_holo_light.9.png b/core/res/res/drawable-mdpi/menu_popup_panel_holo_light.9.png Binary files differindex 7cae402e1e8d..1d8de8afc3e9 100644 --- a/core/res/res/drawable-mdpi/menu_popup_panel_holo_light.9.png +++ b/core/res/res/drawable-mdpi/menu_popup_panel_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/menu_separator.9.png b/core/res/res/drawable-mdpi/menu_separator.9.png Binary files differindex 8a1a3363f5ad..b5c4c5585d99 100644 --- a/core/res/res/drawable-mdpi/menu_separator.9.png +++ b/core/res/res/drawable-mdpi/menu_separator.9.png diff --git a/core/res/res/drawable-mdpi/menu_submenu_background.9.png b/core/res/res/drawable-mdpi/menu_submenu_background.9.png Binary files differindex 2281c46e9b6a..e42e18367d2e 100644 --- a/core/res/res/drawable-mdpi/menu_submenu_background.9.png +++ b/core/res/res/drawable-mdpi/menu_submenu_background.9.png diff --git a/core/res/res/drawable-mdpi/menuitem_background_focus.9.png b/core/res/res/drawable-mdpi/menuitem_background_focus.9.png Binary files differindex c3e241586642..8778f7fbfdd6 100644 --- a/core/res/res/drawable-mdpi/menuitem_background_focus.9.png +++ b/core/res/res/drawable-mdpi/menuitem_background_focus.9.png diff --git a/core/res/res/drawable-mdpi/menuitem_background_pressed.9.png b/core/res/res/drawable-mdpi/menuitem_background_pressed.9.png Binary files differindex 02b4e9a536fe..7402a69391ea 100644 --- a/core/res/res/drawable-mdpi/menuitem_background_pressed.9.png +++ b/core/res/res/drawable-mdpi/menuitem_background_pressed.9.png diff --git a/core/res/res/drawable-mdpi/menuitem_background_solid_focused.9.png b/core/res/res/drawable-mdpi/menuitem_background_solid_focused.9.png Binary files differindex 99dd9b1fb198..b4ff4c45af7d 100644 --- a/core/res/res/drawable-mdpi/menuitem_background_solid_focused.9.png +++ b/core/res/res/drawable-mdpi/menuitem_background_solid_focused.9.png diff --git a/core/res/res/drawable-mdpi/menuitem_background_solid_pressed.9.png b/core/res/res/drawable-mdpi/menuitem_background_solid_pressed.9.png Binary files differindex 389063a99669..a046d1b280da 100644 --- a/core/res/res/drawable-mdpi/menuitem_background_solid_pressed.9.png +++ b/core/res/res/drawable-mdpi/menuitem_background_solid_pressed.9.png diff --git a/core/res/res/drawable-mdpi/menuitem_checkbox_on.png b/core/res/res/drawable-mdpi/menuitem_checkbox_on.png Binary files differindex bd8ff931117a..21241a6e0c09 100644 --- a/core/res/res/drawable-mdpi/menuitem_checkbox_on.png +++ b/core/res/res/drawable-mdpi/menuitem_checkbox_on.png diff --git a/core/res/res/drawable-mdpi/minitab_lt_focus.9.png b/core/res/res/drawable-mdpi/minitab_lt_focus.9.png Binary files differindex 415c57157809..259ee934cc7f 100644 --- a/core/res/res/drawable-mdpi/minitab_lt_focus.9.png +++ b/core/res/res/drawable-mdpi/minitab_lt_focus.9.png diff --git a/core/res/res/drawable-mdpi/minitab_lt_press.9.png b/core/res/res/drawable-mdpi/minitab_lt_press.9.png Binary files differindex 4166543a4d6b..8a19a9334806 100644 --- a/core/res/res/drawable-mdpi/minitab_lt_press.9.png +++ b/core/res/res/drawable-mdpi/minitab_lt_press.9.png diff --git a/core/res/res/drawable-mdpi/minitab_lt_selected.9.png b/core/res/res/drawable-mdpi/minitab_lt_selected.9.png Binary files differindex fefa27e8f536..f9ace58a49d8 100644 --- a/core/res/res/drawable-mdpi/minitab_lt_selected.9.png +++ b/core/res/res/drawable-mdpi/minitab_lt_selected.9.png diff --git a/core/res/res/drawable-mdpi/minitab_lt_unselected.9.png b/core/res/res/drawable-mdpi/minitab_lt_unselected.9.png Binary files differindex 0051cd5abab1..505cb540464c 100644 --- a/core/res/res/drawable-mdpi/minitab_lt_unselected.9.png +++ b/core/res/res/drawable-mdpi/minitab_lt_unselected.9.png diff --git a/core/res/res/drawable-mdpi/minitab_lt_unselected_press.9.png b/core/res/res/drawable-mdpi/minitab_lt_unselected_press.9.png Binary files differindex 69444dd51e49..8b290211054a 100644 --- a/core/res/res/drawable-mdpi/minitab_lt_unselected_press.9.png +++ b/core/res/res/drawable-mdpi/minitab_lt_unselected_press.9.png diff --git a/core/res/res/drawable-mdpi/numberpicker_down_disabled.9.png b/core/res/res/drawable-mdpi/numberpicker_down_disabled.9.png Binary files differindex 596294b62080..a3b83c6c49c2 100644 --- a/core/res/res/drawable-mdpi/numberpicker_down_disabled.9.png +++ b/core/res/res/drawable-mdpi/numberpicker_down_disabled.9.png diff --git a/core/res/res/drawable-mdpi/numberpicker_down_disabled_focused.9.png b/core/res/res/drawable-mdpi/numberpicker_down_disabled_focused.9.png Binary files differindex 662cffd19081..46ebd02cab05 100644 --- a/core/res/res/drawable-mdpi/numberpicker_down_disabled_focused.9.png +++ b/core/res/res/drawable-mdpi/numberpicker_down_disabled_focused.9.png diff --git a/core/res/res/drawable-mdpi/numberpicker_down_normal.9.png b/core/res/res/drawable-mdpi/numberpicker_down_normal.9.png Binary files differindex f17e8f942ac6..decad71a07c5 100644 --- a/core/res/res/drawable-mdpi/numberpicker_down_normal.9.png +++ b/core/res/res/drawable-mdpi/numberpicker_down_normal.9.png diff --git a/core/res/res/drawable-mdpi/numberpicker_down_pressed.9.png b/core/res/res/drawable-mdpi/numberpicker_down_pressed.9.png Binary files differindex 777bcf5f35c5..b74014faba94 100644 --- a/core/res/res/drawable-mdpi/numberpicker_down_pressed.9.png +++ b/core/res/res/drawable-mdpi/numberpicker_down_pressed.9.png diff --git a/core/res/res/drawable-mdpi/numberpicker_down_selected.9.png b/core/res/res/drawable-mdpi/numberpicker_down_selected.9.png Binary files differindex b45db62121d4..a75c1d42e9e7 100644 --- a/core/res/res/drawable-mdpi/numberpicker_down_selected.9.png +++ b/core/res/res/drawable-mdpi/numberpicker_down_selected.9.png diff --git a/core/res/res/drawable-mdpi/numberpicker_input_disabled.9.png b/core/res/res/drawable-mdpi/numberpicker_input_disabled.9.png Binary files differindex f73658e73e57..db113e0fd870 100644 --- a/core/res/res/drawable-mdpi/numberpicker_input_disabled.9.png +++ b/core/res/res/drawable-mdpi/numberpicker_input_disabled.9.png diff --git a/core/res/res/drawable-mdpi/numberpicker_input_normal.9.png b/core/res/res/drawable-mdpi/numberpicker_input_normal.9.png Binary files differindex 8032adac1441..4e7ca4d9c1f6 100644 --- a/core/res/res/drawable-mdpi/numberpicker_input_normal.9.png +++ b/core/res/res/drawable-mdpi/numberpicker_input_normal.9.png diff --git a/core/res/res/drawable-mdpi/numberpicker_input_pressed.9.png b/core/res/res/drawable-mdpi/numberpicker_input_pressed.9.png Binary files differindex 30d8d5fa15af..469c98c4d81d 100644 --- a/core/res/res/drawable-mdpi/numberpicker_input_pressed.9.png +++ b/core/res/res/drawable-mdpi/numberpicker_input_pressed.9.png diff --git a/core/res/res/drawable-mdpi/numberpicker_input_selected.9.png b/core/res/res/drawable-mdpi/numberpicker_input_selected.9.png Binary files differindex 874f18f2bb02..b078ba22059d 100644 --- a/core/res/res/drawable-mdpi/numberpicker_input_selected.9.png +++ b/core/res/res/drawable-mdpi/numberpicker_input_selected.9.png diff --git a/core/res/res/drawable-mdpi/numberpicker_selection_divider.9.png b/core/res/res/drawable-mdpi/numberpicker_selection_divider.9.png Binary files differindex 076fc1664217..ce51a9ebf57c 100644 --- a/core/res/res/drawable-mdpi/numberpicker_selection_divider.9.png +++ b/core/res/res/drawable-mdpi/numberpicker_selection_divider.9.png diff --git a/core/res/res/drawable-mdpi/numberpicker_up_disabled.9.png b/core/res/res/drawable-mdpi/numberpicker_up_disabled.9.png Binary files differindex 327b0b5ad926..ecebf4297b50 100644 --- a/core/res/res/drawable-mdpi/numberpicker_up_disabled.9.png +++ b/core/res/res/drawable-mdpi/numberpicker_up_disabled.9.png diff --git a/core/res/res/drawable-mdpi/numberpicker_up_disabled_focused.9.png b/core/res/res/drawable-mdpi/numberpicker_up_disabled_focused.9.png Binary files differindex 4c96680fefb9..96ea67e6e42d 100644 --- a/core/res/res/drawable-mdpi/numberpicker_up_disabled_focused.9.png +++ b/core/res/res/drawable-mdpi/numberpicker_up_disabled_focused.9.png diff --git a/core/res/res/drawable-mdpi/numberpicker_up_normal.9.png b/core/res/res/drawable-mdpi/numberpicker_up_normal.9.png Binary files differindex dcd26e0115e0..2c471ae5d898 100644 --- a/core/res/res/drawable-mdpi/numberpicker_up_normal.9.png +++ b/core/res/res/drawable-mdpi/numberpicker_up_normal.9.png diff --git a/core/res/res/drawable-mdpi/numberpicker_up_pressed.9.png b/core/res/res/drawable-mdpi/numberpicker_up_pressed.9.png Binary files differindex 7dac77868749..64db0e400345 100644 --- a/core/res/res/drawable-mdpi/numberpicker_up_pressed.9.png +++ b/core/res/res/drawable-mdpi/numberpicker_up_pressed.9.png diff --git a/core/res/res/drawable-mdpi/numberpicker_up_selected.9.png b/core/res/res/drawable-mdpi/numberpicker_up_selected.9.png Binary files differindex 35dae8ef11a4..53636594fe13 100644 --- a/core/res/res/drawable-mdpi/numberpicker_up_selected.9.png +++ b/core/res/res/drawable-mdpi/numberpicker_up_selected.9.png diff --git a/core/res/res/drawable-mdpi/panel_background.9.png b/core/res/res/drawable-mdpi/panel_background.9.png Binary files differindex 822b6c632637..e99d09cfcd19 100644 --- a/core/res/res/drawable-mdpi/panel_background.9.png +++ b/core/res/res/drawable-mdpi/panel_background.9.png diff --git a/core/res/res/drawable-mdpi/panel_bg_holo_dark.9.png b/core/res/res/drawable-mdpi/panel_bg_holo_dark.9.png Binary files differindex 588eb3c08719..5360f3bf9345 100644 --- a/core/res/res/drawable-mdpi/panel_bg_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/panel_bg_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/panel_bg_holo_light.9.png b/core/res/res/drawable-mdpi/panel_bg_holo_light.9.png Binary files differindex c1cdbc75fc0b..9fce32511651 100644 --- a/core/res/res/drawable-mdpi/panel_bg_holo_light.9.png +++ b/core/res/res/drawable-mdpi/panel_bg_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/panel_picture_frame_bg_focus_blue.9.png b/core/res/res/drawable-mdpi/panel_picture_frame_bg_focus_blue.9.png Binary files differindex 7ebdbe5e1d9b..ab49bc3d91fa 100644 --- a/core/res/res/drawable-mdpi/panel_picture_frame_bg_focus_blue.9.png +++ b/core/res/res/drawable-mdpi/panel_picture_frame_bg_focus_blue.9.png diff --git a/core/res/res/drawable-mdpi/panel_picture_frame_bg_normal.9.png b/core/res/res/drawable-mdpi/panel_picture_frame_bg_normal.9.png Binary files differindex fd17d091832e..28daa7894969 100644 --- a/core/res/res/drawable-mdpi/panel_picture_frame_bg_normal.9.png +++ b/core/res/res/drawable-mdpi/panel_picture_frame_bg_normal.9.png diff --git a/core/res/res/drawable-mdpi/panel_picture_frame_bg_pressed_blue.9.png b/core/res/res/drawable-mdpi/panel_picture_frame_bg_pressed_blue.9.png Binary files differindex 7bb021669e9a..1165988c5ea9 100644 --- a/core/res/res/drawable-mdpi/panel_picture_frame_bg_pressed_blue.9.png +++ b/core/res/res/drawable-mdpi/panel_picture_frame_bg_pressed_blue.9.png diff --git a/core/res/res/drawable-mdpi/password_field_default.9.png b/core/res/res/drawable-mdpi/password_field_default.9.png Binary files differindex 3193275cda6d..a6b8c637edd1 100644 --- a/core/res/res/drawable-mdpi/password_field_default.9.png +++ b/core/res/res/drawable-mdpi/password_field_default.9.png diff --git a/core/res/res/drawable-mdpi/password_keyboard_background_holo.9.png b/core/res/res/drawable-mdpi/password_keyboard_background_holo.9.png Binary files differindex c56c704bb70a..70e50f678393 100644 --- a/core/res/res/drawable-mdpi/password_keyboard_background_holo.9.png +++ b/core/res/res/drawable-mdpi/password_keyboard_background_holo.9.png diff --git a/core/res/res/drawable-mdpi/perm_group_accessibility_features.png b/core/res/res/drawable-mdpi/perm_group_accessibility_features.png Binary files differindex 57c4167151c5..ad48af28fcf8 100644 --- a/core/res/res/drawable-mdpi/perm_group_accessibility_features.png +++ b/core/res/res/drawable-mdpi/perm_group_accessibility_features.png diff --git a/core/res/res/drawable-mdpi/perm_group_accounts.png b/core/res/res/drawable-mdpi/perm_group_accounts.png Binary files differindex ce4e6838ec63..bde82e57eeb3 100644 --- a/core/res/res/drawable-mdpi/perm_group_accounts.png +++ b/core/res/res/drawable-mdpi/perm_group_accounts.png diff --git a/core/res/res/drawable-mdpi/perm_group_affects_battery.png b/core/res/res/drawable-mdpi/perm_group_affects_battery.png Binary files differindex 55a0b798558e..bd171cfd32f8 100644 --- a/core/res/res/drawable-mdpi/perm_group_affects_battery.png +++ b/core/res/res/drawable-mdpi/perm_group_affects_battery.png diff --git a/core/res/res/drawable-mdpi/perm_group_app_info.png b/core/res/res/drawable-mdpi/perm_group_app_info.png Binary files differindex 8393586edc90..e9cf404730c9 100644 --- a/core/res/res/drawable-mdpi/perm_group_app_info.png +++ b/core/res/res/drawable-mdpi/perm_group_app_info.png diff --git a/core/res/res/drawable-mdpi/perm_group_audio_settings.png b/core/res/res/drawable-mdpi/perm_group_audio_settings.png Binary files differindex 734429f6c9a1..506d7e9ee126 100644 --- a/core/res/res/drawable-mdpi/perm_group_audio_settings.png +++ b/core/res/res/drawable-mdpi/perm_group_audio_settings.png diff --git a/core/res/res/drawable-mdpi/perm_group_bluetooth.png b/core/res/res/drawable-mdpi/perm_group_bluetooth.png Binary files differindex 4b79c1a6cc29..62cd07a7bbe7 100644 --- a/core/res/res/drawable-mdpi/perm_group_bluetooth.png +++ b/core/res/res/drawable-mdpi/perm_group_bluetooth.png diff --git a/core/res/res/drawable-mdpi/perm_group_bookmarks.png b/core/res/res/drawable-mdpi/perm_group_bookmarks.png Binary files differindex ca3d45368786..60f8d1ab3b62 100644 --- a/core/res/res/drawable-mdpi/perm_group_bookmarks.png +++ b/core/res/res/drawable-mdpi/perm_group_bookmarks.png diff --git a/core/res/res/drawable-mdpi/perm_group_calendar.png b/core/res/res/drawable-mdpi/perm_group_calendar.png Binary files differindex d2ad9d69e073..dd0a61834939 100644 --- a/core/res/res/drawable-mdpi/perm_group_calendar.png +++ b/core/res/res/drawable-mdpi/perm_group_calendar.png diff --git a/core/res/res/drawable-mdpi/perm_group_camera.png b/core/res/res/drawable-mdpi/perm_group_camera.png Binary files differindex 1727cf127be5..0e1e2b261272 100644 --- a/core/res/res/drawable-mdpi/perm_group_camera.png +++ b/core/res/res/drawable-mdpi/perm_group_camera.png diff --git a/core/res/res/drawable-mdpi/perm_group_device_alarms.png b/core/res/res/drawable-mdpi/perm_group_device_alarms.png Binary files differindex 48339cd776d6..361c75c29671 100644 --- a/core/res/res/drawable-mdpi/perm_group_device_alarms.png +++ b/core/res/res/drawable-mdpi/perm_group_device_alarms.png diff --git a/core/res/res/drawable-mdpi/perm_group_display.png b/core/res/res/drawable-mdpi/perm_group_display.png Binary files differindex 9738f15fcc24..16f04761c6d8 100644 --- a/core/res/res/drawable-mdpi/perm_group_display.png +++ b/core/res/res/drawable-mdpi/perm_group_display.png diff --git a/core/res/res/drawable-mdpi/perm_group_location.png b/core/res/res/drawable-mdpi/perm_group_location.png Binary files differindex 7ad1e029c237..443c744b07d5 100644 --- a/core/res/res/drawable-mdpi/perm_group_location.png +++ b/core/res/res/drawable-mdpi/perm_group_location.png diff --git a/core/res/res/drawable-mdpi/perm_group_messages.png b/core/res/res/drawable-mdpi/perm_group_messages.png Binary files differindex 12c5d88c0a11..7bb9fbe5f159 100644 --- a/core/res/res/drawable-mdpi/perm_group_messages.png +++ b/core/res/res/drawable-mdpi/perm_group_messages.png diff --git a/core/res/res/drawable-mdpi/perm_group_microphone.png b/core/res/res/drawable-mdpi/perm_group_microphone.png Binary files differindex f6015b556c96..2de5614d3f2b 100644 --- a/core/res/res/drawable-mdpi/perm_group_microphone.png +++ b/core/res/res/drawable-mdpi/perm_group_microphone.png diff --git a/core/res/res/drawable-mdpi/perm_group_network.png b/core/res/res/drawable-mdpi/perm_group_network.png Binary files differindex c575d703d4b0..8f43876cce8d 100644 --- a/core/res/res/drawable-mdpi/perm_group_network.png +++ b/core/res/res/drawable-mdpi/perm_group_network.png diff --git a/core/res/res/drawable-mdpi/perm_group_personal_info.png b/core/res/res/drawable-mdpi/perm_group_personal_info.png Binary files differindex 13ec27e3c744..8aae13669cdd 100644 --- a/core/res/res/drawable-mdpi/perm_group_personal_info.png +++ b/core/res/res/drawable-mdpi/perm_group_personal_info.png diff --git a/core/res/res/drawable-mdpi/perm_group_phone_calls.png b/core/res/res/drawable-mdpi/perm_group_phone_calls.png Binary files differindex e373c2cfb4af..4799caf2565f 100644 --- a/core/res/res/drawable-mdpi/perm_group_phone_calls.png +++ b/core/res/res/drawable-mdpi/perm_group_phone_calls.png diff --git a/core/res/res/drawable-mdpi/perm_group_screenlock.png b/core/res/res/drawable-mdpi/perm_group_screenlock.png Binary files differindex 9d9bb756a83f..6d2142ef2be9 100644 --- a/core/res/res/drawable-mdpi/perm_group_screenlock.png +++ b/core/res/res/drawable-mdpi/perm_group_screenlock.png diff --git a/core/res/res/drawable-mdpi/perm_group_shortrange_network.png b/core/res/res/drawable-mdpi/perm_group_shortrange_network.png Binary files differindex 5d35676b3eb6..0580799e3868 100644 --- a/core/res/res/drawable-mdpi/perm_group_shortrange_network.png +++ b/core/res/res/drawable-mdpi/perm_group_shortrange_network.png diff --git a/core/res/res/drawable-mdpi/perm_group_social_info.png b/core/res/res/drawable-mdpi/perm_group_social_info.png Binary files differindex 4ca0767136aa..960d4aab1146 100644 --- a/core/res/res/drawable-mdpi/perm_group_social_info.png +++ b/core/res/res/drawable-mdpi/perm_group_social_info.png diff --git a/core/res/res/drawable-mdpi/perm_group_status_bar.png b/core/res/res/drawable-mdpi/perm_group_status_bar.png Binary files differindex f10536b36780..ef3111efc910 100644 --- a/core/res/res/drawable-mdpi/perm_group_status_bar.png +++ b/core/res/res/drawable-mdpi/perm_group_status_bar.png diff --git a/core/res/res/drawable-mdpi/perm_group_storage.png b/core/res/res/drawable-mdpi/perm_group_storage.png Binary files differindex b7a06fbb3934..a6c02e9a3c33 100644 --- a/core/res/res/drawable-mdpi/perm_group_storage.png +++ b/core/res/res/drawable-mdpi/perm_group_storage.png diff --git a/core/res/res/drawable-mdpi/perm_group_sync_settings.png b/core/res/res/drawable-mdpi/perm_group_sync_settings.png Binary files differindex f5ef82b24e2f..50b813fd75b0 100644 --- a/core/res/res/drawable-mdpi/perm_group_sync_settings.png +++ b/core/res/res/drawable-mdpi/perm_group_sync_settings.png diff --git a/core/res/res/drawable-mdpi/perm_group_system_clock.png b/core/res/res/drawable-mdpi/perm_group_system_clock.png Binary files differindex 3a676428a7b7..62ee3c64c466 100644 --- a/core/res/res/drawable-mdpi/perm_group_system_clock.png +++ b/core/res/res/drawable-mdpi/perm_group_system_clock.png diff --git a/core/res/res/drawable-mdpi/perm_group_system_tools.png b/core/res/res/drawable-mdpi/perm_group_system_tools.png Binary files differindex fd282e612459..bfdf3fe52435 100644 --- a/core/res/res/drawable-mdpi/perm_group_system_tools.png +++ b/core/res/res/drawable-mdpi/perm_group_system_tools.png diff --git a/core/res/res/drawable-mdpi/perm_group_user_dictionary.png b/core/res/res/drawable-mdpi/perm_group_user_dictionary.png Binary files differindex a303dc1afd57..79875a65e881 100644 --- a/core/res/res/drawable-mdpi/perm_group_user_dictionary.png +++ b/core/res/res/drawable-mdpi/perm_group_user_dictionary.png diff --git a/core/res/res/drawable-mdpi/perm_group_user_dictionary_write.png b/core/res/res/drawable-mdpi/perm_group_user_dictionary_write.png Binary files differindex 2fc4056457b7..6b26e478c484 100644 --- a/core/res/res/drawable-mdpi/perm_group_user_dictionary_write.png +++ b/core/res/res/drawable-mdpi/perm_group_user_dictionary_write.png diff --git a/core/res/res/drawable-mdpi/perm_group_voicemail.png b/core/res/res/drawable-mdpi/perm_group_voicemail.png Binary files differindex 108a72586c68..1ad29817e43b 100644 --- a/core/res/res/drawable-mdpi/perm_group_voicemail.png +++ b/core/res/res/drawable-mdpi/perm_group_voicemail.png diff --git a/core/res/res/drawable-mdpi/perm_group_wallpaper.png b/core/res/res/drawable-mdpi/perm_group_wallpaper.png Binary files differindex aa06f3888aa2..f29f80590ea4 100644 --- a/core/res/res/drawable-mdpi/perm_group_wallpaper.png +++ b/core/res/res/drawable-mdpi/perm_group_wallpaper.png diff --git a/core/res/res/drawable-mdpi/picture_emergency.png b/core/res/res/drawable-mdpi/picture_emergency.png Binary files differindex a224b800027d..46efd1b9dd37 100644 --- a/core/res/res/drawable-mdpi/picture_emergency.png +++ b/core/res/res/drawable-mdpi/picture_emergency.png diff --git a/core/res/res/drawable-mdpi/picture_frame.9.png b/core/res/res/drawable-mdpi/picture_frame.9.png Binary files differindex ba715709fb13..4d9c7487e237 100644 --- a/core/res/res/drawable-mdpi/picture_frame.9.png +++ b/core/res/res/drawable-mdpi/picture_frame.9.png diff --git a/core/res/res/drawable-mdpi/pointer_arrow.png b/core/res/res/drawable-mdpi/pointer_arrow.png Binary files differindex 0745db2bb2e8..544936a2d053 100644 --- a/core/res/res/drawable-mdpi/pointer_arrow.png +++ b/core/res/res/drawable-mdpi/pointer_arrow.png diff --git a/core/res/res/drawable-mdpi/pointer_spot_anchor.png b/core/res/res/drawable-mdpi/pointer_spot_anchor.png Binary files differindex 4e282e7f14cd..e337c0e2b581 100644 --- a/core/res/res/drawable-mdpi/pointer_spot_anchor.png +++ b/core/res/res/drawable-mdpi/pointer_spot_anchor.png diff --git a/core/res/res/drawable-mdpi/pointer_spot_hover.png b/core/res/res/drawable-mdpi/pointer_spot_hover.png Binary files differindex 67d0b066341b..9e58b5e5fff6 100644 --- a/core/res/res/drawable-mdpi/pointer_spot_hover.png +++ b/core/res/res/drawable-mdpi/pointer_spot_hover.png diff --git a/core/res/res/drawable-mdpi/pointer_spot_touch.png b/core/res/res/drawable-mdpi/pointer_spot_touch.png Binary files differindex 45dc5c08f932..b3a45d0537fc 100644 --- a/core/res/res/drawable-mdpi/pointer_spot_touch.png +++ b/core/res/res/drawable-mdpi/pointer_spot_touch.png diff --git a/core/res/res/drawable-mdpi/popup_background_mtrl_mult.9.png b/core/res/res/drawable-mdpi/popup_background_mtrl_mult.9.png Binary files differindex e9204993dc43..6dfeafc74bc6 100644 --- a/core/res/res/drawable-mdpi/popup_background_mtrl_mult.9.png +++ b/core/res/res/drawable-mdpi/popup_background_mtrl_mult.9.png diff --git a/core/res/res/drawable-mdpi/popup_bottom_bright.9.png b/core/res/res/drawable-mdpi/popup_bottom_bright.9.png Binary files differindex e7b713dd3ec4..5c56b7c467c6 100644 --- a/core/res/res/drawable-mdpi/popup_bottom_bright.9.png +++ b/core/res/res/drawable-mdpi/popup_bottom_bright.9.png diff --git a/core/res/res/drawable-mdpi/popup_bottom_dark.9.png b/core/res/res/drawable-mdpi/popup_bottom_dark.9.png Binary files differindex 88ce336131b4..47635d14d4ed 100644 --- a/core/res/res/drawable-mdpi/popup_bottom_dark.9.png +++ b/core/res/res/drawable-mdpi/popup_bottom_dark.9.png diff --git a/core/res/res/drawable-mdpi/popup_bottom_medium.9.png b/core/res/res/drawable-mdpi/popup_bottom_medium.9.png Binary files differindex e5aaad0b4839..d5f6a0663800 100644 --- a/core/res/res/drawable-mdpi/popup_bottom_medium.9.png +++ b/core/res/res/drawable-mdpi/popup_bottom_medium.9.png diff --git a/core/res/res/drawable-mdpi/popup_center_bright.9.png b/core/res/res/drawable-mdpi/popup_center_bright.9.png Binary files differindex a25935616ce2..6a7bbb9edf3c 100644 --- a/core/res/res/drawable-mdpi/popup_center_bright.9.png +++ b/core/res/res/drawable-mdpi/popup_center_bright.9.png diff --git a/core/res/res/drawable-mdpi/popup_center_dark.9.png b/core/res/res/drawable-mdpi/popup_center_dark.9.png Binary files differindex 9378dbf9f113..170f50963cff 100644 --- a/core/res/res/drawable-mdpi/popup_center_dark.9.png +++ b/core/res/res/drawable-mdpi/popup_center_dark.9.png diff --git a/core/res/res/drawable-mdpi/popup_center_medium.9.png b/core/res/res/drawable-mdpi/popup_center_medium.9.png Binary files differindex 885403cacdc0..3aa27c4dccb3 100644 --- a/core/res/res/drawable-mdpi/popup_center_medium.9.png +++ b/core/res/res/drawable-mdpi/popup_center_medium.9.png diff --git a/core/res/res/drawable-mdpi/popup_full_bright.9.png b/core/res/res/drawable-mdpi/popup_full_bright.9.png Binary files differindex d7fb3dbbea35..7c94154e2239 100644 --- a/core/res/res/drawable-mdpi/popup_full_bright.9.png +++ b/core/res/res/drawable-mdpi/popup_full_bright.9.png diff --git a/core/res/res/drawable-mdpi/popup_full_dark.9.png b/core/res/res/drawable-mdpi/popup_full_dark.9.png Binary files differindex 7b9f2918acde..5ec264f3c18d 100644 --- a/core/res/res/drawable-mdpi/popup_full_dark.9.png +++ b/core/res/res/drawable-mdpi/popup_full_dark.9.png diff --git a/core/res/res/drawable-mdpi/popup_inline_error_above_am.9.png b/core/res/res/drawable-mdpi/popup_inline_error_above_am.9.png Binary files differindex 1d9381740b44..96376beffb97 100644 --- a/core/res/res/drawable-mdpi/popup_inline_error_above_am.9.png +++ b/core/res/res/drawable-mdpi/popup_inline_error_above_am.9.png diff --git a/core/res/res/drawable-mdpi/popup_inline_error_above_holo_dark_am.9.png b/core/res/res/drawable-mdpi/popup_inline_error_above_holo_dark_am.9.png Binary files differindex 19b153b3ba4e..683cc49e2e0d 100644 --- a/core/res/res/drawable-mdpi/popup_inline_error_above_holo_dark_am.9.png +++ b/core/res/res/drawable-mdpi/popup_inline_error_above_holo_dark_am.9.png diff --git a/core/res/res/drawable-mdpi/popup_inline_error_above_holo_light_am.9.png b/core/res/res/drawable-mdpi/popup_inline_error_above_holo_light_am.9.png Binary files differindex c03e658ab3d5..c74776fc21d3 100644 --- a/core/res/res/drawable-mdpi/popup_inline_error_above_holo_light_am.9.png +++ b/core/res/res/drawable-mdpi/popup_inline_error_above_holo_light_am.9.png diff --git a/core/res/res/drawable-mdpi/popup_inline_error_am.9.png b/core/res/res/drawable-mdpi/popup_inline_error_am.9.png Binary files differindex 17fbe4a690d9..9c4d1648d863 100644 --- a/core/res/res/drawable-mdpi/popup_inline_error_am.9.png +++ b/core/res/res/drawable-mdpi/popup_inline_error_am.9.png diff --git a/core/res/res/drawable-mdpi/popup_inline_error_holo_dark_am.9.png b/core/res/res/drawable-mdpi/popup_inline_error_holo_dark_am.9.png Binary files differindex c3b8db951c3b..0c506f138a6f 100644 --- a/core/res/res/drawable-mdpi/popup_inline_error_holo_dark_am.9.png +++ b/core/res/res/drawable-mdpi/popup_inline_error_holo_dark_am.9.png diff --git a/core/res/res/drawable-mdpi/popup_inline_error_holo_light_am.9.png b/core/res/res/drawable-mdpi/popup_inline_error_holo_light_am.9.png Binary files differindex c228a8324b9d..ccf132d08a51 100644 --- a/core/res/res/drawable-mdpi/popup_inline_error_holo_light_am.9.png +++ b/core/res/res/drawable-mdpi/popup_inline_error_holo_light_am.9.png diff --git a/core/res/res/drawable-mdpi/popup_top_bright.9.png b/core/res/res/drawable-mdpi/popup_top_bright.9.png Binary files differindex 72d82f0003fe..badc8b48e94b 100644 --- a/core/res/res/drawable-mdpi/popup_top_bright.9.png +++ b/core/res/res/drawable-mdpi/popup_top_bright.9.png diff --git a/core/res/res/drawable-mdpi/popup_top_dark.9.png b/core/res/res/drawable-mdpi/popup_top_dark.9.png Binary files differindex 616d80f91b4b..518ca472a55f 100644 --- a/core/res/res/drawable-mdpi/popup_top_dark.9.png +++ b/core/res/res/drawable-mdpi/popup_top_dark.9.png diff --git a/core/res/res/drawable-mdpi/presence_audio_away.png b/core/res/res/drawable-mdpi/presence_audio_away.png Binary files differindex e68bc11af993..f35937a875b7 100644 --- a/core/res/res/drawable-mdpi/presence_audio_away.png +++ b/core/res/res/drawable-mdpi/presence_audio_away.png diff --git a/core/res/res/drawable-mdpi/presence_audio_busy.png b/core/res/res/drawable-mdpi/presence_audio_busy.png Binary files differindex caa6d06def3b..26693bd8c92a 100644 --- a/core/res/res/drawable-mdpi/presence_audio_busy.png +++ b/core/res/res/drawable-mdpi/presence_audio_busy.png diff --git a/core/res/res/drawable-mdpi/presence_audio_online.png b/core/res/res/drawable-mdpi/presence_audio_online.png Binary files differindex a74059804221..eed490e7a05c 100644 --- a/core/res/res/drawable-mdpi/presence_audio_online.png +++ b/core/res/res/drawable-mdpi/presence_audio_online.png diff --git a/core/res/res/drawable-mdpi/presence_away.png b/core/res/res/drawable-mdpi/presence_away.png Binary files differindex 62ee0ca4203c..a89b0ad837b3 100644 --- a/core/res/res/drawable-mdpi/presence_away.png +++ b/core/res/res/drawable-mdpi/presence_away.png diff --git a/core/res/res/drawable-mdpi/presence_busy.png b/core/res/res/drawable-mdpi/presence_busy.png Binary files differindex 6def8769ff65..59de6a7c2283 100644 --- a/core/res/res/drawable-mdpi/presence_busy.png +++ b/core/res/res/drawable-mdpi/presence_busy.png diff --git a/core/res/res/drawable-mdpi/presence_invisible.png b/core/res/res/drawable-mdpi/presence_invisible.png Binary files differindex 715a16487640..48beb5e462c6 100644 --- a/core/res/res/drawable-mdpi/presence_invisible.png +++ b/core/res/res/drawable-mdpi/presence_invisible.png diff --git a/core/res/res/drawable-mdpi/presence_offline.png b/core/res/res/drawable-mdpi/presence_offline.png Binary files differindex 262d530276c2..e679a964220b 100644 --- a/core/res/res/drawable-mdpi/presence_offline.png +++ b/core/res/res/drawable-mdpi/presence_offline.png diff --git a/core/res/res/drawable-mdpi/presence_online.png b/core/res/res/drawable-mdpi/presence_online.png Binary files differindex e16ec810a3bd..237abfe8e73c 100644 --- a/core/res/res/drawable-mdpi/presence_online.png +++ b/core/res/res/drawable-mdpi/presence_online.png diff --git a/core/res/res/drawable-mdpi/presence_video_away.png b/core/res/res/drawable-mdpi/presence_video_away.png Binary files differindex 2d3508d7bfd7..85a4cd427eef 100644 --- a/core/res/res/drawable-mdpi/presence_video_away.png +++ b/core/res/res/drawable-mdpi/presence_video_away.png diff --git a/core/res/res/drawable-mdpi/presence_video_busy.png b/core/res/res/drawable-mdpi/presence_video_busy.png Binary files differindex f317efa60992..b6961f3f4736 100644 --- a/core/res/res/drawable-mdpi/presence_video_busy.png +++ b/core/res/res/drawable-mdpi/presence_video_busy.png diff --git a/core/res/res/drawable-mdpi/presence_video_online.png b/core/res/res/drawable-mdpi/presence_video_online.png Binary files differindex 777b6ff2c660..4a8c68d7ddce 100644 --- a/core/res/res/drawable-mdpi/presence_video_online.png +++ b/core/res/res/drawable-mdpi/presence_video_online.png diff --git a/core/res/res/drawable-mdpi/pressed_application_background_static.png b/core/res/res/drawable-mdpi/pressed_application_background_static.png Binary files differindex 070f6fd9db55..0c044106c03f 100644 --- a/core/res/res/drawable-mdpi/pressed_application_background_static.png +++ b/core/res/res/drawable-mdpi/pressed_application_background_static.png diff --git a/core/res/res/drawable-mdpi/progress_bg_holo_dark.9.png b/core/res/res/drawable-mdpi/progress_bg_holo_dark.9.png Binary files differindex b1f5cf3371c2..65a3163ed1f0 100644 --- a/core/res/res/drawable-mdpi/progress_bg_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/progress_bg_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/progress_bg_holo_light.9.png b/core/res/res/drawable-mdpi/progress_bg_holo_light.9.png Binary files differindex 780b4b2560ef..d7ab883b2ee5 100644 --- a/core/res/res/drawable-mdpi/progress_bg_holo_light.9.png +++ b/core/res/res/drawable-mdpi/progress_bg_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/progress_primary_holo_dark.9.png b/core/res/res/drawable-mdpi/progress_primary_holo_dark.9.png Binary files differindex b86f4b51dd14..c96058ce337a 100644 --- a/core/res/res/drawable-mdpi/progress_primary_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/progress_primary_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/progress_primary_holo_light.9.png b/core/res/res/drawable-mdpi/progress_primary_holo_light.9.png Binary files differindex 6fb944577346..f41141f70371 100644 --- a/core/res/res/drawable-mdpi/progress_primary_holo_light.9.png +++ b/core/res/res/drawable-mdpi/progress_primary_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/progress_secondary_holo_dark.9.png b/core/res/res/drawable-mdpi/progress_secondary_holo_dark.9.png Binary files differindex 5651a7a1c3ca..b9a25c20150c 100644 --- a/core/res/res/drawable-mdpi/progress_secondary_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/progress_secondary_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/progress_secondary_holo_light.9.png b/core/res/res/drawable-mdpi/progress_secondary_holo_light.9.png Binary files differindex 9104cf94b5a7..f81712b5f103 100644 --- a/core/res/res/drawable-mdpi/progress_secondary_holo_light.9.png +++ b/core/res/res/drawable-mdpi/progress_secondary_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/progressbar_indeterminate1.png b/core/res/res/drawable-mdpi/progressbar_indeterminate1.png Binary files differindex 71780ef42f13..81b2f86e9d62 100644 --- a/core/res/res/drawable-mdpi/progressbar_indeterminate1.png +++ b/core/res/res/drawable-mdpi/progressbar_indeterminate1.png diff --git a/core/res/res/drawable-mdpi/progressbar_indeterminate2.png b/core/res/res/drawable-mdpi/progressbar_indeterminate2.png Binary files differindex 236988ba91de..c9587e9d70f2 100644 --- a/core/res/res/drawable-mdpi/progressbar_indeterminate2.png +++ b/core/res/res/drawable-mdpi/progressbar_indeterminate2.png diff --git a/core/res/res/drawable-mdpi/progressbar_indeterminate3.png b/core/res/res/drawable-mdpi/progressbar_indeterminate3.png Binary files differindex 157023547978..d66e123a8822 100644 --- a/core/res/res/drawable-mdpi/progressbar_indeterminate3.png +++ b/core/res/res/drawable-mdpi/progressbar_indeterminate3.png diff --git a/core/res/res/drawable-mdpi/progressbar_indeterminate_holo1.png b/core/res/res/drawable-mdpi/progressbar_indeterminate_holo1.png Binary files differindex df7d06aa987e..8a7a233531a0 100644 --- a/core/res/res/drawable-mdpi/progressbar_indeterminate_holo1.png +++ b/core/res/res/drawable-mdpi/progressbar_indeterminate_holo1.png diff --git a/core/res/res/drawable-mdpi/progressbar_indeterminate_holo2.png b/core/res/res/drawable-mdpi/progressbar_indeterminate_holo2.png Binary files differindex b5b933f7e126..575f49bcb93e 100644 --- a/core/res/res/drawable-mdpi/progressbar_indeterminate_holo2.png +++ b/core/res/res/drawable-mdpi/progressbar_indeterminate_holo2.png diff --git a/core/res/res/drawable-mdpi/progressbar_indeterminate_holo3.png b/core/res/res/drawable-mdpi/progressbar_indeterminate_holo3.png Binary files differindex b4dccc64d53a..1f8ce51ee1c7 100644 --- a/core/res/res/drawable-mdpi/progressbar_indeterminate_holo3.png +++ b/core/res/res/drawable-mdpi/progressbar_indeterminate_holo3.png diff --git a/core/res/res/drawable-mdpi/progressbar_indeterminate_holo4.png b/core/res/res/drawable-mdpi/progressbar_indeterminate_holo4.png Binary files differindex e61f3b3566fb..feb8336edd62 100644 --- a/core/res/res/drawable-mdpi/progressbar_indeterminate_holo4.png +++ b/core/res/res/drawable-mdpi/progressbar_indeterminate_holo4.png diff --git a/core/res/res/drawable-mdpi/progressbar_indeterminate_holo5.png b/core/res/res/drawable-mdpi/progressbar_indeterminate_holo5.png Binary files differindex 969ab74a0b90..063bbea54a0e 100644 --- a/core/res/res/drawable-mdpi/progressbar_indeterminate_holo5.png +++ b/core/res/res/drawable-mdpi/progressbar_indeterminate_holo5.png diff --git a/core/res/res/drawable-mdpi/progressbar_indeterminate_holo6.png b/core/res/res/drawable-mdpi/progressbar_indeterminate_holo6.png Binary files differindex 5c1aa61617d4..20c54ee0f2dd 100644 --- a/core/res/res/drawable-mdpi/progressbar_indeterminate_holo6.png +++ b/core/res/res/drawable-mdpi/progressbar_indeterminate_holo6.png diff --git a/core/res/res/drawable-mdpi/progressbar_indeterminate_holo7.png b/core/res/res/drawable-mdpi/progressbar_indeterminate_holo7.png Binary files differindex 0946f2d42ec6..4c2250442bda 100644 --- a/core/res/res/drawable-mdpi/progressbar_indeterminate_holo7.png +++ b/core/res/res/drawable-mdpi/progressbar_indeterminate_holo7.png diff --git a/core/res/res/drawable-mdpi/progressbar_indeterminate_holo8.png b/core/res/res/drawable-mdpi/progressbar_indeterminate_holo8.png Binary files differindex a900c9f8f57f..a0da93141819 100644 --- a/core/res/res/drawable-mdpi/progressbar_indeterminate_holo8.png +++ b/core/res/res/drawable-mdpi/progressbar_indeterminate_holo8.png diff --git a/core/res/res/drawable-mdpi/quickactions_arrowdown_left_holo_dark.9.png b/core/res/res/drawable-mdpi/quickactions_arrowdown_left_holo_dark.9.png Binary files differindex ece655113cb7..eee0488aea29 100644 --- a/core/res/res/drawable-mdpi/quickactions_arrowdown_left_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/quickactions_arrowdown_left_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/quickactions_arrowdown_left_holo_light.9.png b/core/res/res/drawable-mdpi/quickactions_arrowdown_left_holo_light.9.png Binary files differindex 819656f6eb54..e732eb9d4d64 100644 --- a/core/res/res/drawable-mdpi/quickactions_arrowdown_left_holo_light.9.png +++ b/core/res/res/drawable-mdpi/quickactions_arrowdown_left_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/quickactions_arrowdown_right_holo_dark.9.png b/core/res/res/drawable-mdpi/quickactions_arrowdown_right_holo_dark.9.png Binary files differindex 8e959707a69f..929499f0cb4c 100644 --- a/core/res/res/drawable-mdpi/quickactions_arrowdown_right_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/quickactions_arrowdown_right_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/quickactions_arrowdown_right_holo_light.9.png b/core/res/res/drawable-mdpi/quickactions_arrowdown_right_holo_light.9.png Binary files differindex d5bef519a148..7aa8af1c01df 100644 --- a/core/res/res/drawable-mdpi/quickactions_arrowdown_right_holo_light.9.png +++ b/core/res/res/drawable-mdpi/quickactions_arrowdown_right_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/quickactions_arrowup_left_holo_dark.9.png b/core/res/res/drawable-mdpi/quickactions_arrowup_left_holo_dark.9.png Binary files differindex 543e341eb85e..2fa08bf36e9f 100644 --- a/core/res/res/drawable-mdpi/quickactions_arrowup_left_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/quickactions_arrowup_left_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/quickactions_arrowup_left_holo_light.9.png b/core/res/res/drawable-mdpi/quickactions_arrowup_left_holo_light.9.png Binary files differindex e40e91d6e503..14c5a4b7c2a1 100644 --- a/core/res/res/drawable-mdpi/quickactions_arrowup_left_holo_light.9.png +++ b/core/res/res/drawable-mdpi/quickactions_arrowup_left_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/quickactions_arrowup_left_right_holo_dark.9.png b/core/res/res/drawable-mdpi/quickactions_arrowup_left_right_holo_dark.9.png Binary files differindex a4617e7c27a1..8b2b5e712348 100644 --- a/core/res/res/drawable-mdpi/quickactions_arrowup_left_right_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/quickactions_arrowup_left_right_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/quickactions_arrowup_right_holo_light.9.png b/core/res/res/drawable-mdpi/quickactions_arrowup_right_holo_light.9.png Binary files differindex 1e8e7a0684b6..4d0548968469 100644 --- a/core/res/res/drawable-mdpi/quickactions_arrowup_right_holo_light.9.png +++ b/core/res/res/drawable-mdpi/quickactions_arrowup_right_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/quickcontact_badge_overlay_focused_dark_am.9.png b/core/res/res/drawable-mdpi/quickcontact_badge_overlay_focused_dark_am.9.png Binary files differindex d12a19660fd7..e452fb191522 100644 --- a/core/res/res/drawable-mdpi/quickcontact_badge_overlay_focused_dark_am.9.png +++ b/core/res/res/drawable-mdpi/quickcontact_badge_overlay_focused_dark_am.9.png diff --git a/core/res/res/drawable-mdpi/quickcontact_badge_overlay_focused_light_am.9.png b/core/res/res/drawable-mdpi/quickcontact_badge_overlay_focused_light_am.9.png Binary files differindex 27c7977dc66b..fbb190b3b24f 100644 --- a/core/res/res/drawable-mdpi/quickcontact_badge_overlay_focused_light_am.9.png +++ b/core/res/res/drawable-mdpi/quickcontact_badge_overlay_focused_light_am.9.png diff --git a/core/res/res/drawable-mdpi/quickcontact_badge_overlay_normal_dark_am.9.png b/core/res/res/drawable-mdpi/quickcontact_badge_overlay_normal_dark_am.9.png Binary files differindex 99c42c5740c3..1356ab97fb51 100644 --- a/core/res/res/drawable-mdpi/quickcontact_badge_overlay_normal_dark_am.9.png +++ b/core/res/res/drawable-mdpi/quickcontact_badge_overlay_normal_dark_am.9.png diff --git a/core/res/res/drawable-mdpi/quickcontact_badge_overlay_normal_light_am.9.png b/core/res/res/drawable-mdpi/quickcontact_badge_overlay_normal_light_am.9.png Binary files differindex 886b044b2566..d8c214594e2f 100644 --- a/core/res/res/drawable-mdpi/quickcontact_badge_overlay_normal_light_am.9.png +++ b/core/res/res/drawable-mdpi/quickcontact_badge_overlay_normal_light_am.9.png diff --git a/core/res/res/drawable-mdpi/quickcontact_badge_overlay_pressed_dark_am.9.png b/core/res/res/drawable-mdpi/quickcontact_badge_overlay_pressed_dark_am.9.png Binary files differindex a70615ad5c39..749303f00261 100644 --- a/core/res/res/drawable-mdpi/quickcontact_badge_overlay_pressed_dark_am.9.png +++ b/core/res/res/drawable-mdpi/quickcontact_badge_overlay_pressed_dark_am.9.png diff --git a/core/res/res/drawable-mdpi/quickcontact_badge_overlay_pressed_light_am.9.png b/core/res/res/drawable-mdpi/quickcontact_badge_overlay_pressed_light_am.9.png Binary files differindex e7dd785cbb51..c1fd90162c56 100644 --- a/core/res/res/drawable-mdpi/quickcontact_badge_overlay_pressed_light_am.9.png +++ b/core/res/res/drawable-mdpi/quickcontact_badge_overlay_pressed_light_am.9.png diff --git a/core/res/res/drawable-mdpi/radiobutton_off_background.png b/core/res/res/drawable-mdpi/radiobutton_off_background.png Binary files differindex 1b94e21daee7..909a0347f531 100644 --- a/core/res/res/drawable-mdpi/radiobutton_off_background.png +++ b/core/res/res/drawable-mdpi/radiobutton_off_background.png diff --git a/core/res/res/drawable-mdpi/radiobutton_on_background.png b/core/res/res/drawable-mdpi/radiobutton_on_background.png Binary files differindex 636a8038733d..e16db0a44db9 100644 --- a/core/res/res/drawable-mdpi/radiobutton_on_background.png +++ b/core/res/res/drawable-mdpi/radiobutton_on_background.png diff --git a/core/res/res/drawable-mdpi/rate_star_big_half.png b/core/res/res/drawable-mdpi/rate_star_big_half.png Binary files differindex 9762292a40a6..91b9a75cc77b 100644 --- a/core/res/res/drawable-mdpi/rate_star_big_half.png +++ b/core/res/res/drawable-mdpi/rate_star_big_half.png diff --git a/core/res/res/drawable-mdpi/rate_star_big_half_holo_dark.png b/core/res/res/drawable-mdpi/rate_star_big_half_holo_dark.png Binary files differindex dac51dfd7882..e9d940bb63a5 100644 --- a/core/res/res/drawable-mdpi/rate_star_big_half_holo_dark.png +++ b/core/res/res/drawable-mdpi/rate_star_big_half_holo_dark.png diff --git a/core/res/res/drawable-mdpi/rate_star_big_half_holo_light.png b/core/res/res/drawable-mdpi/rate_star_big_half_holo_light.png Binary files differindex 441dbf7b7b72..1afc2f11b30a 100644 --- a/core/res/res/drawable-mdpi/rate_star_big_half_holo_light.png +++ b/core/res/res/drawable-mdpi/rate_star_big_half_holo_light.png diff --git a/core/res/res/drawable-mdpi/rate_star_big_off.png b/core/res/res/drawable-mdpi/rate_star_big_off.png Binary files differindex 6b5039fc73a4..72b4f8dea486 100644 --- a/core/res/res/drawable-mdpi/rate_star_big_off.png +++ b/core/res/res/drawable-mdpi/rate_star_big_off.png diff --git a/core/res/res/drawable-mdpi/rate_star_big_off_holo_dark.png b/core/res/res/drawable-mdpi/rate_star_big_off_holo_dark.png Binary files differindex cde1fb934fbe..869b54e631a4 100644 --- a/core/res/res/drawable-mdpi/rate_star_big_off_holo_dark.png +++ b/core/res/res/drawable-mdpi/rate_star_big_off_holo_dark.png diff --git a/core/res/res/drawable-mdpi/rate_star_big_off_holo_light.png b/core/res/res/drawable-mdpi/rate_star_big_off_holo_light.png Binary files differindex 8ecf0f95be02..95a2f4d382aa 100644 --- a/core/res/res/drawable-mdpi/rate_star_big_off_holo_light.png +++ b/core/res/res/drawable-mdpi/rate_star_big_off_holo_light.png diff --git a/core/res/res/drawable-mdpi/rate_star_big_on.png b/core/res/res/drawable-mdpi/rate_star_big_on.png Binary files differindex a972db27486b..c2ac3b1c7822 100644 --- a/core/res/res/drawable-mdpi/rate_star_big_on.png +++ b/core/res/res/drawable-mdpi/rate_star_big_on.png diff --git a/core/res/res/drawable-mdpi/rate_star_big_on_holo_dark.png b/core/res/res/drawable-mdpi/rate_star_big_on_holo_dark.png Binary files differindex 0674db311627..23503dd1eaa7 100644 --- a/core/res/res/drawable-mdpi/rate_star_big_on_holo_dark.png +++ b/core/res/res/drawable-mdpi/rate_star_big_on_holo_dark.png diff --git a/core/res/res/drawable-mdpi/rate_star_big_on_holo_light.png b/core/res/res/drawable-mdpi/rate_star_big_on_holo_light.png Binary files differindex 01179196e5cf..0cf16e0a1d3f 100644 --- a/core/res/res/drawable-mdpi/rate_star_big_on_holo_light.png +++ b/core/res/res/drawable-mdpi/rate_star_big_on_holo_light.png diff --git a/core/res/res/drawable-mdpi/rate_star_med_half.png b/core/res/res/drawable-mdpi/rate_star_med_half.png Binary files differindex 65a8671e4a47..eaf3cda8c9b6 100644 --- a/core/res/res/drawable-mdpi/rate_star_med_half.png +++ b/core/res/res/drawable-mdpi/rate_star_med_half.png diff --git a/core/res/res/drawable-mdpi/rate_star_med_half_holo_dark.png b/core/res/res/drawable-mdpi/rate_star_med_half_holo_dark.png Binary files differindex f2ce7abeea02..8587ad6c7da4 100644 --- a/core/res/res/drawable-mdpi/rate_star_med_half_holo_dark.png +++ b/core/res/res/drawable-mdpi/rate_star_med_half_holo_dark.png diff --git a/core/res/res/drawable-mdpi/rate_star_med_half_holo_light.png b/core/res/res/drawable-mdpi/rate_star_med_half_holo_light.png Binary files differindex 48bcf85518e3..8d22a0d4da53 100644 --- a/core/res/res/drawable-mdpi/rate_star_med_half_holo_light.png +++ b/core/res/res/drawable-mdpi/rate_star_med_half_holo_light.png diff --git a/core/res/res/drawable-mdpi/rate_star_med_off.png b/core/res/res/drawable-mdpi/rate_star_med_off.png Binary files differindex fba0ade8c571..646bc6aafef7 100644 --- a/core/res/res/drawable-mdpi/rate_star_med_off.png +++ b/core/res/res/drawable-mdpi/rate_star_med_off.png diff --git a/core/res/res/drawable-mdpi/rate_star_med_off_holo_dark.png b/core/res/res/drawable-mdpi/rate_star_med_off_holo_dark.png Binary files differindex d2e7ab696fc0..1f68e03c7837 100644 --- a/core/res/res/drawable-mdpi/rate_star_med_off_holo_dark.png +++ b/core/res/res/drawable-mdpi/rate_star_med_off_holo_dark.png diff --git a/core/res/res/drawable-mdpi/rate_star_med_off_holo_light.png b/core/res/res/drawable-mdpi/rate_star_med_off_holo_light.png Binary files differindex 69824eb8a87f..479ca008f58d 100644 --- a/core/res/res/drawable-mdpi/rate_star_med_off_holo_light.png +++ b/core/res/res/drawable-mdpi/rate_star_med_off_holo_light.png diff --git a/core/res/res/drawable-mdpi/rate_star_med_on.png b/core/res/res/drawable-mdpi/rate_star_med_on.png Binary files differindex a1941b6b430f..ad9530dd636b 100644 --- a/core/res/res/drawable-mdpi/rate_star_med_on.png +++ b/core/res/res/drawable-mdpi/rate_star_med_on.png diff --git a/core/res/res/drawable-mdpi/rate_star_med_on_holo_dark.png b/core/res/res/drawable-mdpi/rate_star_med_on_holo_dark.png Binary files differindex b3b801675db7..071ca687df18 100644 --- a/core/res/res/drawable-mdpi/rate_star_med_on_holo_dark.png +++ b/core/res/res/drawable-mdpi/rate_star_med_on_holo_dark.png diff --git a/core/res/res/drawable-mdpi/rate_star_med_on_holo_light.png b/core/res/res/drawable-mdpi/rate_star_med_on_holo_light.png Binary files differindex 84ca715cebf7..6046e9b59713 100644 --- a/core/res/res/drawable-mdpi/rate_star_med_on_holo_light.png +++ b/core/res/res/drawable-mdpi/rate_star_med_on_holo_light.png diff --git a/core/res/res/drawable-mdpi/rate_star_small_half.png b/core/res/res/drawable-mdpi/rate_star_small_half.png Binary files differindex 437a11c0f1a1..afbbd830f49b 100644 --- a/core/res/res/drawable-mdpi/rate_star_small_half.png +++ b/core/res/res/drawable-mdpi/rate_star_small_half.png diff --git a/core/res/res/drawable-mdpi/rate_star_small_half_holo_dark.png b/core/res/res/drawable-mdpi/rate_star_small_half_holo_dark.png Binary files differindex 56a62d2f710c..175e517f7b6d 100644 --- a/core/res/res/drawable-mdpi/rate_star_small_half_holo_dark.png +++ b/core/res/res/drawable-mdpi/rate_star_small_half_holo_dark.png diff --git a/core/res/res/drawable-mdpi/rate_star_small_half_holo_light.png b/core/res/res/drawable-mdpi/rate_star_small_half_holo_light.png Binary files differindex 83b7c1ca8987..5fc72452f2f3 100644 --- a/core/res/res/drawable-mdpi/rate_star_small_half_holo_light.png +++ b/core/res/res/drawable-mdpi/rate_star_small_half_holo_light.png diff --git a/core/res/res/drawable-mdpi/rate_star_small_off.png b/core/res/res/drawable-mdpi/rate_star_small_off.png Binary files differindex 6fb0a36a85b9..e3abc67a71da 100644 --- a/core/res/res/drawable-mdpi/rate_star_small_off.png +++ b/core/res/res/drawable-mdpi/rate_star_small_off.png diff --git a/core/res/res/drawable-mdpi/rate_star_small_off_holo_dark.png b/core/res/res/drawable-mdpi/rate_star_small_off_holo_dark.png Binary files differindex b70244b99b8c..49c869b7fa07 100644 --- a/core/res/res/drawable-mdpi/rate_star_small_off_holo_dark.png +++ b/core/res/res/drawable-mdpi/rate_star_small_off_holo_dark.png diff --git a/core/res/res/drawable-mdpi/rate_star_small_off_holo_light.png b/core/res/res/drawable-mdpi/rate_star_small_off_holo_light.png Binary files differindex bb5c08cedf33..4a819f7f83c8 100644 --- a/core/res/res/drawable-mdpi/rate_star_small_off_holo_light.png +++ b/core/res/res/drawable-mdpi/rate_star_small_off_holo_light.png diff --git a/core/res/res/drawable-mdpi/rate_star_small_on.png b/core/res/res/drawable-mdpi/rate_star_small_on.png Binary files differindex 5392361ee84c..81c7267af760 100644 --- a/core/res/res/drawable-mdpi/rate_star_small_on.png +++ b/core/res/res/drawable-mdpi/rate_star_small_on.png diff --git a/core/res/res/drawable-mdpi/rate_star_small_on_holo_dark.png b/core/res/res/drawable-mdpi/rate_star_small_on_holo_dark.png Binary files differindex 444e88207d6f..14c5e8a70f7c 100644 --- a/core/res/res/drawable-mdpi/rate_star_small_on_holo_dark.png +++ b/core/res/res/drawable-mdpi/rate_star_small_on_holo_dark.png diff --git a/core/res/res/drawable-mdpi/rate_star_small_on_holo_light.png b/core/res/res/drawable-mdpi/rate_star_small_on_holo_light.png Binary files differindex 7dba5290d90c..ba95a015a6eb 100644 --- a/core/res/res/drawable-mdpi/rate_star_small_on_holo_light.png +++ b/core/res/res/drawable-mdpi/rate_star_small_on_holo_light.png diff --git a/core/res/res/drawable-mdpi/recent_dialog_background.9.png b/core/res/res/drawable-mdpi/recent_dialog_background.9.png Binary files differindex 18ed3ff749ec..c0879c825ecf 100644 --- a/core/res/res/drawable-mdpi/recent_dialog_background.9.png +++ b/core/res/res/drawable-mdpi/recent_dialog_background.9.png diff --git a/core/res/res/drawable-mdpi/reticle.png b/core/res/res/drawable-mdpi/reticle.png Binary files differindex c6ccf8e656be..af8081e924f2 100644 --- a/core/res/res/drawable-mdpi/reticle.png +++ b/core/res/res/drawable-mdpi/reticle.png diff --git a/core/res/res/drawable-mdpi/scrollbar_handle_accelerated_anim2.9.png b/core/res/res/drawable-mdpi/scrollbar_handle_accelerated_anim2.9.png Binary files differindex 6d83bb4c22ca..d1883713b52c 100644 --- a/core/res/res/drawable-mdpi/scrollbar_handle_accelerated_anim2.9.png +++ b/core/res/res/drawable-mdpi/scrollbar_handle_accelerated_anim2.9.png diff --git a/core/res/res/drawable-mdpi/scrollbar_handle_holo_dark.9.png b/core/res/res/drawable-mdpi/scrollbar_handle_holo_dark.9.png Binary files differindex 94077567c6d1..6296851acc2e 100644 --- a/core/res/res/drawable-mdpi/scrollbar_handle_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/scrollbar_handle_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/scrollbar_handle_holo_light.9.png b/core/res/res/drawable-mdpi/scrollbar_handle_holo_light.9.png Binary files differindex d2d0292ec179..883a6c16e9b6 100644 --- a/core/res/res/drawable-mdpi/scrollbar_handle_holo_light.9.png +++ b/core/res/res/drawable-mdpi/scrollbar_handle_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/scrollbar_handle_horizontal.9.png b/core/res/res/drawable-mdpi/scrollbar_handle_horizontal.9.png Binary files differindex 8584d1f0adce..05b773571be1 100644 --- a/core/res/res/drawable-mdpi/scrollbar_handle_horizontal.9.png +++ b/core/res/res/drawable-mdpi/scrollbar_handle_horizontal.9.png diff --git a/core/res/res/drawable-mdpi/scrollbar_handle_vertical.9.png b/core/res/res/drawable-mdpi/scrollbar_handle_vertical.9.png Binary files differindex 331a05dc760b..628d07c03b9f 100644 --- a/core/res/res/drawable-mdpi/scrollbar_handle_vertical.9.png +++ b/core/res/res/drawable-mdpi/scrollbar_handle_vertical.9.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_disabled_holo.png b/core/res/res/drawable-mdpi/scrubber_control_disabled_holo.png Binary files differindex 630a450967d9..5d837aab6083 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_disabled_holo.png +++ b/core/res/res/drawable-mdpi/scrubber_control_disabled_holo.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_focused_holo.png b/core/res/res/drawable-mdpi/scrubber_control_focused_holo.png Binary files differindex c9e4796c79ae..9ae706f99e7b 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_focused_holo.png +++ b/core/res/res/drawable-mdpi/scrubber_control_focused_holo.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_000.png b/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_000.png Binary files differindex 377a6b4dace6..7fd5fffbbf31 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_000.png +++ b/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_000.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_001.png b/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_001.png Binary files differindex 0859f6283bad..bbaf3157c665 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_001.png +++ b/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_001.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_002.png b/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_002.png Binary files differindex bf5cdcd03772..e2951f287526 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_002.png +++ b/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_002.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_003.png b/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_003.png Binary files differindex 4cd177d6aae1..109e1d9b2289 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_003.png +++ b/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_003.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_004.png b/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_004.png Binary files differindex dfe39cabdef6..94779bae7461 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_004.png +++ b/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_004.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_005.png b/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_005.png Binary files differindex 5d3ab9988aec..f83b1ef163fa 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_005.png +++ b/core/res/res/drawable-mdpi/scrubber_control_from_pressed_mtrl_005.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_normal_holo.png b/core/res/res/drawable-mdpi/scrubber_control_normal_holo.png Binary files differindex fb96f4b460bf..48ee894954a3 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_normal_holo.png +++ b/core/res/res/drawable-mdpi/scrubber_control_normal_holo.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_off_mtrl_alpha.png b/core/res/res/drawable-mdpi/scrubber_control_off_mtrl_alpha.png Binary files differindex e40cba8999c2..10df639062fa 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_off_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/scrubber_control_off_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_off_pressed_mtrl_alpha.png b/core/res/res/drawable-mdpi/scrubber_control_off_pressed_mtrl_alpha.png Binary files differindex 1f4b46ad0792..09624945ed3f 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_off_pressed_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/scrubber_control_off_pressed_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_on_mtrl_alpha.png b/core/res/res/drawable-mdpi/scrubber_control_on_mtrl_alpha.png Binary files differindex 437a3e3dde7c..9e92bacb4751 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_on_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/scrubber_control_on_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_on_pressed_mtrl_alpha.png b/core/res/res/drawable-mdpi/scrubber_control_on_pressed_mtrl_alpha.png Binary files differindex 3c304bfd5258..48cb49adaadc 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_on_pressed_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/scrubber_control_on_pressed_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_pressed_holo.png b/core/res/res/drawable-mdpi/scrubber_control_pressed_holo.png Binary files differindex 30e18cd3d2e2..dd62cd29aa37 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_pressed_holo.png +++ b/core/res/res/drawable-mdpi/scrubber_control_pressed_holo.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_000.png b/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_000.png Binary files differindex 80922eb13053..f83b1ef163fa 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_000.png +++ b/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_000.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_001.png b/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_001.png Binary files differindex aa7704478579..09fe806e3832 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_001.png +++ b/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_001.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_002.png b/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_002.png Binary files differindex 7b099dbf532e..4127ab04843b 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_002.png +++ b/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_002.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_003.png b/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_003.png Binary files differindex 088c86aa6eef..7f41971e5ffa 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_003.png +++ b/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_003.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_004.png b/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_004.png Binary files differindex 3c6b9bcb64e1..f1f0b11e7f0b 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_004.png +++ b/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_004.png diff --git a/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_005.png b/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_005.png Binary files differindex adf51004f270..e9efb20fb777 100644 --- a/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_005.png +++ b/core/res/res/drawable-mdpi/scrubber_control_to_pressed_mtrl_005.png diff --git a/core/res/res/drawable-mdpi/scrubber_primary_holo.9.png b/core/res/res/drawable-mdpi/scrubber_primary_holo.9.png Binary files differindex a7910d68ea79..c20c37795319 100644 --- a/core/res/res/drawable-mdpi/scrubber_primary_holo.9.png +++ b/core/res/res/drawable-mdpi/scrubber_primary_holo.9.png diff --git a/core/res/res/drawable-mdpi/scrubber_primary_mtrl_alpha.9.png b/core/res/res/drawable-mdpi/scrubber_primary_mtrl_alpha.9.png Binary files differindex a4ab0a1e395f..e28cf4adac97 100644 --- a/core/res/res/drawable-mdpi/scrubber_primary_mtrl_alpha.9.png +++ b/core/res/res/drawable-mdpi/scrubber_primary_mtrl_alpha.9.png diff --git a/core/res/res/drawable-mdpi/scrubber_secondary_holo.9.png b/core/res/res/drawable-mdpi/scrubber_secondary_holo.9.png Binary files differindex 985b62e5be5f..159017d8f11f 100644 --- a/core/res/res/drawable-mdpi/scrubber_secondary_holo.9.png +++ b/core/res/res/drawable-mdpi/scrubber_secondary_holo.9.png diff --git a/core/res/res/drawable-mdpi/scrubber_track_holo_dark.9.png b/core/res/res/drawable-mdpi/scrubber_track_holo_dark.9.png Binary files differindex b91a4ee731a9..cdf06b482794 100644 --- a/core/res/res/drawable-mdpi/scrubber_track_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/scrubber_track_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/scrubber_track_holo_light.9.png b/core/res/res/drawable-mdpi/scrubber_track_holo_light.9.png Binary files differindex 359ae4a1b75a..f1ee76f34e0f 100644 --- a/core/res/res/drawable-mdpi/scrubber_track_holo_light.9.png +++ b/core/res/res/drawable-mdpi/scrubber_track_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/scrubber_track_mtrl_alpha.9.png b/core/res/res/drawable-mdpi/scrubber_track_mtrl_alpha.9.png Binary files differindex db9e172d3bcc..708a4745cb72 100644 --- a/core/res/res/drawable-mdpi/scrubber_track_mtrl_alpha.9.png +++ b/core/res/res/drawable-mdpi/scrubber_track_mtrl_alpha.9.png diff --git a/core/res/res/drawable-mdpi/search_dropdown_background.9.png b/core/res/res/drawable-mdpi/search_dropdown_background.9.png Binary files differindex 804260afa97f..81aedcc313aa 100644 --- a/core/res/res/drawable-mdpi/search_dropdown_background.9.png +++ b/core/res/res/drawable-mdpi/search_dropdown_background.9.png diff --git a/core/res/res/drawable-mdpi/search_plate.9.png b/core/res/res/drawable-mdpi/search_plate.9.png Binary files differindex 8c42f1038fcb..f69013641e75 100644 --- a/core/res/res/drawable-mdpi/search_plate.9.png +++ b/core/res/res/drawable-mdpi/search_plate.9.png diff --git a/core/res/res/drawable-mdpi/search_plate_global.9.png b/core/res/res/drawable-mdpi/search_plate_global.9.png Binary files differindex 1cad9020d564..e3037ded0af3 100644 --- a/core/res/res/drawable-mdpi/search_plate_global.9.png +++ b/core/res/res/drawable-mdpi/search_plate_global.9.png diff --git a/core/res/res/drawable-mdpi/seek_thumb_normal.png b/core/res/res/drawable-mdpi/seek_thumb_normal.png Binary files differindex e9f2e23b6638..1918970f008b 100644 --- a/core/res/res/drawable-mdpi/seek_thumb_normal.png +++ b/core/res/res/drawable-mdpi/seek_thumb_normal.png diff --git a/core/res/res/drawable-mdpi/seek_thumb_pressed.png b/core/res/res/drawable-mdpi/seek_thumb_pressed.png Binary files differindex 3ea5051e3646..0d846a8dc473 100644 --- a/core/res/res/drawable-mdpi/seek_thumb_pressed.png +++ b/core/res/res/drawable-mdpi/seek_thumb_pressed.png diff --git a/core/res/res/drawable-mdpi/seek_thumb_selected.png b/core/res/res/drawable-mdpi/seek_thumb_selected.png Binary files differindex 98b7ba04b1ee..ecb6a24a0b1d 100644 --- a/core/res/res/drawable-mdpi/seek_thumb_selected.png +++ b/core/res/res/drawable-mdpi/seek_thumb_selected.png diff --git a/core/res/res/drawable-mdpi/settings_header_raw.9.png b/core/res/res/drawable-mdpi/settings_header_raw.9.png Binary files differindex 6b8134d60c7a..3f6223d78197 100644 --- a/core/res/res/drawable-mdpi/settings_header_raw.9.png +++ b/core/res/res/drawable-mdpi/settings_header_raw.9.png diff --git a/core/res/res/drawable-mdpi/sim_dark_blue.9.png b/core/res/res/drawable-mdpi/sim_dark_blue.9.png Binary files differindex d646a7f68879..b2f4132eb1b0 100755 --- a/core/res/res/drawable-mdpi/sim_dark_blue.9.png +++ b/core/res/res/drawable-mdpi/sim_dark_blue.9.png diff --git a/core/res/res/drawable-mdpi/sim_dark_green.9.png b/core/res/res/drawable-mdpi/sim_dark_green.9.png Binary files differindex ee4ea0df1fb7..385e42c1e20e 100755 --- a/core/res/res/drawable-mdpi/sim_dark_green.9.png +++ b/core/res/res/drawable-mdpi/sim_dark_green.9.png diff --git a/core/res/res/drawable-mdpi/sim_dark_orange.9.png b/core/res/res/drawable-mdpi/sim_dark_orange.9.png Binary files differindex b394999155d3..88734c0a7e5b 100755 --- a/core/res/res/drawable-mdpi/sim_dark_orange.9.png +++ b/core/res/res/drawable-mdpi/sim_dark_orange.9.png diff --git a/core/res/res/drawable-mdpi/sim_dark_purple.9.png b/core/res/res/drawable-mdpi/sim_dark_purple.9.png Binary files differindex 459b5d69e514..dfbb7f3cc6dd 100755 --- a/core/res/res/drawable-mdpi/sim_dark_purple.9.png +++ b/core/res/res/drawable-mdpi/sim_dark_purple.9.png diff --git a/core/res/res/drawable-mdpi/sim_light_blue.9.png b/core/res/res/drawable-mdpi/sim_light_blue.9.png Binary files differindex 396ad70424c1..9187d7d960fd 100755 --- a/core/res/res/drawable-mdpi/sim_light_blue.9.png +++ b/core/res/res/drawable-mdpi/sim_light_blue.9.png diff --git a/core/res/res/drawable-mdpi/sim_light_green.9.png b/core/res/res/drawable-mdpi/sim_light_green.9.png Binary files differindex a0631744764d..01d59e802d43 100755 --- a/core/res/res/drawable-mdpi/sim_light_green.9.png +++ b/core/res/res/drawable-mdpi/sim_light_green.9.png diff --git a/core/res/res/drawable-mdpi/sim_light_orange.9.png b/core/res/res/drawable-mdpi/sim_light_orange.9.png Binary files differindex 95ea88e285a1..48fdea54480b 100755 --- a/core/res/res/drawable-mdpi/sim_light_orange.9.png +++ b/core/res/res/drawable-mdpi/sim_light_orange.9.png diff --git a/core/res/res/drawable-mdpi/sim_light_purple.9.png b/core/res/res/drawable-mdpi/sim_light_purple.9.png Binary files differindex b1bd35f066c1..16a86a8e50c4 100755 --- a/core/res/res/drawable-mdpi/sim_light_purple.9.png +++ b/core/res/res/drawable-mdpi/sim_light_purple.9.png diff --git a/core/res/res/drawable-mdpi/spinner_16_inner_holo.png b/core/res/res/drawable-mdpi/spinner_16_inner_holo.png Binary files differindex eeef0c834acf..2b9385ea4c79 100644 --- a/core/res/res/drawable-mdpi/spinner_16_inner_holo.png +++ b/core/res/res/drawable-mdpi/spinner_16_inner_holo.png diff --git a/core/res/res/drawable-mdpi/spinner_16_outer_holo.png b/core/res/res/drawable-mdpi/spinner_16_outer_holo.png Binary files differindex 7cc2b54b4894..d80f62eab619 100644 --- a/core/res/res/drawable-mdpi/spinner_16_outer_holo.png +++ b/core/res/res/drawable-mdpi/spinner_16_outer_holo.png diff --git a/core/res/res/drawable-mdpi/spinner_48_inner_holo.png b/core/res/res/drawable-mdpi/spinner_48_inner_holo.png Binary files differindex 9458668f0230..a0904980c8d1 100644 --- a/core/res/res/drawable-mdpi/spinner_48_inner_holo.png +++ b/core/res/res/drawable-mdpi/spinner_48_inner_holo.png diff --git a/core/res/res/drawable-mdpi/spinner_48_outer_holo.png b/core/res/res/drawable-mdpi/spinner_48_outer_holo.png Binary files differindex 4ce73edce72e..eb9577ef5aa8 100644 --- a/core/res/res/drawable-mdpi/spinner_48_outer_holo.png +++ b/core/res/res/drawable-mdpi/spinner_48_outer_holo.png diff --git a/core/res/res/drawable-mdpi/spinner_76_inner_holo.png b/core/res/res/drawable-mdpi/spinner_76_inner_holo.png Binary files differindex cba1300d3a8f..2e3cc054b063 100644 --- a/core/res/res/drawable-mdpi/spinner_76_inner_holo.png +++ b/core/res/res/drawable-mdpi/spinner_76_inner_holo.png diff --git a/core/res/res/drawable-mdpi/spinner_76_outer_holo.png b/core/res/res/drawable-mdpi/spinner_76_outer_holo.png Binary files differindex 99a5ebbfa69d..ca5ea5eab3c6 100644 --- a/core/res/res/drawable-mdpi/spinner_76_outer_holo.png +++ b/core/res/res/drawable-mdpi/spinner_76_outer_holo.png diff --git a/core/res/res/drawable-mdpi/spinner_ab_default_holo_dark_am.9.png b/core/res/res/drawable-mdpi/spinner_ab_default_holo_dark_am.9.png Binary files differindex 8d759468574a..db1505a2456a 100644 --- a/core/res/res/drawable-mdpi/spinner_ab_default_holo_dark_am.9.png +++ b/core/res/res/drawable-mdpi/spinner_ab_default_holo_dark_am.9.png diff --git a/core/res/res/drawable-mdpi/spinner_ab_default_holo_light_am.9.png b/core/res/res/drawable-mdpi/spinner_ab_default_holo_light_am.9.png Binary files differindex 716560bb1c9b..ea629340b562 100644 --- a/core/res/res/drawable-mdpi/spinner_ab_default_holo_light_am.9.png +++ b/core/res/res/drawable-mdpi/spinner_ab_default_holo_light_am.9.png diff --git a/core/res/res/drawable-mdpi/spinner_ab_disabled_holo_dark_am.9.png b/core/res/res/drawable-mdpi/spinner_ab_disabled_holo_dark_am.9.png Binary files differindex c3ba89c1f06b..de08ee6bca31 100644 --- a/core/res/res/drawable-mdpi/spinner_ab_disabled_holo_dark_am.9.png +++ b/core/res/res/drawable-mdpi/spinner_ab_disabled_holo_dark_am.9.png diff --git a/core/res/res/drawable-mdpi/spinner_ab_disabled_holo_light_am.9.png b/core/res/res/drawable-mdpi/spinner_ab_disabled_holo_light_am.9.png Binary files differindex 67c5358f5384..81e0e463f2b0 100644 --- a/core/res/res/drawable-mdpi/spinner_ab_disabled_holo_light_am.9.png +++ b/core/res/res/drawable-mdpi/spinner_ab_disabled_holo_light_am.9.png diff --git a/core/res/res/drawable-mdpi/spinner_ab_focused_holo_dark_am.9.png b/core/res/res/drawable-mdpi/spinner_ab_focused_holo_dark_am.9.png Binary files differindex c015f43b20eb..c17dcdbfc394 100644 --- a/core/res/res/drawable-mdpi/spinner_ab_focused_holo_dark_am.9.png +++ b/core/res/res/drawable-mdpi/spinner_ab_focused_holo_dark_am.9.png diff --git a/core/res/res/drawable-mdpi/spinner_ab_focused_holo_light_am.9.png b/core/res/res/drawable-mdpi/spinner_ab_focused_holo_light_am.9.png Binary files differindex 487edc222ddf..234ce2f51dcb 100644 --- a/core/res/res/drawable-mdpi/spinner_ab_focused_holo_light_am.9.png +++ b/core/res/res/drawable-mdpi/spinner_ab_focused_holo_light_am.9.png diff --git a/core/res/res/drawable-mdpi/spinner_ab_pressed_holo_dark_am.9.png b/core/res/res/drawable-mdpi/spinner_ab_pressed_holo_dark_am.9.png Binary files differindex b21c73c15456..b99eccb70b4f 100644 --- a/core/res/res/drawable-mdpi/spinner_ab_pressed_holo_dark_am.9.png +++ b/core/res/res/drawable-mdpi/spinner_ab_pressed_holo_dark_am.9.png diff --git a/core/res/res/drawable-mdpi/spinner_ab_pressed_holo_light_am.9.png b/core/res/res/drawable-mdpi/spinner_ab_pressed_holo_light_am.9.png Binary files differindex 58904e8d6067..e2c2967e9002 100644 --- a/core/res/res/drawable-mdpi/spinner_ab_pressed_holo_light_am.9.png +++ b/core/res/res/drawable-mdpi/spinner_ab_pressed_holo_light_am.9.png diff --git a/core/res/res/drawable-mdpi/spinner_black_16.png b/core/res/res/drawable-mdpi/spinner_black_16.png Binary files differindex 4b7fdfe09358..f1995c1471b0 100644 --- a/core/res/res/drawable-mdpi/spinner_black_16.png +++ b/core/res/res/drawable-mdpi/spinner_black_16.png diff --git a/core/res/res/drawable-mdpi/spinner_black_20.png b/core/res/res/drawable-mdpi/spinner_black_20.png Binary files differindex 86d7a205e867..bbff80e2180f 100644 --- a/core/res/res/drawable-mdpi/spinner_black_20.png +++ b/core/res/res/drawable-mdpi/spinner_black_20.png diff --git a/core/res/res/drawable-mdpi/spinner_black_48.png b/core/res/res/drawable-mdpi/spinner_black_48.png Binary files differindex f1571f980f04..4b4d65afc544 100644 --- a/core/res/res/drawable-mdpi/spinner_black_48.png +++ b/core/res/res/drawable-mdpi/spinner_black_48.png diff --git a/core/res/res/drawable-mdpi/spinner_black_76.png b/core/res/res/drawable-mdpi/spinner_black_76.png Binary files differindex e9f6e8f11ce4..4ca045e746f3 100644 --- a/core/res/res/drawable-mdpi/spinner_black_76.png +++ b/core/res/res/drawable-mdpi/spinner_black_76.png diff --git a/core/res/res/drawable-mdpi/spinner_default_holo_dark_am.9.png b/core/res/res/drawable-mdpi/spinner_default_holo_dark_am.9.png Binary files differindex 5ac84dd14108..33ddc33f473b 100644 --- a/core/res/res/drawable-mdpi/spinner_default_holo_dark_am.9.png +++ b/core/res/res/drawable-mdpi/spinner_default_holo_dark_am.9.png diff --git a/core/res/res/drawable-mdpi/spinner_default_holo_light_am.9.png b/core/res/res/drawable-mdpi/spinner_default_holo_light_am.9.png Binary files differindex 3eeebc4bd99a..fd377175450e 100644 --- a/core/res/res/drawable-mdpi/spinner_default_holo_light_am.9.png +++ b/core/res/res/drawable-mdpi/spinner_default_holo_light_am.9.png diff --git a/core/res/res/drawable-mdpi/spinner_disabled_holo_dark_am.9.png b/core/res/res/drawable-mdpi/spinner_disabled_holo_dark_am.9.png Binary files differindex 2734f20bf18d..57a6ab278fc3 100644 --- a/core/res/res/drawable-mdpi/spinner_disabled_holo_dark_am.9.png +++ b/core/res/res/drawable-mdpi/spinner_disabled_holo_dark_am.9.png diff --git a/core/res/res/drawable-mdpi/spinner_disabled_holo_light_am.9.png b/core/res/res/drawable-mdpi/spinner_disabled_holo_light_am.9.png Binary files differindex a78d6c082d41..aa4ff76f2cb2 100644 --- a/core/res/res/drawable-mdpi/spinner_disabled_holo_light_am.9.png +++ b/core/res/res/drawable-mdpi/spinner_disabled_holo_light_am.9.png diff --git a/core/res/res/drawable-mdpi/spinner_dropdown_background_down.9.png b/core/res/res/drawable-mdpi/spinner_dropdown_background_down.9.png Binary files differindex 8fd22f466701..93a339756503 100644 --- a/core/res/res/drawable-mdpi/spinner_dropdown_background_down.9.png +++ b/core/res/res/drawable-mdpi/spinner_dropdown_background_down.9.png diff --git a/core/res/res/drawable-mdpi/spinner_dropdown_background_up.9.png b/core/res/res/drawable-mdpi/spinner_dropdown_background_up.9.png Binary files differindex 1354feb77621..8890b665deff 100644 --- a/core/res/res/drawable-mdpi/spinner_dropdown_background_up.9.png +++ b/core/res/res/drawable-mdpi/spinner_dropdown_background_up.9.png diff --git a/core/res/res/drawable-mdpi/spinner_focused_holo_dark_am.9.png b/core/res/res/drawable-mdpi/spinner_focused_holo_dark_am.9.png Binary files differindex 7d9191505c0a..25540fc641a3 100644 --- a/core/res/res/drawable-mdpi/spinner_focused_holo_dark_am.9.png +++ b/core/res/res/drawable-mdpi/spinner_focused_holo_dark_am.9.png diff --git a/core/res/res/drawable-mdpi/spinner_focused_holo_light_am.9.png b/core/res/res/drawable-mdpi/spinner_focused_holo_light_am.9.png Binary files differindex d7c4b87a45bd..10e982a5f834 100644 --- a/core/res/res/drawable-mdpi/spinner_focused_holo_light_am.9.png +++ b/core/res/res/drawable-mdpi/spinner_focused_holo_light_am.9.png diff --git a/core/res/res/drawable-mdpi/spinner_normal.9.png b/core/res/res/drawable-mdpi/spinner_normal.9.png Binary files differindex e0bab34c82bd..3736145a7a77 100644 --- a/core/res/res/drawable-mdpi/spinner_normal.9.png +++ b/core/res/res/drawable-mdpi/spinner_normal.9.png diff --git a/core/res/res/drawable-mdpi/spinner_press.9.png b/core/res/res/drawable-mdpi/spinner_press.9.png Binary files differindex a51c7adebf9d..cf766839c210 100644 --- a/core/res/res/drawable-mdpi/spinner_press.9.png +++ b/core/res/res/drawable-mdpi/spinner_press.9.png diff --git a/core/res/res/drawable-mdpi/spinner_pressed_holo_dark_am.9.png b/core/res/res/drawable-mdpi/spinner_pressed_holo_dark_am.9.png Binary files differindex 75fb81e3a712..6fd106121cc8 100644 --- a/core/res/res/drawable-mdpi/spinner_pressed_holo_dark_am.9.png +++ b/core/res/res/drawable-mdpi/spinner_pressed_holo_dark_am.9.png diff --git a/core/res/res/drawable-mdpi/spinner_pressed_holo_light_am.9.png b/core/res/res/drawable-mdpi/spinner_pressed_holo_light_am.9.png Binary files differindex fdd88b535fec..e698f4b1ae6a 100644 --- a/core/res/res/drawable-mdpi/spinner_pressed_holo_light_am.9.png +++ b/core/res/res/drawable-mdpi/spinner_pressed_holo_light_am.9.png diff --git a/core/res/res/drawable-mdpi/spinner_select.9.png b/core/res/res/drawable-mdpi/spinner_select.9.png Binary files differindex 1bb19be7fd93..785de624937c 100644 --- a/core/res/res/drawable-mdpi/spinner_select.9.png +++ b/core/res/res/drawable-mdpi/spinner_select.9.png diff --git a/core/res/res/drawable-mdpi/spinner_white_16.png b/core/res/res/drawable-mdpi/spinner_white_16.png Binary files differindex 650e315c7c60..da55a78f87a7 100644 --- a/core/res/res/drawable-mdpi/spinner_white_16.png +++ b/core/res/res/drawable-mdpi/spinner_white_16.png diff --git a/core/res/res/drawable-mdpi/spinner_white_48.png b/core/res/res/drawable-mdpi/spinner_white_48.png Binary files differindex 11eacf8a9a26..f6ca7f352603 100644 --- a/core/res/res/drawable-mdpi/spinner_white_48.png +++ b/core/res/res/drawable-mdpi/spinner_white_48.png diff --git a/core/res/res/drawable-mdpi/spinner_white_76.png b/core/res/res/drawable-mdpi/spinner_white_76.png Binary files differindex 6c31bc39f942..6f9157a8b35a 100644 --- a/core/res/res/drawable-mdpi/spinner_white_76.png +++ b/core/res/res/drawable-mdpi/spinner_white_76.png diff --git a/core/res/res/drawable-mdpi/star_big_off.png b/core/res/res/drawable-mdpi/star_big_off.png Binary files differindex 34ab4ab746b3..4d86521df008 100644 --- a/core/res/res/drawable-mdpi/star_big_off.png +++ b/core/res/res/drawable-mdpi/star_big_off.png diff --git a/core/res/res/drawable-mdpi/star_big_on.png b/core/res/res/drawable-mdpi/star_big_on.png Binary files differindex 7aaf2bc985df..edf2e1d6c3fc 100644 --- a/core/res/res/drawable-mdpi/star_big_on.png +++ b/core/res/res/drawable-mdpi/star_big_on.png diff --git a/core/res/res/drawable-mdpi/star_off.png b/core/res/res/drawable-mdpi/star_off.png Binary files differindex ada53fc3410c..0003edcd9554 100644 --- a/core/res/res/drawable-mdpi/star_off.png +++ b/core/res/res/drawable-mdpi/star_off.png diff --git a/core/res/res/drawable-mdpi/star_on.png b/core/res/res/drawable-mdpi/star_on.png Binary files differindex 49a57b6f2e35..60f3a4e363fe 100644 --- a/core/res/res/drawable-mdpi/star_on.png +++ b/core/res/res/drawable-mdpi/star_on.png diff --git a/core/res/res/drawable-mdpi/stat_ecb_mode.png b/core/res/res/drawable-mdpi/stat_ecb_mode.png Binary files differindex a948770f7dfd..1d3d316b272e 100644 --- a/core/res/res/drawable-mdpi/stat_ecb_mode.png +++ b/core/res/res/drawable-mdpi/stat_ecb_mode.png diff --git a/core/res/res/drawable-mdpi/stat_notify_car_mode.png b/core/res/res/drawable-mdpi/stat_notify_car_mode.png Binary files differindex d8015dc5d25c..f656eaa9d156 100644 --- a/core/res/res/drawable-mdpi/stat_notify_car_mode.png +++ b/core/res/res/drawable-mdpi/stat_notify_car_mode.png diff --git a/core/res/res/drawable-mdpi/stat_notify_chat.png b/core/res/res/drawable-mdpi/stat_notify_chat.png Binary files differindex 4ff4667bc152..df532b1fbd5d 100644 --- a/core/res/res/drawable-mdpi/stat_notify_chat.png +++ b/core/res/res/drawable-mdpi/stat_notify_chat.png diff --git a/core/res/res/drawable-mdpi/stat_notify_disk_full.png b/core/res/res/drawable-mdpi/stat_notify_disk_full.png Binary files differindex 392e7bf2f343..34bf99458db6 100644 --- a/core/res/res/drawable-mdpi/stat_notify_disk_full.png +++ b/core/res/res/drawable-mdpi/stat_notify_disk_full.png diff --git a/core/res/res/drawable-mdpi/stat_notify_email_generic.png b/core/res/res/drawable-mdpi/stat_notify_email_generic.png Binary files differindex 7732c1087d9b..db0613a973c2 100644 --- a/core/res/res/drawable-mdpi/stat_notify_email_generic.png +++ b/core/res/res/drawable-mdpi/stat_notify_email_generic.png diff --git a/core/res/res/drawable-mdpi/stat_notify_error.png b/core/res/res/drawable-mdpi/stat_notify_error.png Binary files differindex 78d59aa1c12c..3e7908255eaa 100644 --- a/core/res/res/drawable-mdpi/stat_notify_error.png +++ b/core/res/res/drawable-mdpi/stat_notify_error.png diff --git a/core/res/res/drawable-mdpi/stat_notify_gmail.png b/core/res/res/drawable-mdpi/stat_notify_gmail.png Binary files differindex 47ee78265b61..26b2e182c94f 100644 --- a/core/res/res/drawable-mdpi/stat_notify_gmail.png +++ b/core/res/res/drawable-mdpi/stat_notify_gmail.png diff --git a/core/res/res/drawable-mdpi/stat_notify_missed_call.png b/core/res/res/drawable-mdpi/stat_notify_missed_call.png Binary files differindex f2ff56e21ba7..45c89a12a758 100644 --- a/core/res/res/drawable-mdpi/stat_notify_missed_call.png +++ b/core/res/res/drawable-mdpi/stat_notify_missed_call.png diff --git a/core/res/res/drawable-mdpi/stat_notify_more.png b/core/res/res/drawable-mdpi/stat_notify_more.png Binary files differindex 52b40f8c14ba..ff4fd046b0f8 100644 --- a/core/res/res/drawable-mdpi/stat_notify_more.png +++ b/core/res/res/drawable-mdpi/stat_notify_more.png diff --git a/core/res/res/drawable-mdpi/stat_notify_rssi_in_range.png b/core/res/res/drawable-mdpi/stat_notify_rssi_in_range.png Binary files differindex 62e4fe94a35c..743fb305118c 100644 --- a/core/res/res/drawable-mdpi/stat_notify_rssi_in_range.png +++ b/core/res/res/drawable-mdpi/stat_notify_rssi_in_range.png diff --git a/core/res/res/drawable-mdpi/stat_notify_sdcard.png b/core/res/res/drawable-mdpi/stat_notify_sdcard.png Binary files differindex 5eae7a2c144a..68406acc8bd9 100644 --- a/core/res/res/drawable-mdpi/stat_notify_sdcard.png +++ b/core/res/res/drawable-mdpi/stat_notify_sdcard.png diff --git a/core/res/res/drawable-mdpi/stat_notify_sdcard_prepare.png b/core/res/res/drawable-mdpi/stat_notify_sdcard_prepare.png Binary files differindex a7a8b5c67968..69725751953c 100644 --- a/core/res/res/drawable-mdpi/stat_notify_sdcard_prepare.png +++ b/core/res/res/drawable-mdpi/stat_notify_sdcard_prepare.png diff --git a/core/res/res/drawable-mdpi/stat_notify_sdcard_usb.png b/core/res/res/drawable-mdpi/stat_notify_sdcard_usb.png Binary files differindex 6f17febbacea..ea32d74f3c39 100644 --- a/core/res/res/drawable-mdpi/stat_notify_sdcard_usb.png +++ b/core/res/res/drawable-mdpi/stat_notify_sdcard_usb.png diff --git a/core/res/res/drawable-mdpi/stat_notify_sim_toolkit.png b/core/res/res/drawable-mdpi/stat_notify_sim_toolkit.png Binary files differindex 6a774cf16a34..01871a796e67 100644 --- a/core/res/res/drawable-mdpi/stat_notify_sim_toolkit.png +++ b/core/res/res/drawable-mdpi/stat_notify_sim_toolkit.png diff --git a/core/res/res/drawable-mdpi/stat_notify_sync.png b/core/res/res/drawable-mdpi/stat_notify_sync.png Binary files differindex 1be8677f1694..c763887852e9 100644 --- a/core/res/res/drawable-mdpi/stat_notify_sync.png +++ b/core/res/res/drawable-mdpi/stat_notify_sync.png diff --git a/core/res/res/drawable-mdpi/stat_notify_sync_anim0.png b/core/res/res/drawable-mdpi/stat_notify_sync_anim0.png Binary files differindex 1be8677f1694..c763887852e9 100644 --- a/core/res/res/drawable-mdpi/stat_notify_sync_anim0.png +++ b/core/res/res/drawable-mdpi/stat_notify_sync_anim0.png diff --git a/core/res/res/drawable-mdpi/stat_notify_sync_error.png b/core/res/res/drawable-mdpi/stat_notify_sync_error.png Binary files differindex 30658c583608..755e49302a4f 100644 --- a/core/res/res/drawable-mdpi/stat_notify_sync_error.png +++ b/core/res/res/drawable-mdpi/stat_notify_sync_error.png diff --git a/core/res/res/drawable-mdpi/stat_notify_voicemail.png b/core/res/res/drawable-mdpi/stat_notify_voicemail.png Binary files differindex dd7014685f5d..d238c05153d6 100644 --- a/core/res/res/drawable-mdpi/stat_notify_voicemail.png +++ b/core/res/res/drawable-mdpi/stat_notify_voicemail.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_0.png b/core/res/res/drawable-mdpi/stat_sys_battery_0.png Binary files differindex e0891206683d..c4c4a7e7079d 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_0.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_0.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_100.png b/core/res/res/drawable-mdpi/stat_sys_battery_100.png Binary files differindex 70d7fa4d2721..3e9e4c15eb72 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_100.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_100.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_15.png b/core/res/res/drawable-mdpi/stat_sys_battery_15.png Binary files differindex be043210b939..6e00e618d5c4 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_15.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_15.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_28.png b/core/res/res/drawable-mdpi/stat_sys_battery_28.png Binary files differindex f634dde8d3d0..62039b2c1ea5 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_28.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_28.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_43.png b/core/res/res/drawable-mdpi/stat_sys_battery_43.png Binary files differindex f0376bd78b02..a9c67a74ea9a 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_43.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_43.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_57.png b/core/res/res/drawable-mdpi/stat_sys_battery_57.png Binary files differindex 840af66e0640..01f52c5cdf90 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_57.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_57.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_71.png b/core/res/res/drawable-mdpi/stat_sys_battery_71.png Binary files differindex 04c3569613a7..9183bb49d2b6 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_71.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_71.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_85.png b/core/res/res/drawable-mdpi/stat_sys_battery_85.png Binary files differindex c742da767cef..51107c82550d 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_85.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_85.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim0.png b/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim0.png Binary files differindex f8011c9e3eba..e2231111e4d5 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim0.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim0.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim100.png b/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim100.png Binary files differindex 499ced9b89ab..1c55fc9d4d4f 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim100.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim100.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim15.png b/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim15.png Binary files differindex c921d6a90a44..d8b04570671c 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim15.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim15.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim28.png b/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim28.png Binary files differindex f88200244651..63a30e207e97 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim28.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim28.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim43.png b/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim43.png Binary files differindex e7d10691eab4..524cdbe60e3a 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim43.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim43.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim57.png b/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim57.png Binary files differindex 5e0af3df91eb..1c3625c3c161 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim57.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim57.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim71.png b/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim71.png Binary files differindex fb990593c52a..4d13f9a9aa47 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim71.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim71.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim85.png b/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim85.png Binary files differindex 072f907228e2..32b527369edb 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim85.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_charge_anim85.png diff --git a/core/res/res/drawable-mdpi/stat_sys_battery_unknown.png b/core/res/res/drawable-mdpi/stat_sys_battery_unknown.png Binary files differindex 3984c4639557..848a3552ad8e 100644 --- a/core/res/res/drawable-mdpi/stat_sys_battery_unknown.png +++ b/core/res/res/drawable-mdpi/stat_sys_battery_unknown.png diff --git a/core/res/res/drawable-mdpi/stat_sys_certificate_info.png b/core/res/res/drawable-mdpi/stat_sys_certificate_info.png Binary files differindex e15cf38d22eb..208b3161b0df 100644 --- a/core/res/res/drawable-mdpi/stat_sys_certificate_info.png +++ b/core/res/res/drawable-mdpi/stat_sys_certificate_info.png diff --git a/core/res/res/drawable-mdpi/stat_sys_data_bluetooth.png b/core/res/res/drawable-mdpi/stat_sys_data_bluetooth.png Binary files differindex 68fe66aa5b26..face8850fe58 100644 --- a/core/res/res/drawable-mdpi/stat_sys_data_bluetooth.png +++ b/core/res/res/drawable-mdpi/stat_sys_data_bluetooth.png diff --git a/core/res/res/drawable-mdpi/stat_sys_data_usb.png b/core/res/res/drawable-mdpi/stat_sys_data_usb.png Binary files differindex 40d77f0a38f5..80af407ae708 100644 --- a/core/res/res/drawable-mdpi/stat_sys_data_usb.png +++ b/core/res/res/drawable-mdpi/stat_sys_data_usb.png diff --git a/core/res/res/drawable-mdpi/stat_sys_data_wimax_signal_3_fully.png b/core/res/res/drawable-mdpi/stat_sys_data_wimax_signal_3_fully.png Binary files differindex d3ba98c3ebc2..fd0e4f35dd16 100644 --- a/core/res/res/drawable-mdpi/stat_sys_data_wimax_signal_3_fully.png +++ b/core/res/res/drawable-mdpi/stat_sys_data_wimax_signal_3_fully.png diff --git a/core/res/res/drawable-mdpi/stat_sys_data_wimax_signal_disconnected.png b/core/res/res/drawable-mdpi/stat_sys_data_wimax_signal_disconnected.png Binary files differindex 153c6ad1f6cf..2417c7beddb2 100644 --- a/core/res/res/drawable-mdpi/stat_sys_data_wimax_signal_disconnected.png +++ b/core/res/res/drawable-mdpi/stat_sys_data_wimax_signal_disconnected.png diff --git a/core/res/res/drawable-mdpi/stat_sys_download_anim0.png b/core/res/res/drawable-mdpi/stat_sys_download_anim0.png Binary files differindex 25324f645f84..220ebbf37145 100644 --- a/core/res/res/drawable-mdpi/stat_sys_download_anim0.png +++ b/core/res/res/drawable-mdpi/stat_sys_download_anim0.png diff --git a/core/res/res/drawable-mdpi/stat_sys_download_anim1.png b/core/res/res/drawable-mdpi/stat_sys_download_anim1.png Binary files differindex 6d1fb4a0a8cf..1d3cce2f17f1 100644 --- a/core/res/res/drawable-mdpi/stat_sys_download_anim1.png +++ b/core/res/res/drawable-mdpi/stat_sys_download_anim1.png diff --git a/core/res/res/drawable-mdpi/stat_sys_download_anim2.png b/core/res/res/drawable-mdpi/stat_sys_download_anim2.png Binary files differindex 4c3e96399fa1..da8c96a744be 100644 --- a/core/res/res/drawable-mdpi/stat_sys_download_anim2.png +++ b/core/res/res/drawable-mdpi/stat_sys_download_anim2.png diff --git a/core/res/res/drawable-mdpi/stat_sys_download_anim3.png b/core/res/res/drawable-mdpi/stat_sys_download_anim3.png Binary files differindex 2aae62541a8d..4690f27e14d8 100644 --- a/core/res/res/drawable-mdpi/stat_sys_download_anim3.png +++ b/core/res/res/drawable-mdpi/stat_sys_download_anim3.png diff --git a/core/res/res/drawable-mdpi/stat_sys_download_anim4.png b/core/res/res/drawable-mdpi/stat_sys_download_anim4.png Binary files differindex 55dbe1201151..6c2aab9386a6 100644 --- a/core/res/res/drawable-mdpi/stat_sys_download_anim4.png +++ b/core/res/res/drawable-mdpi/stat_sys_download_anim4.png diff --git a/core/res/res/drawable-mdpi/stat_sys_download_anim5.png b/core/res/res/drawable-mdpi/stat_sys_download_anim5.png Binary files differindex 53fda4441ddf..be9242fa4b34 100644 --- a/core/res/res/drawable-mdpi/stat_sys_download_anim5.png +++ b/core/res/res/drawable-mdpi/stat_sys_download_anim5.png diff --git a/core/res/res/drawable-mdpi/stat_sys_gps_on.png b/core/res/res/drawable-mdpi/stat_sys_gps_on.png Binary files differindex 311a1de3799b..0f986ed78673 100644 --- a/core/res/res/drawable-mdpi/stat_sys_gps_on.png +++ b/core/res/res/drawable-mdpi/stat_sys_gps_on.png diff --git a/core/res/res/drawable-mdpi/stat_sys_headset.png b/core/res/res/drawable-mdpi/stat_sys_headset.png Binary files differindex 45fbea238f82..d6c5901e6c30 100644 --- a/core/res/res/drawable-mdpi/stat_sys_headset.png +++ b/core/res/res/drawable-mdpi/stat_sys_headset.png diff --git a/core/res/res/drawable-mdpi/stat_sys_phone_call.png b/core/res/res/drawable-mdpi/stat_sys_phone_call.png Binary files differindex 71da6a2d581f..fea9ce4edb16 100644 --- a/core/res/res/drawable-mdpi/stat_sys_phone_call.png +++ b/core/res/res/drawable-mdpi/stat_sys_phone_call.png diff --git a/core/res/res/drawable-mdpi/stat_sys_phone_call_forward.png b/core/res/res/drawable-mdpi/stat_sys_phone_call_forward.png Binary files differindex b0dbe6dce16f..b225274ebe9b 100644 --- a/core/res/res/drawable-mdpi/stat_sys_phone_call_forward.png +++ b/core/res/res/drawable-mdpi/stat_sys_phone_call_forward.png diff --git a/core/res/res/drawable-mdpi/stat_sys_phone_call_on_hold.png b/core/res/res/drawable-mdpi/stat_sys_phone_call_on_hold.png Binary files differindex 22e9082c49b1..a0b4120a5019 100644 --- a/core/res/res/drawable-mdpi/stat_sys_phone_call_on_hold.png +++ b/core/res/res/drawable-mdpi/stat_sys_phone_call_on_hold.png diff --git a/core/res/res/drawable-mdpi/stat_sys_r_signal_0_cdma.png b/core/res/res/drawable-mdpi/stat_sys_r_signal_0_cdma.png Binary files differindex f39f5ba26ddb..dadb67a01d7e 100644 --- a/core/res/res/drawable-mdpi/stat_sys_r_signal_0_cdma.png +++ b/core/res/res/drawable-mdpi/stat_sys_r_signal_0_cdma.png diff --git a/core/res/res/drawable-mdpi/stat_sys_r_signal_1_cdma.png b/core/res/res/drawable-mdpi/stat_sys_r_signal_1_cdma.png Binary files differindex 86bb2def65ae..7227b927ebc1 100644 --- a/core/res/res/drawable-mdpi/stat_sys_r_signal_1_cdma.png +++ b/core/res/res/drawable-mdpi/stat_sys_r_signal_1_cdma.png diff --git a/core/res/res/drawable-mdpi/stat_sys_r_signal_2_cdma.png b/core/res/res/drawable-mdpi/stat_sys_r_signal_2_cdma.png Binary files differindex b6eda0718931..7255820ccc91 100644 --- a/core/res/res/drawable-mdpi/stat_sys_r_signal_2_cdma.png +++ b/core/res/res/drawable-mdpi/stat_sys_r_signal_2_cdma.png diff --git a/core/res/res/drawable-mdpi/stat_sys_r_signal_3_cdma.png b/core/res/res/drawable-mdpi/stat_sys_r_signal_3_cdma.png Binary files differindex b7ca7f908e70..147fd2944f29 100644 --- a/core/res/res/drawable-mdpi/stat_sys_r_signal_3_cdma.png +++ b/core/res/res/drawable-mdpi/stat_sys_r_signal_3_cdma.png diff --git a/core/res/res/drawable-mdpi/stat_sys_r_signal_4_cdma.png b/core/res/res/drawable-mdpi/stat_sys_r_signal_4_cdma.png Binary files differindex 61a95753fa74..5915f22343a4 100644 --- a/core/res/res/drawable-mdpi/stat_sys_r_signal_4_cdma.png +++ b/core/res/res/drawable-mdpi/stat_sys_r_signal_4_cdma.png diff --git a/core/res/res/drawable-mdpi/stat_sys_ra_signal_0_cdma.png b/core/res/res/drawable-mdpi/stat_sys_ra_signal_0_cdma.png Binary files differindex feb4f2c0afc7..0fa8c847d458 100644 --- a/core/res/res/drawable-mdpi/stat_sys_ra_signal_0_cdma.png +++ b/core/res/res/drawable-mdpi/stat_sys_ra_signal_0_cdma.png diff --git a/core/res/res/drawable-mdpi/stat_sys_ra_signal_1_cdma.png b/core/res/res/drawable-mdpi/stat_sys_ra_signal_1_cdma.png Binary files differindex a42ff0c48188..20f9cf03464e 100644 --- a/core/res/res/drawable-mdpi/stat_sys_ra_signal_1_cdma.png +++ b/core/res/res/drawable-mdpi/stat_sys_ra_signal_1_cdma.png diff --git a/core/res/res/drawable-mdpi/stat_sys_ra_signal_2_cdma.png b/core/res/res/drawable-mdpi/stat_sys_ra_signal_2_cdma.png Binary files differindex e991c7688b32..86b59603e0d2 100644 --- a/core/res/res/drawable-mdpi/stat_sys_ra_signal_2_cdma.png +++ b/core/res/res/drawable-mdpi/stat_sys_ra_signal_2_cdma.png diff --git a/core/res/res/drawable-mdpi/stat_sys_ra_signal_3_cdma.png b/core/res/res/drawable-mdpi/stat_sys_ra_signal_3_cdma.png Binary files differindex 4b743fb5d857..a59d71f8c954 100644 --- a/core/res/res/drawable-mdpi/stat_sys_ra_signal_3_cdma.png +++ b/core/res/res/drawable-mdpi/stat_sys_ra_signal_3_cdma.png diff --git a/core/res/res/drawable-mdpi/stat_sys_ra_signal_4_cdma.png b/core/res/res/drawable-mdpi/stat_sys_ra_signal_4_cdma.png Binary files differindex 65172b76b7ca..300be2b254fd 100644 --- a/core/res/res/drawable-mdpi/stat_sys_ra_signal_4_cdma.png +++ b/core/res/res/drawable-mdpi/stat_sys_ra_signal_4_cdma.png diff --git a/core/res/res/drawable-mdpi/stat_sys_signal_0_cdma.png b/core/res/res/drawable-mdpi/stat_sys_signal_0_cdma.png Binary files differindex 03c51ce3755c..506e3a214026 100644 --- a/core/res/res/drawable-mdpi/stat_sys_signal_0_cdma.png +++ b/core/res/res/drawable-mdpi/stat_sys_signal_0_cdma.png diff --git a/core/res/res/drawable-mdpi/stat_sys_signal_1_cdma.png b/core/res/res/drawable-mdpi/stat_sys_signal_1_cdma.png Binary files differindex dced6df8ce83..74b341d4d09c 100644 --- a/core/res/res/drawable-mdpi/stat_sys_signal_1_cdma.png +++ b/core/res/res/drawable-mdpi/stat_sys_signal_1_cdma.png diff --git a/core/res/res/drawable-mdpi/stat_sys_signal_2_cdma.png b/core/res/res/drawable-mdpi/stat_sys_signal_2_cdma.png Binary files differindex 9eac4c611620..2eaa0a2bb318 100644 --- a/core/res/res/drawable-mdpi/stat_sys_signal_2_cdma.png +++ b/core/res/res/drawable-mdpi/stat_sys_signal_2_cdma.png diff --git a/core/res/res/drawable-mdpi/stat_sys_signal_3_cdma.png b/core/res/res/drawable-mdpi/stat_sys_signal_3_cdma.png Binary files differindex 74d983c408c6..c17b9d530475 100644 --- a/core/res/res/drawable-mdpi/stat_sys_signal_3_cdma.png +++ b/core/res/res/drawable-mdpi/stat_sys_signal_3_cdma.png diff --git a/core/res/res/drawable-mdpi/stat_sys_signal_4_cdma.png b/core/res/res/drawable-mdpi/stat_sys_signal_4_cdma.png Binary files differindex 8cc40b5248fb..e40fd77b0ab5 100644 --- a/core/res/res/drawable-mdpi/stat_sys_signal_4_cdma.png +++ b/core/res/res/drawable-mdpi/stat_sys_signal_4_cdma.png diff --git a/core/res/res/drawable-mdpi/stat_sys_signal_evdo_0.png b/core/res/res/drawable-mdpi/stat_sys_signal_evdo_0.png Binary files differindex 177e0e9683ec..8fbbb58ea045 100644 --- a/core/res/res/drawable-mdpi/stat_sys_signal_evdo_0.png +++ b/core/res/res/drawable-mdpi/stat_sys_signal_evdo_0.png diff --git a/core/res/res/drawable-mdpi/stat_sys_signal_evdo_1.png b/core/res/res/drawable-mdpi/stat_sys_signal_evdo_1.png Binary files differindex 5f663192b0a1..4e6d89c19e18 100644 --- a/core/res/res/drawable-mdpi/stat_sys_signal_evdo_1.png +++ b/core/res/res/drawable-mdpi/stat_sys_signal_evdo_1.png diff --git a/core/res/res/drawable-mdpi/stat_sys_signal_evdo_2.png b/core/res/res/drawable-mdpi/stat_sys_signal_evdo_2.png Binary files differindex c3659128112c..0a067e93fbaa 100644 --- a/core/res/res/drawable-mdpi/stat_sys_signal_evdo_2.png +++ b/core/res/res/drawable-mdpi/stat_sys_signal_evdo_2.png diff --git a/core/res/res/drawable-mdpi/stat_sys_signal_evdo_3.png b/core/res/res/drawable-mdpi/stat_sys_signal_evdo_3.png Binary files differindex 58d631bcc938..6a671d50d210 100644 --- a/core/res/res/drawable-mdpi/stat_sys_signal_evdo_3.png +++ b/core/res/res/drawable-mdpi/stat_sys_signal_evdo_3.png diff --git a/core/res/res/drawable-mdpi/stat_sys_signal_evdo_4.png b/core/res/res/drawable-mdpi/stat_sys_signal_evdo_4.png Binary files differindex e63af68fd5d1..9f5a36216a97 100644 --- a/core/res/res/drawable-mdpi/stat_sys_signal_evdo_4.png +++ b/core/res/res/drawable-mdpi/stat_sys_signal_evdo_4.png diff --git a/core/res/res/drawable-mdpi/stat_sys_tether_bluetooth.png b/core/res/res/drawable-mdpi/stat_sys_tether_bluetooth.png Binary files differindex f42dae0fdcb9..ba16205485e0 100644 --- a/core/res/res/drawable-mdpi/stat_sys_tether_bluetooth.png +++ b/core/res/res/drawable-mdpi/stat_sys_tether_bluetooth.png diff --git a/core/res/res/drawable-mdpi/stat_sys_tether_general.png b/core/res/res/drawable-mdpi/stat_sys_tether_general.png Binary files differindex 065516185ad4..9aa1350c8f9e 100644 --- a/core/res/res/drawable-mdpi/stat_sys_tether_general.png +++ b/core/res/res/drawable-mdpi/stat_sys_tether_general.png diff --git a/core/res/res/drawable-mdpi/stat_sys_tether_usb.png b/core/res/res/drawable-mdpi/stat_sys_tether_usb.png Binary files differindex 2e2b8ca2e9cb..5663bcb83c4c 100644 --- a/core/res/res/drawable-mdpi/stat_sys_tether_usb.png +++ b/core/res/res/drawable-mdpi/stat_sys_tether_usb.png diff --git a/core/res/res/drawable-mdpi/stat_sys_throttled.png b/core/res/res/drawable-mdpi/stat_sys_throttled.png Binary files differindex ef6a7af9d344..1e85b079ff9d 100644 --- a/core/res/res/drawable-mdpi/stat_sys_throttled.png +++ b/core/res/res/drawable-mdpi/stat_sys_throttled.png diff --git a/core/res/res/drawable-mdpi/stat_sys_upload_anim0.png b/core/res/res/drawable-mdpi/stat_sys_upload_anim0.png Binary files differindex 6402aa5ae1c6..f97b3227312e 100644 --- a/core/res/res/drawable-mdpi/stat_sys_upload_anim0.png +++ b/core/res/res/drawable-mdpi/stat_sys_upload_anim0.png diff --git a/core/res/res/drawable-mdpi/stat_sys_upload_anim1.png b/core/res/res/drawable-mdpi/stat_sys_upload_anim1.png Binary files differindex b9c364c92b15..5609f2d25f16 100644 --- a/core/res/res/drawable-mdpi/stat_sys_upload_anim1.png +++ b/core/res/res/drawable-mdpi/stat_sys_upload_anim1.png diff --git a/core/res/res/drawable-mdpi/stat_sys_upload_anim2.png b/core/res/res/drawable-mdpi/stat_sys_upload_anim2.png Binary files differindex 217ea4eb6579..b1c86225aac2 100644 --- a/core/res/res/drawable-mdpi/stat_sys_upload_anim2.png +++ b/core/res/res/drawable-mdpi/stat_sys_upload_anim2.png diff --git a/core/res/res/drawable-mdpi/stat_sys_upload_anim3.png b/core/res/res/drawable-mdpi/stat_sys_upload_anim3.png Binary files differindex e22ec6ded41f..ad168adbc994 100644 --- a/core/res/res/drawable-mdpi/stat_sys_upload_anim3.png +++ b/core/res/res/drawable-mdpi/stat_sys_upload_anim3.png diff --git a/core/res/res/drawable-mdpi/stat_sys_upload_anim4.png b/core/res/res/drawable-mdpi/stat_sys_upload_anim4.png Binary files differindex a86d5cdfa1c4..c47f3968dfd3 100644 --- a/core/res/res/drawable-mdpi/stat_sys_upload_anim4.png +++ b/core/res/res/drawable-mdpi/stat_sys_upload_anim4.png diff --git a/core/res/res/drawable-mdpi/stat_sys_upload_anim5.png b/core/res/res/drawable-mdpi/stat_sys_upload_anim5.png Binary files differindex 3387dbb27be4..ac7c5ef8f6fb 100644 --- a/core/res/res/drawable-mdpi/stat_sys_upload_anim5.png +++ b/core/res/res/drawable-mdpi/stat_sys_upload_anim5.png diff --git a/core/res/res/drawable-mdpi/stat_sys_vp_phone_call.png b/core/res/res/drawable-mdpi/stat_sys_vp_phone_call.png Binary files differindex 32b23ed84621..72237910d7cc 100644 --- a/core/res/res/drawable-mdpi/stat_sys_vp_phone_call.png +++ b/core/res/res/drawable-mdpi/stat_sys_vp_phone_call.png diff --git a/core/res/res/drawable-mdpi/stat_sys_vp_phone_call_on_hold.png b/core/res/res/drawable-mdpi/stat_sys_vp_phone_call_on_hold.png Binary files differindex a4c1fc88d0dc..4527e8f3f37d 100644 --- a/core/res/res/drawable-mdpi/stat_sys_vp_phone_call_on_hold.png +++ b/core/res/res/drawable-mdpi/stat_sys_vp_phone_call_on_hold.png diff --git a/core/res/res/drawable-mdpi/stat_sys_warning.png b/core/res/res/drawable-mdpi/stat_sys_warning.png Binary files differindex 168f8f6ff88e..daf78f3d1b9b 100644 --- a/core/res/res/drawable-mdpi/stat_sys_warning.png +++ b/core/res/res/drawable-mdpi/stat_sys_warning.png diff --git a/core/res/res/drawable-mdpi/status_bar_background.png b/core/res/res/drawable-mdpi/status_bar_background.png Binary files differindex cd111664d304..a466c8863305 100644 --- a/core/res/res/drawable-mdpi/status_bar_background.png +++ b/core/res/res/drawable-mdpi/status_bar_background.png diff --git a/core/res/res/drawable-mdpi/status_bar_header_background.9.png b/core/res/res/drawable-mdpi/status_bar_header_background.9.png Binary files differindex fa9a90c1ee45..2b120ee5bff8 100644 --- a/core/res/res/drawable-mdpi/status_bar_header_background.9.png +++ b/core/res/res/drawable-mdpi/status_bar_header_background.9.png diff --git a/core/res/res/drawable-mdpi/status_bar_item_app_background_normal.9.png b/core/res/res/drawable-mdpi/status_bar_item_app_background_normal.9.png Binary files differindex 873c556f628d..11809ac111f8 100644 --- a/core/res/res/drawable-mdpi/status_bar_item_app_background_normal.9.png +++ b/core/res/res/drawable-mdpi/status_bar_item_app_background_normal.9.png diff --git a/core/res/res/drawable-mdpi/status_bar_item_background_focus.9.png b/core/res/res/drawable-mdpi/status_bar_item_background_focus.9.png Binary files differindex c3e241586642..8778f7fbfdd6 100644 --- a/core/res/res/drawable-mdpi/status_bar_item_background_focus.9.png +++ b/core/res/res/drawable-mdpi/status_bar_item_background_focus.9.png diff --git a/core/res/res/drawable-mdpi/status_bar_item_background_normal.9.png b/core/res/res/drawable-mdpi/status_bar_item_background_normal.9.png Binary files differindex f0e4d068cbfe..b90941bec23f 100644 --- a/core/res/res/drawable-mdpi/status_bar_item_background_normal.9.png +++ b/core/res/res/drawable-mdpi/status_bar_item_background_normal.9.png diff --git a/core/res/res/drawable-mdpi/status_bar_item_background_pressed.9.png b/core/res/res/drawable-mdpi/status_bar_item_background_pressed.9.png Binary files differindex 02b4e9a536fe..7402a69391ea 100644 --- a/core/res/res/drawable-mdpi/status_bar_item_background_pressed.9.png +++ b/core/res/res/drawable-mdpi/status_bar_item_background_pressed.9.png diff --git a/core/res/res/drawable-mdpi/statusbar_background.9.png b/core/res/res/drawable-mdpi/statusbar_background.9.png Binary files differindex eb7c1a4d7819..c4352fca774a 100644 --- a/core/res/res/drawable-mdpi/statusbar_background.9.png +++ b/core/res/res/drawable-mdpi/statusbar_background.9.png diff --git a/core/res/res/drawable-mdpi/submenu_arrow_nofocus.png b/core/res/res/drawable-mdpi/submenu_arrow_nofocus.png Binary files differindex cead09e4bdfd..2802105913ef 100644 --- a/core/res/res/drawable-mdpi/submenu_arrow_nofocus.png +++ b/core/res/res/drawable-mdpi/submenu_arrow_nofocus.png diff --git a/core/res/res/drawable-mdpi/switch_bg_disabled_holo_dark.9.png b/core/res/res/drawable-mdpi/switch_bg_disabled_holo_dark.9.png Binary files differindex 76ccb8e96aa0..a4746fe3e9d7 100644 --- a/core/res/res/drawable-mdpi/switch_bg_disabled_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/switch_bg_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/switch_bg_disabled_holo_light.9.png b/core/res/res/drawable-mdpi/switch_bg_disabled_holo_light.9.png Binary files differindex 1e56c3253d42..98513e5dd8e4 100644 --- a/core/res/res/drawable-mdpi/switch_bg_disabled_holo_light.9.png +++ b/core/res/res/drawable-mdpi/switch_bg_disabled_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/switch_bg_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/switch_bg_focused_holo_dark.9.png Binary files differindex 914e4337af81..d2222c13872c 100644 --- a/core/res/res/drawable-mdpi/switch_bg_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/switch_bg_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/switch_bg_focused_holo_light.9.png b/core/res/res/drawable-mdpi/switch_bg_focused_holo_light.9.png Binary files differindex 89b02735fef0..67477b0f9956 100644 --- a/core/res/res/drawable-mdpi/switch_bg_focused_holo_light.9.png +++ b/core/res/res/drawable-mdpi/switch_bg_focused_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/switch_bg_holo_dark.9.png b/core/res/res/drawable-mdpi/switch_bg_holo_dark.9.png Binary files differindex b5582b553cc9..13e9a165cd9f 100644 --- a/core/res/res/drawable-mdpi/switch_bg_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/switch_bg_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/switch_bg_holo_light.9.png b/core/res/res/drawable-mdpi/switch_bg_holo_light.9.png Binary files differindex a2af2b5e2001..0970b91cf741 100644 --- a/core/res/res/drawable-mdpi/switch_bg_holo_light.9.png +++ b/core/res/res/drawable-mdpi/switch_bg_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/switch_thumb_activated_holo_dark.9.png b/core/res/res/drawable-mdpi/switch_thumb_activated_holo_dark.9.png Binary files differindex 3d7c236abb74..fd66d7c3a6d0 100644 --- a/core/res/res/drawable-mdpi/switch_thumb_activated_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/switch_thumb_activated_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/switch_thumb_activated_holo_light.9.png b/core/res/res/drawable-mdpi/switch_thumb_activated_holo_light.9.png Binary files differindex 3d7c236abb74..fd66d7c3a6d0 100644 --- a/core/res/res/drawable-mdpi/switch_thumb_activated_holo_light.9.png +++ b/core/res/res/drawable-mdpi/switch_thumb_activated_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/switch_thumb_disabled_holo_dark.9.png b/core/res/res/drawable-mdpi/switch_thumb_disabled_holo_dark.9.png Binary files differindex 82f05d623bda..6e341e568836 100644 --- a/core/res/res/drawable-mdpi/switch_thumb_disabled_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/switch_thumb_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/switch_thumb_disabled_holo_light.9.png b/core/res/res/drawable-mdpi/switch_thumb_disabled_holo_light.9.png Binary files differindex 82f05d623bda..6e341e568836 100644 --- a/core/res/res/drawable-mdpi/switch_thumb_disabled_holo_light.9.png +++ b/core/res/res/drawable-mdpi/switch_thumb_disabled_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/switch_thumb_holo_dark.9.png b/core/res/res/drawable-mdpi/switch_thumb_holo_dark.9.png Binary files differindex 9bc7a68e9e86..f8936c5b1ce3 100644 --- a/core/res/res/drawable-mdpi/switch_thumb_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/switch_thumb_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/switch_thumb_holo_light.9.png b/core/res/res/drawable-mdpi/switch_thumb_holo_light.9.png Binary files differindex 9bc7a68e9e86..f8936c5b1ce3 100644 --- a/core/res/res/drawable-mdpi/switch_thumb_holo_light.9.png +++ b/core/res/res/drawable-mdpi/switch_thumb_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/switch_thumb_pressed_holo_dark.9.png b/core/res/res/drawable-mdpi/switch_thumb_pressed_holo_dark.9.png Binary files differindex f9f2fc6177a0..14cc609d533e 100644 --- a/core/res/res/drawable-mdpi/switch_thumb_pressed_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/switch_thumb_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/switch_thumb_pressed_holo_light.9.png b/core/res/res/drawable-mdpi/switch_thumb_pressed_holo_light.9.png Binary files differindex 28a57a2240a5..366dc1d1dc48 100644 --- a/core/res/res/drawable-mdpi/switch_thumb_pressed_holo_light.9.png +++ b/core/res/res/drawable-mdpi/switch_thumb_pressed_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/sym_action_add.png b/core/res/res/drawable-mdpi/sym_action_add.png Binary files differindex af637b3be9d5..357cdcd33ab3 100644 --- a/core/res/res/drawable-mdpi/sym_action_add.png +++ b/core/res/res/drawable-mdpi/sym_action_add.png diff --git a/core/res/res/drawable-mdpi/sym_action_call.png b/core/res/res/drawable-mdpi/sym_action_call.png Binary files differindex a44275820585..14832c50d366 100644 --- a/core/res/res/drawable-mdpi/sym_action_call.png +++ b/core/res/res/drawable-mdpi/sym_action_call.png diff --git a/core/res/res/drawable-mdpi/sym_action_chat.png b/core/res/res/drawable-mdpi/sym_action_chat.png Binary files differindex 0e28a7dbd5a5..a74443d61ae7 100644 --- a/core/res/res/drawable-mdpi/sym_action_chat.png +++ b/core/res/res/drawable-mdpi/sym_action_chat.png diff --git a/core/res/res/drawable-mdpi/sym_action_email.png b/core/res/res/drawable-mdpi/sym_action_email.png Binary files differindex 5fea417f1643..031c47b797ee 100644 --- a/core/res/res/drawable-mdpi/sym_action_email.png +++ b/core/res/res/drawable-mdpi/sym_action_email.png diff --git a/core/res/res/drawable-mdpi/sym_app_on_sd_unavailable_icon.png b/core/res/res/drawable-mdpi/sym_app_on_sd_unavailable_icon.png Binary files differindex 47306683f374..632bd2e25fe6 100644 --- a/core/res/res/drawable-mdpi/sym_app_on_sd_unavailable_icon.png +++ b/core/res/res/drawable-mdpi/sym_app_on_sd_unavailable_icon.png diff --git a/core/res/res/drawable-mdpi/sym_call_incoming.png b/core/res/res/drawable-mdpi/sym_call_incoming.png Binary files differindex 652b8829efbc..d00dc3d6ca20 100644 --- a/core/res/res/drawable-mdpi/sym_call_incoming.png +++ b/core/res/res/drawable-mdpi/sym_call_incoming.png diff --git a/core/res/res/drawable-mdpi/sym_call_missed.png b/core/res/res/drawable-mdpi/sym_call_missed.png Binary files differindex ed859d07ee91..88c043af493a 100644 --- a/core/res/res/drawable-mdpi/sym_call_missed.png +++ b/core/res/res/drawable-mdpi/sym_call_missed.png diff --git a/core/res/res/drawable-mdpi/sym_call_outgoing.png b/core/res/res/drawable-mdpi/sym_call_outgoing.png Binary files differindex bdf675de6095..fb093d1799c3 100644 --- a/core/res/res/drawable-mdpi/sym_call_outgoing.png +++ b/core/res/res/drawable-mdpi/sym_call_outgoing.png diff --git a/core/res/res/drawable-mdpi/sym_contact_card.png b/core/res/res/drawable-mdpi/sym_contact_card.png Binary files differindex 023ea6ffc2f5..c981efd74aa6 100644 --- a/core/res/res/drawable-mdpi/sym_contact_card.png +++ b/core/res/res/drawable-mdpi/sym_contact_card.png diff --git a/core/res/res/drawable-mdpi/sym_def_app_icon.png b/core/res/res/drawable-mdpi/sym_def_app_icon.png Binary files differindex c133a0cbd379..d55645c03c7c 100644 --- a/core/res/res/drawable-mdpi/sym_def_app_icon.png +++ b/core/res/res/drawable-mdpi/sym_def_app_icon.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_delete.png b/core/res/res/drawable-mdpi/sym_keyboard_delete.png Binary files differindex 74b836a12da0..8fe7a0e53b2f 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_delete.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_delete.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_delete_dim.png b/core/res/res/drawable-mdpi/sym_keyboard_delete_dim.png Binary files differindex 25460d80b0b4..651ca44dbc81 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_delete_dim.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_delete_dim.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_delete_holo.png b/core/res/res/drawable-mdpi/sym_keyboard_delete_holo.png Binary files differindex 1555791691aa..6e0797f7a630 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_delete_holo.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_delete_holo.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_enter.png b/core/res/res/drawable-mdpi/sym_keyboard_enter.png Binary files differindex 0fa53acfe868..ff3b568e816c 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_enter.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_enter.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_feedback_delete.png b/core/res/res/drawable-mdpi/sym_keyboard_feedback_delete.png Binary files differindex 1edb10b4e934..ab2f666948b6 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_feedback_delete.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_feedback_delete.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_feedback_ok.png b/core/res/res/drawable-mdpi/sym_keyboard_feedback_ok.png Binary files differindex 3148836bb669..03af871c6b21 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_feedback_ok.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_feedback_ok.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_feedback_return.png b/core/res/res/drawable-mdpi/sym_keyboard_feedback_return.png Binary files differindex 03d9c9b2d7eb..6246bae180f2 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_feedback_return.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_feedback_return.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_feedback_shift.png b/core/res/res/drawable-mdpi/sym_keyboard_feedback_shift.png Binary files differindex 97f4661f838a..4ea0ebeaf7d5 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_feedback_shift.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_feedback_shift.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_feedback_shift_locked.png b/core/res/res/drawable-mdpi/sym_keyboard_feedback_shift_locked.png Binary files differindex 7194b30b0362..c91db36987a5 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_feedback_shift_locked.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_feedback_shift_locked.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_feedback_space.png b/core/res/res/drawable-mdpi/sym_keyboard_feedback_space.png Binary files differindex 739db6879baa..2e363a8a4245 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_feedback_space.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_feedback_space.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_num0_no_plus.png b/core/res/res/drawable-mdpi/sym_keyboard_num0_no_plus.png Binary files differindex 9fefaeafaab3..ff89c9d4d8af 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_num0_no_plus.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_num0_no_plus.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_num1.png b/core/res/res/drawable-mdpi/sym_keyboard_num1.png Binary files differindex 1f37e32ff67a..a17f3de10db7 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_num1.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_num1.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_num2.png b/core/res/res/drawable-mdpi/sym_keyboard_num2.png Binary files differindex f899f78083f3..82221f846e95 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_num2.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_num2.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_num3.png b/core/res/res/drawable-mdpi/sym_keyboard_num3.png Binary files differindex 6a0f5ef98ad0..1d17745b47d2 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_num3.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_num3.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_num4.png b/core/res/res/drawable-mdpi/sym_keyboard_num4.png Binary files differindex 3a25bcd33545..11b591ffc372 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_num4.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_num4.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_num5.png b/core/res/res/drawable-mdpi/sym_keyboard_num5.png Binary files differindex 064d4bf38b72..9b95cfee7283 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_num5.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_num5.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_num6.png b/core/res/res/drawable-mdpi/sym_keyboard_num6.png Binary files differindex 61ee0a650b47..b51b6192df08 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_num6.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_num6.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_num7.png b/core/res/res/drawable-mdpi/sym_keyboard_num7.png Binary files differindex b931d7bfffee..5e634c48d6b9 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_num7.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_num7.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_num8.png b/core/res/res/drawable-mdpi/sym_keyboard_num8.png Binary files differindex f8d2891589e0..2bcbcabe4abe 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_num8.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_num8.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_num9.png b/core/res/res/drawable-mdpi/sym_keyboard_num9.png Binary files differindex 056d06761660..4f8416a7b076 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_num9.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_num9.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_ok.png b/core/res/res/drawable-mdpi/sym_keyboard_ok.png Binary files differindex b8b5292a9fa9..96f6c893c14e 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_ok.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_ok.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_ok_dim.png b/core/res/res/drawable-mdpi/sym_keyboard_ok_dim.png Binary files differindex 33ecff5b5fe1..d0a2ea3a0ef1 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_ok_dim.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_ok_dim.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_return.png b/core/res/res/drawable-mdpi/sym_keyboard_return.png Binary files differindex 17f257439816..ba2db4406f7d 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_return.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_return.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_shift.png b/core/res/res/drawable-mdpi/sym_keyboard_shift.png Binary files differindex 572c1c1cc0e3..b41d2d869a07 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_shift.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_shift.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_shift_locked.png b/core/res/res/drawable-mdpi/sym_keyboard_shift_locked.png Binary files differindex 175ed6ddda36..930114647cba 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_shift_locked.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_shift_locked.png diff --git a/core/res/res/drawable-mdpi/sym_keyboard_space.png b/core/res/res/drawable-mdpi/sym_keyboard_space.png Binary files differindex 4e6273b89850..846a40123a15 100644 --- a/core/res/res/drawable-mdpi/sym_keyboard_space.png +++ b/core/res/res/drawable-mdpi/sym_keyboard_space.png diff --git a/core/res/res/drawable-mdpi/tab_bottom_holo.9.png b/core/res/res/drawable-mdpi/tab_bottom_holo.9.png Binary files differindex 1e40b9c553ad..a9360cb27415 100644 --- a/core/res/res/drawable-mdpi/tab_bottom_holo.9.png +++ b/core/res/res/drawable-mdpi/tab_bottom_holo.9.png diff --git a/core/res/res/drawable-mdpi/tab_focus.9.png b/core/res/res/drawable-mdpi/tab_focus.9.png Binary files differindex d9bcc57a245a..0987595ba5e4 100644 --- a/core/res/res/drawable-mdpi/tab_focus.9.png +++ b/core/res/res/drawable-mdpi/tab_focus.9.png diff --git a/core/res/res/drawable-mdpi/tab_focus_bar_left.9.png b/core/res/res/drawable-mdpi/tab_focus_bar_left.9.png Binary files differindex 2536d9450c2e..ce73a1d0cbad 100644 --- a/core/res/res/drawable-mdpi/tab_focus_bar_left.9.png +++ b/core/res/res/drawable-mdpi/tab_focus_bar_left.9.png diff --git a/core/res/res/drawable-mdpi/tab_focus_bar_right.9.png b/core/res/res/drawable-mdpi/tab_focus_bar_right.9.png Binary files differindex 2536d9450c2e..ce73a1d0cbad 100644 --- a/core/res/res/drawable-mdpi/tab_focus_bar_right.9.png +++ b/core/res/res/drawable-mdpi/tab_focus_bar_right.9.png diff --git a/core/res/res/drawable-mdpi/tab_indicator_mtrl_alpha.9.png b/core/res/res/drawable-mdpi/tab_indicator_mtrl_alpha.9.png Binary files differindex b69529cb7841..dfc921f0d7db 100644 --- a/core/res/res/drawable-mdpi/tab_indicator_mtrl_alpha.9.png +++ b/core/res/res/drawable-mdpi/tab_indicator_mtrl_alpha.9.png diff --git a/core/res/res/drawable-mdpi/tab_press.9.png b/core/res/res/drawable-mdpi/tab_press.9.png Binary files differindex 3332660c874f..02bd9dcbf027 100644 --- a/core/res/res/drawable-mdpi/tab_press.9.png +++ b/core/res/res/drawable-mdpi/tab_press.9.png diff --git a/core/res/res/drawable-mdpi/tab_press_bar_left.9.png b/core/res/res/drawable-mdpi/tab_press_bar_left.9.png Binary files differindex d2c75e3cc3d0..0dab32aa3fbb 100644 --- a/core/res/res/drawable-mdpi/tab_press_bar_left.9.png +++ b/core/res/res/drawable-mdpi/tab_press_bar_left.9.png diff --git a/core/res/res/drawable-mdpi/tab_press_bar_right.9.png b/core/res/res/drawable-mdpi/tab_press_bar_right.9.png Binary files differindex d2c75e3cc3d0..0dab32aa3fbb 100644 --- a/core/res/res/drawable-mdpi/tab_press_bar_right.9.png +++ b/core/res/res/drawable-mdpi/tab_press_bar_right.9.png diff --git a/core/res/res/drawable-mdpi/tab_pressed_holo.9.png b/core/res/res/drawable-mdpi/tab_pressed_holo.9.png Binary files differindex a76fbae5be06..990fa63395bf 100644 --- a/core/res/res/drawable-mdpi/tab_pressed_holo.9.png +++ b/core/res/res/drawable-mdpi/tab_pressed_holo.9.png diff --git a/core/res/res/drawable-mdpi/tab_selected.9.png b/core/res/res/drawable-mdpi/tab_selected.9.png Binary files differindex 54190ea203be..823cea6fa8ac 100644 --- a/core/res/res/drawable-mdpi/tab_selected.9.png +++ b/core/res/res/drawable-mdpi/tab_selected.9.png diff --git a/core/res/res/drawable-mdpi/tab_selected_bar_left.9.png b/core/res/res/drawable-mdpi/tab_selected_bar_left.9.png Binary files differindex d20f3a2e6217..f28ef0204d3c 100644 --- a/core/res/res/drawable-mdpi/tab_selected_bar_left.9.png +++ b/core/res/res/drawable-mdpi/tab_selected_bar_left.9.png diff --git a/core/res/res/drawable-mdpi/tab_selected_bar_left_v4.9.png b/core/res/res/drawable-mdpi/tab_selected_bar_left_v4.9.png Binary files differindex 6710945d0982..8ab57c9c3bad 100644 --- a/core/res/res/drawable-mdpi/tab_selected_bar_left_v4.9.png +++ b/core/res/res/drawable-mdpi/tab_selected_bar_left_v4.9.png diff --git a/core/res/res/drawable-mdpi/tab_selected_bar_right.9.png b/core/res/res/drawable-mdpi/tab_selected_bar_right.9.png Binary files differindex d20f3a2e6217..f28ef0204d3c 100644 --- a/core/res/res/drawable-mdpi/tab_selected_bar_right.9.png +++ b/core/res/res/drawable-mdpi/tab_selected_bar_right.9.png diff --git a/core/res/res/drawable-mdpi/tab_selected_bar_right_v4.9.png b/core/res/res/drawable-mdpi/tab_selected_bar_right_v4.9.png Binary files differindex 6710945d0982..8ab57c9c3bad 100644 --- a/core/res/res/drawable-mdpi/tab_selected_bar_right_v4.9.png +++ b/core/res/res/drawable-mdpi/tab_selected_bar_right_v4.9.png diff --git a/core/res/res/drawable-mdpi/tab_selected_focused_holo.9.png b/core/res/res/drawable-mdpi/tab_selected_focused_holo.9.png Binary files differindex c9972e74bb4f..6eb7f242ecfd 100644 --- a/core/res/res/drawable-mdpi/tab_selected_focused_holo.9.png +++ b/core/res/res/drawable-mdpi/tab_selected_focused_holo.9.png diff --git a/core/res/res/drawable-mdpi/tab_selected_holo.9.png b/core/res/res/drawable-mdpi/tab_selected_holo.9.png Binary files differindex 587337caf74f..1b1f33492274 100644 --- a/core/res/res/drawable-mdpi/tab_selected_holo.9.png +++ b/core/res/res/drawable-mdpi/tab_selected_holo.9.png diff --git a/core/res/res/drawable-mdpi/tab_selected_pressed_holo.9.png b/core/res/res/drawable-mdpi/tab_selected_pressed_holo.9.png Binary files differindex c98f046a31b1..64d333db5c55 100644 --- a/core/res/res/drawable-mdpi/tab_selected_pressed_holo.9.png +++ b/core/res/res/drawable-mdpi/tab_selected_pressed_holo.9.png diff --git a/core/res/res/drawable-mdpi/tab_selected_v4.9.png b/core/res/res/drawable-mdpi/tab_selected_v4.9.png Binary files differindex e8e112a5a7e6..50d33c779833 100644 --- a/core/res/res/drawable-mdpi/tab_selected_v4.9.png +++ b/core/res/res/drawable-mdpi/tab_selected_v4.9.png diff --git a/core/res/res/drawable-mdpi/tab_unselected.9.png b/core/res/res/drawable-mdpi/tab_unselected.9.png Binary files differindex 1b8a69c95893..3708676244a9 100644 --- a/core/res/res/drawable-mdpi/tab_unselected.9.png +++ b/core/res/res/drawable-mdpi/tab_unselected.9.png diff --git a/core/res/res/drawable-mdpi/tab_unselected_focused_holo.9.png b/core/res/res/drawable-mdpi/tab_unselected_focused_holo.9.png Binary files differindex f0cecd183ae8..1da1a2dba4f1 100644 --- a/core/res/res/drawable-mdpi/tab_unselected_focused_holo.9.png +++ b/core/res/res/drawable-mdpi/tab_unselected_focused_holo.9.png diff --git a/core/res/res/drawable-mdpi/tab_unselected_holo.9.png b/core/res/res/drawable-mdpi/tab_unselected_holo.9.png Binary files differindex a2dbf42b74f7..0670c5e670c9 100644 --- a/core/res/res/drawable-mdpi/tab_unselected_holo.9.png +++ b/core/res/res/drawable-mdpi/tab_unselected_holo.9.png diff --git a/core/res/res/drawable-mdpi/tab_unselected_pressed_holo.9.png b/core/res/res/drawable-mdpi/tab_unselected_pressed_holo.9.png Binary files differindex 87534595f8ec..9a30dc7d6de5 100644 --- a/core/res/res/drawable-mdpi/tab_unselected_pressed_holo.9.png +++ b/core/res/res/drawable-mdpi/tab_unselected_pressed_holo.9.png diff --git a/core/res/res/drawable-mdpi/tab_unselected_v4.9.png b/core/res/res/drawable-mdpi/tab_unselected_v4.9.png Binary files differindex 229f5037ae39..bb29f0740117 100644 --- a/core/res/res/drawable-mdpi/tab_unselected_v4.9.png +++ b/core/res/res/drawable-mdpi/tab_unselected_v4.9.png diff --git a/core/res/res/drawable-mdpi/text_edit_paste_window.9.png b/core/res/res/drawable-mdpi/text_edit_paste_window.9.png Binary files differindex caacb5a72bcd..4334b941d880 100644 --- a/core/res/res/drawable-mdpi/text_edit_paste_window.9.png +++ b/core/res/res/drawable-mdpi/text_edit_paste_window.9.png diff --git a/core/res/res/drawable-mdpi/text_edit_side_paste_window.9.png b/core/res/res/drawable-mdpi/text_edit_side_paste_window.9.png Binary files differindex 04300d4e0056..5918fb0b1081 100644 --- a/core/res/res/drawable-mdpi/text_edit_side_paste_window.9.png +++ b/core/res/res/drawable-mdpi/text_edit_side_paste_window.9.png diff --git a/core/res/res/drawable-mdpi/text_edit_suggestions_window.9.png b/core/res/res/drawable-mdpi/text_edit_suggestions_window.9.png Binary files differindex caacb5a72bcd..4334b941d880 100644 --- a/core/res/res/drawable-mdpi/text_edit_suggestions_window.9.png +++ b/core/res/res/drawable-mdpi/text_edit_suggestions_window.9.png diff --git a/core/res/res/drawable-mdpi/text_select_handle_left.png b/core/res/res/drawable-mdpi/text_select_handle_left.png Binary files differindex 750cdea505da..868c5013973e 100644 --- a/core/res/res/drawable-mdpi/text_select_handle_left.png +++ b/core/res/res/drawable-mdpi/text_select_handle_left.png diff --git a/core/res/res/drawable-mdpi/text_select_handle_left_mtrl_alpha.png b/core/res/res/drawable-mdpi/text_select_handle_left_mtrl_alpha.png Binary files differindex b36a41373aef..eaacc7daa8c4 100644 --- a/core/res/res/drawable-mdpi/text_select_handle_left_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/text_select_handle_left_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/text_select_handle_middle.png b/core/res/res/drawable-mdpi/text_select_handle_middle.png Binary files differindex 3cdca907c958..16d0935992ae 100644 --- a/core/res/res/drawable-mdpi/text_select_handle_middle.png +++ b/core/res/res/drawable-mdpi/text_select_handle_middle.png diff --git a/core/res/res/drawable-mdpi/text_select_handle_middle_mtrl_alpha.png b/core/res/res/drawable-mdpi/text_select_handle_middle_mtrl_alpha.png Binary files differindex e54d32ee2050..eaa97d4026ed 100644 --- a/core/res/res/drawable-mdpi/text_select_handle_middle_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/text_select_handle_middle_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/text_select_handle_right.png b/core/res/res/drawable-mdpi/text_select_handle_right.png Binary files differindex fc3d14497fdb..4d14620d1f65 100644 --- a/core/res/res/drawable-mdpi/text_select_handle_right.png +++ b/core/res/res/drawable-mdpi/text_select_handle_right.png diff --git a/core/res/res/drawable-mdpi/text_select_handle_right_mtrl_alpha.png b/core/res/res/drawable-mdpi/text_select_handle_right_mtrl_alpha.png Binary files differindex afd0bd226b72..d0450249e4ed 100644 --- a/core/res/res/drawable-mdpi/text_select_handle_right_mtrl_alpha.png +++ b/core/res/res/drawable-mdpi/text_select_handle_right_mtrl_alpha.png diff --git a/core/res/res/drawable-mdpi/textfield_activated_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_activated_holo_dark.9.png Binary files differindex 33f798d4a5af..4f922685b289 100644 --- a/core/res/res/drawable-mdpi/textfield_activated_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_activated_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_activated_holo_light.9.png b/core/res/res/drawable-mdpi/textfield_activated_holo_light.9.png Binary files differindex 622c6849034a..4f922685b289 100644 --- a/core/res/res/drawable-mdpi/textfield_activated_holo_light.9.png +++ b/core/res/res/drawable-mdpi/textfield_activated_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/textfield_activated_mtrl_alpha.9.png b/core/res/res/drawable-mdpi/textfield_activated_mtrl_alpha.9.png Binary files differindex 45db6f71203a..7f69672baecb 100644 --- a/core/res/res/drawable-mdpi/textfield_activated_mtrl_alpha.9.png +++ b/core/res/res/drawable-mdpi/textfield_activated_mtrl_alpha.9.png diff --git a/core/res/res/drawable-mdpi/textfield_bg_activated_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_bg_activated_holo_dark.9.png Binary files differindex a233b0d7079c..65697eadd067 100644 --- a/core/res/res/drawable-mdpi/textfield_bg_activated_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_bg_activated_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_bg_default_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_bg_default_holo_dark.9.png Binary files differindex 403f5021163b..43dc04bdb8f0 100644 --- a/core/res/res/drawable-mdpi/textfield_bg_default_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_bg_default_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_bg_disabled_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_bg_disabled_focused_holo_dark.9.png Binary files differindex 0ded801333d5..25735c77ae9c 100644 --- a/core/res/res/drawable-mdpi/textfield_bg_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_bg_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_bg_disabled_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_bg_disabled_holo_dark.9.png Binary files differindex 27237b8fe068..6d527ffb006f 100644 --- a/core/res/res/drawable-mdpi/textfield_bg_disabled_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_bg_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_bg_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_bg_focused_holo_dark.9.png Binary files differindex 0e451f1733d6..9828a97340ad 100644 --- a/core/res/res/drawable-mdpi/textfield_bg_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_bg_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_default.9.png b/core/res/res/drawable-mdpi/textfield_default.9.png Binary files differindex 1a59bb2ffe54..c61c22716cfd 100644 --- a/core/res/res/drawable-mdpi/textfield_default.9.png +++ b/core/res/res/drawable-mdpi/textfield_default.9.png diff --git a/core/res/res/drawable-mdpi/textfield_default_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_default_holo_dark.9.png Binary files differindex 82fea5e66a14..ef0614675ae2 100644 --- a/core/res/res/drawable-mdpi/textfield_default_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_default_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_default_holo_light.9.png b/core/res/res/drawable-mdpi/textfield_default_holo_light.9.png Binary files differindex c780d7da57ad..303c0b519bfc 100644 --- a/core/res/res/drawable-mdpi/textfield_default_holo_light.9.png +++ b/core/res/res/drawable-mdpi/textfield_default_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/textfield_default_mtrl_alpha.9.png b/core/res/res/drawable-mdpi/textfield_default_mtrl_alpha.9.png Binary files differindex 8111fcbe72d4..9d3c2f54a3df 100644 --- a/core/res/res/drawable-mdpi/textfield_default_mtrl_alpha.9.png +++ b/core/res/res/drawable-mdpi/textfield_default_mtrl_alpha.9.png diff --git a/core/res/res/drawable-mdpi/textfield_disabled.9.png b/core/res/res/drawable-mdpi/textfield_disabled.9.png Binary files differindex 800205af7ebd..efe1c8646217 100644 --- a/core/res/res/drawable-mdpi/textfield_disabled.9.png +++ b/core/res/res/drawable-mdpi/textfield_disabled.9.png diff --git a/core/res/res/drawable-mdpi/textfield_disabled_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_disabled_focused_holo_dark.9.png Binary files differindex 24bdf71084be..4fc03c4808ce 100644 --- a/core/res/res/drawable-mdpi/textfield_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_disabled_focused_holo_light.9.png b/core/res/res/drawable-mdpi/textfield_disabled_focused_holo_light.9.png Binary files differindex 0d5ea839d159..15355ba2bdce 100644 --- a/core/res/res/drawable-mdpi/textfield_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-mdpi/textfield_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/textfield_disabled_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_disabled_holo_dark.9.png Binary files differindex 709f5ef91ba6..019bbf37e675 100644 --- a/core/res/res/drawable-mdpi/textfield_disabled_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_disabled_holo_light.9.png b/core/res/res/drawable-mdpi/textfield_disabled_holo_light.9.png Binary files differindex ea6d2f74b399..8ea140d46ddc 100644 --- a/core/res/res/drawable-mdpi/textfield_disabled_holo_light.9.png +++ b/core/res/res/drawable-mdpi/textfield_disabled_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/textfield_disabled_selected.9.png b/core/res/res/drawable-mdpi/textfield_disabled_selected.9.png Binary files differindex 59e1536c9c4e..ff7fcb366510 100644 --- a/core/res/res/drawable-mdpi/textfield_disabled_selected.9.png +++ b/core/res/res/drawable-mdpi/textfield_disabled_selected.9.png diff --git a/core/res/res/drawable-mdpi/textfield_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_focused_holo_dark.9.png Binary files differindex 2d8dd230e900..6e820f69ff8d 100644 --- a/core/res/res/drawable-mdpi/textfield_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_focused_holo_light.9.png b/core/res/res/drawable-mdpi/textfield_focused_holo_light.9.png Binary files differindex 2d8dd230e900..6e820f69ff8d 100644 --- a/core/res/res/drawable-mdpi/textfield_focused_holo_light.9.png +++ b/core/res/res/drawable-mdpi/textfield_focused_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/textfield_longpress_holo.9.png b/core/res/res/drawable-mdpi/textfield_longpress_holo.9.png Binary files differindex 2993b4474961..4ae0fd6b8c66 100644 --- a/core/res/res/drawable-mdpi/textfield_longpress_holo.9.png +++ b/core/res/res/drawable-mdpi/textfield_longpress_holo.9.png diff --git a/core/res/res/drawable-mdpi/textfield_multiline_activated_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_multiline_activated_holo_dark.9.png Binary files differindex 371d6e949a11..4f922685b289 100644 --- a/core/res/res/drawable-mdpi/textfield_multiline_activated_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_multiline_activated_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_multiline_activated_holo_light.9.png b/core/res/res/drawable-mdpi/textfield_multiline_activated_holo_light.9.png Binary files differindex 225317f195ef..4f922685b289 100644 --- a/core/res/res/drawable-mdpi/textfield_multiline_activated_holo_light.9.png +++ b/core/res/res/drawable-mdpi/textfield_multiline_activated_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/textfield_multiline_default_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_multiline_default_holo_dark.9.png Binary files differindex 4bd6f9f1028d..ef0614675ae2 100644 --- a/core/res/res/drawable-mdpi/textfield_multiline_default_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_multiline_default_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_multiline_default_holo_light.9.png b/core/res/res/drawable-mdpi/textfield_multiline_default_holo_light.9.png Binary files differindex 4b837b0d2e0c..303c0b519bfc 100644 --- a/core/res/res/drawable-mdpi/textfield_multiline_default_holo_light.9.png +++ b/core/res/res/drawable-mdpi/textfield_multiline_default_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_dark.9.png Binary files differindex 51cf919d3cc4..4fc03c4808ce 100644 --- a/core/res/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_light.9.png b/core/res/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_light.9.png Binary files differindex af8d7e14006c..15355ba2bdce 100644 --- a/core/res/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/textfield_multiline_disabled_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_multiline_disabled_holo_dark.9.png Binary files differindex d0fb869f5766..019bbf37e675 100644 --- a/core/res/res/drawable-mdpi/textfield_multiline_disabled_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_multiline_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_multiline_disabled_holo_light.9.png b/core/res/res/drawable-mdpi/textfield_multiline_disabled_holo_light.9.png Binary files differindex a0e233e3b7eb..8ea140d46ddc 100644 --- a/core/res/res/drawable-mdpi/textfield_multiline_disabled_holo_light.9.png +++ b/core/res/res/drawable-mdpi/textfield_multiline_disabled_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/textfield_multiline_focused_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_multiline_focused_holo_dark.9.png Binary files differindex 2ed4985c04d2..3d5fa3138678 100644 --- a/core/res/res/drawable-mdpi/textfield_multiline_focused_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_multiline_focused_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_multiline_focused_holo_light.9.png b/core/res/res/drawable-mdpi/textfield_multiline_focused_holo_light.9.png Binary files differindex 0603348a42ff..6de876ec8a89 100644 --- a/core/res/res/drawable-mdpi/textfield_multiline_focused_holo_light.9.png +++ b/core/res/res/drawable-mdpi/textfield_multiline_focused_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/textfield_pressed_holo.9.png b/core/res/res/drawable-mdpi/textfield_pressed_holo.9.png Binary files differindex 4aad23754cbb..7afa45133967 100644 --- a/core/res/res/drawable-mdpi/textfield_pressed_holo.9.png +++ b/core/res/res/drawable-mdpi/textfield_pressed_holo.9.png diff --git a/core/res/res/drawable-mdpi/textfield_search_activated_mtrl_alpha.9.png b/core/res/res/drawable-mdpi/textfield_search_activated_mtrl_alpha.9.png Binary files differindex d7faacf3eb62..5722450633cc 100644 --- a/core/res/res/drawable-mdpi/textfield_search_activated_mtrl_alpha.9.png +++ b/core/res/res/drawable-mdpi/textfield_search_activated_mtrl_alpha.9.png diff --git a/core/res/res/drawable-mdpi/textfield_search_default.9.png b/core/res/res/drawable-mdpi/textfield_search_default.9.png Binary files differindex 7dc5b271f27a..07c301273022 100644 --- a/core/res/res/drawable-mdpi/textfield_search_default.9.png +++ b/core/res/res/drawable-mdpi/textfield_search_default.9.png diff --git a/core/res/res/drawable-mdpi/textfield_search_default_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_search_default_holo_dark.9.png Binary files differindex 081657ee7b82..49e9a2284886 100644 --- a/core/res/res/drawable-mdpi/textfield_search_default_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_search_default_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_search_default_holo_light.9.png b/core/res/res/drawable-mdpi/textfield_search_default_holo_light.9.png Binary files differindex 3f312b465189..937c2c605fa0 100644 --- a/core/res/res/drawable-mdpi/textfield_search_default_holo_light.9.png +++ b/core/res/res/drawable-mdpi/textfield_search_default_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/textfield_search_default_mtrl_alpha.9.png b/core/res/res/drawable-mdpi/textfield_search_default_mtrl_alpha.9.png Binary files differindex 0a3603991496..32c4fc1e9c6c 100644 --- a/core/res/res/drawable-mdpi/textfield_search_default_mtrl_alpha.9.png +++ b/core/res/res/drawable-mdpi/textfield_search_default_mtrl_alpha.9.png diff --git a/core/res/res/drawable-mdpi/textfield_search_empty_default.9.png b/core/res/res/drawable-mdpi/textfield_search_empty_default.9.png Binary files differindex 515117fe2ce5..e97fb9086ee1 100644 --- a/core/res/res/drawable-mdpi/textfield_search_empty_default.9.png +++ b/core/res/res/drawable-mdpi/textfield_search_empty_default.9.png diff --git a/core/res/res/drawable-mdpi/textfield_search_empty_pressed.9.png b/core/res/res/drawable-mdpi/textfield_search_empty_pressed.9.png Binary files differindex a01f763a35fc..11c333b1b7f2 100644 --- a/core/res/res/drawable-mdpi/textfield_search_empty_pressed.9.png +++ b/core/res/res/drawable-mdpi/textfield_search_empty_pressed.9.png diff --git a/core/res/res/drawable-mdpi/textfield_search_empty_selected.9.png b/core/res/res/drawable-mdpi/textfield_search_empty_selected.9.png Binary files differindex 611276f962fb..2fc87f92de29 100644 --- a/core/res/res/drawable-mdpi/textfield_search_empty_selected.9.png +++ b/core/res/res/drawable-mdpi/textfield_search_empty_selected.9.png diff --git a/core/res/res/drawable-mdpi/textfield_search_pressed.9.png b/core/res/res/drawable-mdpi/textfield_search_pressed.9.png Binary files differindex da00c2579e12..41fd89ca8735 100644 --- a/core/res/res/drawable-mdpi/textfield_search_pressed.9.png +++ b/core/res/res/drawable-mdpi/textfield_search_pressed.9.png diff --git a/core/res/res/drawable-mdpi/textfield_search_right_default_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_search_right_default_holo_dark.9.png Binary files differindex b086fae87382..131c746dbc6c 100644 --- a/core/res/res/drawable-mdpi/textfield_search_right_default_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_search_right_default_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_search_right_default_holo_light.9.png b/core/res/res/drawable-mdpi/textfield_search_right_default_holo_light.9.png Binary files differindex 73c336a77a9c..1b918f2c85e9 100644 --- a/core/res/res/drawable-mdpi/textfield_search_right_default_holo_light.9.png +++ b/core/res/res/drawable-mdpi/textfield_search_right_default_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/textfield_search_right_selected_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_search_right_selected_holo_dark.9.png Binary files differindex 726e0ff427cd..ddade3b16676 100644 --- a/core/res/res/drawable-mdpi/textfield_search_right_selected_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_search_right_selected_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_search_right_selected_holo_light.9.png b/core/res/res/drawable-mdpi/textfield_search_right_selected_holo_light.9.png Binary files differindex 726e0ff427cd..ddade3b16676 100644 --- a/core/res/res/drawable-mdpi/textfield_search_right_selected_holo_light.9.png +++ b/core/res/res/drawable-mdpi/textfield_search_right_selected_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/textfield_search_selected.9.png b/core/res/res/drawable-mdpi/textfield_search_selected.9.png Binary files differindex a9fd3b28b20f..03228b4cf07f 100644 --- a/core/res/res/drawable-mdpi/textfield_search_selected.9.png +++ b/core/res/res/drawable-mdpi/textfield_search_selected.9.png diff --git a/core/res/res/drawable-mdpi/textfield_search_selected_holo_dark.9.png b/core/res/res/drawable-mdpi/textfield_search_selected_holo_dark.9.png Binary files differindex 1767c169eef0..ec3d5622d784 100644 --- a/core/res/res/drawable-mdpi/textfield_search_selected_holo_dark.9.png +++ b/core/res/res/drawable-mdpi/textfield_search_selected_holo_dark.9.png diff --git a/core/res/res/drawable-mdpi/textfield_search_selected_holo_light.9.png b/core/res/res/drawable-mdpi/textfield_search_selected_holo_light.9.png Binary files differindex 1767c169eef0..ec3d5622d784 100644 --- a/core/res/res/drawable-mdpi/textfield_search_selected_holo_light.9.png +++ b/core/res/res/drawable-mdpi/textfield_search_selected_holo_light.9.png diff --git a/core/res/res/drawable-mdpi/textfield_selected.9.png b/core/res/res/drawable-mdpi/textfield_selected.9.png Binary files differindex faadace85cf9..127dc0b1c929 100644 --- a/core/res/res/drawable-mdpi/textfield_selected.9.png +++ b/core/res/res/drawable-mdpi/textfield_selected.9.png diff --git a/core/res/res/drawable-mdpi/title_bar_medium.9.png b/core/res/res/drawable-mdpi/title_bar_medium.9.png Binary files differindex 2d41d02ba9f1..27eee539104e 100644 --- a/core/res/res/drawable-mdpi/title_bar_medium.9.png +++ b/core/res/res/drawable-mdpi/title_bar_medium.9.png diff --git a/core/res/res/drawable-mdpi/title_bar_portrait.9.png b/core/res/res/drawable-mdpi/title_bar_portrait.9.png Binary files differindex 13b18d84ba11..132bb0c7ce17 100644 --- a/core/res/res/drawable-mdpi/title_bar_portrait.9.png +++ b/core/res/res/drawable-mdpi/title_bar_portrait.9.png diff --git a/core/res/res/drawable-mdpi/title_bar_tall.9.png b/core/res/res/drawable-mdpi/title_bar_tall.9.png Binary files differindex 5a050c461f70..ef9134fdb76b 100644 --- a/core/res/res/drawable-mdpi/title_bar_tall.9.png +++ b/core/res/res/drawable-mdpi/title_bar_tall.9.png diff --git a/core/res/res/drawable-mdpi/toast_frame.9.png b/core/res/res/drawable-mdpi/toast_frame.9.png Binary files differindex 778e4e67653d..fb30599f0cec 100644 --- a/core/res/res/drawable-mdpi/toast_frame.9.png +++ b/core/res/res/drawable-mdpi/toast_frame.9.png diff --git a/core/res/res/drawable-mdpi/transportcontrol_bg.9.png b/core/res/res/drawable-mdpi/transportcontrol_bg.9.png Binary files differindex d5a339fe51d1..cdc99621ef2b 100644 --- a/core/res/res/drawable-mdpi/transportcontrol_bg.9.png +++ b/core/res/res/drawable-mdpi/transportcontrol_bg.9.png diff --git a/core/res/res/drawable-mdpi/unknown_image.png b/core/res/res/drawable-mdpi/unknown_image.png Binary files differindex b1c3e92a8e42..e9b648f92352 100644 --- a/core/res/res/drawable-mdpi/unknown_image.png +++ b/core/res/res/drawable-mdpi/unknown_image.png diff --git a/core/res/res/drawable-mdpi/usb_android.png b/core/res/res/drawable-mdpi/usb_android.png Binary files differindex 492b6e192db9..fc97e798854a 100644 --- a/core/res/res/drawable-mdpi/usb_android.png +++ b/core/res/res/drawable-mdpi/usb_android.png diff --git a/core/res/res/drawable-mdpi/usb_android_connected.png b/core/res/res/drawable-mdpi/usb_android_connected.png Binary files differindex 3dd295050b07..319a55bf02fa 100644 --- a/core/res/res/drawable-mdpi/usb_android_connected.png +++ b/core/res/res/drawable-mdpi/usb_android_connected.png diff --git a/core/res/res/drawable-mdpi/vpn_connected.png b/core/res/res/drawable-mdpi/vpn_connected.png Binary files differindex 7e167f84dfa4..c6ec19002f31 100644 --- a/core/res/res/drawable-mdpi/vpn_connected.png +++ b/core/res/res/drawable-mdpi/vpn_connected.png diff --git a/core/res/res/drawable-mdpi/vpn_disconnected.png b/core/res/res/drawable-mdpi/vpn_disconnected.png Binary files differindex a08c42a2702a..fae20bce7a70 100644 --- a/core/res/res/drawable-mdpi/vpn_disconnected.png +++ b/core/res/res/drawable-mdpi/vpn_disconnected.png diff --git a/core/res/res/drawable-mdpi/zoom_plate.9.png b/core/res/res/drawable-mdpi/zoom_plate.9.png Binary files differindex c8c1a08d8948..851144adf89a 100644 --- a/core/res/res/drawable-mdpi/zoom_plate.9.png +++ b/core/res/res/drawable-mdpi/zoom_plate.9.png diff --git a/core/res/res/drawable-nodpi/blank_tile.png b/core/res/res/drawable-nodpi/blank_tile.png Binary files differindex 63b9296b1276..ec48d8d74d1d 100644 --- a/core/res/res/drawable-nodpi/blank_tile.png +++ b/core/res/res/drawable-nodpi/blank_tile.png diff --git a/core/res/res/drawable-nodpi/loading_tile.png b/core/res/res/drawable-nodpi/loading_tile.png Binary files differindex f5a80c953979..a8ea879199ff 100644 --- a/core/res/res/drawable-nodpi/loading_tile.png +++ b/core/res/res/drawable-nodpi/loading_tile.png diff --git a/core/res/res/drawable-nodpi/loading_tile_android.png b/core/res/res/drawable-nodpi/loading_tile_android.png Binary files differindex 8fde46fb265d..9fcea0a3ecb0 100644 --- a/core/res/res/drawable-nodpi/loading_tile_android.png +++ b/core/res/res/drawable-nodpi/loading_tile_android.png diff --git a/core/res/res/drawable-nodpi/no_tile_128.png b/core/res/res/drawable-nodpi/no_tile_128.png Binary files differindex a9b007d45ae9..ac70c59b7b1b 100644 --- a/core/res/res/drawable-nodpi/no_tile_128.png +++ b/core/res/res/drawable-nodpi/no_tile_128.png diff --git a/core/res/res/drawable-nodpi/no_tile_256.png b/core/res/res/drawable-nodpi/no_tile_256.png Binary files differindex 388234e9d484..3036626aad28 100644 --- a/core/res/res/drawable-nodpi/no_tile_256.png +++ b/core/res/res/drawable-nodpi/no_tile_256.png diff --git a/core/res/res/drawable-nodpi/text_cursor_holo_dark.9.png b/core/res/res/drawable-nodpi/text_cursor_holo_dark.9.png Binary files differindex a1bddc337981..3653d19fe8fe 100644 --- a/core/res/res/drawable-nodpi/text_cursor_holo_dark.9.png +++ b/core/res/res/drawable-nodpi/text_cursor_holo_dark.9.png diff --git a/core/res/res/drawable-nodpi/text_cursor_holo_light.9.png b/core/res/res/drawable-nodpi/text_cursor_holo_light.9.png Binary files differindex cfdb8499fd0b..97682982de67 100644 --- a/core/res/res/drawable-nodpi/text_cursor_holo_light.9.png +++ b/core/res/res/drawable-nodpi/text_cursor_holo_light.9.png diff --git a/core/res/res/drawable-sw600dp-hdpi/ic_lockscreen_handle_pressed.png b/core/res/res/drawable-sw600dp-hdpi/ic_lockscreen_handle_pressed.png Binary files differindex 728fc6756e25..8a5ff814d8fc 100644 --- a/core/res/res/drawable-sw600dp-hdpi/ic_lockscreen_handle_pressed.png +++ b/core/res/res/drawable-sw600dp-hdpi/ic_lockscreen_handle_pressed.png diff --git a/core/res/res/drawable-sw600dp-hdpi/sym_keyboard_return_holo.png b/core/res/res/drawable-sw600dp-hdpi/sym_keyboard_return_holo.png Binary files differindex f1bcf487c5f1..1f9420ece429 100644 --- a/core/res/res/drawable-sw600dp-hdpi/sym_keyboard_return_holo.png +++ b/core/res/res/drawable-sw600dp-hdpi/sym_keyboard_return_holo.png diff --git a/core/res/res/drawable-sw600dp-hdpi/unlock_default.png b/core/res/res/drawable-sw600dp-hdpi/unlock_default.png Binary files differindex 4adf674beecd..09916298ad7a 100644 --- a/core/res/res/drawable-sw600dp-hdpi/unlock_default.png +++ b/core/res/res/drawable-sw600dp-hdpi/unlock_default.png diff --git a/core/res/res/drawable-sw600dp-hdpi/unlock_halo.png b/core/res/res/drawable-sw600dp-hdpi/unlock_halo.png Binary files differindex 2a3f9df324fa..21866fd77f59 100644 --- a/core/res/res/drawable-sw600dp-hdpi/unlock_halo.png +++ b/core/res/res/drawable-sw600dp-hdpi/unlock_halo.png diff --git a/core/res/res/drawable-sw600dp-hdpi/unlock_ring.png b/core/res/res/drawable-sw600dp-hdpi/unlock_ring.png Binary files differindex 7d8a413499b4..c78e368f03a0 100644 --- a/core/res/res/drawable-sw600dp-hdpi/unlock_ring.png +++ b/core/res/res/drawable-sw600dp-hdpi/unlock_ring.png diff --git a/core/res/res/drawable-sw600dp-hdpi/unlock_wave.png b/core/res/res/drawable-sw600dp-hdpi/unlock_wave.png Binary files differindex d259499312c5..051c2270786f 100644 --- a/core/res/res/drawable-sw600dp-hdpi/unlock_wave.png +++ b/core/res/res/drawable-sw600dp-hdpi/unlock_wave.png diff --git a/core/res/res/drawable-sw600dp-mdpi/ic_lockscreen_handle_pressed.png b/core/res/res/drawable-sw600dp-mdpi/ic_lockscreen_handle_pressed.png Binary files differindex c7da0242730d..64a1f045b7d2 100644 --- a/core/res/res/drawable-sw600dp-mdpi/ic_lockscreen_handle_pressed.png +++ b/core/res/res/drawable-sw600dp-mdpi/ic_lockscreen_handle_pressed.png diff --git a/core/res/res/drawable-sw600dp-mdpi/sym_keyboard_return_holo.png b/core/res/res/drawable-sw600dp-mdpi/sym_keyboard_return_holo.png Binary files differindex d5a7708ca082..5a989a6c2f2f 100644 --- a/core/res/res/drawable-sw600dp-mdpi/sym_keyboard_return_holo.png +++ b/core/res/res/drawable-sw600dp-mdpi/sym_keyboard_return_holo.png diff --git a/core/res/res/drawable-sw600dp-mdpi/unlock_default.png b/core/res/res/drawable-sw600dp-mdpi/unlock_default.png Binary files differindex 9247467932ac..325e9d1f6820 100644 --- a/core/res/res/drawable-sw600dp-mdpi/unlock_default.png +++ b/core/res/res/drawable-sw600dp-mdpi/unlock_default.png diff --git a/core/res/res/drawable-sw600dp-mdpi/unlock_halo.png b/core/res/res/drawable-sw600dp-mdpi/unlock_halo.png Binary files differindex df7826df57e5..c46c7b93086c 100644 --- a/core/res/res/drawable-sw600dp-mdpi/unlock_halo.png +++ b/core/res/res/drawable-sw600dp-mdpi/unlock_halo.png diff --git a/core/res/res/drawable-sw600dp-mdpi/unlock_ring.png b/core/res/res/drawable-sw600dp-mdpi/unlock_ring.png Binary files differindex 3a2e6c6247b5..8a0d973aabe1 100644 --- a/core/res/res/drawable-sw600dp-mdpi/unlock_ring.png +++ b/core/res/res/drawable-sw600dp-mdpi/unlock_ring.png diff --git a/core/res/res/drawable-sw600dp-mdpi/unlock_wave.png b/core/res/res/drawable-sw600dp-mdpi/unlock_wave.png Binary files differindex 9e3849908eb5..88236bb3f86d 100644 --- a/core/res/res/drawable-sw600dp-mdpi/unlock_wave.png +++ b/core/res/res/drawable-sw600dp-mdpi/unlock_wave.png diff --git a/core/res/res/drawable-sw600dp-xhdpi/ic_lockscreen_handle_pressed.png b/core/res/res/drawable-sw600dp-xhdpi/ic_lockscreen_handle_pressed.png Binary files differindex 534c10bc08e0..033212e78112 100644 --- a/core/res/res/drawable-sw600dp-xhdpi/ic_lockscreen_handle_pressed.png +++ b/core/res/res/drawable-sw600dp-xhdpi/ic_lockscreen_handle_pressed.png diff --git a/core/res/res/drawable-sw600dp-xhdpi/sym_keyboard_return_holo.png b/core/res/res/drawable-sw600dp-xhdpi/sym_keyboard_return_holo.png Binary files differindex 55174e076765..25efc72cf414 100644 --- a/core/res/res/drawable-sw600dp-xhdpi/sym_keyboard_return_holo.png +++ b/core/res/res/drawable-sw600dp-xhdpi/sym_keyboard_return_holo.png diff --git a/core/res/res/drawable-sw600dp-xhdpi/unlock_default.png b/core/res/res/drawable-sw600dp-xhdpi/unlock_default.png Binary files differindex 4b837efdc888..001c27fb4ace 100644 --- a/core/res/res/drawable-sw600dp-xhdpi/unlock_default.png +++ b/core/res/res/drawable-sw600dp-xhdpi/unlock_default.png diff --git a/core/res/res/drawable-sw600dp-xhdpi/unlock_halo.png b/core/res/res/drawable-sw600dp-xhdpi/unlock_halo.png Binary files differindex 187c6aa42dbd..a9367bd34e89 100644 --- a/core/res/res/drawable-sw600dp-xhdpi/unlock_halo.png +++ b/core/res/res/drawable-sw600dp-xhdpi/unlock_halo.png diff --git a/core/res/res/drawable-sw600dp-xhdpi/unlock_ring.png b/core/res/res/drawable-sw600dp-xhdpi/unlock_ring.png Binary files differindex bdae41416eb5..585aecc9696c 100644 --- a/core/res/res/drawable-sw600dp-xhdpi/unlock_ring.png +++ b/core/res/res/drawable-sw600dp-xhdpi/unlock_ring.png diff --git a/core/res/res/drawable-sw600dp-xhdpi/unlock_wave.png b/core/res/res/drawable-sw600dp-xhdpi/unlock_wave.png Binary files differindex 035bd9255c03..f750750bddf9 100644 --- a/core/res/res/drawable-sw600dp-xhdpi/unlock_wave.png +++ b/core/res/res/drawable-sw600dp-xhdpi/unlock_wave.png diff --git a/core/res/res/drawable-xhdpi/ab_bottom_solid_dark_holo.9.png b/core/res/res/drawable-xhdpi/ab_bottom_solid_dark_holo.9.png Binary files differindex 575334699663..001854d6597a 100644 --- a/core/res/res/drawable-xhdpi/ab_bottom_solid_dark_holo.9.png +++ b/core/res/res/drawable-xhdpi/ab_bottom_solid_dark_holo.9.png diff --git a/core/res/res/drawable-xhdpi/ab_bottom_solid_inverse_holo.9.png b/core/res/res/drawable-xhdpi/ab_bottom_solid_inverse_holo.9.png Binary files differindex 7e6c047d6651..a7ff20414510 100644 --- a/core/res/res/drawable-xhdpi/ab_bottom_solid_inverse_holo.9.png +++ b/core/res/res/drawable-xhdpi/ab_bottom_solid_inverse_holo.9.png diff --git a/core/res/res/drawable-xhdpi/ab_bottom_solid_light_holo.9.png b/core/res/res/drawable-xhdpi/ab_bottom_solid_light_holo.9.png Binary files differindex 8155fe840532..d9b62a7d7257 100644 --- a/core/res/res/drawable-xhdpi/ab_bottom_solid_light_holo.9.png +++ b/core/res/res/drawable-xhdpi/ab_bottom_solid_light_holo.9.png diff --git a/core/res/res/drawable-xhdpi/ab_bottom_transparent_dark_holo.9.png b/core/res/res/drawable-xhdpi/ab_bottom_transparent_dark_holo.9.png Binary files differindex 6cee9a128d77..d4be0efbb066 100644 --- a/core/res/res/drawable-xhdpi/ab_bottom_transparent_dark_holo.9.png +++ b/core/res/res/drawable-xhdpi/ab_bottom_transparent_dark_holo.9.png diff --git a/core/res/res/drawable-xhdpi/ab_bottom_transparent_light_holo.9.png b/core/res/res/drawable-xhdpi/ab_bottom_transparent_light_holo.9.png Binary files differindex fa4d76af93de..dec7c36ca120 100644 --- a/core/res/res/drawable-xhdpi/ab_bottom_transparent_light_holo.9.png +++ b/core/res/res/drawable-xhdpi/ab_bottom_transparent_light_holo.9.png diff --git a/core/res/res/drawable-xhdpi/ab_share_pack_holo_dark.9.png b/core/res/res/drawable-xhdpi/ab_share_pack_holo_dark.9.png Binary files differindex 55099d49db30..1b30f5b56ed6 100644 --- a/core/res/res/drawable-xhdpi/ab_share_pack_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/ab_share_pack_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/ab_share_pack_holo_light.9.png b/core/res/res/drawable-xhdpi/ab_share_pack_holo_light.9.png Binary files differindex 3c4701fc21a7..621c0da1f2fd 100644 --- a/core/res/res/drawable-xhdpi/ab_share_pack_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/ab_share_pack_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/ab_share_pack_mtrl_alpha.9.png b/core/res/res/drawable-xhdpi/ab_share_pack_mtrl_alpha.9.png Binary files differindex 8337ffe7f0f3..af5588ca975a 100644 --- a/core/res/res/drawable-xhdpi/ab_share_pack_mtrl_alpha.9.png +++ b/core/res/res/drawable-xhdpi/ab_share_pack_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xhdpi/ab_solid_dark_holo.9.png b/core/res/res/drawable-xhdpi/ab_solid_dark_holo.9.png Binary files differindex 6622cbad3440..ee506cd8d5a1 100644 --- a/core/res/res/drawable-xhdpi/ab_solid_dark_holo.9.png +++ b/core/res/res/drawable-xhdpi/ab_solid_dark_holo.9.png diff --git a/core/res/res/drawable-xhdpi/ab_solid_light_holo.9.png b/core/res/res/drawable-xhdpi/ab_solid_light_holo.9.png Binary files differindex c4272978338a..ff93151f40df 100644 --- a/core/res/res/drawable-xhdpi/ab_solid_light_holo.9.png +++ b/core/res/res/drawable-xhdpi/ab_solid_light_holo.9.png diff --git a/core/res/res/drawable-xhdpi/ab_solid_shadow_holo.9.png b/core/res/res/drawable-xhdpi/ab_solid_shadow_holo.9.png Binary files differindex d0df29d8b3fe..c37385c8cf8b 100644 --- a/core/res/res/drawable-xhdpi/ab_solid_shadow_holo.9.png +++ b/core/res/res/drawable-xhdpi/ab_solid_shadow_holo.9.png diff --git a/core/res/res/drawable-xhdpi/ab_solid_shadow_mtrl_alpha.9.png b/core/res/res/drawable-xhdpi/ab_solid_shadow_mtrl_alpha.9.png Binary files differindex f51af638f647..522bc731977b 100644 --- a/core/res/res/drawable-xhdpi/ab_solid_shadow_mtrl_alpha.9.png +++ b/core/res/res/drawable-xhdpi/ab_solid_shadow_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xhdpi/ab_stacked_solid_dark_holo.9.png b/core/res/res/drawable-xhdpi/ab_stacked_solid_dark_holo.9.png Binary files differindex a0d9c1b957ea..40a3af589e69 100644 --- a/core/res/res/drawable-xhdpi/ab_stacked_solid_dark_holo.9.png +++ b/core/res/res/drawable-xhdpi/ab_stacked_solid_dark_holo.9.png diff --git a/core/res/res/drawable-xhdpi/ab_stacked_solid_inverse_holo.9.png b/core/res/res/drawable-xhdpi/ab_stacked_solid_inverse_holo.9.png Binary files differindex 16b9bef1267a..75b8f86885f2 100644 --- a/core/res/res/drawable-xhdpi/ab_stacked_solid_inverse_holo.9.png +++ b/core/res/res/drawable-xhdpi/ab_stacked_solid_inverse_holo.9.png diff --git a/core/res/res/drawable-xhdpi/ab_stacked_solid_light_holo.9.png b/core/res/res/drawable-xhdpi/ab_stacked_solid_light_holo.9.png Binary files differindex d36f99fecf22..8514d415d571 100644 --- a/core/res/res/drawable-xhdpi/ab_stacked_solid_light_holo.9.png +++ b/core/res/res/drawable-xhdpi/ab_stacked_solid_light_holo.9.png diff --git a/core/res/res/drawable-xhdpi/ab_stacked_transparent_dark_holo.9.png b/core/res/res/drawable-xhdpi/ab_stacked_transparent_dark_holo.9.png Binary files differindex 5ad475dc3f47..ca174d6f5d51 100644 --- a/core/res/res/drawable-xhdpi/ab_stacked_transparent_dark_holo.9.png +++ b/core/res/res/drawable-xhdpi/ab_stacked_transparent_dark_holo.9.png diff --git a/core/res/res/drawable-xhdpi/ab_stacked_transparent_light_holo.9.png b/core/res/res/drawable-xhdpi/ab_stacked_transparent_light_holo.9.png Binary files differindex 6ade5eeb37d8..aa729b25b38f 100644 --- a/core/res/res/drawable-xhdpi/ab_stacked_transparent_light_holo.9.png +++ b/core/res/res/drawable-xhdpi/ab_stacked_transparent_light_holo.9.png diff --git a/core/res/res/drawable-xhdpi/ab_transparent_dark_holo.9.png b/core/res/res/drawable-xhdpi/ab_transparent_dark_holo.9.png Binary files differindex 719b9234df6f..6f2f3bac9ba7 100644 --- a/core/res/res/drawable-xhdpi/ab_transparent_dark_holo.9.png +++ b/core/res/res/drawable-xhdpi/ab_transparent_dark_holo.9.png diff --git a/core/res/res/drawable-xhdpi/ab_transparent_light_holo.9.png b/core/res/res/drawable-xhdpi/ab_transparent_light_holo.9.png Binary files differindex 6da264db26b5..0783c61be4da 100644 --- a/core/res/res/drawable-xhdpi/ab_transparent_light_holo.9.png +++ b/core/res/res/drawable-xhdpi/ab_transparent_light_holo.9.png diff --git a/core/res/res/drawable-xhdpi/activity_title_bar.9.png b/core/res/res/drawable-xhdpi/activity_title_bar.9.png Binary files differindex 949f31e1f950..f510467bb58e 100644 --- a/core/res/res/drawable-xhdpi/activity_title_bar.9.png +++ b/core/res/res/drawable-xhdpi/activity_title_bar.9.png diff --git a/core/res/res/drawable-xhdpi/arrow_down_float.png b/core/res/res/drawable-xhdpi/arrow_down_float.png Binary files differindex b165ee3aa089..9db556094b12 100644 --- a/core/res/res/drawable-xhdpi/arrow_down_float.png +++ b/core/res/res/drawable-xhdpi/arrow_down_float.png diff --git a/core/res/res/drawable-xhdpi/arrow_up_float.png b/core/res/res/drawable-xhdpi/arrow_up_float.png Binary files differindex 793ec42d863f..2db32ab3c380 100644 --- a/core/res/res/drawable-xhdpi/arrow_up_float.png +++ b/core/res/res/drawable-xhdpi/arrow_up_float.png diff --git a/core/res/res/drawable-xhdpi/battery_charge_background.png b/core/res/res/drawable-xhdpi/battery_charge_background.png Binary files differindex 84b168c74b37..e58c05d15fd8 100644 --- a/core/res/res/drawable-xhdpi/battery_charge_background.png +++ b/core/res/res/drawable-xhdpi/battery_charge_background.png diff --git a/core/res/res/drawable-xhdpi/bottom_bar.png b/core/res/res/drawable-xhdpi/bottom_bar.png Binary files differindex 67b1e47123c6..4831b92d8f07 100644 --- a/core/res/res/drawable-xhdpi/bottom_bar.png +++ b/core/res/res/drawable-xhdpi/bottom_bar.png diff --git a/core/res/res/drawable-xhdpi/btn_cab_done_default_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_cab_done_default_holo_dark.9.png Binary files differindex 7ef2db75e273..4d316d0bc289 100644 --- a/core/res/res/drawable-xhdpi/btn_cab_done_default_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_cab_done_default_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_cab_done_default_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_cab_done_default_holo_light.9.png Binary files differindex 2283b4c01f31..0c68b44f89be 100644 --- a/core/res/res/drawable-xhdpi/btn_cab_done_default_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_cab_done_default_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_cab_done_focused_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_cab_done_focused_holo_dark.9.png Binary files differindex 6d2039e28462..d99a1945d7ef 100644 --- a/core/res/res/drawable-xhdpi/btn_cab_done_focused_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_cab_done_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_cab_done_focused_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_cab_done_focused_holo_light.9.png Binary files differindex 3c909b51306d..a95beec8b9db 100644 --- a/core/res/res/drawable-xhdpi/btn_cab_done_focused_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_cab_done_focused_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_cab_done_pressed_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_cab_done_pressed_holo_dark.9.png Binary files differindex d89d5c7520d5..83dce1778a4a 100644 --- a/core/res/res/drawable-xhdpi/btn_cab_done_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_cab_done_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_cab_done_pressed_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_cab_done_pressed_holo_light.9.png Binary files differindex 01461568c4e1..95853cfaf2d7 100644 --- a/core/res/res/drawable-xhdpi/btn_cab_done_pressed_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_cab_done_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_check_buttonless_off.png b/core/res/res/drawable-xhdpi/btn_check_buttonless_off.png Binary files differindex 243a97667d00..3ebdb68971cb 100644 --- a/core/res/res/drawable-xhdpi/btn_check_buttonless_off.png +++ b/core/res/res/drawable-xhdpi/btn_check_buttonless_off.png diff --git a/core/res/res/drawable-xhdpi/btn_check_buttonless_on.png b/core/res/res/drawable-xhdpi/btn_check_buttonless_on.png Binary files differindex 348a2648d729..74890c95200f 100644 --- a/core/res/res/drawable-xhdpi/btn_check_buttonless_on.png +++ b/core/res/res/drawable-xhdpi/btn_check_buttonless_on.png diff --git a/core/res/res/drawable-xhdpi/btn_check_label_background.9.png b/core/res/res/drawable-xhdpi/btn_check_label_background.9.png Binary files differindex 9257ca963011..2dd227b632a6 100644 --- a/core/res/res/drawable-xhdpi/btn_check_label_background.9.png +++ b/core/res/res/drawable-xhdpi/btn_check_label_background.9.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off.png b/core/res/res/drawable-xhdpi/btn_check_off.png Binary files differindex 933864b86e14..1121eb6c110d 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off.png +++ b/core/res/res/drawable-xhdpi/btn_check_off.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_disable.png b/core/res/res/drawable-xhdpi/btn_check_off_disable.png Binary files differindex 926c694d5823..42cd17df1246 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_disable.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_disable.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_disable_focused.png b/core/res/res/drawable-xhdpi/btn_check_off_disable_focused.png Binary files differindex 9e99fbd37bf8..13b6eb9fcb0e 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_disable_focused.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_disable_focused.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_disable_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_check_off_disable_focused_holo_dark.png Binary files differindex 8417bfe48860..fb6598e5af4b 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_disable_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_disable_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_disable_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_check_off_disable_focused_holo_light.png Binary files differindex 903bf201a865..c2a9ef69ea02 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_disable_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_disable_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_disable_holo_dark.png b/core/res/res/drawable-xhdpi/btn_check_off_disable_holo_dark.png Binary files differindex 8417bfe48860..fb6598e5af4b 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_disable_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_disable_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_disable_holo_light.png b/core/res/res/drawable-xhdpi/btn_check_off_disable_holo_light.png Binary files differindex 903bf201a865..c2a9ef69ea02 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_disable_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_disable_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_dark.png Binary files differindex 1dd1eec97c4a..97b6638723c3 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_light.png Binary files differindex 481eb7740ef2..22a703647f3b 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_disabled_holo_dark.png b/core/res/res/drawable-xhdpi/btn_check_off_disabled_holo_dark.png Binary files differindex 85ab47854c2d..6fa130e19ba8 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_disabled_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_disabled_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_disabled_holo_light.png b/core/res/res/drawable-xhdpi/btn_check_off_disabled_holo_light.png Binary files differindex 6a364bbe3c3e..7339630cc193 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_disabled_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_disabled_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_check_off_focused_holo_dark.png Binary files differindex 828e4bcdefad..11f92defabc8 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_check_off_focused_holo_light.png Binary files differindex 1c5e5033f1c4..f8c4e3d1cb27 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_holo.png b/core/res/res/drawable-xhdpi/btn_check_off_holo.png Binary files differindex bcedcea4cf34..fc0c863d663c 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_holo.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_holo.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_holo_dark.png b/core/res/res/drawable-xhdpi/btn_check_off_holo_dark.png Binary files differindex f696db07a3ae..ec46d1b85e54 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_holo_light.png b/core/res/res/drawable-xhdpi/btn_check_off_holo_light.png Binary files differindex 4518328b20dc..b3c207f58f4d 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_normal_holo_dark.png b/core/res/res/drawable-xhdpi/btn_check_off_normal_holo_dark.png Binary files differindex d3d2fa481a15..d141d9cda8ef 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_normal_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_normal_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_normal_holo_light.png b/core/res/res/drawable-xhdpi/btn_check_off_normal_holo_light.png Binary files differindex b7f226aae0d3..c45036cff624 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_normal_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_normal_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_pressed.png b/core/res/res/drawable-xhdpi/btn_check_off_pressed.png Binary files differindex 3a79e7557006..d19170be5bbc 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_pressed.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_pressed.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_pressed_holo_dark.png b/core/res/res/drawable-xhdpi/btn_check_off_pressed_holo_dark.png Binary files differindex ffb13b17e891..5e7015e9fe3d 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_pressed_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_pressed_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_pressed_holo_light.png b/core/res/res/drawable-xhdpi/btn_check_off_pressed_holo_light.png Binary files differindex 86eb88982b18..9ff717f45417 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_pressed_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_pressed_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_check_off_selected.png b/core/res/res/drawable-xhdpi/btn_check_off_selected.png Binary files differindex 80049745a05f..c876a20050bf 100644 --- a/core/res/res/drawable-xhdpi/btn_check_off_selected.png +++ b/core/res/res/drawable-xhdpi/btn_check_off_selected.png diff --git a/core/res/res/drawable-xhdpi/btn_check_on.png b/core/res/res/drawable-xhdpi/btn_check_on.png Binary files differindex 3c9874010c6a..688ab9b87242 100644 --- a/core/res/res/drawable-xhdpi/btn_check_on.png +++ b/core/res/res/drawable-xhdpi/btn_check_on.png diff --git a/core/res/res/drawable-xhdpi/btn_check_on_disable.png b/core/res/res/drawable-xhdpi/btn_check_on_disable.png Binary files differindex 11917b5fe54d..086ae5466f3e 100644 --- a/core/res/res/drawable-xhdpi/btn_check_on_disable.png +++ b/core/res/res/drawable-xhdpi/btn_check_on_disable.png diff --git a/core/res/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_dark.png Binary files differindex a42c7ff45c55..8a54e0fa3483 100644 --- a/core/res/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_light.png Binary files differindex 74fa0ff344c4..67f52350776d 100644 --- a/core/res/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_check_on_disabled_holo_dark.png b/core/res/res/drawable-xhdpi/btn_check_on_disabled_holo_dark.png Binary files differindex 499147ea0f55..e4dfdb832da6 100644 --- a/core/res/res/drawable-xhdpi/btn_check_on_disabled_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_check_on_disabled_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_check_on_disabled_holo_light.png b/core/res/res/drawable-xhdpi/btn_check_on_disabled_holo_light.png Binary files differindex d705b4204370..2ad3b0cf3a7a 100644 --- a/core/res/res/drawable-xhdpi/btn_check_on_disabled_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_check_on_disabled_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_check_on_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_check_on_focused_holo_dark.png Binary files differindex e64a1884a1fd..fb56888268bb 100644 --- a/core/res/res/drawable-xhdpi/btn_check_on_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_check_on_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_check_on_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_check_on_focused_holo_light.png Binary files differindex 697a18a020cc..a94b36e6ad67 100644 --- a/core/res/res/drawable-xhdpi/btn_check_on_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_check_on_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_check_on_holo.png b/core/res/res/drawable-xhdpi/btn_check_on_holo.png Binary files differindex 65dd58d7fa58..1cf9cc6a1f15 100644 --- a/core/res/res/drawable-xhdpi/btn_check_on_holo.png +++ b/core/res/res/drawable-xhdpi/btn_check_on_holo.png diff --git a/core/res/res/drawable-xhdpi/btn_check_on_holo_dark.png b/core/res/res/drawable-xhdpi/btn_check_on_holo_dark.png Binary files differindex 2fe7b01d6b0e..7ab5aba29505 100644 --- a/core/res/res/drawable-xhdpi/btn_check_on_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_check_on_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_check_on_holo_light.png b/core/res/res/drawable-xhdpi/btn_check_on_holo_light.png Binary files differindex a2612d7de8be..9fe69a4ffddf 100644 --- a/core/res/res/drawable-xhdpi/btn_check_on_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_check_on_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_check_on_pressed.png b/core/res/res/drawable-xhdpi/btn_check_on_pressed.png Binary files differindex 995775e67400..85ee7060a80a 100644 --- a/core/res/res/drawable-xhdpi/btn_check_on_pressed.png +++ b/core/res/res/drawable-xhdpi/btn_check_on_pressed.png diff --git a/core/res/res/drawable-xhdpi/btn_check_on_pressed_holo_dark.png b/core/res/res/drawable-xhdpi/btn_check_on_pressed_holo_dark.png Binary files differindex 028eed6a3645..8b523f0d2c16 100644 --- a/core/res/res/drawable-xhdpi/btn_check_on_pressed_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_check_on_pressed_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_check_on_pressed_holo_light.png b/core/res/res/drawable-xhdpi/btn_check_on_pressed_holo_light.png Binary files differindex 61efd3ab2784..219bd323f06a 100644 --- a/core/res/res/drawable-xhdpi/btn_check_on_pressed_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_check_on_pressed_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_check_on_selected.png b/core/res/res/drawable-xhdpi/btn_check_on_selected.png Binary files differindex a46f2f4f0266..3884df7aa8f6 100644 --- a/core/res/res/drawable-xhdpi/btn_check_on_selected.png +++ b/core/res/res/drawable-xhdpi/btn_check_on_selected.png diff --git a/core/res/res/drawable-xhdpi/btn_circle_disable.png b/core/res/res/drawable-xhdpi/btn_circle_disable.png Binary files differindex 420e01aeeab9..b4ad5d4cf34f 100644 --- a/core/res/res/drawable-xhdpi/btn_circle_disable.png +++ b/core/res/res/drawable-xhdpi/btn_circle_disable.png diff --git a/core/res/res/drawable-xhdpi/btn_circle_disable_focused.png b/core/res/res/drawable-xhdpi/btn_circle_disable_focused.png Binary files differindex 6876916b33ec..bbd18273992c 100644 --- a/core/res/res/drawable-xhdpi/btn_circle_disable_focused.png +++ b/core/res/res/drawable-xhdpi/btn_circle_disable_focused.png diff --git a/core/res/res/drawable-xhdpi/btn_circle_normal.png b/core/res/res/drawable-xhdpi/btn_circle_normal.png Binary files differindex de7e71efd62c..60356836511a 100644 --- a/core/res/res/drawable-xhdpi/btn_circle_normal.png +++ b/core/res/res/drawable-xhdpi/btn_circle_normal.png diff --git a/core/res/res/drawable-xhdpi/btn_circle_pressed.png b/core/res/res/drawable-xhdpi/btn_circle_pressed.png Binary files differindex 17776e4b58cf..6c801352a3f2 100644 --- a/core/res/res/drawable-xhdpi/btn_circle_pressed.png +++ b/core/res/res/drawable-xhdpi/btn_circle_pressed.png diff --git a/core/res/res/drawable-xhdpi/btn_circle_selected.png b/core/res/res/drawable-xhdpi/btn_circle_selected.png Binary files differindex 98aeff51e93e..e60472b6f169 100644 --- a/core/res/res/drawable-xhdpi/btn_circle_selected.png +++ b/core/res/res/drawable-xhdpi/btn_circle_selected.png diff --git a/core/res/res/drawable-xhdpi/btn_close_normal.png b/core/res/res/drawable-xhdpi/btn_close_normal.png Binary files differindex 2d0b0ea135fe..a25c7b4631cb 100644 --- a/core/res/res/drawable-xhdpi/btn_close_normal.png +++ b/core/res/res/drawable-xhdpi/btn_close_normal.png diff --git a/core/res/res/drawable-xhdpi/btn_close_pressed.png b/core/res/res/drawable-xhdpi/btn_close_pressed.png Binary files differindex 5d9b5eeac5a1..8da75f93140b 100644 --- a/core/res/res/drawable-xhdpi/btn_close_pressed.png +++ b/core/res/res/drawable-xhdpi/btn_close_pressed.png diff --git a/core/res/res/drawable-xhdpi/btn_close_selected.png b/core/res/res/drawable-xhdpi/btn_close_selected.png Binary files differindex 1bf174065252..daff38895d92 100644 --- a/core/res/res/drawable-xhdpi/btn_close_selected.png +++ b/core/res/res/drawable-xhdpi/btn_close_selected.png diff --git a/core/res/res/drawable-xhdpi/btn_default_disabled_focused_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_default_disabled_focused_holo_dark.9.png Binary files differindex 41230fe9ea7d..6f8f0df10139 100644 --- a/core/res/res/drawable-xhdpi/btn_default_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_disabled_focused_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_default_disabled_focused_holo_light.9.png Binary files differindex 41230fe9ea7d..6f8f0df10139 100644 --- a/core/res/res/drawable-xhdpi/btn_default_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_disabled_holo.9.png b/core/res/res/drawable-xhdpi/btn_default_disabled_holo.9.png Binary files differindex df2a621fc3ae..cec9b8a0e726 100644 --- a/core/res/res/drawable-xhdpi/btn_default_disabled_holo.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_disabled_holo.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_disabled_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_default_disabled_holo_dark.9.png Binary files differindex 9fa8682273db..40ea1ea08872 100644 --- a/core/res/res/drawable-xhdpi/btn_default_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_disabled_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_default_disabled_holo_light.9.png Binary files differindex 9fa8682273db..40ea1ea08872 100644 --- a/core/res/res/drawable-xhdpi/btn_default_disabled_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_focused_holo.9.png b/core/res/res/drawable-xhdpi/btn_default_focused_holo.9.png Binary files differindex 392cee499996..4446c55c384a 100644 --- a/core/res/res/drawable-xhdpi/btn_default_focused_holo.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_focused_holo.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_focused_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_default_focused_holo_dark.9.png Binary files differindex 73488f35ce21..0ff6d4f66c96 100644 --- a/core/res/res/drawable-xhdpi/btn_default_focused_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_focused_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_default_focused_holo_light.9.png Binary files differindex 73488f35ce21..0ff6d4f66c96 100644 --- a/core/res/res/drawable-xhdpi/btn_default_focused_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_focused_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_normal.9.png b/core/res/res/drawable-xhdpi/btn_default_normal.9.png Binary files differindex 708090584023..8eceeed26bfc 100644 --- a/core/res/res/drawable-xhdpi/btn_default_normal.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_normal.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_normal_disable.9.png b/core/res/res/drawable-xhdpi/btn_default_normal_disable.9.png Binary files differindex 704bb554f391..ee535c1f766c 100644 --- a/core/res/res/drawable-xhdpi/btn_default_normal_disable.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_normal_disable.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_normal_disable_focused.9.png b/core/res/res/drawable-xhdpi/btn_default_normal_disable_focused.9.png Binary files differindex 7f64c753f00a..f66ec303479e 100644 --- a/core/res/res/drawable-xhdpi/btn_default_normal_disable_focused.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_normal_disable_focused.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_normal_holo.9.png b/core/res/res/drawable-xhdpi/btn_default_normal_holo.9.png Binary files differindex 92a49db43242..377ae2c1d599 100644 --- a/core/res/res/drawable-xhdpi/btn_default_normal_holo.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_normal_holo.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_normal_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_default_normal_holo_dark.9.png Binary files differindex 28edccd5dd29..71352817fdd1 100644 --- a/core/res/res/drawable-xhdpi/btn_default_normal_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_normal_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_normal_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_default_normal_holo_light.9.png Binary files differindex 38f8c013f45a..f6f3226072c0 100644 --- a/core/res/res/drawable-xhdpi/btn_default_normal_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_normal_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_pressed.9.png b/core/res/res/drawable-xhdpi/btn_default_pressed.9.png Binary files differindex 849cd48e62d2..6c8c60f6a447 100644 --- a/core/res/res/drawable-xhdpi/btn_default_pressed.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_pressed_holo.9.png b/core/res/res/drawable-xhdpi/btn_default_pressed_holo.9.png Binary files differindex 0544d32f5e9d..67da2407f31f 100644 --- a/core/res/res/drawable-xhdpi/btn_default_pressed_holo.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_pressed_holo.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_pressed_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_default_pressed_holo_dark.9.png Binary files differindex 37f30ebf774a..f03633caba41 100644 --- a/core/res/res/drawable-xhdpi/btn_default_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_pressed_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_default_pressed_holo_light.9.png Binary files differindex a4ac0c753ecb..f18da58ae3d5 100644 --- a/core/res/res/drawable-xhdpi/btn_default_pressed_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_selected.9.png b/core/res/res/drawable-xhdpi/btn_default_selected.9.png Binary files differindex 2be8da670761..c91abd4a2ded 100644 --- a/core/res/res/drawable-xhdpi/btn_default_selected.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_selected.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_small_normal.9.png b/core/res/res/drawable-xhdpi/btn_default_small_normal.9.png Binary files differindex 5b7a3bdb1e5f..e6105f61c13e 100644 --- a/core/res/res/drawable-xhdpi/btn_default_small_normal.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_small_normal.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_small_normal_disable.9.png b/core/res/res/drawable-xhdpi/btn_default_small_normal_disable.9.png Binary files differindex 36cbd3e5f08d..b8b42d90b134 100644 --- a/core/res/res/drawable-xhdpi/btn_default_small_normal_disable.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_small_normal_disable.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_small_normal_disable_focused.9.png b/core/res/res/drawable-xhdpi/btn_default_small_normal_disable_focused.9.png Binary files differindex 3ce0038d3bc8..7f059cf17d97 100644 --- a/core/res/res/drawable-xhdpi/btn_default_small_normal_disable_focused.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_small_normal_disable_focused.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_small_pressed.9.png b/core/res/res/drawable-xhdpi/btn_default_small_pressed.9.png Binary files differindex 787ba9e7cbb0..a4aaf54b5301 100644 --- a/core/res/res/drawable-xhdpi/btn_default_small_pressed.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_small_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_small_selected.9.png b/core/res/res/drawable-xhdpi/btn_default_small_selected.9.png Binary files differindex 5874b8c7f14f..7dd3061ff150 100644 --- a/core/res/res/drawable-xhdpi/btn_default_small_selected.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_small_selected.9.png diff --git a/core/res/res/drawable-xhdpi/btn_default_transparent_normal.9.png b/core/res/res/drawable-xhdpi/btn_default_transparent_normal.9.png Binary files differindex fb2fbf5e4431..8490e0da8aaf 100644 --- a/core/res/res/drawable-xhdpi/btn_default_transparent_normal.9.png +++ b/core/res/res/drawable-xhdpi/btn_default_transparent_normal.9.png diff --git a/core/res/res/drawable-xhdpi/btn_dialog_disable.png b/core/res/res/drawable-xhdpi/btn_dialog_disable.png Binary files differindex 571e40afa012..a8ae1b699dc7 100644 --- a/core/res/res/drawable-xhdpi/btn_dialog_disable.png +++ b/core/res/res/drawable-xhdpi/btn_dialog_disable.png diff --git a/core/res/res/drawable-xhdpi/btn_dialog_normal.png b/core/res/res/drawable-xhdpi/btn_dialog_normal.png Binary files differindex 2d0b0ea135fe..a25c7b4631cb 100644 --- a/core/res/res/drawable-xhdpi/btn_dialog_normal.png +++ b/core/res/res/drawable-xhdpi/btn_dialog_normal.png diff --git a/core/res/res/drawable-xhdpi/btn_dialog_pressed.png b/core/res/res/drawable-xhdpi/btn_dialog_pressed.png Binary files differindex 56195d2ea186..0f6b31a08103 100644 --- a/core/res/res/drawable-xhdpi/btn_dialog_pressed.png +++ b/core/res/res/drawable-xhdpi/btn_dialog_pressed.png diff --git a/core/res/res/drawable-xhdpi/btn_dialog_selected.png b/core/res/res/drawable-xhdpi/btn_dialog_selected.png Binary files differindex c33da5660108..6a21263f82fc 100644 --- a/core/res/res/drawable-xhdpi/btn_dialog_selected.png +++ b/core/res/res/drawable-xhdpi/btn_dialog_selected.png diff --git a/core/res/res/drawable-xhdpi/btn_dropdown_disabled.9.png b/core/res/res/drawable-xhdpi/btn_dropdown_disabled.9.png Binary files differindex e45c7311bf27..eeff040a9316 100644 --- a/core/res/res/drawable-xhdpi/btn_dropdown_disabled.9.png +++ b/core/res/res/drawable-xhdpi/btn_dropdown_disabled.9.png diff --git a/core/res/res/drawable-xhdpi/btn_dropdown_disabled_focused.9.png b/core/res/res/drawable-xhdpi/btn_dropdown_disabled_focused.9.png Binary files differindex 1e4cec3de39a..930d352cac6c 100644 --- a/core/res/res/drawable-xhdpi/btn_dropdown_disabled_focused.9.png +++ b/core/res/res/drawable-xhdpi/btn_dropdown_disabled_focused.9.png diff --git a/core/res/res/drawable-xhdpi/btn_dropdown_normal.9.png b/core/res/res/drawable-xhdpi/btn_dropdown_normal.9.png Binary files differindex aab7658d373f..047533642fd8 100644 --- a/core/res/res/drawable-xhdpi/btn_dropdown_normal.9.png +++ b/core/res/res/drawable-xhdpi/btn_dropdown_normal.9.png diff --git a/core/res/res/drawable-xhdpi/btn_dropdown_pressed.9.png b/core/res/res/drawable-xhdpi/btn_dropdown_pressed.9.png Binary files differindex 4a1ddf3fd2f1..0c0ef9b102bf 100644 --- a/core/res/res/drawable-xhdpi/btn_dropdown_pressed.9.png +++ b/core/res/res/drawable-xhdpi/btn_dropdown_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/btn_dropdown_selected.9.png b/core/res/res/drawable-xhdpi/btn_dropdown_selected.9.png Binary files differindex cdae834e2e0a..acd7bf351a19 100644 --- a/core/res/res/drawable-xhdpi/btn_dropdown_selected.9.png +++ b/core/res/res/drawable-xhdpi/btn_dropdown_selected.9.png diff --git a/core/res/res/drawable-xhdpi/btn_erase_default.9.png b/core/res/res/drawable-xhdpi/btn_erase_default.9.png Binary files differindex f189e9c8482e..953f7165ea8a 100644 --- a/core/res/res/drawable-xhdpi/btn_erase_default.9.png +++ b/core/res/res/drawable-xhdpi/btn_erase_default.9.png diff --git a/core/res/res/drawable-xhdpi/btn_erase_pressed.9.png b/core/res/res/drawable-xhdpi/btn_erase_pressed.9.png Binary files differindex 99cd6fdd2938..ef1a4dd225fb 100644 --- a/core/res/res/drawable-xhdpi/btn_erase_pressed.9.png +++ b/core/res/res/drawable-xhdpi/btn_erase_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/btn_erase_selected.9.png b/core/res/res/drawable-xhdpi/btn_erase_selected.9.png Binary files differindex b6de266476d2..18cb3cc6cd3b 100644 --- a/core/res/res/drawable-xhdpi/btn_erase_selected.9.png +++ b/core/res/res/drawable-xhdpi/btn_erase_selected.9.png diff --git a/core/res/res/drawable-xhdpi/btn_global_search_normal.9.png b/core/res/res/drawable-xhdpi/btn_global_search_normal.9.png Binary files differindex cc1194265bcc..7ac314f8cdb1 100644 --- a/core/res/res/drawable-xhdpi/btn_global_search_normal.9.png +++ b/core/res/res/drawable-xhdpi/btn_global_search_normal.9.png diff --git a/core/res/res/drawable-xhdpi/btn_group_disabled_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_group_disabled_holo_dark.9.png Binary files differindex 6bf2fb4a7cf0..098d03e1af98 100644 --- a/core/res/res/drawable-xhdpi/btn_group_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_group_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_group_disabled_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_group_disabled_holo_light.9.png Binary files differindex 979eccde1ae0..9bb9d252baf5 100644 --- a/core/res/res/drawable-xhdpi/btn_group_disabled_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_group_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_group_focused_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_group_focused_holo_dark.9.png Binary files differindex 725248215cd8..cfb1e931320f 100644 --- a/core/res/res/drawable-xhdpi/btn_group_focused_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_group_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_group_focused_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_group_focused_holo_light.9.png Binary files differindex 725248215cd8..cfb1e931320f 100644 --- a/core/res/res/drawable-xhdpi/btn_group_focused_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_group_focused_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_group_normal_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_group_normal_holo_dark.9.png Binary files differindex 306556440b92..6f879cf83116 100644 --- a/core/res/res/drawable-xhdpi/btn_group_normal_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_group_normal_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_group_normal_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_group_normal_holo_light.9.png Binary files differindex a444e63b23d1..1f03dbce8ae5 100644 --- a/core/res/res/drawable-xhdpi/btn_group_normal_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_group_normal_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_group_pressed_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_group_pressed_holo_dark.9.png Binary files differindex 60d6675a8e98..17338ac2d622 100644 --- a/core/res/res/drawable-xhdpi/btn_group_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_group_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_group_pressed_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_group_pressed_holo_light.9.png Binary files differindex 142a1c99cb7e..d68b8ff97b6d 100644 --- a/core/res/res/drawable-xhdpi/btn_group_pressed_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_group_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_normal_holo.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_normal_holo.9.png Binary files differindex d2cd029bb6b7..fbb4a33ceac4 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_normal_holo.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_normal_holo.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_normal_off_holo.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_normal_off_holo.9.png Binary files differindex 0f709eb02f05..54033df4eab8 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_normal_off_holo.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_normal_off_holo.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_normal_on_holo.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_normal_on_holo.9.png Binary files differindex 2f4de8ee74ee..cfeeeec718f1 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_normal_on_holo.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_normal_on_holo.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_holo.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_holo.9.png Binary files differindex 3871689ef23c..79bc2a53d1a0 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_holo.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_holo.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_off_holo.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_off_holo.9.png Binary files differindex 836ea6e789cf..766f1fb1d4b7 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_off_holo.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_off_holo.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_on_holo.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_on_holo.9.png Binary files differindex 279db1f92e8f..274ee0e86049 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_on_holo.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_on_holo.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_normal.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_normal.9.png Binary files differindex 981cad99fcd0..91de201eef5b 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_normal.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_normal.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_normal_off.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_normal_off.9.png Binary files differindex 22522931fcb5..fdb641679700 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_normal_off.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_normal_off.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_normal_on.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_normal_on.9.png Binary files differindex 4db7078bfd19..e229177c7f53 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_normal_on.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_normal_on.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_pressed.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_pressed.9.png Binary files differindex 04e7ea127cd6..3b594a5595b2 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_pressed.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_pressed_off.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_pressed_off.9.png Binary files differindex 95e91e8fe58e..dadbadfc9150 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_pressed_off.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_pressed_off.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_pressed_on.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_pressed_on.9.png Binary files differindex cdd47d584a53..9511e055c563 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_pressed_on.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_fulltrans_pressed_on.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_light_normal_holo.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_light_normal_holo.9.png Binary files differindex b26f1d27a87a..d4492f74b14e 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_light_normal_holo.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_light_normal_holo.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_light_pressed_holo.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_light_pressed_holo.9.png Binary files differindex c23a4b22578d..6e46485c592f 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_light_pressed_holo.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_light_pressed_holo.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_normal.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_normal.9.png Binary files differindex 1f3a6b3c08fe..6393c27964aa 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_normal.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_normal.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_normal_off.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_normal_off.9.png Binary files differindex 2a9b6f49ef05..d1a984e203e5 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_normal_off.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_normal_off.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_normal_on.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_normal_on.9.png Binary files differindex 096d6e9e9f2a..849136e5a81d 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_normal_on.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_normal_on.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_pressed.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_pressed.9.png Binary files differindex 20852d654b6c..d7862b69cf7f 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_pressed.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_pressed_off.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_pressed_off.9.png Binary files differindex 271c6b41621f..0e3781908090 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_pressed_off.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_pressed_off.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_pressed_on.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_pressed_on.9.png Binary files differindex e72ec794fb74..3aa843870a0c 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_pressed_on.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_pressed_on.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_normal.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_normal.9.png Binary files differindex 200d934ebe75..0cbebfc37de1 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_normal.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_normal.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_normal_off.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_normal_off.9.png Binary files differindex e08dcc508095..2b2a34856d0b 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_normal_off.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_normal_off.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_normal_on.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_normal_on.9.png Binary files differindex fd512d9cf011..1fc11f8b7e45 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_normal_on.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_normal_on.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_pressed.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_pressed.9.png Binary files differindex f3626b683952..dcf90aa22a7b 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_pressed.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_pressed_off.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_pressed_off.9.png Binary files differindex b18642d58c85..5fdf61b13f8b 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_pressed_off.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_pressed_off.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_pressed_on.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_pressed_on.9.png Binary files differindex 134c4a9fe6d1..926111a9f7e0 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_pressed_on.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_pressed_on.9.png diff --git a/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_selected.9.png b/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_selected.9.png Binary files differindex 8dd307030ab0..2e29ebc9b4f3 100644 --- a/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_selected.9.png +++ b/core/res/res/drawable-xhdpi/btn_keyboard_key_trans_selected.9.png diff --git a/core/res/res/drawable-xhdpi/btn_media_player.9.png b/core/res/res/drawable-xhdpi/btn_media_player.9.png Binary files differindex 06e523d96065..f595461afe54 100644 --- a/core/res/res/drawable-xhdpi/btn_media_player.9.png +++ b/core/res/res/drawable-xhdpi/btn_media_player.9.png diff --git a/core/res/res/drawable-xhdpi/btn_media_player_disabled.9.png b/core/res/res/drawable-xhdpi/btn_media_player_disabled.9.png Binary files differindex 9b3350fdb072..98437fd76a29 100644 --- a/core/res/res/drawable-xhdpi/btn_media_player_disabled.9.png +++ b/core/res/res/drawable-xhdpi/btn_media_player_disabled.9.png diff --git a/core/res/res/drawable-xhdpi/btn_media_player_disabled_selected.9.png b/core/res/res/drawable-xhdpi/btn_media_player_disabled_selected.9.png Binary files differindex 1872a0bb761d..4a315e0bfb10 100644 --- a/core/res/res/drawable-xhdpi/btn_media_player_disabled_selected.9.png +++ b/core/res/res/drawable-xhdpi/btn_media_player_disabled_selected.9.png diff --git a/core/res/res/drawable-xhdpi/btn_media_player_pressed.9.png b/core/res/res/drawable-xhdpi/btn_media_player_pressed.9.png Binary files differindex e8810b09e1ff..622de6928b6d 100644 --- a/core/res/res/drawable-xhdpi/btn_media_player_pressed.9.png +++ b/core/res/res/drawable-xhdpi/btn_media_player_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/btn_media_player_selected.9.png b/core/res/res/drawable-xhdpi/btn_media_player_selected.9.png Binary files differindex b9287d645202..cc34f940183e 100644 --- a/core/res/res/drawable-xhdpi/btn_media_player_selected.9.png +++ b/core/res/res/drawable-xhdpi/btn_media_player_selected.9.png diff --git a/core/res/res/drawable-xhdpi/btn_minus_default.png b/core/res/res/drawable-xhdpi/btn_minus_default.png Binary files differindex 7e952f11009a..142b58a59dc1 100644 --- a/core/res/res/drawable-xhdpi/btn_minus_default.png +++ b/core/res/res/drawable-xhdpi/btn_minus_default.png diff --git a/core/res/res/drawable-xhdpi/btn_minus_disable.png b/core/res/res/drawable-xhdpi/btn_minus_disable.png Binary files differindex 63901e3466f7..3197eab56a19 100644 --- a/core/res/res/drawable-xhdpi/btn_minus_disable.png +++ b/core/res/res/drawable-xhdpi/btn_minus_disable.png diff --git a/core/res/res/drawable-xhdpi/btn_minus_disable_focused.png b/core/res/res/drawable-xhdpi/btn_minus_disable_focused.png Binary files differindex 9073d4986410..d9913cdbe3ff 100644 --- a/core/res/res/drawable-xhdpi/btn_minus_disable_focused.png +++ b/core/res/res/drawable-xhdpi/btn_minus_disable_focused.png diff --git a/core/res/res/drawable-xhdpi/btn_minus_pressed.png b/core/res/res/drawable-xhdpi/btn_minus_pressed.png Binary files differindex 49dfc3fb093b..36505dc46a19 100644 --- a/core/res/res/drawable-xhdpi/btn_minus_pressed.png +++ b/core/res/res/drawable-xhdpi/btn_minus_pressed.png diff --git a/core/res/res/drawable-xhdpi/btn_minus_selected.png b/core/res/res/drawable-xhdpi/btn_minus_selected.png Binary files differindex d1d2101c2992..653abb955571 100644 --- a/core/res/res/drawable-xhdpi/btn_minus_selected.png +++ b/core/res/res/drawable-xhdpi/btn_minus_selected.png diff --git a/core/res/res/drawable-xhdpi/btn_plus_default.png b/core/res/res/drawable-xhdpi/btn_plus_default.png Binary files differindex d47113ace223..4676835fd535 100644 --- a/core/res/res/drawable-xhdpi/btn_plus_default.png +++ b/core/res/res/drawable-xhdpi/btn_plus_default.png diff --git a/core/res/res/drawable-xhdpi/btn_plus_disable.png b/core/res/res/drawable-xhdpi/btn_plus_disable.png Binary files differindex 6432c81c48d2..37fdab265979 100644 --- a/core/res/res/drawable-xhdpi/btn_plus_disable.png +++ b/core/res/res/drawable-xhdpi/btn_plus_disable.png diff --git a/core/res/res/drawable-xhdpi/btn_plus_disable_focused.png b/core/res/res/drawable-xhdpi/btn_plus_disable_focused.png Binary files differindex 666bf9d9936c..8dadcfaa706c 100644 --- a/core/res/res/drawable-xhdpi/btn_plus_disable_focused.png +++ b/core/res/res/drawable-xhdpi/btn_plus_disable_focused.png diff --git a/core/res/res/drawable-xhdpi/btn_plus_pressed.png b/core/res/res/drawable-xhdpi/btn_plus_pressed.png Binary files differindex 2fdb1d249cfe..600a207308b3 100644 --- a/core/res/res/drawable-xhdpi/btn_plus_pressed.png +++ b/core/res/res/drawable-xhdpi/btn_plus_pressed.png diff --git a/core/res/res/drawable-xhdpi/btn_plus_selected.png b/core/res/res/drawable-xhdpi/btn_plus_selected.png Binary files differindex 0f9157db0e73..5833ffb4f00b 100644 --- a/core/res/res/drawable-xhdpi/btn_plus_selected.png +++ b/core/res/res/drawable-xhdpi/btn_plus_selected.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_label_background.9.png b/core/res/res/drawable-xhdpi/btn_radio_label_background.9.png Binary files differindex e5dee60cc9fd..d3fc9e85abc6 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_label_background.9.png +++ b/core/res/res/drawable-xhdpi/btn_radio_label_background.9.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_off.png b/core/res/res/drawable-xhdpi/btn_radio_off.png Binary files differindex b25fd98f8843..377df6987bf6 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_off.png +++ b/core/res/res/drawable-xhdpi/btn_radio_off.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_dark.png Binary files differindex b93bb66ebda6..7db0b152adfc 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_light.png Binary files differindex 2625e8b4c9f8..fe3d1fdd9e2b 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_off_disabled_holo_dark.png b/core/res/res/drawable-xhdpi/btn_radio_off_disabled_holo_dark.png Binary files differindex aa5f830b0cc0..4e421afaadfa 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_off_disabled_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_radio_off_disabled_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_off_disabled_holo_light.png b/core/res/res/drawable-xhdpi/btn_radio_off_disabled_holo_light.png Binary files differindex 1030a801a08c..6c758bd592ed 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_off_disabled_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_radio_off_disabled_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_off_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_radio_off_focused_holo_dark.png Binary files differindex 5a12961179c5..96be1b12d427 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_off_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_radio_off_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_off_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_radio_off_focused_holo_light.png Binary files differindex 1e2108cd4d2f..894849fedf31 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_off_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_radio_off_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_off_holo.png b/core/res/res/drawable-xhdpi/btn_radio_off_holo.png Binary files differindex 1866d0704509..1236c76aba77 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_off_holo.png +++ b/core/res/res/drawable-xhdpi/btn_radio_off_holo.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_off_holo_dark.png b/core/res/res/drawable-xhdpi/btn_radio_off_holo_dark.png Binary files differindex d04d6e5fbec7..131f7646d3bd 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_off_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_radio_off_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_off_holo_light.png b/core/res/res/drawable-xhdpi/btn_radio_off_holo_light.png Binary files differindex 36e82bbb226f..fa3512472b78 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_off_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_radio_off_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_off_pressed.png b/core/res/res/drawable-xhdpi/btn_radio_off_pressed.png Binary files differindex 1ee1d4c1e245..ccd424e0c157 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_off_pressed.png +++ b/core/res/res/drawable-xhdpi/btn_radio_off_pressed.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_off_pressed_holo_dark.png b/core/res/res/drawable-xhdpi/btn_radio_off_pressed_holo_dark.png Binary files differindex 0f5f32fae081..8db7ddf999d0 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_off_pressed_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_radio_off_pressed_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_off_pressed_holo_light.png b/core/res/res/drawable-xhdpi/btn_radio_off_pressed_holo_light.png Binary files differindex 4097ef296813..0f1bca8d1d7b 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_off_pressed_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_radio_off_pressed_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_off_selected.png b/core/res/res/drawable-xhdpi/btn_radio_off_selected.png Binary files differindex 2ef78f012d06..f5622ec93601 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_off_selected.png +++ b/core/res/res/drawable-xhdpi/btn_radio_off_selected.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_on.png b/core/res/res/drawable-xhdpi/btn_radio_on.png Binary files differindex c3b757eae4ff..c0bc59f426eb 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_on.png +++ b/core/res/res/drawable-xhdpi/btn_radio_on.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_dark.png Binary files differindex 97994e834f68..63c2ccdbd6da 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_light.png Binary files differindex 67e9bd1bd086..806477c0a1e6 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_on_disabled_holo_dark.png b/core/res/res/drawable-xhdpi/btn_radio_on_disabled_holo_dark.png Binary files differindex 346909d36f85..d81c3046ccc4 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_on_disabled_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_radio_on_disabled_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_on_disabled_holo_light.png b/core/res/res/drawable-xhdpi/btn_radio_on_disabled_holo_light.png Binary files differindex 5741490d36c0..75863b7c752f 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_on_disabled_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_radio_on_disabled_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_on_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_radio_on_focused_holo_dark.png Binary files differindex 587f0cee54e2..5a14d87cef54 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_on_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_radio_on_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_on_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_radio_on_focused_holo_light.png Binary files differindex 6d78b9723580..a6c656faebf4 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_on_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_radio_on_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_on_holo.png b/core/res/res/drawable-xhdpi/btn_radio_on_holo.png Binary files differindex e14392f4b4fe..f33793f720ca 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_on_holo.png +++ b/core/res/res/drawable-xhdpi/btn_radio_on_holo.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_on_holo_dark.png b/core/res/res/drawable-xhdpi/btn_radio_on_holo_dark.png Binary files differindex e565dfe5ccf8..e0e5774917e7 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_on_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_radio_on_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_on_holo_light.png b/core/res/res/drawable-xhdpi/btn_radio_on_holo_light.png Binary files differindex 5a7a5f7fa7db..415cf292a1a1 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_on_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_radio_on_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_on_mtrl_alpha.png b/core/res/res/drawable-xhdpi/btn_radio_on_mtrl_alpha.png Binary files differindex be4aaf34fe53..b5b4b715776f 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_on_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/btn_radio_on_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_on_pressed.png b/core/res/res/drawable-xhdpi/btn_radio_on_pressed.png Binary files differindex a9867468672b..12e751db6541 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_on_pressed.png +++ b/core/res/res/drawable-xhdpi/btn_radio_on_pressed.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_on_pressed_holo_dark.png b/core/res/res/drawable-xhdpi/btn_radio_on_pressed_holo_dark.png Binary files differindex a3795a0c494a..8a54bc0d9f6b 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_on_pressed_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_radio_on_pressed_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_on_pressed_holo_light.png b/core/res/res/drawable-xhdpi/btn_radio_on_pressed_holo_light.png Binary files differindex f8e3bd4f886a..6f13d6dfe7f4 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_on_pressed_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_radio_on_pressed_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_on_pressed_mtrl_alpha.png b/core/res/res/drawable-xhdpi/btn_radio_on_pressed_mtrl_alpha.png Binary files differindex a7ed0f880383..73023ba32b57 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_on_pressed_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/btn_radio_on_pressed_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_on_selected.png b/core/res/res/drawable-xhdpi/btn_radio_on_selected.png Binary files differindex b3d423443e90..0faefaccaea9 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_on_selected.png +++ b/core/res/res/drawable-xhdpi/btn_radio_on_selected.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_000.png b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_000.png Binary files differindex b54c6ffa8f87..c54911f6d58a 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_000.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_000.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_001.png b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_001.png Binary files differindex fff70569d6a4..9cfc3cc90076 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_001.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_001.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_002.png b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_002.png Binary files differindex 026462d6a2fe..44df756a9053 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_002.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_002.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_003.png b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_003.png Binary files differindex 26cc8dea8212..55a3bdea2094 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_003.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_003.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_004.png b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_004.png Binary files differindex c055fff5912f..4b448bfcc7c3 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_004.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_004.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_005.png b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_005.png Binary files differindex a22e780b449d..1485d7782db0 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_005.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_005.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_006.png b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_006.png Binary files differindex 357374c098d0..7621ba11e499 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_006.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_006.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_007.png b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_007.png Binary files differindex 71d4667b8e02..eaa1dcf8874d 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_007.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_007.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_008.png b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_008.png Binary files differindex 2ed175e9fe67..7ddbe77e3b70 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_008.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_008.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_009.png b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_009.png Binary files differindex e0f7d8e799bc..e30e48f21eeb 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_009.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_009.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_010.png b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_010.png Binary files differindex 62b057840e4c..b3758d6efad2 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_010.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_010.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_011.png b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_011.png Binary files differindex 4d6ef4a2eb41..954fb09e792f 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_011.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_011.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_012.png b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_012.png Binary files differindex 37cee2dcd16d..c07be1f4b18d 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_012.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_012.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_013.png b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_013.png Binary files differindex a8bc25f6dccb..5501be373bc1 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_013.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_013.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_014.png b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_014.png Binary files differindex cf68d9364362..fa7d258633a4 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_014.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_014.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_015.png b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_015.png Binary files differindex 96834bcbe1a5..0e4cfce9e5de 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_015.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_off_mtrl_015.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_000.png b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_000.png Binary files differindex d068dbeb8cee..0e4cfce9e5de 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_000.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_000.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_001.png b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_001.png Binary files differindex 4aabb1efdcbb..37e400d7f38b 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_001.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_001.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_002.png b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_002.png Binary files differindex bbac8e40a0bb..8c44d767483f 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_002.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_002.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_003.png b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_003.png Binary files differindex 2fc745988f17..59c4735f1c90 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_003.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_003.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_004.png b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_004.png Binary files differindex 83c6d0ea4d97..ac067374870d 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_004.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_004.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_005.png b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_005.png Binary files differindex 45c08d7bac34..da6d614084ba 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_005.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_005.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_006.png b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_006.png Binary files differindex 05b7dfb71970..d9ce1db0f57d 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_006.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_006.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_007.png b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_007.png Binary files differindex baf9964df339..88aad6d1fa72 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_007.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_007.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_008.png b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_008.png Binary files differindex d6e0369a6d98..4ad7610ae880 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_008.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_008.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_009.png b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_009.png Binary files differindex 3f352703a4be..4fa7eec4bbd4 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_009.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_009.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_010.png b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_010.png Binary files differindex a5b34dc91f0f..7edf7e7438a0 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_010.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_010.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_011.png b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_011.png Binary files differindex 361967baf61f..27274cec6442 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_011.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_011.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_012.png b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_012.png Binary files differindex c478bb7669f0..600829c1bca5 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_012.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_012.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_013.png b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_013.png Binary files differindex 075fa0c985ae..468a1e0d5c18 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_013.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_013.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_014.png b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_014.png Binary files differindex d9e364bd0efc..eb106aee8492 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_014.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_014.png diff --git a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_015.png b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_015.png Binary files differindex 99244967ed94..c54911f6d58a 100644 --- a/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_015.png +++ b/core/res/res/drawable-xhdpi/btn_radio_to_on_mtrl_015.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_off_disabled_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_rating_star_off_disabled_focused_holo_dark.png Binary files differindex 94d6b6e21425..0d962872ab63 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_off_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_off_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_off_disabled_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_rating_star_off_disabled_focused_holo_light.png Binary files differindex 68b8e532fb05..edda9c561a7e 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_off_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_off_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_off_disabled_holo_dark.png b/core/res/res/drawable-xhdpi/btn_rating_star_off_disabled_holo_dark.png Binary files differindex 0968ae1cd4fe..dd651763c231 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_off_disabled_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_off_disabled_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_off_disabled_holo_light.png b/core/res/res/drawable-xhdpi/btn_rating_star_off_disabled_holo_light.png Binary files differindex a444bf32cf55..c7f6e601b47b 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_off_disabled_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_off_disabled_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_off_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_rating_star_off_focused_holo_dark.png Binary files differindex 95eee6ae4deb..e15942e6b5b1 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_off_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_off_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_off_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_rating_star_off_focused_holo_light.png Binary files differindex 4489c672684b..e3fa7a1a10b2 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_off_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_off_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_off_mtrl_alpha.png b/core/res/res/drawable-xhdpi/btn_rating_star_off_mtrl_alpha.png Binary files differindex 33ec44c89a17..e84e849e0b98 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_off_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_off_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_off_normal.png b/core/res/res/drawable-xhdpi/btn_rating_star_off_normal.png Binary files differindex 67cbc1aad116..c6660c2bc423 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_off_normal.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_off_normal.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_off_normal_holo_dark.png b/core/res/res/drawable-xhdpi/btn_rating_star_off_normal_holo_dark.png Binary files differindex 0f46649ade55..a8a61f16b754 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_off_normal_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_off_normal_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_off_normal_holo_light.png b/core/res/res/drawable-xhdpi/btn_rating_star_off_normal_holo_light.png Binary files differindex e3c076140a82..c348a5ca5636 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_off_normal_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_off_normal_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_off_pressed.png b/core/res/res/drawable-xhdpi/btn_rating_star_off_pressed.png Binary files differindex aaa1c5b20558..ca6cb856cd4d 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_off_pressed.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_off_pressed.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_dark.png b/core/res/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_dark.png Binary files differindex dad564d37a0d..374739b9b236 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_light.png b/core/res/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_light.png Binary files differindex c891ae320f10..1e8e4b0d6e54 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_off_selected.png b/core/res/res/drawable-xhdpi/btn_rating_star_off_selected.png Binary files differindex 7eed14cd1a4d..6a03f99b0507 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_off_selected.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_off_selected.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_on_disabled_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_rating_star_on_disabled_focused_holo_dark.png Binary files differindex a8a7bf80608b..dd9e246bfbaf 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_on_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_on_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_on_disabled_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_rating_star_on_disabled_focused_holo_light.png Binary files differindex e898819f242d..f3867260418f 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_on_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_on_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_on_disabled_holo_dark.png b/core/res/res/drawable-xhdpi/btn_rating_star_on_disabled_holo_dark.png Binary files differindex f3a9d3dd37ce..ee334b2dfd84 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_on_disabled_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_on_disabled_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_on_disabled_holo_light.png b/core/res/res/drawable-xhdpi/btn_rating_star_on_disabled_holo_light.png Binary files differindex 92dfd1a38cee..5720fc5e8518 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_on_disabled_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_on_disabled_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_on_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_rating_star_on_focused_holo_dark.png Binary files differindex 0c9d726b59d0..a94936e1a476 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_on_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_on_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_on_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_rating_star_on_focused_holo_light.png Binary files differindex 3b2055c91ef8..4e008410530b 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_on_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_on_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_on_mtrl_alpha.png b/core/res/res/drawable-xhdpi/btn_rating_star_on_mtrl_alpha.png Binary files differindex 0166d70cde97..282bfe933f13 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_on_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_on_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_on_normal.png b/core/res/res/drawable-xhdpi/btn_rating_star_on_normal.png Binary files differindex 1db48b316362..1f233c513041 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_on_normal.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_on_normal.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_on_normal_holo_dark.png b/core/res/res/drawable-xhdpi/btn_rating_star_on_normal_holo_dark.png Binary files differindex 2b9b617df1c9..38ffdaa0d731 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_on_normal_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_on_normal_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_on_normal_holo_light.png b/core/res/res/drawable-xhdpi/btn_rating_star_on_normal_holo_light.png Binary files differindex 386b90aeae85..48d6e940c1a8 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_on_normal_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_on_normal_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_on_pressed.png b/core/res/res/drawable-xhdpi/btn_rating_star_on_pressed.png Binary files differindex a8e5d0075a53..b490b8e1bfb5 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_on_pressed.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_on_pressed.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_dark.png b/core/res/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_dark.png Binary files differindex 530eed2435c1..fbdc2b3da96b 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_light.png b/core/res/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_light.png Binary files differindex 33ee629c7e70..12c5adea67cd 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_rating_star_on_selected.png b/core/res/res/drawable-xhdpi/btn_rating_star_on_selected.png Binary files differindex 8ec21033e69c..f5452af619fa 100644 --- a/core/res/res/drawable-xhdpi/btn_rating_star_on_selected.png +++ b/core/res/res/drawable-xhdpi/btn_rating_star_on_selected.png diff --git a/core/res/res/drawable-xhdpi/btn_search_dialog_default.9.png b/core/res/res/drawable-xhdpi/btn_search_dialog_default.9.png Binary files differindex 0a12dc991a88..e852ef7995fd 100644 --- a/core/res/res/drawable-xhdpi/btn_search_dialog_default.9.png +++ b/core/res/res/drawable-xhdpi/btn_search_dialog_default.9.png diff --git a/core/res/res/drawable-xhdpi/btn_search_dialog_pressed.9.png b/core/res/res/drawable-xhdpi/btn_search_dialog_pressed.9.png Binary files differindex 35ad67cf324b..0ba7898494d9 100644 --- a/core/res/res/drawable-xhdpi/btn_search_dialog_pressed.9.png +++ b/core/res/res/drawable-xhdpi/btn_search_dialog_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/btn_search_dialog_selected.9.png b/core/res/res/drawable-xhdpi/btn_search_dialog_selected.9.png Binary files differindex 2f9af47261ea..f40521df89cc 100644 --- a/core/res/res/drawable-xhdpi/btn_search_dialog_selected.9.png +++ b/core/res/res/drawable-xhdpi/btn_search_dialog_selected.9.png diff --git a/core/res/res/drawable-xhdpi/btn_search_dialog_voice_default.9.png b/core/res/res/drawable-xhdpi/btn_search_dialog_voice_default.9.png Binary files differindex d3c770930d37..a579e2419426 100644 --- a/core/res/res/drawable-xhdpi/btn_search_dialog_voice_default.9.png +++ b/core/res/res/drawable-xhdpi/btn_search_dialog_voice_default.9.png diff --git a/core/res/res/drawable-xhdpi/btn_search_dialog_voice_pressed.9.png b/core/res/res/drawable-xhdpi/btn_search_dialog_voice_pressed.9.png Binary files differindex 0c4f0da112c4..226e983b1a2b 100644 --- a/core/res/res/drawable-xhdpi/btn_search_dialog_voice_pressed.9.png +++ b/core/res/res/drawable-xhdpi/btn_search_dialog_voice_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/btn_search_dialog_voice_selected.9.png b/core/res/res/drawable-xhdpi/btn_search_dialog_voice_selected.9.png Binary files differindex 2e2f587d08e6..6b21db117bf3 100644 --- a/core/res/res/drawable-xhdpi/btn_search_dialog_voice_selected.9.png +++ b/core/res/res/drawable-xhdpi/btn_search_dialog_voice_selected.9.png diff --git a/core/res/res/drawable-xhdpi/btn_square_overlay_disabled.png b/core/res/res/drawable-xhdpi/btn_square_overlay_disabled.png Binary files differindex 3cad47031c31..d5b3bce6cf1c 100644 --- a/core/res/res/drawable-xhdpi/btn_square_overlay_disabled.png +++ b/core/res/res/drawable-xhdpi/btn_square_overlay_disabled.png diff --git a/core/res/res/drawable-xhdpi/btn_square_overlay_disabled_focused.png b/core/res/res/drawable-xhdpi/btn_square_overlay_disabled_focused.png Binary files differindex fff0d50d3437..88de5f8a3f6e 100644 --- a/core/res/res/drawable-xhdpi/btn_square_overlay_disabled_focused.png +++ b/core/res/res/drawable-xhdpi/btn_square_overlay_disabled_focused.png diff --git a/core/res/res/drawable-xhdpi/btn_square_overlay_normal.png b/core/res/res/drawable-xhdpi/btn_square_overlay_normal.png Binary files differindex d2bd1519ad33..739dac05046c 100644 --- a/core/res/res/drawable-xhdpi/btn_square_overlay_normal.png +++ b/core/res/res/drawable-xhdpi/btn_square_overlay_normal.png diff --git a/core/res/res/drawable-xhdpi/btn_square_overlay_pressed.png b/core/res/res/drawable-xhdpi/btn_square_overlay_pressed.png Binary files differindex b1bf326a8669..a96f6381abca 100644 --- a/core/res/res/drawable-xhdpi/btn_square_overlay_pressed.png +++ b/core/res/res/drawable-xhdpi/btn_square_overlay_pressed.png diff --git a/core/res/res/drawable-xhdpi/btn_square_overlay_selected.png b/core/res/res/drawable-xhdpi/btn_square_overlay_selected.png Binary files differindex c48a996d6919..bbbf4e5818d2 100644 --- a/core/res/res/drawable-xhdpi/btn_square_overlay_selected.png +++ b/core/res/res/drawable-xhdpi/btn_square_overlay_selected.png diff --git a/core/res/res/drawable-xhdpi/btn_star_big_off.png b/core/res/res/drawable-xhdpi/btn_star_big_off.png Binary files differindex 4b2abf1b7a14..3ae4ae76e81b 100644 --- a/core/res/res/drawable-xhdpi/btn_star_big_off.png +++ b/core/res/res/drawable-xhdpi/btn_star_big_off.png diff --git a/core/res/res/drawable-xhdpi/btn_star_big_off_disable.png b/core/res/res/drawable-xhdpi/btn_star_big_off_disable.png Binary files differindex c2f859821a08..8a31aca1cb47 100644 --- a/core/res/res/drawable-xhdpi/btn_star_big_off_disable.png +++ b/core/res/res/drawable-xhdpi/btn_star_big_off_disable.png diff --git a/core/res/res/drawable-xhdpi/btn_star_big_off_disable_focused.png b/core/res/res/drawable-xhdpi/btn_star_big_off_disable_focused.png Binary files differindex 1d1a1de55a15..e07c02542045 100644 --- a/core/res/res/drawable-xhdpi/btn_star_big_off_disable_focused.png +++ b/core/res/res/drawable-xhdpi/btn_star_big_off_disable_focused.png diff --git a/core/res/res/drawable-xhdpi/btn_star_big_off_pressed.png b/core/res/res/drawable-xhdpi/btn_star_big_off_pressed.png Binary files differindex c6bb731ce2c9..c36f8b1d9a56 100644 --- a/core/res/res/drawable-xhdpi/btn_star_big_off_pressed.png +++ b/core/res/res/drawable-xhdpi/btn_star_big_off_pressed.png diff --git a/core/res/res/drawable-xhdpi/btn_star_big_off_selected.png b/core/res/res/drawable-xhdpi/btn_star_big_off_selected.png Binary files differindex c25f82ea5d7b..e3b5ecf19957 100644 --- a/core/res/res/drawable-xhdpi/btn_star_big_off_selected.png +++ b/core/res/res/drawable-xhdpi/btn_star_big_off_selected.png diff --git a/core/res/res/drawable-xhdpi/btn_star_big_on.png b/core/res/res/drawable-xhdpi/btn_star_big_on.png Binary files differindex 93606c5c232e..fc44f33d87c4 100644 --- a/core/res/res/drawable-xhdpi/btn_star_big_on.png +++ b/core/res/res/drawable-xhdpi/btn_star_big_on.png diff --git a/core/res/res/drawable-xhdpi/btn_star_big_on_disable.png b/core/res/res/drawable-xhdpi/btn_star_big_on_disable.png Binary files differindex c78e42c8d02c..1b6a125bec41 100644 --- a/core/res/res/drawable-xhdpi/btn_star_big_on_disable.png +++ b/core/res/res/drawable-xhdpi/btn_star_big_on_disable.png diff --git a/core/res/res/drawable-xhdpi/btn_star_big_on_disable_focused.png b/core/res/res/drawable-xhdpi/btn_star_big_on_disable_focused.png Binary files differindex 6b2a5373177b..165c2610125b 100644 --- a/core/res/res/drawable-xhdpi/btn_star_big_on_disable_focused.png +++ b/core/res/res/drawable-xhdpi/btn_star_big_on_disable_focused.png diff --git a/core/res/res/drawable-xhdpi/btn_star_big_on_pressed.png b/core/res/res/drawable-xhdpi/btn_star_big_on_pressed.png Binary files differindex a25d0def1ef6..5060ecbaab16 100644 --- a/core/res/res/drawable-xhdpi/btn_star_big_on_pressed.png +++ b/core/res/res/drawable-xhdpi/btn_star_big_on_pressed.png diff --git a/core/res/res/drawable-xhdpi/btn_star_big_on_selected.png b/core/res/res/drawable-xhdpi/btn_star_big_on_selected.png Binary files differindex 4d846282ea38..493ffb5fd4c0 100644 --- a/core/res/res/drawable-xhdpi/btn_star_big_on_selected.png +++ b/core/res/res/drawable-xhdpi/btn_star_big_on_selected.png diff --git a/core/res/res/drawable-xhdpi/btn_star_label_background.9.png b/core/res/res/drawable-xhdpi/btn_star_label_background.9.png Binary files differindex a8b056817345..37cb9ec0169c 100644 --- a/core/res/res/drawable-xhdpi/btn_star_label_background.9.png +++ b/core/res/res/drawable-xhdpi/btn_star_label_background.9.png diff --git a/core/res/res/drawable-xhdpi/btn_star_mtrl_alpha.png b/core/res/res/drawable-xhdpi/btn_star_mtrl_alpha.png Binary files differindex a85bc069add9..1bb6bd1d7722 100644 --- a/core/res/res/drawable-xhdpi/btn_star_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/btn_star_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/btn_star_off_disabled_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_star_off_disabled_focused_holo_dark.png Binary files differindex 13a190dd1dee..0e115ce5a012 100644 --- a/core/res/res/drawable-xhdpi/btn_star_off_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_star_off_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_star_off_disabled_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_star_off_disabled_focused_holo_light.png Binary files differindex e9953d92652e..e2541aee028a 100644 --- a/core/res/res/drawable-xhdpi/btn_star_off_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_star_off_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_star_off_disabled_holo_dark.png b/core/res/res/drawable-xhdpi/btn_star_off_disabled_holo_dark.png Binary files differindex 0f052626be9e..28cb625e5590 100644 --- a/core/res/res/drawable-xhdpi/btn_star_off_disabled_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_star_off_disabled_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_star_off_disabled_holo_light.png b/core/res/res/drawable-xhdpi/btn_star_off_disabled_holo_light.png Binary files differindex 90243a0a4245..23dbdf0a8446 100644 --- a/core/res/res/drawable-xhdpi/btn_star_off_disabled_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_star_off_disabled_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_star_off_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_star_off_focused_holo_dark.png Binary files differindex ce667b692e2b..c18786cae0e6 100644 --- a/core/res/res/drawable-xhdpi/btn_star_off_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_star_off_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_star_off_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_star_off_focused_holo_light.png Binary files differindex fe9cdee189b5..c1d818691ecf 100644 --- a/core/res/res/drawable-xhdpi/btn_star_off_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_star_off_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_star_off_normal_holo_dark.png b/core/res/res/drawable-xhdpi/btn_star_off_normal_holo_dark.png Binary files differindex 392c1be63f3a..039b48fbb223 100644 --- a/core/res/res/drawable-xhdpi/btn_star_off_normal_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_star_off_normal_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_star_off_normal_holo_light.png b/core/res/res/drawable-xhdpi/btn_star_off_normal_holo_light.png Binary files differindex 28869df0a48e..b381bf066ebc 100644 --- a/core/res/res/drawable-xhdpi/btn_star_off_normal_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_star_off_normal_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_star_off_pressed_holo_dark.png b/core/res/res/drawable-xhdpi/btn_star_off_pressed_holo_dark.png Binary files differindex 07c20fd87e47..4399424e09de 100644 --- a/core/res/res/drawable-xhdpi/btn_star_off_pressed_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_star_off_pressed_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_star_off_pressed_holo_light.png b/core/res/res/drawable-xhdpi/btn_star_off_pressed_holo_light.png Binary files differindex aabcec23e102..9a0cd412c23a 100644 --- a/core/res/res/drawable-xhdpi/btn_star_off_pressed_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_star_off_pressed_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_star_on_disabled_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_star_on_disabled_focused_holo_dark.png Binary files differindex 5ffb71bd88b2..2ee3757fa4cd 100644 --- a/core/res/res/drawable-xhdpi/btn_star_on_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_star_on_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_star_on_disabled_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_star_on_disabled_focused_holo_light.png Binary files differindex 22d0cfb86e8e..0b57889494f3 100644 --- a/core/res/res/drawable-xhdpi/btn_star_on_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_star_on_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_star_on_disabled_holo_dark.png b/core/res/res/drawable-xhdpi/btn_star_on_disabled_holo_dark.png Binary files differindex fdee7faad191..b8dfdd62a540 100644 --- a/core/res/res/drawable-xhdpi/btn_star_on_disabled_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_star_on_disabled_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_star_on_disabled_holo_light.png b/core/res/res/drawable-xhdpi/btn_star_on_disabled_holo_light.png Binary files differindex 7b6534bfc9c0..666a766cbfd0 100644 --- a/core/res/res/drawable-xhdpi/btn_star_on_disabled_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_star_on_disabled_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_star_on_focused_holo_dark.png b/core/res/res/drawable-xhdpi/btn_star_on_focused_holo_dark.png Binary files differindex b4e438a2fa84..eef73aa3e920 100644 --- a/core/res/res/drawable-xhdpi/btn_star_on_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_star_on_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_star_on_focused_holo_light.png b/core/res/res/drawable-xhdpi/btn_star_on_focused_holo_light.png Binary files differindex 8d19fc965058..b023363ab6ce 100644 --- a/core/res/res/drawable-xhdpi/btn_star_on_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_star_on_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_star_on_normal_holo_dark.png b/core/res/res/drawable-xhdpi/btn_star_on_normal_holo_dark.png Binary files differindex 046df69361c7..52d97fdca07c 100644 --- a/core/res/res/drawable-xhdpi/btn_star_on_normal_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_star_on_normal_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_star_on_normal_holo_light.png b/core/res/res/drawable-xhdpi/btn_star_on_normal_holo_light.png Binary files differindex f17d60b65518..5c2fd1c29b33 100644 --- a/core/res/res/drawable-xhdpi/btn_star_on_normal_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_star_on_normal_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_star_on_pressed_holo_dark.png b/core/res/res/drawable-xhdpi/btn_star_on_pressed_holo_dark.png Binary files differindex 474a25a4160b..c0db429f171b 100644 --- a/core/res/res/drawable-xhdpi/btn_star_on_pressed_holo_dark.png +++ b/core/res/res/drawable-xhdpi/btn_star_on_pressed_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/btn_star_on_pressed_holo_light.png b/core/res/res/drawable-xhdpi/btn_star_on_pressed_holo_light.png Binary files differindex f66c059f438f..e76019b04ca7 100644 --- a/core/res/res/drawable-xhdpi/btn_star_on_pressed_holo_light.png +++ b/core/res/res/drawable-xhdpi/btn_star_on_pressed_holo_light.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00001.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00001.9.png Binary files differindex df73ef7b5179..c1e342dd9e7d 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00001.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00001.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00002.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00002.9.png Binary files differindex baf52edc1cf1..908ec4dfe425 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00002.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00002.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00003.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00003.9.png Binary files differindex c8f3b1cc9683..58bbe727391e 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00003.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00003.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00004.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00004.9.png Binary files differindex fe715cfdedd9..79b33154042d 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00004.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00004.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00005.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00005.9.png Binary files differindex 8e66e11df1cc..8d64c66f864d 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00005.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00005.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00006.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00006.9.png Binary files differindex 537496e06fd7..13bc25efb462 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00006.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00006.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00007.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00007.9.png Binary files differindex 2722a9897e63..de2e43d0d857 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00007.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00007.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00008.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00008.9.png Binary files differindex 81fad097366b..6639a7403242 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00008.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00008.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00009.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00009.9.png Binary files differindex cda20c80c1e3..5019158ffc29 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00009.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00009.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00010.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00010.9.png Binary files differindex a61ad4bb6132..82473863c1f2 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00010.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00010.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00011.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00011.9.png Binary files differindex d6e8e4cf2e2d..19063c8f4eb8 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00011.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00011.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00012.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00012.9.png Binary files differindex 785168e12fc1..eae4cdfda135 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00012.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_off_mtrl_00012.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00001.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00001.9.png Binary files differindex 8a648b8ba4eb..d50db9c0d39b 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00001.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00001.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00002.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00002.9.png Binary files differindex 03063d49da54..9519a6b81309 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00002.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00002.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00003.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00003.9.png Binary files differindex 6159dec60299..c4286afb262a 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00003.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00003.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00004.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00004.9.png Binary files differindex 6f1c96c62254..0f446361430d 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00004.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00004.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00005.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00005.9.png Binary files differindex 2eaff46d0b93..1bfeaece6856 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00005.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00005.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00006.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00006.9.png Binary files differindex c4d9db8777e2..bbf9205a481d 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00006.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00006.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00007.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00007.9.png Binary files differindex f276f1606bcc..de2e43d0d857 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00007.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00007.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00008.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00008.9.png Binary files differindex cf9133e3de67..a7356b2b0246 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00008.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00008.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00009.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00009.9.png Binary files differindex 8f1a6a8084ad..17c73184c212 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00009.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00009.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00010.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00010.9.png Binary files differindex 5080c469bc46..141e41ebfa09 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00010.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00010.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00011.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00011.9.png Binary files differindex 5e3940833150..039a6f91932f 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00011.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00011.9.png diff --git a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00012.9.png b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00012.9.png Binary files differindex 435ce2150d54..2a3313b42134 100644 --- a/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00012.9.png +++ b/core/res/res/drawable-xhdpi/btn_switch_to_on_mtrl_00012.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_off.9.png b/core/res/res/drawable-xhdpi/btn_toggle_off.9.png Binary files differindex 14061889daa8..d3b1275d42c3 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_off.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_off.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_dark.9.png Binary files differindex 1e455302206a..d77de97ed60c 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_light.9.png Binary files differindex 1e455302206a..d77de97ed60c 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_off_disabled_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_toggle_off_disabled_holo_dark.9.png Binary files differindex 2c63c5dd23cb..024c45215cce 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_off_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_off_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_off_disabled_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_toggle_off_disabled_holo_light.9.png Binary files differindex 2c63c5dd23cb..024c45215cce 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_off_disabled_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_off_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_off_focused_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_toggle_off_focused_holo_dark.9.png Binary files differindex dd5e26e5ba8e..b0c76669fa6f 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_off_focused_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_off_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_off_focused_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_toggle_off_focused_holo_light.9.png Binary files differindex dd5e26e5ba8e..b0c76669fa6f 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_off_focused_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_off_focused_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_off_normal_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_toggle_off_normal_holo_dark.9.png Binary files differindex aa9b3c551ef7..7d3208c18a86 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_off_normal_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_off_normal_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_off_normal_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_toggle_off_normal_holo_light.9.png Binary files differindex 367c25ac1f2c..3325cd985c5a 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_off_normal_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_off_normal_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_off_pressed_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_toggle_off_pressed_holo_dark.9.png Binary files differindex ce3d0d9aea9b..9d6d7c7592a4 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_off_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_off_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_off_pressed_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_toggle_off_pressed_holo_light.9.png Binary files differindex 9d07941736f3..353de3bdcf50 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_off_pressed_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_off_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_on.9.png b/core/res/res/drawable-xhdpi/btn_toggle_on.9.png Binary files differindex 90f1e7b1fa04..cb66195a2adf 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_on.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_on.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_dark.9.png Binary files differindex df28ad0a7b6b..a72c5d072aa2 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_light.9.png Binary files differindex df28ad0a7b6b..a72c5d072aa2 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_on_disabled_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_toggle_on_disabled_holo_dark.9.png Binary files differindex 3a2783143554..e01a9d827e94 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_on_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_on_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_on_disabled_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_toggle_on_disabled_holo_light.9.png Binary files differindex 3a2783143554..e01a9d827e94 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_on_disabled_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_on_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_on_focused_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_toggle_on_focused_holo_dark.9.png Binary files differindex d68bdf42a2eb..0979f956feef 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_on_focused_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_on_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_on_focused_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_toggle_on_focused_holo_light.9.png Binary files differindex d68bdf42a2eb..0979f956feef 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_on_focused_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_on_focused_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_on_normal_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_toggle_on_normal_holo_dark.9.png Binary files differindex da03ec999e5c..34167ed1dee3 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_on_normal_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_on_normal_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_on_normal_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_toggle_on_normal_holo_light.9.png Binary files differindex 482b2495251e..5f242e7a6dc5 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_on_normal_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_on_normal_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_on_pressed_holo_dark.9.png b/core/res/res/drawable-xhdpi/btn_toggle_on_pressed_holo_dark.9.png Binary files differindex ab794db73535..134eecf04dea 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_on_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_on_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/btn_toggle_on_pressed_holo_light.9.png b/core/res/res/drawable-xhdpi/btn_toggle_on_pressed_holo_light.9.png Binary files differindex 2ea104752ff2..164eb04b8487 100644 --- a/core/res/res/drawable-xhdpi/btn_toggle_on_pressed_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/btn_toggle_on_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/btn_zoom_down_disabled.9.png b/core/res/res/drawable-xhdpi/btn_zoom_down_disabled.9.png Binary files differindex 7e4297b64111..1ee75e36d118 100644 --- a/core/res/res/drawable-xhdpi/btn_zoom_down_disabled.9.png +++ b/core/res/res/drawable-xhdpi/btn_zoom_down_disabled.9.png diff --git a/core/res/res/drawable-xhdpi/btn_zoom_down_disabled_focused.9.png b/core/res/res/drawable-xhdpi/btn_zoom_down_disabled_focused.9.png Binary files differindex f23f23cca14b..07667aa37502 100644 --- a/core/res/res/drawable-xhdpi/btn_zoom_down_disabled_focused.9.png +++ b/core/res/res/drawable-xhdpi/btn_zoom_down_disabled_focused.9.png diff --git a/core/res/res/drawable-xhdpi/btn_zoom_down_normal.9.png b/core/res/res/drawable-xhdpi/btn_zoom_down_normal.9.png Binary files differindex 59ae103c4b09..e706a81084f3 100644 --- a/core/res/res/drawable-xhdpi/btn_zoom_down_normal.9.png +++ b/core/res/res/drawable-xhdpi/btn_zoom_down_normal.9.png diff --git a/core/res/res/drawable-xhdpi/btn_zoom_down_pressed.9.png b/core/res/res/drawable-xhdpi/btn_zoom_down_pressed.9.png Binary files differindex 23c19c1257b3..6abe635d96a0 100644 --- a/core/res/res/drawable-xhdpi/btn_zoom_down_pressed.9.png +++ b/core/res/res/drawable-xhdpi/btn_zoom_down_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/btn_zoom_down_selected.9.png b/core/res/res/drawable-xhdpi/btn_zoom_down_selected.9.png Binary files differindex 9066821c9624..487901bee88b 100644 --- a/core/res/res/drawable-xhdpi/btn_zoom_down_selected.9.png +++ b/core/res/res/drawable-xhdpi/btn_zoom_down_selected.9.png diff --git a/core/res/res/drawable-xhdpi/btn_zoom_page_normal.png b/core/res/res/drawable-xhdpi/btn_zoom_page_normal.png Binary files differindex 9ae3f5000cea..eb4131eefc47 100644 --- a/core/res/res/drawable-xhdpi/btn_zoom_page_normal.png +++ b/core/res/res/drawable-xhdpi/btn_zoom_page_normal.png diff --git a/core/res/res/drawable-xhdpi/btn_zoom_page_press.png b/core/res/res/drawable-xhdpi/btn_zoom_page_press.png Binary files differindex 3549bdf7cf4b..1910adbcbb14 100644 --- a/core/res/res/drawable-xhdpi/btn_zoom_page_press.png +++ b/core/res/res/drawable-xhdpi/btn_zoom_page_press.png diff --git a/core/res/res/drawable-xhdpi/btn_zoom_up_disabled.9.png b/core/res/res/drawable-xhdpi/btn_zoom_up_disabled.9.png Binary files differindex 6bc9e2eabb98..a08ed843fbb6 100644 --- a/core/res/res/drawable-xhdpi/btn_zoom_up_disabled.9.png +++ b/core/res/res/drawable-xhdpi/btn_zoom_up_disabled.9.png diff --git a/core/res/res/drawable-xhdpi/btn_zoom_up_disabled_focused.9.png b/core/res/res/drawable-xhdpi/btn_zoom_up_disabled_focused.9.png Binary files differindex 8dc0568bb86f..5b70dba603a4 100644 --- a/core/res/res/drawable-xhdpi/btn_zoom_up_disabled_focused.9.png +++ b/core/res/res/drawable-xhdpi/btn_zoom_up_disabled_focused.9.png diff --git a/core/res/res/drawable-xhdpi/btn_zoom_up_normal.9.png b/core/res/res/drawable-xhdpi/btn_zoom_up_normal.9.png Binary files differindex 7776d2803064..be0c03f13bea 100644 --- a/core/res/res/drawable-xhdpi/btn_zoom_up_normal.9.png +++ b/core/res/res/drawable-xhdpi/btn_zoom_up_normal.9.png diff --git a/core/res/res/drawable-xhdpi/btn_zoom_up_pressed.9.png b/core/res/res/drawable-xhdpi/btn_zoom_up_pressed.9.png Binary files differindex 2a5b1f4ad2c0..653c31720b3d 100644 --- a/core/res/res/drawable-xhdpi/btn_zoom_up_pressed.9.png +++ b/core/res/res/drawable-xhdpi/btn_zoom_up_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/btn_zoom_up_selected.9.png b/core/res/res/drawable-xhdpi/btn_zoom_up_selected.9.png Binary files differindex f88c377974b4..1050a97cdc93 100644 --- a/core/res/res/drawable-xhdpi/btn_zoom_up_selected.9.png +++ b/core/res/res/drawable-xhdpi/btn_zoom_up_selected.9.png diff --git a/core/res/res/drawable-xhdpi/button_onoff_indicator_off.png b/core/res/res/drawable-xhdpi/button_onoff_indicator_off.png Binary files differindex f70fd689ad7b..6722f2dca892 100644 --- a/core/res/res/drawable-xhdpi/button_onoff_indicator_off.png +++ b/core/res/res/drawable-xhdpi/button_onoff_indicator_off.png diff --git a/core/res/res/drawable-xhdpi/button_onoff_indicator_on.png b/core/res/res/drawable-xhdpi/button_onoff_indicator_on.png Binary files differindex 9163be4a03db..e2f4ddf78ce2 100644 --- a/core/res/res/drawable-xhdpi/button_onoff_indicator_on.png +++ b/core/res/res/drawable-xhdpi/button_onoff_indicator_on.png diff --git a/core/res/res/drawable-xhdpi/cab_background_bottom_holo_dark.9.png b/core/res/res/drawable-xhdpi/cab_background_bottom_holo_dark.9.png Binary files differindex 0bd09806f5c8..2c6255a64ef3 100644 --- a/core/res/res/drawable-xhdpi/cab_background_bottom_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/cab_background_bottom_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/cab_background_bottom_holo_light.9.png b/core/res/res/drawable-xhdpi/cab_background_bottom_holo_light.9.png Binary files differindex 43ed26d4784a..2ec972bfda17 100644 --- a/core/res/res/drawable-xhdpi/cab_background_bottom_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/cab_background_bottom_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/cab_background_bottom_mtrl_alpha.9.png b/core/res/res/drawable-xhdpi/cab_background_bottom_mtrl_alpha.9.png Binary files differindex 9a4abd03bbfa..4397b1ce2b4c 100644 --- a/core/res/res/drawable-xhdpi/cab_background_bottom_mtrl_alpha.9.png +++ b/core/res/res/drawable-xhdpi/cab_background_bottom_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xhdpi/cab_background_top_holo_dark.9.png b/core/res/res/drawable-xhdpi/cab_background_top_holo_dark.9.png Binary files differindex 7b6d48b6e41f..72c12c2f0cff 100644 --- a/core/res/res/drawable-xhdpi/cab_background_top_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/cab_background_top_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/cab_background_top_holo_light.9.png b/core/res/res/drawable-xhdpi/cab_background_top_holo_light.9.png Binary files differindex bafe8781c2b8..f6073546d46c 100644 --- a/core/res/res/drawable-xhdpi/cab_background_top_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/cab_background_top_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/cab_background_top_mtrl_alpha.9.png b/core/res/res/drawable-xhdpi/cab_background_top_mtrl_alpha.9.png Binary files differindex ed8d341147da..bf472c0e997b 100644 --- a/core/res/res/drawable-xhdpi/cab_background_top_mtrl_alpha.9.png +++ b/core/res/res/drawable-xhdpi/cab_background_top_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xhdpi/call_contact.png b/core/res/res/drawable-xhdpi/call_contact.png Binary files differindex 343e2dbcea6d..2ae024231ef5 100644 --- a/core/res/res/drawable-xhdpi/call_contact.png +++ b/core/res/res/drawable-xhdpi/call_contact.png diff --git a/core/res/res/drawable-xhdpi/checkbox_off_background.png b/core/res/res/drawable-xhdpi/checkbox_off_background.png Binary files differindex ade4c0aa9cde..925239fd4f23 100644 --- a/core/res/res/drawable-xhdpi/checkbox_off_background.png +++ b/core/res/res/drawable-xhdpi/checkbox_off_background.png diff --git a/core/res/res/drawable-xhdpi/checkbox_on_background.png b/core/res/res/drawable-xhdpi/checkbox_on_background.png Binary files differindex 5f6803aae609..e00dc67b8829 100644 --- a/core/res/res/drawable-xhdpi/checkbox_on_background.png +++ b/core/res/res/drawable-xhdpi/checkbox_on_background.png diff --git a/core/res/res/drawable-xhdpi/cling_arrow_up.png b/core/res/res/drawable-xhdpi/cling_arrow_up.png Binary files differindex 280315596e59..c000a5a05a5e 100644 --- a/core/res/res/drawable-xhdpi/cling_arrow_up.png +++ b/core/res/res/drawable-xhdpi/cling_arrow_up.png diff --git a/core/res/res/drawable-xhdpi/cling_bg.9.png b/core/res/res/drawable-xhdpi/cling_bg.9.png Binary files differindex 1cb468159f14..583fd466b266 100644 --- a/core/res/res/drawable-xhdpi/cling_bg.9.png +++ b/core/res/res/drawable-xhdpi/cling_bg.9.png diff --git a/core/res/res/drawable-xhdpi/cling_button_normal.9.png b/core/res/res/drawable-xhdpi/cling_button_normal.9.png Binary files differindex 4192563b509f..c45e7afd6489 100644 --- a/core/res/res/drawable-xhdpi/cling_button_normal.9.png +++ b/core/res/res/drawable-xhdpi/cling_button_normal.9.png diff --git a/core/res/res/drawable-xhdpi/cling_button_pressed.9.png b/core/res/res/drawable-xhdpi/cling_button_pressed.9.png Binary files differindex d3ce46977d68..3ea090abc286 100644 --- a/core/res/res/drawable-xhdpi/cling_button_pressed.9.png +++ b/core/res/res/drawable-xhdpi/cling_button_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/clock_dial.png b/core/res/res/drawable-xhdpi/clock_dial.png Binary files differindex 6cb60a296ed8..df067f50cf73 100644 --- a/core/res/res/drawable-xhdpi/clock_dial.png +++ b/core/res/res/drawable-xhdpi/clock_dial.png diff --git a/core/res/res/drawable-xhdpi/clock_hand_hour.png b/core/res/res/drawable-xhdpi/clock_hand_hour.png Binary files differindex bc0c5bd4d59f..ecc01b701098 100644 --- a/core/res/res/drawable-xhdpi/clock_hand_hour.png +++ b/core/res/res/drawable-xhdpi/clock_hand_hour.png diff --git a/core/res/res/drawable-xhdpi/clock_hand_minute.png b/core/res/res/drawable-xhdpi/clock_hand_minute.png Binary files differindex 01d611fbbdcd..d95d28d846da 100644 --- a/core/res/res/drawable-xhdpi/clock_hand_minute.png +++ b/core/res/res/drawable-xhdpi/clock_hand_minute.png diff --git a/core/res/res/drawable-xhdpi/code_lock_bottom.9.png b/core/res/res/drawable-xhdpi/code_lock_bottom.9.png Binary files differindex 1dbab24fe4f1..b98011a38732 100644 --- a/core/res/res/drawable-xhdpi/code_lock_bottom.9.png +++ b/core/res/res/drawable-xhdpi/code_lock_bottom.9.png diff --git a/core/res/res/drawable-xhdpi/code_lock_left.9.png b/core/res/res/drawable-xhdpi/code_lock_left.9.png Binary files differindex ae655215c16f..70f6dcb058c4 100644 --- a/core/res/res/drawable-xhdpi/code_lock_left.9.png +++ b/core/res/res/drawable-xhdpi/code_lock_left.9.png diff --git a/core/res/res/drawable-xhdpi/code_lock_top.9.png b/core/res/res/drawable-xhdpi/code_lock_top.9.png Binary files differindex 31517e4a58b1..1e3945d2a1a3 100644 --- a/core/res/res/drawable-xhdpi/code_lock_top.9.png +++ b/core/res/res/drawable-xhdpi/code_lock_top.9.png diff --git a/core/res/res/drawable-xhdpi/combobox_disabled.png b/core/res/res/drawable-xhdpi/combobox_disabled.png Binary files differindex e8ca0b0028ae..00568e97f3ff 100644 --- a/core/res/res/drawable-xhdpi/combobox_disabled.png +++ b/core/res/res/drawable-xhdpi/combobox_disabled.png diff --git a/core/res/res/drawable-xhdpi/combobox_nohighlight.png b/core/res/res/drawable-xhdpi/combobox_nohighlight.png Binary files differindex d75bb06e7afb..2980607d253b 100644 --- a/core/res/res/drawable-xhdpi/combobox_nohighlight.png +++ b/core/res/res/drawable-xhdpi/combobox_nohighlight.png diff --git a/core/res/res/drawable-xhdpi/compass_arrow.png b/core/res/res/drawable-xhdpi/compass_arrow.png Binary files differindex 1d0f36080496..906c2ca21538 100644 --- a/core/res/res/drawable-xhdpi/compass_arrow.png +++ b/core/res/res/drawable-xhdpi/compass_arrow.png diff --git a/core/res/res/drawable-xhdpi/compass_base.png b/core/res/res/drawable-xhdpi/compass_base.png Binary files differindex a66eb4ae52af..45e1dfcf4893 100644 --- a/core/res/res/drawable-xhdpi/compass_base.png +++ b/core/res/res/drawable-xhdpi/compass_base.png diff --git a/core/res/res/drawable-xhdpi/contact_header_bg.9.png b/core/res/res/drawable-xhdpi/contact_header_bg.9.png Binary files differindex bde1d5670c04..7e689bde5246 100644 --- a/core/res/res/drawable-xhdpi/contact_header_bg.9.png +++ b/core/res/res/drawable-xhdpi/contact_header_bg.9.png diff --git a/core/res/res/drawable-xhdpi/create_contact.png b/core/res/res/drawable-xhdpi/create_contact.png Binary files differindex c6d562255f02..295a120bb9ab 100644 --- a/core/res/res/drawable-xhdpi/create_contact.png +++ b/core/res/res/drawable-xhdpi/create_contact.png diff --git a/core/res/res/drawable-xhdpi/dark_header.9.png b/core/res/res/drawable-xhdpi/dark_header.9.png Binary files differindex 5a0adc8bbb53..28d904137ec0 100644 --- a/core/res/res/drawable-xhdpi/dark_header.9.png +++ b/core/res/res/drawable-xhdpi/dark_header.9.png diff --git a/core/res/res/drawable-xhdpi/day_picker_week_view_dayline_holo.9.png b/core/res/res/drawable-xhdpi/day_picker_week_view_dayline_holo.9.png Binary files differindex 701a1b24d042..498bd92990dd 100644 --- a/core/res/res/drawable-xhdpi/day_picker_week_view_dayline_holo.9.png +++ b/core/res/res/drawable-xhdpi/day_picker_week_view_dayline_holo.9.png diff --git a/core/res/res/drawable-xhdpi/dialog_background_mtrl_mult.9.png b/core/res/res/drawable-xhdpi/dialog_background_mtrl_mult.9.png Binary files differindex e6c0047d6217..f003a7797f10 100644 --- a/core/res/res/drawable-xhdpi/dialog_background_mtrl_mult.9.png +++ b/core/res/res/drawable-xhdpi/dialog_background_mtrl_mult.9.png diff --git a/core/res/res/drawable-xhdpi/dialog_bottom_holo_dark.9.png b/core/res/res/drawable-xhdpi/dialog_bottom_holo_dark.9.png Binary files differindex 3c26c6b39bd5..add7b183f6e7 100644 --- a/core/res/res/drawable-xhdpi/dialog_bottom_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/dialog_bottom_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/dialog_bottom_holo_light.9.png b/core/res/res/drawable-xhdpi/dialog_bottom_holo_light.9.png Binary files differindex f7423f3fc630..79e12a8d6ed3 100644 --- a/core/res/res/drawable-xhdpi/dialog_bottom_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/dialog_bottom_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/dialog_divider_horizontal_holo_dark.9.png b/core/res/res/drawable-xhdpi/dialog_divider_horizontal_holo_dark.9.png Binary files differindex e96684634e4a..465edd21b73a 100644 --- a/core/res/res/drawable-xhdpi/dialog_divider_horizontal_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/dialog_divider_horizontal_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/dialog_divider_horizontal_holo_light.9.png b/core/res/res/drawable-xhdpi/dialog_divider_horizontal_holo_light.9.png Binary files differindex 093802b0b599..0d470d358b05 100644 --- a/core/res/res/drawable-xhdpi/dialog_divider_horizontal_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/dialog_divider_horizontal_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/dialog_divider_horizontal_light.9.png b/core/res/res/drawable-xhdpi/dialog_divider_horizontal_light.9.png Binary files differindex 02aa017fcd7b..b0b4334e14fc 100644 --- a/core/res/res/drawable-xhdpi/dialog_divider_horizontal_light.9.png +++ b/core/res/res/drawable-xhdpi/dialog_divider_horizontal_light.9.png diff --git a/core/res/res/drawable-xhdpi/dialog_full_holo_dark.9.png b/core/res/res/drawable-xhdpi/dialog_full_holo_dark.9.png Binary files differindex 75d36be33ae6..2ffe88db0abf 100644 --- a/core/res/res/drawable-xhdpi/dialog_full_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/dialog_full_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/dialog_full_holo_light.9.png b/core/res/res/drawable-xhdpi/dialog_full_holo_light.9.png Binary files differindex d9bd3375fd4c..4f911816a07f 100644 --- a/core/res/res/drawable-xhdpi/dialog_full_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/dialog_full_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/dialog_ic_close_focused_holo_dark.png b/core/res/res/drawable-xhdpi/dialog_ic_close_focused_holo_dark.png Binary files differindex aa473abc640f..4c977e25f736 100644 --- a/core/res/res/drawable-xhdpi/dialog_ic_close_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/dialog_ic_close_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/dialog_ic_close_focused_holo_light.png b/core/res/res/drawable-xhdpi/dialog_ic_close_focused_holo_light.png Binary files differindex ab21bbe8cb4d..f2d1b72fb328 100644 --- a/core/res/res/drawable-xhdpi/dialog_ic_close_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/dialog_ic_close_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/dialog_ic_close_normal_holo_dark.png b/core/res/res/drawable-xhdpi/dialog_ic_close_normal_holo_dark.png Binary files differindex 338e1b754f1d..b762bf33b41b 100644 --- a/core/res/res/drawable-xhdpi/dialog_ic_close_normal_holo_dark.png +++ b/core/res/res/drawable-xhdpi/dialog_ic_close_normal_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/dialog_ic_close_normal_holo_light.png b/core/res/res/drawable-xhdpi/dialog_ic_close_normal_holo_light.png Binary files differindex e11f2e321da2..4422e853d57e 100644 --- a/core/res/res/drawable-xhdpi/dialog_ic_close_normal_holo_light.png +++ b/core/res/res/drawable-xhdpi/dialog_ic_close_normal_holo_light.png diff --git a/core/res/res/drawable-xhdpi/dialog_ic_close_pressed_holo_dark.png b/core/res/res/drawable-xhdpi/dialog_ic_close_pressed_holo_dark.png Binary files differindex 0401bcd49788..e8ac13175113 100644 --- a/core/res/res/drawable-xhdpi/dialog_ic_close_pressed_holo_dark.png +++ b/core/res/res/drawable-xhdpi/dialog_ic_close_pressed_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/dialog_ic_close_pressed_holo_light.png b/core/res/res/drawable-xhdpi/dialog_ic_close_pressed_holo_light.png Binary files differindex 70403924e3e0..0a74d85e5e90 100644 --- a/core/res/res/drawable-xhdpi/dialog_ic_close_pressed_holo_light.png +++ b/core/res/res/drawable-xhdpi/dialog_ic_close_pressed_holo_light.png diff --git a/core/res/res/drawable-xhdpi/dialog_middle_holo_dark.9.png b/core/res/res/drawable-xhdpi/dialog_middle_holo_dark.9.png Binary files differindex e9467b4c739e..29ca5b4d6dc6 100644 --- a/core/res/res/drawable-xhdpi/dialog_middle_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/dialog_middle_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/dialog_middle_holo_light.9.png b/core/res/res/drawable-xhdpi/dialog_middle_holo_light.9.png Binary files differindex ce3a880349d1..d10846285f74 100644 --- a/core/res/res/drawable-xhdpi/dialog_middle_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/dialog_middle_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/dialog_top_holo_dark.9.png b/core/res/res/drawable-xhdpi/dialog_top_holo_dark.9.png Binary files differindex fa956677287e..6c4f66c58660 100644 --- a/core/res/res/drawable-xhdpi/dialog_top_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/dialog_top_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/dialog_top_holo_light.9.png b/core/res/res/drawable-xhdpi/dialog_top_holo_light.9.png Binary files differindex 555fb819a36b..d8bf3b081b81 100644 --- a/core/res/res/drawable-xhdpi/dialog_top_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/dialog_top_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/divider_horizontal_bright.9.png b/core/res/res/drawable-xhdpi/divider_horizontal_bright.9.png Binary files differindex 41b776bb48f4..1ece03daa670 100644 --- a/core/res/res/drawable-xhdpi/divider_horizontal_bright.9.png +++ b/core/res/res/drawable-xhdpi/divider_horizontal_bright.9.png diff --git a/core/res/res/drawable-xhdpi/divider_horizontal_bright_opaque.9.png b/core/res/res/drawable-xhdpi/divider_horizontal_bright_opaque.9.png Binary files differindex eb75a22063ba..2f0a033238f6 100644 --- a/core/res/res/drawable-xhdpi/divider_horizontal_bright_opaque.9.png +++ b/core/res/res/drawable-xhdpi/divider_horizontal_bright_opaque.9.png diff --git a/core/res/res/drawable-xhdpi/divider_horizontal_dark.9.png b/core/res/res/drawable-xhdpi/divider_horizontal_dark.9.png Binary files differindex 55a5e5321610..c09d8fb5d088 100644 --- a/core/res/res/drawable-xhdpi/divider_horizontal_dark.9.png +++ b/core/res/res/drawable-xhdpi/divider_horizontal_dark.9.png diff --git a/core/res/res/drawable-xhdpi/divider_horizontal_dark_opaque.9.png b/core/res/res/drawable-xhdpi/divider_horizontal_dark_opaque.9.png Binary files differindex 60e2cb2d849c..a75bcf2cc312 100644 --- a/core/res/res/drawable-xhdpi/divider_horizontal_dark_opaque.9.png +++ b/core/res/res/drawable-xhdpi/divider_horizontal_dark_opaque.9.png diff --git a/core/res/res/drawable-xhdpi/divider_horizontal_dim_dark.9.png b/core/res/res/drawable-xhdpi/divider_horizontal_dim_dark.9.png Binary files differindex cf34613102a7..60b021eddd8e 100644 --- a/core/res/res/drawable-xhdpi/divider_horizontal_dim_dark.9.png +++ b/core/res/res/drawable-xhdpi/divider_horizontal_dim_dark.9.png diff --git a/core/res/res/drawable-xhdpi/divider_horizontal_holo_dark.9.png b/core/res/res/drawable-xhdpi/divider_horizontal_holo_dark.9.png Binary files differindex 48a88b8950f6..9995077a9dae 100644 --- a/core/res/res/drawable-xhdpi/divider_horizontal_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/divider_horizontal_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/divider_horizontal_holo_light.9.png b/core/res/res/drawable-xhdpi/divider_horizontal_holo_light.9.png Binary files differindex 712aef2337c8..d11c37b35832 100644 --- a/core/res/res/drawable-xhdpi/divider_horizontal_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/divider_horizontal_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/divider_horizontal_textfield.9.png b/core/res/res/drawable-xhdpi/divider_horizontal_textfield.9.png Binary files differindex c9fa0fdedcf7..8f56bad4d4a7 100644 --- a/core/res/res/drawable-xhdpi/divider_horizontal_textfield.9.png +++ b/core/res/res/drawable-xhdpi/divider_horizontal_textfield.9.png diff --git a/core/res/res/drawable-xhdpi/divider_vertical_bright.9.png b/core/res/res/drawable-xhdpi/divider_vertical_bright.9.png Binary files differindex 41b776bb48f4..1ece03daa670 100644 --- a/core/res/res/drawable-xhdpi/divider_vertical_bright.9.png +++ b/core/res/res/drawable-xhdpi/divider_vertical_bright.9.png diff --git a/core/res/res/drawable-xhdpi/divider_vertical_bright_opaque.9.png b/core/res/res/drawable-xhdpi/divider_vertical_bright_opaque.9.png Binary files differindex eb75a22063ba..2f0a033238f6 100644 --- a/core/res/res/drawable-xhdpi/divider_vertical_bright_opaque.9.png +++ b/core/res/res/drawable-xhdpi/divider_vertical_bright_opaque.9.png diff --git a/core/res/res/drawable-xhdpi/divider_vertical_dark.9.png b/core/res/res/drawable-xhdpi/divider_vertical_dark.9.png Binary files differindex 55a5e5321610..c09d8fb5d088 100644 --- a/core/res/res/drawable-xhdpi/divider_vertical_dark.9.png +++ b/core/res/res/drawable-xhdpi/divider_vertical_dark.9.png diff --git a/core/res/res/drawable-xhdpi/divider_vertical_dark_opaque.9.png b/core/res/res/drawable-xhdpi/divider_vertical_dark_opaque.9.png Binary files differindex 60e2cb2d849c..a75bcf2cc312 100644 --- a/core/res/res/drawable-xhdpi/divider_vertical_dark_opaque.9.png +++ b/core/res/res/drawable-xhdpi/divider_vertical_dark_opaque.9.png diff --git a/core/res/res/drawable-xhdpi/divider_vertical_holo_dark.9.png b/core/res/res/drawable-xhdpi/divider_vertical_holo_dark.9.png Binary files differindex 9666f7355473..fa82e1698620 100644 --- a/core/res/res/drawable-xhdpi/divider_vertical_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/divider_vertical_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/divider_vertical_holo_light.9.png b/core/res/res/drawable-xhdpi/divider_vertical_holo_light.9.png Binary files differindex 026017bda180..687896af7afd 100644 --- a/core/res/res/drawable-xhdpi/divider_vertical_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/divider_vertical_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/dropdown_disabled_focused_holo_dark.9.png b/core/res/res/drawable-xhdpi/dropdown_disabled_focused_holo_dark.9.png Binary files differindex b5d226a13e6a..6a3d365e6c03 100644 --- a/core/res/res/drawable-xhdpi/dropdown_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/dropdown_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/dropdown_disabled_focused_holo_light.9.png b/core/res/res/drawable-xhdpi/dropdown_disabled_focused_holo_light.9.png Binary files differindex af855619397b..f54b8259fd8e 100644 --- a/core/res/res/drawable-xhdpi/dropdown_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/dropdown_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/dropdown_disabled_holo_dark.9.png b/core/res/res/drawable-xhdpi/dropdown_disabled_holo_dark.9.png Binary files differindex bf01b0af9b38..e864102da504 100644 --- a/core/res/res/drawable-xhdpi/dropdown_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/dropdown_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/dropdown_disabled_holo_light.9.png b/core/res/res/drawable-xhdpi/dropdown_disabled_holo_light.9.png Binary files differindex f4effa1903b1..c67666967415 100644 --- a/core/res/res/drawable-xhdpi/dropdown_disabled_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/dropdown_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/dropdown_focused_holo_dark.9.png b/core/res/res/drawable-xhdpi/dropdown_focused_holo_dark.9.png Binary files differindex ce31d0fb3b34..2e3d3db2012b 100644 --- a/core/res/res/drawable-xhdpi/dropdown_focused_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/dropdown_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/dropdown_focused_holo_light.9.png b/core/res/res/drawable-xhdpi/dropdown_focused_holo_light.9.png Binary files differindex 45961712bffc..5acd8010518a 100644 --- a/core/res/res/drawable-xhdpi/dropdown_focused_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/dropdown_focused_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png b/core/res/res/drawable-xhdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png Binary files differindex adb6c36cb037..f839ef31330a 100644 --- a/core/res/res/drawable-xhdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/dropdown_ic_arrow_disabled_focused_holo_light.png b/core/res/res/drawable-xhdpi/dropdown_ic_arrow_disabled_focused_holo_light.png Binary files differindex a1075d5c9e47..f0e4dfe88d0e 100644 --- a/core/res/res/drawable-xhdpi/dropdown_ic_arrow_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/dropdown_ic_arrow_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/dropdown_ic_arrow_disabled_holo_dark.png b/core/res/res/drawable-xhdpi/dropdown_ic_arrow_disabled_holo_dark.png Binary files differindex 782325ffb625..74f8d9b6446e 100644 --- a/core/res/res/drawable-xhdpi/dropdown_ic_arrow_disabled_holo_dark.png +++ b/core/res/res/drawable-xhdpi/dropdown_ic_arrow_disabled_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/dropdown_ic_arrow_disabled_holo_light.png b/core/res/res/drawable-xhdpi/dropdown_ic_arrow_disabled_holo_light.png Binary files differindex 195ecbb7057f..831136560751 100644 --- a/core/res/res/drawable-xhdpi/dropdown_ic_arrow_disabled_holo_light.png +++ b/core/res/res/drawable-xhdpi/dropdown_ic_arrow_disabled_holo_light.png diff --git a/core/res/res/drawable-xhdpi/dropdown_ic_arrow_focused_holo_light.png b/core/res/res/drawable-xhdpi/dropdown_ic_arrow_focused_holo_light.png Binary files differindex 988e3f4353d3..26c1ef5e040a 100644 --- a/core/res/res/drawable-xhdpi/dropdown_ic_arrow_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/dropdown_ic_arrow_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_dark.png b/core/res/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_dark.png Binary files differindex 36d8cf47ee09..92fdc1ff986e 100644 --- a/core/res/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_dark.png +++ b/core/res/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_light.png b/core/res/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_light.png Binary files differindex a931132bfb20..9d1b021b4421 100644 --- a/core/res/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_light.png +++ b/core/res/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_light.png diff --git a/core/res/res/drawable-xhdpi/dropdown_ic_arrow_pressed_holo_light.png b/core/res/res/drawable-xhdpi/dropdown_ic_arrow_pressed_holo_light.png Binary files differindex 833bc1314aee..dafed4a7fd9e 100644 --- a/core/res/res/drawable-xhdpi/dropdown_ic_arrow_pressed_holo_light.png +++ b/core/res/res/drawable-xhdpi/dropdown_ic_arrow_pressed_holo_light.png diff --git a/core/res/res/drawable-xhdpi/dropdown_normal_holo_dark.9.png b/core/res/res/drawable-xhdpi/dropdown_normal_holo_dark.9.png Binary files differindex ca18b0dafff1..cbdca1c68039 100644 --- a/core/res/res/drawable-xhdpi/dropdown_normal_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/dropdown_normal_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/dropdown_normal_holo_light.9.png b/core/res/res/drawable-xhdpi/dropdown_normal_holo_light.9.png Binary files differindex 37ad0e001ff5..00cdb1e06b1a 100644 --- a/core/res/res/drawable-xhdpi/dropdown_normal_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/dropdown_normal_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/dropdown_pressed_holo_dark.9.png b/core/res/res/drawable-xhdpi/dropdown_pressed_holo_dark.9.png Binary files differindex bdee422dce77..c59dea8c8a9d 100644 --- a/core/res/res/drawable-xhdpi/dropdown_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/dropdown_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/dropdown_pressed_holo_light.9.png b/core/res/res/drawable-xhdpi/dropdown_pressed_holo_light.9.png Binary files differindex 12ea0548806a..fa89373ba13f 100644 --- a/core/res/res/drawable-xhdpi/dropdown_pressed_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/dropdown_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/edit_query.png b/core/res/res/drawable-xhdpi/edit_query.png Binary files differindex dea97019bee1..0f4cad56400e 100644 --- a/core/res/res/drawable-xhdpi/edit_query.png +++ b/core/res/res/drawable-xhdpi/edit_query.png diff --git a/core/res/res/drawable-xhdpi/edit_query_background_normal.9.png b/core/res/res/drawable-xhdpi/edit_query_background_normal.9.png Binary files differindex 7787df365a50..f4254a3e255e 100644 --- a/core/res/res/drawable-xhdpi/edit_query_background_normal.9.png +++ b/core/res/res/drawable-xhdpi/edit_query_background_normal.9.png diff --git a/core/res/res/drawable-xhdpi/edit_query_background_pressed.9.png b/core/res/res/drawable-xhdpi/edit_query_background_pressed.9.png Binary files differindex af81b2f5b0fb..cdca910238da 100644 --- a/core/res/res/drawable-xhdpi/edit_query_background_pressed.9.png +++ b/core/res/res/drawable-xhdpi/edit_query_background_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/edit_query_background_selected.9.png b/core/res/res/drawable-xhdpi/edit_query_background_selected.9.png Binary files differindex b4f0f5981d96..340858072472 100644 --- a/core/res/res/drawable-xhdpi/edit_query_background_selected.9.png +++ b/core/res/res/drawable-xhdpi/edit_query_background_selected.9.png diff --git a/core/res/res/drawable-xhdpi/editbox_background_focus_yellow.9.png b/core/res/res/drawable-xhdpi/editbox_background_focus_yellow.9.png Binary files differindex c4fdda1f289a..12cbb37be341 100644 --- a/core/res/res/drawable-xhdpi/editbox_background_focus_yellow.9.png +++ b/core/res/res/drawable-xhdpi/editbox_background_focus_yellow.9.png diff --git a/core/res/res/drawable-xhdpi/editbox_background_normal.9.png b/core/res/res/drawable-xhdpi/editbox_background_normal.9.png Binary files differindex e1ee2761f92a..64603a33c291 100644 --- a/core/res/res/drawable-xhdpi/editbox_background_normal.9.png +++ b/core/res/res/drawable-xhdpi/editbox_background_normal.9.png diff --git a/core/res/res/drawable-xhdpi/editbox_dropdown_background.9.png b/core/res/res/drawable-xhdpi/editbox_dropdown_background.9.png Binary files differindex ac9de9a36f05..cf78a1ac6351 100644 --- a/core/res/res/drawable-xhdpi/editbox_dropdown_background.9.png +++ b/core/res/res/drawable-xhdpi/editbox_dropdown_background.9.png diff --git a/core/res/res/drawable-xhdpi/editbox_dropdown_background_dark.9.png b/core/res/res/drawable-xhdpi/editbox_dropdown_background_dark.9.png Binary files differindex 439a856673f1..6d9e1743edf3 100644 --- a/core/res/res/drawable-xhdpi/editbox_dropdown_background_dark.9.png +++ b/core/res/res/drawable-xhdpi/editbox_dropdown_background_dark.9.png diff --git a/core/res/res/drawable-xhdpi/emo_im_angel.png b/core/res/res/drawable-xhdpi/emo_im_angel.png Binary files differindex 8853cbe570fc..bc60eb162ad1 100644 --- a/core/res/res/drawable-xhdpi/emo_im_angel.png +++ b/core/res/res/drawable-xhdpi/emo_im_angel.png diff --git a/core/res/res/drawable-xhdpi/emo_im_cool.png b/core/res/res/drawable-xhdpi/emo_im_cool.png Binary files differindex 82cbd55d5b5e..05b2f960898c 100644 --- a/core/res/res/drawable-xhdpi/emo_im_cool.png +++ b/core/res/res/drawable-xhdpi/emo_im_cool.png diff --git a/core/res/res/drawable-xhdpi/emo_im_crying.png b/core/res/res/drawable-xhdpi/emo_im_crying.png Binary files differindex 315112590f08..e98885f83588 100644 --- a/core/res/res/drawable-xhdpi/emo_im_crying.png +++ b/core/res/res/drawable-xhdpi/emo_im_crying.png diff --git a/core/res/res/drawable-xhdpi/emo_im_embarrassed.png b/core/res/res/drawable-xhdpi/emo_im_embarrassed.png Binary files differindex ef2fded97fb7..a46f28ba5aac 100644 --- a/core/res/res/drawable-xhdpi/emo_im_embarrassed.png +++ b/core/res/res/drawable-xhdpi/emo_im_embarrassed.png diff --git a/core/res/res/drawable-xhdpi/emo_im_foot_in_mouth.png b/core/res/res/drawable-xhdpi/emo_im_foot_in_mouth.png Binary files differindex c41b19d5b377..2371b1c0ab66 100644 --- a/core/res/res/drawable-xhdpi/emo_im_foot_in_mouth.png +++ b/core/res/res/drawable-xhdpi/emo_im_foot_in_mouth.png diff --git a/core/res/res/drawable-xhdpi/emo_im_happy.png b/core/res/res/drawable-xhdpi/emo_im_happy.png Binary files differindex a2702b26749a..085b125a9534 100644 --- a/core/res/res/drawable-xhdpi/emo_im_happy.png +++ b/core/res/res/drawable-xhdpi/emo_im_happy.png diff --git a/core/res/res/drawable-xhdpi/emo_im_kissing.png b/core/res/res/drawable-xhdpi/emo_im_kissing.png Binary files differindex 7afd2f69a8ab..007d02caa0ee 100644 --- a/core/res/res/drawable-xhdpi/emo_im_kissing.png +++ b/core/res/res/drawable-xhdpi/emo_im_kissing.png diff --git a/core/res/res/drawable-xhdpi/emo_im_laughing.png b/core/res/res/drawable-xhdpi/emo_im_laughing.png Binary files differindex abc3700da6b4..3f7f10f2c03e 100644 --- a/core/res/res/drawable-xhdpi/emo_im_laughing.png +++ b/core/res/res/drawable-xhdpi/emo_im_laughing.png diff --git a/core/res/res/drawable-xhdpi/emo_im_lips_are_sealed.png b/core/res/res/drawable-xhdpi/emo_im_lips_are_sealed.png Binary files differindex 60592fb85b73..575af763074b 100644 --- a/core/res/res/drawable-xhdpi/emo_im_lips_are_sealed.png +++ b/core/res/res/drawable-xhdpi/emo_im_lips_are_sealed.png diff --git a/core/res/res/drawable-xhdpi/emo_im_money_mouth.png b/core/res/res/drawable-xhdpi/emo_im_money_mouth.png Binary files differindex 8efcf0b6fa61..07b7118472ab 100644 --- a/core/res/res/drawable-xhdpi/emo_im_money_mouth.png +++ b/core/res/res/drawable-xhdpi/emo_im_money_mouth.png diff --git a/core/res/res/drawable-xhdpi/emo_im_sad.png b/core/res/res/drawable-xhdpi/emo_im_sad.png Binary files differindex 81e94b1ec704..780082ac6fdf 100644 --- a/core/res/res/drawable-xhdpi/emo_im_sad.png +++ b/core/res/res/drawable-xhdpi/emo_im_sad.png diff --git a/core/res/res/drawable-xhdpi/emo_im_surprised.png b/core/res/res/drawable-xhdpi/emo_im_surprised.png Binary files differindex 7b7aabf1f1f7..d01620d831c0 100644 --- a/core/res/res/drawable-xhdpi/emo_im_surprised.png +++ b/core/res/res/drawable-xhdpi/emo_im_surprised.png diff --git a/core/res/res/drawable-xhdpi/emo_im_tongue_sticking_out.png b/core/res/res/drawable-xhdpi/emo_im_tongue_sticking_out.png Binary files differindex 1b6a98531ae9..4e7988852894 100644 --- a/core/res/res/drawable-xhdpi/emo_im_tongue_sticking_out.png +++ b/core/res/res/drawable-xhdpi/emo_im_tongue_sticking_out.png diff --git a/core/res/res/drawable-xhdpi/emo_im_undecided.png b/core/res/res/drawable-xhdpi/emo_im_undecided.png Binary files differindex 2c2cfa6bbf04..44aa9c2647d1 100644 --- a/core/res/res/drawable-xhdpi/emo_im_undecided.png +++ b/core/res/res/drawable-xhdpi/emo_im_undecided.png diff --git a/core/res/res/drawable-xhdpi/emo_im_winking.png b/core/res/res/drawable-xhdpi/emo_im_winking.png Binary files differindex 6c9cb0e247b2..b2888e115af2 100644 --- a/core/res/res/drawable-xhdpi/emo_im_winking.png +++ b/core/res/res/drawable-xhdpi/emo_im_winking.png diff --git a/core/res/res/drawable-xhdpi/emo_im_wtf.png b/core/res/res/drawable-xhdpi/emo_im_wtf.png Binary files differindex 34861e4093fb..622fa74920e3 100644 --- a/core/res/res/drawable-xhdpi/emo_im_wtf.png +++ b/core/res/res/drawable-xhdpi/emo_im_wtf.png diff --git a/core/res/res/drawable-xhdpi/emo_im_yelling.png b/core/res/res/drawable-xhdpi/emo_im_yelling.png Binary files differindex 0583178a5aaf..c441834a1ce0 100644 --- a/core/res/res/drawable-xhdpi/emo_im_yelling.png +++ b/core/res/res/drawable-xhdpi/emo_im_yelling.png diff --git a/core/res/res/drawable-xhdpi/expander_close_holo_dark.9.png b/core/res/res/drawable-xhdpi/expander_close_holo_dark.9.png Binary files differindex f56ef3118273..eea8ac8939f3 100644 --- a/core/res/res/drawable-xhdpi/expander_close_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/expander_close_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/expander_close_holo_light.9.png b/core/res/res/drawable-xhdpi/expander_close_holo_light.9.png Binary files differindex e1570248abf3..d5d802d32567 100644 --- a/core/res/res/drawable-xhdpi/expander_close_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/expander_close_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/expander_close_mtrl_alpha.9.png b/core/res/res/drawable-xhdpi/expander_close_mtrl_alpha.9.png Binary files differindex 43dccf311a85..0337b9d5baee 100644 --- a/core/res/res/drawable-xhdpi/expander_close_mtrl_alpha.9.png +++ b/core/res/res/drawable-xhdpi/expander_close_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xhdpi/expander_ic_maximized.9.png b/core/res/res/drawable-xhdpi/expander_ic_maximized.9.png Binary files differindex 598b75b59bca..ecaa9278d845 100644 --- a/core/res/res/drawable-xhdpi/expander_ic_maximized.9.png +++ b/core/res/res/drawable-xhdpi/expander_ic_maximized.9.png diff --git a/core/res/res/drawable-xhdpi/expander_ic_minimized.9.png b/core/res/res/drawable-xhdpi/expander_ic_minimized.9.png Binary files differindex 396f41382dcc..a31f79951823 100644 --- a/core/res/res/drawable-xhdpi/expander_ic_minimized.9.png +++ b/core/res/res/drawable-xhdpi/expander_ic_minimized.9.png diff --git a/core/res/res/drawable-xhdpi/expander_open_holo_dark.9.png b/core/res/res/drawable-xhdpi/expander_open_holo_dark.9.png Binary files differindex d2e8ae851fe8..74902a7dcec4 100644 --- a/core/res/res/drawable-xhdpi/expander_open_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/expander_open_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/expander_open_holo_light.9.png b/core/res/res/drawable-xhdpi/expander_open_holo_light.9.png Binary files differindex 35fb75a442d4..8b76e49dd69f 100644 --- a/core/res/res/drawable-xhdpi/expander_open_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/expander_open_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/expander_open_mtrl_alpha.9.png b/core/res/res/drawable-xhdpi/expander_open_mtrl_alpha.9.png Binary files differindex 181be1a59db0..86862ff3433b 100644 --- a/core/res/res/drawable-xhdpi/expander_open_mtrl_alpha.9.png +++ b/core/res/res/drawable-xhdpi/expander_open_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xhdpi/fastscroll_label_left_holo_dark.9.png b/core/res/res/drawable-xhdpi/fastscroll_label_left_holo_dark.9.png Binary files differindex 6e0244f79eaa..6bfad12b4054 100644 --- a/core/res/res/drawable-xhdpi/fastscroll_label_left_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/fastscroll_label_left_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/fastscroll_label_left_holo_light.9.png b/core/res/res/drawable-xhdpi/fastscroll_label_left_holo_light.9.png Binary files differindex 6478a112ebad..f89926688f9c 100644 --- a/core/res/res/drawable-xhdpi/fastscroll_label_left_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/fastscroll_label_left_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/fastscroll_label_right_holo_dark.9.png b/core/res/res/drawable-xhdpi/fastscroll_label_right_holo_dark.9.png Binary files differindex 0330b172e07d..ab6e2cf96f47 100644 --- a/core/res/res/drawable-xhdpi/fastscroll_label_right_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/fastscroll_label_right_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/fastscroll_label_right_holo_light.9.png b/core/res/res/drawable-xhdpi/fastscroll_label_right_holo_light.9.png Binary files differindex 57539e450472..a99855d0b359 100644 --- a/core/res/res/drawable-xhdpi/fastscroll_label_right_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/fastscroll_label_right_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/fastscroll_thumb_default_holo.png b/core/res/res/drawable-xhdpi/fastscroll_thumb_default_holo.png Binary files differindex 98404d429c64..8beec53bb5aa 100644 --- a/core/res/res/drawable-xhdpi/fastscroll_thumb_default_holo.png +++ b/core/res/res/drawable-xhdpi/fastscroll_thumb_default_holo.png diff --git a/core/res/res/drawable-xhdpi/fastscroll_thumb_pressed_holo.png b/core/res/res/drawable-xhdpi/fastscroll_thumb_pressed_holo.png Binary files differindex 6824947e0d85..ced3838c0150 100644 --- a/core/res/res/drawable-xhdpi/fastscroll_thumb_pressed_holo.png +++ b/core/res/res/drawable-xhdpi/fastscroll_thumb_pressed_holo.png diff --git a/core/res/res/drawable-xhdpi/fastscroll_track_default_holo_dark.9.png b/core/res/res/drawable-xhdpi/fastscroll_track_default_holo_dark.9.png Binary files differindex 751e0d5a85aa..c612f5f56b7d 100644 --- a/core/res/res/drawable-xhdpi/fastscroll_track_default_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/fastscroll_track_default_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/fastscroll_track_default_holo_light.9.png b/core/res/res/drawable-xhdpi/fastscroll_track_default_holo_light.9.png Binary files differindex 751e0d5a85aa..c612f5f56b7d 100644 --- a/core/res/res/drawable-xhdpi/fastscroll_track_default_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/fastscroll_track_default_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/fastscroll_track_pressed_holo_dark.9.png b/core/res/res/drawable-xhdpi/fastscroll_track_pressed_holo_dark.9.png Binary files differindex c9427a997b76..da8141f58979 100644 --- a/core/res/res/drawable-xhdpi/fastscroll_track_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/fastscroll_track_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/fastscroll_track_pressed_holo_light.9.png b/core/res/res/drawable-xhdpi/fastscroll_track_pressed_holo_light.9.png Binary files differindex b495fbd7ea1a..6f9b393eb171 100644 --- a/core/res/res/drawable-xhdpi/fastscroll_track_pressed_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/fastscroll_track_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/focused_application_background_static.png b/core/res/res/drawable-xhdpi/focused_application_background_static.png Binary files differindex 8231e4fc4322..397d015173cc 100644 --- a/core/res/res/drawable-xhdpi/focused_application_background_static.png +++ b/core/res/res/drawable-xhdpi/focused_application_background_static.png diff --git a/core/res/res/drawable-xhdpi/frame_gallery_thumb.9.png b/core/res/res/drawable-xhdpi/frame_gallery_thumb.9.png Binary files differindex a6bb25afaf1f..817a84446686 100644 --- a/core/res/res/drawable-xhdpi/frame_gallery_thumb.9.png +++ b/core/res/res/drawable-xhdpi/frame_gallery_thumb.9.png diff --git a/core/res/res/drawable-xhdpi/frame_gallery_thumb_pressed.9.png b/core/res/res/drawable-xhdpi/frame_gallery_thumb_pressed.9.png Binary files differindex 85d65faa710f..0b71e527459d 100644 --- a/core/res/res/drawable-xhdpi/frame_gallery_thumb_pressed.9.png +++ b/core/res/res/drawable-xhdpi/frame_gallery_thumb_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/frame_gallery_thumb_selected.9.png b/core/res/res/drawable-xhdpi/frame_gallery_thumb_selected.9.png Binary files differindex 1dadee661704..8dc955d4e00e 100644 --- a/core/res/res/drawable-xhdpi/frame_gallery_thumb_selected.9.png +++ b/core/res/res/drawable-xhdpi/frame_gallery_thumb_selected.9.png diff --git a/core/res/res/drawable-xhdpi/gallery_selected_default.9.png b/core/res/res/drawable-xhdpi/gallery_selected_default.9.png Binary files differindex 742492ae465a..eb6d82286bbd 100644 --- a/core/res/res/drawable-xhdpi/gallery_selected_default.9.png +++ b/core/res/res/drawable-xhdpi/gallery_selected_default.9.png diff --git a/core/res/res/drawable-xhdpi/gallery_selected_focused.9.png b/core/res/res/drawable-xhdpi/gallery_selected_focused.9.png Binary files differindex 4f5700f3324c..c34eb72ef537 100644 --- a/core/res/res/drawable-xhdpi/gallery_selected_focused.9.png +++ b/core/res/res/drawable-xhdpi/gallery_selected_focused.9.png diff --git a/core/res/res/drawable-xhdpi/gallery_selected_pressed.9.png b/core/res/res/drawable-xhdpi/gallery_selected_pressed.9.png Binary files differindex 00b36b8e41c7..55159da168e9 100644 --- a/core/res/res/drawable-xhdpi/gallery_selected_pressed.9.png +++ b/core/res/res/drawable-xhdpi/gallery_selected_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/gallery_unselected_default.9.png b/core/res/res/drawable-xhdpi/gallery_unselected_default.9.png Binary files differindex 9bc0cdbefc80..2bf97663693a 100644 --- a/core/res/res/drawable-xhdpi/gallery_unselected_default.9.png +++ b/core/res/res/drawable-xhdpi/gallery_unselected_default.9.png diff --git a/core/res/res/drawable-xhdpi/gallery_unselected_pressed.9.png b/core/res/res/drawable-xhdpi/gallery_unselected_pressed.9.png Binary files differindex c10554a681c0..7ca482fcb682 100644 --- a/core/res/res/drawable-xhdpi/gallery_unselected_pressed.9.png +++ b/core/res/res/drawable-xhdpi/gallery_unselected_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/grid_selector_background_focus.9.png b/core/res/res/drawable-xhdpi/grid_selector_background_focus.9.png Binary files differindex bafc62a973b2..c8f0afd42362 100644 --- a/core/res/res/drawable-xhdpi/grid_selector_background_focus.9.png +++ b/core/res/res/drawable-xhdpi/grid_selector_background_focus.9.png diff --git a/core/res/res/drawable-xhdpi/grid_selector_background_pressed.9.png b/core/res/res/drawable-xhdpi/grid_selector_background_pressed.9.png Binary files differindex 40e8a0ec6a40..e04f09e01ed7 100644 --- a/core/res/res/drawable-xhdpi/grid_selector_background_pressed.9.png +++ b/core/res/res/drawable-xhdpi/grid_selector_background_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/highlight_disabled.9.png b/core/res/res/drawable-xhdpi/highlight_disabled.9.png Binary files differindex a65fe8f98aea..3e22f7eec75a 100644 --- a/core/res/res/drawable-xhdpi/highlight_disabled.9.png +++ b/core/res/res/drawable-xhdpi/highlight_disabled.9.png diff --git a/core/res/res/drawable-xhdpi/highlight_pressed.9.png b/core/res/res/drawable-xhdpi/highlight_pressed.9.png Binary files differindex d0e1564b8e4d..9c7b053103a2 100644 --- a/core/res/res/drawable-xhdpi/highlight_pressed.9.png +++ b/core/res/res/drawable-xhdpi/highlight_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/highlight_selected.9.png b/core/res/res/drawable-xhdpi/highlight_selected.9.png Binary files differindex d332ee644079..ebafb6f06827 100644 --- a/core/res/res/drawable-xhdpi/highlight_selected.9.png +++ b/core/res/res/drawable-xhdpi/highlight_selected.9.png diff --git a/core/res/res/drawable-xhdpi/ic_ab_back_holo_dark_am.png b/core/res/res/drawable-xhdpi/ic_ab_back_holo_dark_am.png Binary files differindex 8ded62fb7b6a..3351a6ac0e4c 100644 --- a/core/res/res/drawable-xhdpi/ic_ab_back_holo_dark_am.png +++ b/core/res/res/drawable-xhdpi/ic_ab_back_holo_dark_am.png diff --git a/core/res/res/drawable-xhdpi/ic_ab_back_holo_light_am.png b/core/res/res/drawable-xhdpi/ic_ab_back_holo_light_am.png Binary files differindex 517e9f72d0c8..f80d1ca773f3 100644 --- a/core/res/res/drawable-xhdpi/ic_ab_back_holo_light_am.png +++ b/core/res/res/drawable-xhdpi/ic_ab_back_holo_light_am.png diff --git a/core/res/res/drawable-xhdpi/ic_aggregated.png b/core/res/res/drawable-xhdpi/ic_aggregated.png Binary files differindex 818a1b1c1bcf..16fd38dfe334 100644 --- a/core/res/res/drawable-xhdpi/ic_aggregated.png +++ b/core/res/res/drawable-xhdpi/ic_aggregated.png diff --git a/core/res/res/drawable-xhdpi/ic_audio_notification_am_alpha.png b/core/res/res/drawable-xhdpi/ic_audio_notification_am_alpha.png Binary files differindex 15182b952805..a00d49b38aa2 100644 --- a/core/res/res/drawable-xhdpi/ic_audio_notification_am_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_audio_notification_am_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_audio_notification_mute_am_alpha.png b/core/res/res/drawable-xhdpi/ic_audio_notification_mute_am_alpha.png Binary files differindex c26b839bd577..1ecd28cbf166 100644 --- a/core/res/res/drawable-xhdpi/ic_audio_notification_mute_am_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_audio_notification_mute_am_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_btn_round_more_disabled.png b/core/res/res/drawable-xhdpi/ic_btn_round_more_disabled.png Binary files differindex 99f37c555730..89610f14afcc 100644 --- a/core/res/res/drawable-xhdpi/ic_btn_round_more_disabled.png +++ b/core/res/res/drawable-xhdpi/ic_btn_round_more_disabled.png diff --git a/core/res/res/drawable-xhdpi/ic_btn_round_more_normal.png b/core/res/res/drawable-xhdpi/ic_btn_round_more_normal.png Binary files differindex 7a8221fecbec..4302503a9a0b 100644 --- a/core/res/res/drawable-xhdpi/ic_btn_round_more_normal.png +++ b/core/res/res/drawable-xhdpi/ic_btn_round_more_normal.png diff --git a/core/res/res/drawable-xhdpi/ic_btn_search_go.png b/core/res/res/drawable-xhdpi/ic_btn_search_go.png Binary files differindex 896dddd9ec54..6b830b372518 100644 --- a/core/res/res/drawable-xhdpi/ic_btn_search_go.png +++ b/core/res/res/drawable-xhdpi/ic_btn_search_go.png diff --git a/core/res/res/drawable-xhdpi/ic_btn_speak_now.png b/core/res/res/drawable-xhdpi/ic_btn_speak_now.png Binary files differindex f7f49224b7fa..8bd5eacd8fe1 100644 --- a/core/res/res/drawable-xhdpi/ic_btn_speak_now.png +++ b/core/res/res/drawable-xhdpi/ic_btn_speak_now.png diff --git a/core/res/res/drawable-xhdpi/ic_btn_square_browser_zoom_fit_page_disabled.png b/core/res/res/drawable-xhdpi/ic_btn_square_browser_zoom_fit_page_disabled.png Binary files differindex 299a7bf61dcd..3c685dea65f1 100644 --- a/core/res/res/drawable-xhdpi/ic_btn_square_browser_zoom_fit_page_disabled.png +++ b/core/res/res/drawable-xhdpi/ic_btn_square_browser_zoom_fit_page_disabled.png diff --git a/core/res/res/drawable-xhdpi/ic_btn_square_browser_zoom_fit_page_normal.png b/core/res/res/drawable-xhdpi/ic_btn_square_browser_zoom_fit_page_normal.png Binary files differindex c43c68c836aa..be1beb494703 100644 --- a/core/res/res/drawable-xhdpi/ic_btn_square_browser_zoom_fit_page_normal.png +++ b/core/res/res/drawable-xhdpi/ic_btn_square_browser_zoom_fit_page_normal.png diff --git a/core/res/res/drawable-xhdpi/ic_btn_square_browser_zoom_page_overview_disabled.png b/core/res/res/drawable-xhdpi/ic_btn_square_browser_zoom_page_overview_disabled.png Binary files differindex fa94bffeeca6..c620f8d53a3a 100644 --- a/core/res/res/drawable-xhdpi/ic_btn_square_browser_zoom_page_overview_disabled.png +++ b/core/res/res/drawable-xhdpi/ic_btn_square_browser_zoom_page_overview_disabled.png diff --git a/core/res/res/drawable-xhdpi/ic_btn_square_browser_zoom_page_overview_normal.png b/core/res/res/drawable-xhdpi/ic_btn_square_browser_zoom_page_overview_normal.png Binary files differindex 1629d6428a97..1d1763b402a2 100644 --- a/core/res/res/drawable-xhdpi/ic_btn_square_browser_zoom_page_overview_normal.png +++ b/core/res/res/drawable-xhdpi/ic_btn_square_browser_zoom_page_overview_normal.png diff --git a/core/res/res/drawable-xhdpi/ic_bullet_key_permission.png b/core/res/res/drawable-xhdpi/ic_bullet_key_permission.png Binary files differindex 6a0bdfcb1b43..cbe73e4cd46b 100644 --- a/core/res/res/drawable-xhdpi/ic_bullet_key_permission.png +++ b/core/res/res/drawable-xhdpi/ic_bullet_key_permission.png diff --git a/core/res/res/drawable-xhdpi/ic_cab_done_holo.png b/core/res/res/drawable-xhdpi/ic_cab_done_holo.png Binary files differindex 4eeee43c344d..f6edb817da2a 100644 --- a/core/res/res/drawable-xhdpi/ic_cab_done_holo.png +++ b/core/res/res/drawable-xhdpi/ic_cab_done_holo.png diff --git a/core/res/res/drawable-xhdpi/ic_cab_done_holo_dark.png b/core/res/res/drawable-xhdpi/ic_cab_done_holo_dark.png Binary files differindex 2e06dd01be8c..fdd659d39978 100644 --- a/core/res/res/drawable-xhdpi/ic_cab_done_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_cab_done_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_cab_done_holo_light.png b/core/res/res/drawable-xhdpi/ic_cab_done_holo_light.png Binary files differindex bb19810bc206..d4869c2d01af 100644 --- a/core/res/res/drawable-xhdpi/ic_cab_done_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_cab_done_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_cab_done_mtrl_alpha.png b/core/res/res/drawable-xhdpi/ic_cab_done_mtrl_alpha.png Binary files differindex 3d6d734eae48..adbcc97ea3eb 100644 --- a/core/res/res/drawable-xhdpi/ic_cab_done_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_cab_done_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_checkmark_holo_light.png b/core/res/res/drawable-xhdpi/ic_checkmark_holo_light.png Binary files differindex 1607f35857df..f452e899430f 100644 --- a/core/res/res/drawable-xhdpi/ic_checkmark_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_checkmark_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_clear_disabled.png b/core/res/res/drawable-xhdpi/ic_clear_disabled.png Binary files differindex e35c5f05efda..1acf8cc7dfdc 100644 --- a/core/res/res/drawable-xhdpi/ic_clear_disabled.png +++ b/core/res/res/drawable-xhdpi/ic_clear_disabled.png diff --git a/core/res/res/drawable-xhdpi/ic_clear_search_api_disabled_holo_dark.png b/core/res/res/drawable-xhdpi/ic_clear_search_api_disabled_holo_dark.png Binary files differindex 272e34abf3c2..5ea7e55f7ab1 100644 --- a/core/res/res/drawable-xhdpi/ic_clear_search_api_disabled_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_clear_search_api_disabled_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_clear_search_api_disabled_holo_light.png b/core/res/res/drawable-xhdpi/ic_clear_search_api_disabled_holo_light.png Binary files differindex 7fd7aeb2a639..9de447627065 100644 --- a/core/res/res/drawable-xhdpi/ic_clear_search_api_disabled_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_clear_search_api_disabled_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_clear_search_api_holo_dark.png b/core/res/res/drawable-xhdpi/ic_clear_search_api_holo_dark.png Binary files differindex 81da97054265..c31887ce5737 100644 --- a/core/res/res/drawable-xhdpi/ic_clear_search_api_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_clear_search_api_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_clear_search_api_holo_light.png b/core/res/res/drawable-xhdpi/ic_clear_search_api_holo_light.png Binary files differindex 53cfbd311551..b6a477ad14c4 100644 --- a/core/res/res/drawable-xhdpi/ic_clear_search_api_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_clear_search_api_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_coins_l.png b/core/res/res/drawable-xhdpi/ic_coins_l.png Binary files differindex 84e7e7239d03..8922ddeede6e 100644 --- a/core/res/res/drawable-xhdpi/ic_coins_l.png +++ b/core/res/res/drawable-xhdpi/ic_coins_l.png diff --git a/core/res/res/drawable-xhdpi/ic_coins_s.png b/core/res/res/drawable-xhdpi/ic_coins_s.png Binary files differindex 13d134e6b64e..dcf12c972a4b 100644 --- a/core/res/res/drawable-xhdpi/ic_coins_s.png +++ b/core/res/res/drawable-xhdpi/ic_coins_s.png diff --git a/core/res/res/drawable-xhdpi/ic_commit.png b/core/res/res/drawable-xhdpi/ic_commit.png Binary files differindex b871f7e3bae5..7ff351049726 100644 --- a/core/res/res/drawable-xhdpi/ic_commit.png +++ b/core/res/res/drawable-xhdpi/ic_commit.png diff --git a/core/res/res/drawable-xhdpi/ic_commit_search_api_holo_dark.png b/core/res/res/drawable-xhdpi/ic_commit_search_api_holo_dark.png Binary files differindex d8faf900ae77..c519d77a1cf4 100644 --- a/core/res/res/drawable-xhdpi/ic_commit_search_api_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_commit_search_api_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_commit_search_api_holo_light.png b/core/res/res/drawable-xhdpi/ic_commit_search_api_holo_light.png Binary files differindex e7c7280add8f..6d7efbc897c0 100644 --- a/core/res/res/drawable-xhdpi/ic_commit_search_api_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_commit_search_api_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_commit_search_api_mtrl_alpha.png b/core/res/res/drawable-xhdpi/ic_commit_search_api_mtrl_alpha.png Binary files differindex c10a1b723d6e..e2042a939af9 100644 --- a/core/res/res/drawable-xhdpi/ic_commit_search_api_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_commit_search_api_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_contact_picture.png b/core/res/res/drawable-xhdpi/ic_contact_picture.png Binary files differindex bdba57b6bc15..41193e62e8c5 100644 --- a/core/res/res/drawable-xhdpi/ic_contact_picture.png +++ b/core/res/res/drawable-xhdpi/ic_contact_picture.png diff --git a/core/res/res/drawable-xhdpi/ic_contact_picture_2.png b/core/res/res/drawable-xhdpi/ic_contact_picture_2.png Binary files differindex ecb7b679548c..dc7f233f0037 100644 --- a/core/res/res/drawable-xhdpi/ic_contact_picture_2.png +++ b/core/res/res/drawable-xhdpi/ic_contact_picture_2.png diff --git a/core/res/res/drawable-xhdpi/ic_contact_picture_3.png b/core/res/res/drawable-xhdpi/ic_contact_picture_3.png Binary files differindex 326f2f803ba3..359cadfbb70a 100644 --- a/core/res/res/drawable-xhdpi/ic_contact_picture_3.png +++ b/core/res/res/drawable-xhdpi/ic_contact_picture_3.png diff --git a/core/res/res/drawable-xhdpi/ic_corp_icon.png b/core/res/res/drawable-xhdpi/ic_corp_icon.png Binary files differindex 3626c7d03b81..49fec1b8fbb0 100644 --- a/core/res/res/drawable-xhdpi/ic_corp_icon.png +++ b/core/res/res/drawable-xhdpi/ic_corp_icon.png diff --git a/core/res/res/drawable-xhdpi/ic_delete.png b/core/res/res/drawable-xhdpi/ic_delete.png Binary files differindex 9abc51a53546..dcd678a54edc 100644 --- a/core/res/res/drawable-xhdpi/ic_delete.png +++ b/core/res/res/drawable-xhdpi/ic_delete.png diff --git a/core/res/res/drawable-xhdpi/ic_dialog_alert.png b/core/res/res/drawable-xhdpi/ic_dialog_alert.png Binary files differindex 2834f357c145..25f7ba908919 100644 --- a/core/res/res/drawable-xhdpi/ic_dialog_alert.png +++ b/core/res/res/drawable-xhdpi/ic_dialog_alert.png diff --git a/core/res/res/drawable-xhdpi/ic_dialog_alert_holo_dark.png b/core/res/res/drawable-xhdpi/ic_dialog_alert_holo_dark.png Binary files differindex f906e2aae9f1..aa8789babd77 100644 --- a/core/res/res/drawable-xhdpi/ic_dialog_alert_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_dialog_alert_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_dialog_alert_holo_light.png b/core/res/res/drawable-xhdpi/ic_dialog_alert_holo_light.png Binary files differindex a99f0621c781..1985b5f4822a 100644 --- a/core/res/res/drawable-xhdpi/ic_dialog_alert_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_dialog_alert_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_dialog_close_normal_holo.png b/core/res/res/drawable-xhdpi/ic_dialog_close_normal_holo.png Binary files differindex ea3bb48f281a..af2ec75b660d 100644 --- a/core/res/res/drawable-xhdpi/ic_dialog_close_normal_holo.png +++ b/core/res/res/drawable-xhdpi/ic_dialog_close_normal_holo.png diff --git a/core/res/res/drawable-xhdpi/ic_dialog_close_pressed_holo.png b/core/res/res/drawable-xhdpi/ic_dialog_close_pressed_holo.png Binary files differindex 5475ef97843e..1524c722e25f 100644 --- a/core/res/res/drawable-xhdpi/ic_dialog_close_pressed_holo.png +++ b/core/res/res/drawable-xhdpi/ic_dialog_close_pressed_holo.png diff --git a/core/res/res/drawable-xhdpi/ic_dialog_dialer.png b/core/res/res/drawable-xhdpi/ic_dialog_dialer.png Binary files differindex 18f6880d1bcb..2bd4fba4124e 100644 --- a/core/res/res/drawable-xhdpi/ic_dialog_dialer.png +++ b/core/res/res/drawable-xhdpi/ic_dialog_dialer.png diff --git a/core/res/res/drawable-xhdpi/ic_dialog_email.png b/core/res/res/drawable-xhdpi/ic_dialog_email.png Binary files differindex 1c1eae6dc652..0205bcbfefe7 100644 --- a/core/res/res/drawable-xhdpi/ic_dialog_email.png +++ b/core/res/res/drawable-xhdpi/ic_dialog_email.png diff --git a/core/res/res/drawable-xhdpi/ic_dialog_focused_holo.png b/core/res/res/drawable-xhdpi/ic_dialog_focused_holo.png Binary files differindex 000d885bb8c1..2194949430c2 100644 --- a/core/res/res/drawable-xhdpi/ic_dialog_focused_holo.png +++ b/core/res/res/drawable-xhdpi/ic_dialog_focused_holo.png diff --git a/core/res/res/drawable-xhdpi/ic_dialog_info.png b/core/res/res/drawable-xhdpi/ic_dialog_info.png Binary files differindex 478dcc1b6942..2d0b4c9afb4e 100644 --- a/core/res/res/drawable-xhdpi/ic_dialog_info.png +++ b/core/res/res/drawable-xhdpi/ic_dialog_info.png diff --git a/core/res/res/drawable-xhdpi/ic_dialog_map.png b/core/res/res/drawable-xhdpi/ic_dialog_map.png Binary files differindex e25b8196d09f..0f391b6252e3 100644 --- a/core/res/res/drawable-xhdpi/ic_dialog_map.png +++ b/core/res/res/drawable-xhdpi/ic_dialog_map.png diff --git a/core/res/res/drawable-xhdpi/ic_dialog_time.png b/core/res/res/drawable-xhdpi/ic_dialog_time.png Binary files differindex 10c9d72334dc..75e93b18bcfe 100644 --- a/core/res/res/drawable-xhdpi/ic_dialog_time.png +++ b/core/res/res/drawable-xhdpi/ic_dialog_time.png diff --git a/core/res/res/drawable-xhdpi/ic_dialog_usb.png b/core/res/res/drawable-xhdpi/ic_dialog_usb.png Binary files differindex 5893bff85c62..3d6dd7d7abd4 100644 --- a/core/res/res/drawable-xhdpi/ic_dialog_usb.png +++ b/core/res/res/drawable-xhdpi/ic_dialog_usb.png diff --git a/core/res/res/drawable-xhdpi/ic_emergency.png b/core/res/res/drawable-xhdpi/ic_emergency.png Binary files differindex 0e975498d5a8..70c2c90b6b0a 100644 --- a/core/res/res/drawable-xhdpi/ic_emergency.png +++ b/core/res/res/drawable-xhdpi/ic_emergency.png diff --git a/core/res/res/drawable-xhdpi/ic_find_next_holo_dark.png b/core/res/res/drawable-xhdpi/ic_find_next_holo_dark.png Binary files differindex e822605379b2..130f524f7d5d 100644 --- a/core/res/res/drawable-xhdpi/ic_find_next_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_find_next_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_find_next_holo_light.png b/core/res/res/drawable-xhdpi/ic_find_next_holo_light.png Binary files differindex 5b6890d7bd55..7e3dde3b8cfc 100644 --- a/core/res/res/drawable-xhdpi/ic_find_next_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_find_next_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_find_next_mtrl_alpha.png b/core/res/res/drawable-xhdpi/ic_find_next_mtrl_alpha.png Binary files differindex 9038282d0f39..a8514675152f 100644 --- a/core/res/res/drawable-xhdpi/ic_find_next_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_find_next_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_find_previous_holo_dark.png b/core/res/res/drawable-xhdpi/ic_find_previous_holo_dark.png Binary files differindex 0ba45876c6be..a4c909e26f3b 100644 --- a/core/res/res/drawable-xhdpi/ic_find_previous_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_find_previous_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_find_previous_holo_light.png b/core/res/res/drawable-xhdpi/ic_find_previous_holo_light.png Binary files differindex 73976c7f3783..38ea248cb365 100644 --- a/core/res/res/drawable-xhdpi/ic_find_previous_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_find_previous_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_find_previous_mtrl_alpha.png b/core/res/res/drawable-xhdpi/ic_find_previous_mtrl_alpha.png Binary files differindex 579347f253e9..fb140ec8bd2e 100644 --- a/core/res/res/drawable-xhdpi/ic_find_previous_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_find_previous_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_go.png b/core/res/res/drawable-xhdpi/ic_go.png Binary files differindex 1e2dcfa02057..02e44be17b11 100644 --- a/core/res/res/drawable-xhdpi/ic_go.png +++ b/core/res/res/drawable-xhdpi/ic_go.png diff --git a/core/res/res/drawable-xhdpi/ic_go_search_api_holo_dark.png b/core/res/res/drawable-xhdpi/ic_go_search_api_holo_dark.png Binary files differindex 0d0758c234bc..10ebd453bfb4 100644 --- a/core/res/res/drawable-xhdpi/ic_go_search_api_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_go_search_api_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_go_search_api_holo_light.png b/core/res/res/drawable-xhdpi/ic_go_search_api_holo_light.png Binary files differindex f12eafcdcfe1..b1e0b5ef231c 100644 --- a/core/res/res/drawable-xhdpi/ic_go_search_api_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_go_search_api_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_grayedout_printer.png b/core/res/res/drawable-xhdpi/ic_grayedout_printer.png Binary files differindex 5e54970d6b3f..627ebae8058c 100644 --- a/core/res/res/drawable-xhdpi/ic_grayedout_printer.png +++ b/core/res/res/drawable-xhdpi/ic_grayedout_printer.png diff --git a/core/res/res/drawable-xhdpi/ic_input_add.png b/core/res/res/drawable-xhdpi/ic_input_add.png Binary files differindex f1242f5e855e..d497d30a0305 100644 --- a/core/res/res/drawable-xhdpi/ic_input_add.png +++ b/core/res/res/drawable-xhdpi/ic_input_add.png diff --git a/core/res/res/drawable-xhdpi/ic_input_delete.png b/core/res/res/drawable-xhdpi/ic_input_delete.png Binary files differindex 8b822d9e37c2..e272ffd3e91c 100644 --- a/core/res/res/drawable-xhdpi/ic_input_delete.png +++ b/core/res/res/drawable-xhdpi/ic_input_delete.png diff --git a/core/res/res/drawable-xhdpi/ic_input_get.png b/core/res/res/drawable-xhdpi/ic_input_get.png Binary files differindex 7f9e9bfdacd2..96efb6019d01 100644 --- a/core/res/res/drawable-xhdpi/ic_input_get.png +++ b/core/res/res/drawable-xhdpi/ic_input_get.png diff --git a/core/res/res/drawable-xhdpi/ic_jog_dial_answer.png b/core/res/res/drawable-xhdpi/ic_jog_dial_answer.png Binary files differindex eedb7fd76e36..c71521b38c0b 100644 --- a/core/res/res/drawable-xhdpi/ic_jog_dial_answer.png +++ b/core/res/res/drawable-xhdpi/ic_jog_dial_answer.png diff --git a/core/res/res/drawable-xhdpi/ic_jog_dial_answer_and_end.png b/core/res/res/drawable-xhdpi/ic_jog_dial_answer_and_end.png Binary files differindex 829973e1405b..e7a128137524 100644 --- a/core/res/res/drawable-xhdpi/ic_jog_dial_answer_and_end.png +++ b/core/res/res/drawable-xhdpi/ic_jog_dial_answer_and_end.png diff --git a/core/res/res/drawable-xhdpi/ic_jog_dial_answer_and_hold.png b/core/res/res/drawable-xhdpi/ic_jog_dial_answer_and_hold.png Binary files differindex e8336d06c3cb..f001c13fc208 100644 --- a/core/res/res/drawable-xhdpi/ic_jog_dial_answer_and_hold.png +++ b/core/res/res/drawable-xhdpi/ic_jog_dial_answer_and_hold.png diff --git a/core/res/res/drawable-xhdpi/ic_jog_dial_decline.png b/core/res/res/drawable-xhdpi/ic_jog_dial_decline.png Binary files differindex 7cab5f5ff5af..4d791d2cd3e1 100644 --- a/core/res/res/drawable-xhdpi/ic_jog_dial_decline.png +++ b/core/res/res/drawable-xhdpi/ic_jog_dial_decline.png diff --git a/core/res/res/drawable-xhdpi/ic_jog_dial_sound_off.png b/core/res/res/drawable-xhdpi/ic_jog_dial_sound_off.png Binary files differindex 65aa39bf6c14..2c58acee4e8d 100644 --- a/core/res/res/drawable-xhdpi/ic_jog_dial_sound_off.png +++ b/core/res/res/drawable-xhdpi/ic_jog_dial_sound_off.png diff --git a/core/res/res/drawable-xhdpi/ic_jog_dial_sound_on.png b/core/res/res/drawable-xhdpi/ic_jog_dial_sound_on.png Binary files differindex ce8f3a7c5ef7..0aaf77c227e0 100644 --- a/core/res/res/drawable-xhdpi/ic_jog_dial_sound_on.png +++ b/core/res/res/drawable-xhdpi/ic_jog_dial_sound_on.png diff --git a/core/res/res/drawable-xhdpi/ic_jog_dial_unlock.png b/core/res/res/drawable-xhdpi/ic_jog_dial_unlock.png Binary files differindex 5d6fb7b307d8..04ff1a96f2f6 100644 --- a/core/res/res/drawable-xhdpi/ic_jog_dial_unlock.png +++ b/core/res/res/drawable-xhdpi/ic_jog_dial_unlock.png diff --git a/core/res/res/drawable-xhdpi/ic_jog_dial_vibrate_on.png b/core/res/res/drawable-xhdpi/ic_jog_dial_vibrate_on.png Binary files differindex 6fe8b7767d77..26baa8cebc5c 100644 --- a/core/res/res/drawable-xhdpi/ic_jog_dial_vibrate_on.png +++ b/core/res/res/drawable-xhdpi/ic_jog_dial_vibrate_on.png diff --git a/core/res/res/drawable-xhdpi/ic_launcher_android.png b/core/res/res/drawable-xhdpi/ic_launcher_android.png Binary files differindex b1097d6a6279..0e2b26e1d128 100644 --- a/core/res/res/drawable-xhdpi/ic_launcher_android.png +++ b/core/res/res/drawable-xhdpi/ic_launcher_android.png diff --git a/core/res/res/drawable-xhdpi/ic_lock_airplane_mode_alpha.png b/core/res/res/drawable-xhdpi/ic_lock_airplane_mode_alpha.png Binary files differindex dc7a9172eb76..c772fdc5aa14 100644 --- a/core/res/res/drawable-xhdpi/ic_lock_airplane_mode_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_lock_airplane_mode_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_lock_airplane_mode_off_am_alpha.png b/core/res/res/drawable-xhdpi/ic_lock_airplane_mode_off_am_alpha.png Binary files differindex 497ca2b81e99..a203f4f3689a 100644 --- a/core/res/res/drawable-xhdpi/ic_lock_airplane_mode_off_am_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_lock_airplane_mode_off_am_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_lock_idle_alarm_alpha.png b/core/res/res/drawable-xhdpi/ic_lock_idle_alarm_alpha.png Binary files differindex 2822a922fa48..71492ebc3269 100644 --- a/core/res/res/drawable-xhdpi/ic_lock_idle_alarm_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_lock_idle_alarm_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_lock_idle_charging.png b/core/res/res/drawable-xhdpi/ic_lock_idle_charging.png Binary files differindex 14c8da440d1e..ec5f848e1fe4 100644 --- a/core/res/res/drawable-xhdpi/ic_lock_idle_charging.png +++ b/core/res/res/drawable-xhdpi/ic_lock_idle_charging.png diff --git a/core/res/res/drawable-xhdpi/ic_lock_idle_lock.png b/core/res/res/drawable-xhdpi/ic_lock_idle_lock.png Binary files differindex 38b678641b3c..0aafd9c7dbb9 100644 --- a/core/res/res/drawable-xhdpi/ic_lock_idle_lock.png +++ b/core/res/res/drawable-xhdpi/ic_lock_idle_lock.png diff --git a/core/res/res/drawable-xhdpi/ic_lock_idle_low_battery.png b/core/res/res/drawable-xhdpi/ic_lock_idle_low_battery.png Binary files differindex 19af7e9d64cf..3272af3ca83c 100644 --- a/core/res/res/drawable-xhdpi/ic_lock_idle_low_battery.png +++ b/core/res/res/drawable-xhdpi/ic_lock_idle_low_battery.png diff --git a/core/res/res/drawable-xhdpi/ic_lock_lock_alpha.png b/core/res/res/drawable-xhdpi/ic_lock_lock_alpha.png Binary files differindex 086a0ca0aac4..1461ce7dc25c 100644 --- a/core/res/res/drawable-xhdpi/ic_lock_lock_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_lock_lock_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_lock_open_wht_24dp.png b/core/res/res/drawable-xhdpi/ic_lock_open_wht_24dp.png Binary files differindex 21d4d5355168..a38f74338148 100644 --- a/core/res/res/drawable-xhdpi/ic_lock_open_wht_24dp.png +++ b/core/res/res/drawable-xhdpi/ic_lock_open_wht_24dp.png diff --git a/core/res/res/drawable-xhdpi/ic_lock_outline_wht_24dp.png b/core/res/res/drawable-xhdpi/ic_lock_outline_wht_24dp.png Binary files differindex 2aeb9a2da0bb..e875084d08d3 100644 --- a/core/res/res/drawable-xhdpi/ic_lock_outline_wht_24dp.png +++ b/core/res/res/drawable-xhdpi/ic_lock_outline_wht_24dp.png diff --git a/core/res/res/drawable-xhdpi/ic_lock_power_off_alpha.png b/core/res/res/drawable-xhdpi/ic_lock_power_off_alpha.png Binary files differindex 530236ccd8df..578dacb6ad70 100644 --- a/core/res/res/drawable-xhdpi/ic_lock_power_off_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_lock_power_off_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_lock_ringer_off_alpha.png b/core/res/res/drawable-xhdpi/ic_lock_ringer_off_alpha.png Binary files differindex dff2c8932660..be71f46defa0 100644 --- a/core/res/res/drawable-xhdpi/ic_lock_ringer_off_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_lock_ringer_off_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_lock_ringer_on_alpha.png b/core/res/res/drawable-xhdpi/ic_lock_ringer_on_alpha.png Binary files differindex 98341b06265f..d11207a32da2 100644 --- a/core/res/res/drawable-xhdpi/ic_lock_ringer_on_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_lock_ringer_on_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_lock_silent_mode.png b/core/res/res/drawable-xhdpi/ic_lock_silent_mode.png Binary files differindex 1ef944fb13a6..663078c3423a 100644 --- a/core/res/res/drawable-xhdpi/ic_lock_silent_mode.png +++ b/core/res/res/drawable-xhdpi/ic_lock_silent_mode.png diff --git a/core/res/res/drawable-xhdpi/ic_lock_silent_mode_off.png b/core/res/res/drawable-xhdpi/ic_lock_silent_mode_off.png Binary files differindex 8fd4a57f17a4..adb045432a07 100644 --- a/core/res/res/drawable-xhdpi/ic_lock_silent_mode_off.png +++ b/core/res/res/drawable-xhdpi/ic_lock_silent_mode_off.png diff --git a/core/res/res/drawable-xhdpi/ic_lock_silent_mode_vibrate.png b/core/res/res/drawable-xhdpi/ic_lock_silent_mode_vibrate.png Binary files differindex 921f74e4eea1..7b3f1b8812c8 100644 --- a/core/res/res/drawable-xhdpi/ic_lock_silent_mode_vibrate.png +++ b/core/res/res/drawable-xhdpi/ic_lock_silent_mode_vibrate.png diff --git a/core/res/res/drawable-xhdpi/ic_lockscreen_handle_pressed.png b/core/res/res/drawable-xhdpi/ic_lockscreen_handle_pressed.png Binary files differindex 2d28009f2235..bb6d8ffd4146 100644 --- a/core/res/res/drawable-xhdpi/ic_lockscreen_handle_pressed.png +++ b/core/res/res/drawable-xhdpi/ic_lockscreen_handle_pressed.png diff --git a/core/res/res/drawable-xhdpi/ic_maps_indicator_current_position.png b/core/res/res/drawable-xhdpi/ic_maps_indicator_current_position.png Binary files differindex 6e2e6cb9d12e..48467253a15a 100644 --- a/core/res/res/drawable-xhdpi/ic_maps_indicator_current_position.png +++ b/core/res/res/drawable-xhdpi/ic_maps_indicator_current_position.png diff --git a/core/res/res/drawable-xhdpi/ic_maps_indicator_current_position_anim1.png b/core/res/res/drawable-xhdpi/ic_maps_indicator_current_position_anim1.png Binary files differindex 238a8d9168e7..83c4c425adbc 100644 --- a/core/res/res/drawable-xhdpi/ic_maps_indicator_current_position_anim1.png +++ b/core/res/res/drawable-xhdpi/ic_maps_indicator_current_position_anim1.png diff --git a/core/res/res/drawable-xhdpi/ic_maps_indicator_current_position_anim2.png b/core/res/res/drawable-xhdpi/ic_maps_indicator_current_position_anim2.png Binary files differindex e69d87863f11..6622036df629 100644 --- a/core/res/res/drawable-xhdpi/ic_maps_indicator_current_position_anim2.png +++ b/core/res/res/drawable-xhdpi/ic_maps_indicator_current_position_anim2.png diff --git a/core/res/res/drawable-xhdpi/ic_maps_indicator_current_position_anim3.png b/core/res/res/drawable-xhdpi/ic_maps_indicator_current_position_anim3.png Binary files differindex 2c362f0a31b2..8b017b96ace2 100644 --- a/core/res/res/drawable-xhdpi/ic_maps_indicator_current_position_anim3.png +++ b/core/res/res/drawable-xhdpi/ic_maps_indicator_current_position_anim3.png diff --git a/core/res/res/drawable-xhdpi/ic_media_embed_play.png b/core/res/res/drawable-xhdpi/ic_media_embed_play.png Binary files differindex b26f56501319..1ce2012261b5 100644 --- a/core/res/res/drawable-xhdpi/ic_media_embed_play.png +++ b/core/res/res/drawable-xhdpi/ic_media_embed_play.png diff --git a/core/res/res/drawable-xhdpi/ic_media_ff.png b/core/res/res/drawable-xhdpi/ic_media_ff.png Binary files differindex 60f7e9218106..2428121365fb 100644 --- a/core/res/res/drawable-xhdpi/ic_media_ff.png +++ b/core/res/res/drawable-xhdpi/ic_media_ff.png diff --git a/core/res/res/drawable-xhdpi/ic_media_fullscreen.png b/core/res/res/drawable-xhdpi/ic_media_fullscreen.png Binary files differindex 9526218f592b..f5e6a99edfce 100644 --- a/core/res/res/drawable-xhdpi/ic_media_fullscreen.png +++ b/core/res/res/drawable-xhdpi/ic_media_fullscreen.png diff --git a/core/res/res/drawable-xhdpi/ic_media_next.png b/core/res/res/drawable-xhdpi/ic_media_next.png Binary files differindex 4def965cec24..91c06be036b5 100644 --- a/core/res/res/drawable-xhdpi/ic_media_next.png +++ b/core/res/res/drawable-xhdpi/ic_media_next.png diff --git a/core/res/res/drawable-xhdpi/ic_media_pause.png b/core/res/res/drawable-xhdpi/ic_media_pause.png Binary files differindex 6bd3d482e111..55aa6f38fb40 100644 --- a/core/res/res/drawable-xhdpi/ic_media_pause.png +++ b/core/res/res/drawable-xhdpi/ic_media_pause.png diff --git a/core/res/res/drawable-xhdpi/ic_media_play.png b/core/res/res/drawable-xhdpi/ic_media_play.png Binary files differindex ccfef180562c..ca5a86d83fcd 100644 --- a/core/res/res/drawable-xhdpi/ic_media_play.png +++ b/core/res/res/drawable-xhdpi/ic_media_play.png diff --git a/core/res/res/drawable-xhdpi/ic_media_previous.png b/core/res/res/drawable-xhdpi/ic_media_previous.png Binary files differindex c4472ae2d9cb..1f020504b64e 100644 --- a/core/res/res/drawable-xhdpi/ic_media_previous.png +++ b/core/res/res/drawable-xhdpi/ic_media_previous.png diff --git a/core/res/res/drawable-xhdpi/ic_media_rew.png b/core/res/res/drawable-xhdpi/ic_media_rew.png Binary files differindex 167d10e58b3c..f17aa3835706 100644 --- a/core/res/res/drawable-xhdpi/ic_media_rew.png +++ b/core/res/res/drawable-xhdpi/ic_media_rew.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_disabled_holo_dark.png b/core/res/res/drawable-xhdpi/ic_media_route_disabled_holo_dark.png Binary files differindex 4119cffb3932..1e080c023421 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_disabled_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_disabled_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_disabled_holo_light.png b/core/res/res/drawable-xhdpi/ic_media_route_disabled_holo_light.png Binary files differindex b629a5726b3b..411e3b5ee4be 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_disabled_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_disabled_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_disabled_mtrl_alpha.png b/core/res/res/drawable-xhdpi/ic_media_route_disabled_mtrl_alpha.png Binary files differindex a020d64f1e93..32e29241af5e 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_disabled_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_disabled_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_off_holo_dark.png b/core/res/res/drawable-xhdpi/ic_media_route_off_holo_dark.png Binary files differindex fe81128d5443..23aa9b1781a4 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_off_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_off_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_off_holo_light.png b/core/res/res/drawable-xhdpi/ic_media_route_off_holo_light.png Binary files differindex 9b59eaf73976..ac16e24c5522 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_off_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_off_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_off_mtrl_alpha.png b/core/res/res/drawable-xhdpi/ic_media_route_off_mtrl_alpha.png Binary files differindex e75ffb811e04..5ec548b35806 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_off_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_off_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_on_0_holo_dark.png b/core/res/res/drawable-xhdpi/ic_media_route_on_0_holo_dark.png Binary files differindex 1a513c1cd75e..0ad366eaa4c6 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_on_0_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_on_0_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_on_0_holo_light.png b/core/res/res/drawable-xhdpi/ic_media_route_on_0_holo_light.png Binary files differindex ff788032ea7b..ee9e40ade217 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_on_0_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_on_0_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_on_0_mtrl_alpha.png b/core/res/res/drawable-xhdpi/ic_media_route_on_0_mtrl_alpha.png Binary files differindex 1b9fc1258296..15e04bee324d 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_on_0_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_on_0_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_on_1_holo_dark.png b/core/res/res/drawable-xhdpi/ic_media_route_on_1_holo_dark.png Binary files differindex 4c4b624b9bdb..89d8d9ba59cc 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_on_1_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_on_1_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_on_1_holo_light.png b/core/res/res/drawable-xhdpi/ic_media_route_on_1_holo_light.png Binary files differindex 60f8c4dede13..aa792d1dcb20 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_on_1_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_on_1_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_on_1_mtrl_alpha.png b/core/res/res/drawable-xhdpi/ic_media_route_on_1_mtrl_alpha.png Binary files differindex f63d47e13a04..e529f13f4f5a 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_on_1_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_on_1_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_on_2_holo_dark.png b/core/res/res/drawable-xhdpi/ic_media_route_on_2_holo_dark.png Binary files differindex cdb2f30f0bcf..3b6a70341e56 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_on_2_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_on_2_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_on_2_holo_light.png b/core/res/res/drawable-xhdpi/ic_media_route_on_2_holo_light.png Binary files differindex 97a10a37a29f..3dd7da30ceb4 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_on_2_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_on_2_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_on_2_mtrl_alpha.png b/core/res/res/drawable-xhdpi/ic_media_route_on_2_mtrl_alpha.png Binary files differindex fe005d94231a..5ca59dc9ea86 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_on_2_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_on_2_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_on_holo_dark.png b/core/res/res/drawable-xhdpi/ic_media_route_on_holo_dark.png Binary files differindex a19a083706da..1ef77a6a48f6 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_on_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_on_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_on_holo_light.png b/core/res/res/drawable-xhdpi/ic_media_route_on_holo_light.png Binary files differindex db30613771ca..ec9bb65a7a54 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_on_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_on_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_media_route_on_mtrl_alpha.png b/core/res/res/drawable-xhdpi/ic_media_route_on_mtrl_alpha.png Binary files differindex ea86408b4fd5..11d12a7d1d00 100644 --- a/core/res/res/drawable-xhdpi/ic_media_route_on_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_media_route_on_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_media_stop.png b/core/res/res/drawable-xhdpi/ic_media_stop.png Binary files differindex 89f36950bfb9..524a5f25e444 100644 --- a/core/res/res/drawable-xhdpi/ic_media_stop.png +++ b/core/res/res/drawable-xhdpi/ic_media_stop.png diff --git a/core/res/res/drawable-xhdpi/ic_media_video_poster.png b/core/res/res/drawable-xhdpi/ic_media_video_poster.png Binary files differindex 4aa4904db7bf..929c1fe99030 100644 --- a/core/res/res/drawable-xhdpi/ic_media_video_poster.png +++ b/core/res/res/drawable-xhdpi/ic_media_video_poster.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_account_list.png b/core/res/res/drawable-xhdpi/ic_menu_account_list.png Binary files differindex ebe29b9673d9..5188992a0f41 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_account_list.png +++ b/core/res/res/drawable-xhdpi/ic_menu_account_list.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_add.png b/core/res/res/drawable-xhdpi/ic_menu_add.png Binary files differindex 7d498a96e21a..bf33115f4e07 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_add.png +++ b/core/res/res/drawable-xhdpi/ic_menu_add.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_agenda.png b/core/res/res/drawable-xhdpi/ic_menu_agenda.png Binary files differindex 25e9f11fec2a..be504929988e 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_agenda.png +++ b/core/res/res/drawable-xhdpi/ic_menu_agenda.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_allfriends.png b/core/res/res/drawable-xhdpi/ic_menu_allfriends.png Binary files differindex 20994eddf15a..cac84a8ff2a5 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_allfriends.png +++ b/core/res/res/drawable-xhdpi/ic_menu_allfriends.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_always_landscape_portrait.png b/core/res/res/drawable-xhdpi/ic_menu_always_landscape_portrait.png Binary files differindex 96606de2be9e..959aa75edda8 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_always_landscape_portrait.png +++ b/core/res/res/drawable-xhdpi/ic_menu_always_landscape_portrait.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_archive.png b/core/res/res/drawable-xhdpi/ic_menu_archive.png Binary files differindex b1be9d5b98a6..a2b2dde766b8 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_archive.png +++ b/core/res/res/drawable-xhdpi/ic_menu_archive.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_attachment.png b/core/res/res/drawable-xhdpi/ic_menu_attachment.png Binary files differindex aa41bd65f4c1..1aca87cc2926 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_attachment.png +++ b/core/res/res/drawable-xhdpi/ic_menu_attachment.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_back.png b/core/res/res/drawable-xhdpi/ic_menu_back.png Binary files differindex 8ac4f6498373..c774f745e853 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_back.png +++ b/core/res/res/drawable-xhdpi/ic_menu_back.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_block.png b/core/res/res/drawable-xhdpi/ic_menu_block.png Binary files differindex e6723953c687..3edb3e24dbcf 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_block.png +++ b/core/res/res/drawable-xhdpi/ic_menu_block.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_blocked_user.png b/core/res/res/drawable-xhdpi/ic_menu_blocked_user.png Binary files differindex 53a279eb298e..1325461775a3 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_blocked_user.png +++ b/core/res/res/drawable-xhdpi/ic_menu_blocked_user.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_btn_add.png b/core/res/res/drawable-xhdpi/ic_menu_btn_add.png Binary files differindex 7d498a96e21a..bf33115f4e07 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_btn_add.png +++ b/core/res/res/drawable-xhdpi/ic_menu_btn_add.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_call.png b/core/res/res/drawable-xhdpi/ic_menu_call.png Binary files differindex 703a76b7d48b..812abfb4d311 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_call.png +++ b/core/res/res/drawable-xhdpi/ic_menu_call.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_camera.png b/core/res/res/drawable-xhdpi/ic_menu_camera.png Binary files differindex 7875aa3f61c6..96965e42dd85 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_camera.png +++ b/core/res/res/drawable-xhdpi/ic_menu_camera.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_cc_am.png b/core/res/res/drawable-xhdpi/ic_menu_cc_am.png Binary files differindex 50d686a47a9e..24d02e6c582b 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_cc_am.png +++ b/core/res/res/drawable-xhdpi/ic_menu_cc_am.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_chat_dashboard.png b/core/res/res/drawable-xhdpi/ic_menu_chat_dashboard.png Binary files differindex c0b238c98a47..d176199176fc 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_chat_dashboard.png +++ b/core/res/res/drawable-xhdpi/ic_menu_chat_dashboard.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_clear_playlist.png b/core/res/res/drawable-xhdpi/ic_menu_clear_playlist.png Binary files differindex 8981d6fb1c95..73385f1b73f7 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_clear_playlist.png +++ b/core/res/res/drawable-xhdpi/ic_menu_clear_playlist.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_close_clear_cancel.png b/core/res/res/drawable-xhdpi/ic_menu_close_clear_cancel.png Binary files differindex d743d752b144..4c7eb6acb3d4 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_close_clear_cancel.png +++ b/core/res/res/drawable-xhdpi/ic_menu_close_clear_cancel.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_compass.png b/core/res/res/drawable-xhdpi/ic_menu_compass.png Binary files differindex 1c2ad894e881..de829df1c838 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_compass.png +++ b/core/res/res/drawable-xhdpi/ic_menu_compass.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_compose.png b/core/res/res/drawable-xhdpi/ic_menu_compose.png Binary files differindex bef190e1f7c6..78acb3a041f2 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_compose.png +++ b/core/res/res/drawable-xhdpi/ic_menu_compose.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_copy.png b/core/res/res/drawable-xhdpi/ic_menu_copy.png Binary files differindex 22761fca07b7..03aa0a485cfc 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_copy.png +++ b/core/res/res/drawable-xhdpi/ic_menu_copy.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_copy_holo_dark.png b/core/res/res/drawable-xhdpi/ic_menu_copy_holo_dark.png Binary files differindex ba883aec0ffd..fcad04734429 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_copy_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_menu_copy_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_copy_holo_light.png b/core/res/res/drawable-xhdpi/ic_menu_copy_holo_light.png Binary files differindex 364b1692f3ea..9d8414dca2be 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_copy_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_menu_copy_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_crop.png b/core/res/res/drawable-xhdpi/ic_menu_crop.png Binary files differindex d32daaeb8f58..3b166a5e2611 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_crop.png +++ b/core/res/res/drawable-xhdpi/ic_menu_crop.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_cut.png b/core/res/res/drawable-xhdpi/ic_menu_cut.png Binary files differindex efefcdeba579..e32a82367497 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_cut.png +++ b/core/res/res/drawable-xhdpi/ic_menu_cut.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_cut_holo_dark.png b/core/res/res/drawable-xhdpi/ic_menu_cut_holo_dark.png Binary files differindex 7aa875030826..82ce87424348 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_cut_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_menu_cut_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_cut_holo_light.png b/core/res/res/drawable-xhdpi/ic_menu_cut_holo_light.png Binary files differindex d4e4d81f367d..2dbc916d50d2 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_cut_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_menu_cut_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_day.png b/core/res/res/drawable-xhdpi/ic_menu_day.png Binary files differindex 9eed1b2f010d..113a23e3f661 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_day.png +++ b/core/res/res/drawable-xhdpi/ic_menu_day.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_delete.png b/core/res/res/drawable-xhdpi/ic_menu_delete.png Binary files differindex 65b9caed1b3c..959b106ff412 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_delete.png +++ b/core/res/res/drawable-xhdpi/ic_menu_delete.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_directions.png b/core/res/res/drawable-xhdpi/ic_menu_directions.png Binary files differindex bdc0088babd6..81da1651e737 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_directions.png +++ b/core/res/res/drawable-xhdpi/ic_menu_directions.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_edit.png b/core/res/res/drawable-xhdpi/ic_menu_edit.png Binary files differindex fcdd71e5c744..ac2227bc605b 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_edit.png +++ b/core/res/res/drawable-xhdpi/ic_menu_edit.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_emoticons.png b/core/res/res/drawable-xhdpi/ic_menu_emoticons.png Binary files differindex af730fae41d7..4a2886931988 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_emoticons.png +++ b/core/res/res/drawable-xhdpi/ic_menu_emoticons.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_end_conversation.png b/core/res/res/drawable-xhdpi/ic_menu_end_conversation.png Binary files differindex ac76f3ba3a3c..cce522871298 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_end_conversation.png +++ b/core/res/res/drawable-xhdpi/ic_menu_end_conversation.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_find.png b/core/res/res/drawable-xhdpi/ic_menu_find.png Binary files differindex ccf2aab1521e..50e6c2eb3df5 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_find.png +++ b/core/res/res/drawable-xhdpi/ic_menu_find.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_find_holo_dark.png b/core/res/res/drawable-xhdpi/ic_menu_find_holo_dark.png Binary files differindex 3ede9e232945..fce9be8c2933 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_find_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_menu_find_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_find_holo_light.png b/core/res/res/drawable-xhdpi/ic_menu_find_holo_light.png Binary files differindex de20fa0e7871..505a63adc652 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_find_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_menu_find_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_find_mtrl_alpha.png b/core/res/res/drawable-xhdpi/ic_menu_find_mtrl_alpha.png Binary files differindex dd5460f1b3e1..974bec9bb4c2 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_find_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_menu_find_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_forward.png b/core/res/res/drawable-xhdpi/ic_menu_forward.png Binary files differindex 6463e7a481d4..f9deaeeab3d1 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_forward.png +++ b/core/res/res/drawable-xhdpi/ic_menu_forward.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_friendslist.png b/core/res/res/drawable-xhdpi/ic_menu_friendslist.png Binary files differindex 9200f8768f3f..fa51a1069b64 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_friendslist.png +++ b/core/res/res/drawable-xhdpi/ic_menu_friendslist.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_gallery.png b/core/res/res/drawable-xhdpi/ic_menu_gallery.png Binary files differindex 6b21e2272967..74457729fa35 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_gallery.png +++ b/core/res/res/drawable-xhdpi/ic_menu_gallery.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_goto.png b/core/res/res/drawable-xhdpi/ic_menu_goto.png Binary files differindex b925e697c349..44c129c50269 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_goto.png +++ b/core/res/res/drawable-xhdpi/ic_menu_goto.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_help.png b/core/res/res/drawable-xhdpi/ic_menu_help.png Binary files differindex 128c7e807dc0..92bd26c96173 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_help.png +++ b/core/res/res/drawable-xhdpi/ic_menu_help.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_help_holo_light.png b/core/res/res/drawable-xhdpi/ic_menu_help_holo_light.png Binary files differindex b961de900242..3de87c21e0c0 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_help_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_menu_help_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_home.png b/core/res/res/drawable-xhdpi/ic_menu_home.png Binary files differindex 689f372c7a81..5f25157f554a 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_home.png +++ b/core/res/res/drawable-xhdpi/ic_menu_home.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_info_details.png b/core/res/res/drawable-xhdpi/ic_menu_info_details.png Binary files differindex 24ea54373379..191cc85ea382 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_info_details.png +++ b/core/res/res/drawable-xhdpi/ic_menu_info_details.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_invite.png b/core/res/res/drawable-xhdpi/ic_menu_invite.png Binary files differindex d594607d6959..554a55608a03 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_invite.png +++ b/core/res/res/drawable-xhdpi/ic_menu_invite.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_login.png b/core/res/res/drawable-xhdpi/ic_menu_login.png Binary files differindex 5095ed97245f..c8c106e0a5b1 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_login.png +++ b/core/res/res/drawable-xhdpi/ic_menu_login.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_manage.png b/core/res/res/drawable-xhdpi/ic_menu_manage.png Binary files differindex d7436244adae..c4e960926ea5 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_manage.png +++ b/core/res/res/drawable-xhdpi/ic_menu_manage.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_mapmode.png b/core/res/res/drawable-xhdpi/ic_menu_mapmode.png Binary files differindex 0b62d08013ea..1954b3f1c78c 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_mapmode.png +++ b/core/res/res/drawable-xhdpi/ic_menu_mapmode.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_mark.png b/core/res/res/drawable-xhdpi/ic_menu_mark.png Binary files differindex a5de6fb16900..55a6b3536c02 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_mark.png +++ b/core/res/res/drawable-xhdpi/ic_menu_mark.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_month.png b/core/res/res/drawable-xhdpi/ic_menu_month.png Binary files differindex 099263bce2c0..64607a826586 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_month.png +++ b/core/res/res/drawable-xhdpi/ic_menu_month.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_more.png b/core/res/res/drawable-xhdpi/ic_menu_more.png Binary files differindex c7a6538f0332..5fd5137fbf14 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_more.png +++ b/core/res/res/drawable-xhdpi/ic_menu_more.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_moreoverflow.png b/core/res/res/drawable-xhdpi/ic_menu_moreoverflow.png Binary files differindex 2998d659ed55..6004bb1c62fd 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_moreoverflow.png +++ b/core/res/res/drawable-xhdpi/ic_menu_moreoverflow.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_moreoverflow_focused_holo_dark.png b/core/res/res/drawable-xhdpi/ic_menu_moreoverflow_focused_holo_dark.png Binary files differindex 62659faca384..4e944a7baaf0 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_moreoverflow_focused_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_menu_moreoverflow_focused_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_moreoverflow_focused_holo_light.png b/core/res/res/drawable-xhdpi/ic_menu_moreoverflow_focused_holo_light.png Binary files differindex 341edaf67309..471a5b96c0b2 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_moreoverflow_focused_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_menu_moreoverflow_focused_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_moreoverflow_normal_holo_dark.png b/core/res/res/drawable-xhdpi/ic_menu_moreoverflow_normal_holo_dark.png Binary files differindex a92fb1d4af62..6b3e03f24dce 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_moreoverflow_normal_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_menu_moreoverflow_normal_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_moreoverflow_normal_holo_light.png b/core/res/res/drawable-xhdpi/ic_menu_moreoverflow_normal_holo_light.png Binary files differindex 930ca8d95e8b..0dc2f0b847b8 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_moreoverflow_normal_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_menu_moreoverflow_normal_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_my_calendar.png b/core/res/res/drawable-xhdpi/ic_menu_my_calendar.png Binary files differindex ca95b9239ab9..08c327093f7f 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_my_calendar.png +++ b/core/res/res/drawable-xhdpi/ic_menu_my_calendar.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_mylocation.png b/core/res/res/drawable-xhdpi/ic_menu_mylocation.png Binary files differindex b0a76a23cd9a..34fae9fd80ed 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_mylocation.png +++ b/core/res/res/drawable-xhdpi/ic_menu_mylocation.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_myplaces.png b/core/res/res/drawable-xhdpi/ic_menu_myplaces.png Binary files differindex 205848e050d6..60074289f10d 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_myplaces.png +++ b/core/res/res/drawable-xhdpi/ic_menu_myplaces.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_notifications.png b/core/res/res/drawable-xhdpi/ic_menu_notifications.png Binary files differindex db80b57dff17..f48b8ee8ac31 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_notifications.png +++ b/core/res/res/drawable-xhdpi/ic_menu_notifications.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_paste.png b/core/res/res/drawable-xhdpi/ic_menu_paste.png Binary files differindex a69f0ebf50e3..fae2220678c2 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_paste.png +++ b/core/res/res/drawable-xhdpi/ic_menu_paste.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_paste_holo_dark.png b/core/res/res/drawable-xhdpi/ic_menu_paste_holo_dark.png Binary files differindex 4c5f7f20d426..c5cbb27ed2df 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_paste_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_menu_paste_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_paste_holo_light.png b/core/res/res/drawable-xhdpi/ic_menu_paste_holo_light.png Binary files differindex 6edd4b222ef0..1b7801cab8db 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_paste_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_menu_paste_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_play_clip.png b/core/res/res/drawable-xhdpi/ic_menu_play_clip.png Binary files differindex f680fce1ccb9..b9f42a93c164 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_play_clip.png +++ b/core/res/res/drawable-xhdpi/ic_menu_play_clip.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_preferences.png b/core/res/res/drawable-xhdpi/ic_menu_preferences.png Binary files differindex 02cfbad0b08d..829a848905db 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_preferences.png +++ b/core/res/res/drawable-xhdpi/ic_menu_preferences.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_recent_history.png b/core/res/res/drawable-xhdpi/ic_menu_recent_history.png Binary files differindex fc5e1fc457cd..1e76cfb5485b 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_recent_history.png +++ b/core/res/res/drawable-xhdpi/ic_menu_recent_history.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_report_image.png b/core/res/res/drawable-xhdpi/ic_menu_report_image.png Binary files differindex 26f7ff437fb2..475f0c26759e 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_report_image.png +++ b/core/res/res/drawable-xhdpi/ic_menu_report_image.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_revert.png b/core/res/res/drawable-xhdpi/ic_menu_revert.png Binary files differindex 19c580f2269f..208ae290a10c 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_revert.png +++ b/core/res/res/drawable-xhdpi/ic_menu_revert.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_rotate.png b/core/res/res/drawable-xhdpi/ic_menu_rotate.png Binary files differindex 98e19fe736a6..be6cd759379f 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_rotate.png +++ b/core/res/res/drawable-xhdpi/ic_menu_rotate.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_save.png b/core/res/res/drawable-xhdpi/ic_menu_save.png Binary files differindex 62a66d87a535..4cdfb89088fd 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_save.png +++ b/core/res/res/drawable-xhdpi/ic_menu_save.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_search.png b/core/res/res/drawable-xhdpi/ic_menu_search.png Binary files differindex 44444950d650..43d8e66ba9ee 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_search.png +++ b/core/res/res/drawable-xhdpi/ic_menu_search.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_search_holo_dark.png b/core/res/res/drawable-xhdpi/ic_menu_search_holo_dark.png Binary files differindex 1208859d9dcf..1f09e3e604ee 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_search_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_menu_search_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_search_holo_light.png b/core/res/res/drawable-xhdpi/ic_menu_search_holo_light.png Binary files differindex 681178271441..0dd3f1d7a777 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_search_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_menu_search_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_search_mtrl_alpha.png b/core/res/res/drawable-xhdpi/ic_menu_search_mtrl_alpha.png Binary files differindex 05cfab7eef5d..ab88047c44db 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_search_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/ic_menu_search_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_selectall_holo_dark.png b/core/res/res/drawable-xhdpi/ic_menu_selectall_holo_dark.png Binary files differindex 8eef37dd4698..b6978953b075 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_selectall_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_menu_selectall_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_selectall_holo_light.png b/core/res/res/drawable-xhdpi/ic_menu_selectall_holo_light.png Binary files differindex 2e1cf86dbbef..4917cca9ef57 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_selectall_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_menu_selectall_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_send.png b/core/res/res/drawable-xhdpi/ic_menu_send.png Binary files differindex 6e5ec78103f8..311a797d5ebc 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_send.png +++ b/core/res/res/drawable-xhdpi/ic_menu_send.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_set_as.png b/core/res/res/drawable-xhdpi/ic_menu_set_as.png Binary files differindex 86897669d6ee..f5d4ab7f4980 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_set_as.png +++ b/core/res/res/drawable-xhdpi/ic_menu_set_as.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_settings_holo_light.png b/core/res/res/drawable-xhdpi/ic_menu_settings_holo_light.png Binary files differindex aa33c3880b99..b166ae053e9d 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_settings_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_menu_settings_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_share.png b/core/res/res/drawable-xhdpi/ic_menu_share.png Binary files differindex fce1d35fffcf..3036968f9e7e 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_share.png +++ b/core/res/res/drawable-xhdpi/ic_menu_share.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_share_holo_dark.png b/core/res/res/drawable-xhdpi/ic_menu_share_holo_dark.png Binary files differindex 45a0f1da0d01..448cb9494285 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_share_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_menu_share_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_share_holo_light.png b/core/res/res/drawable-xhdpi/ic_menu_share_holo_light.png Binary files differindex 528e554abe23..f63af7bba696 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_share_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_menu_share_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_slideshow.png b/core/res/res/drawable-xhdpi/ic_menu_slideshow.png Binary files differindex 8740f37e2684..f70b5ef46d7d 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_slideshow.png +++ b/core/res/res/drawable-xhdpi/ic_menu_slideshow.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_sort_alphabetically.png b/core/res/res/drawable-xhdpi/ic_menu_sort_alphabetically.png Binary files differindex 5736ff8b9555..67d2baf90974 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_sort_alphabetically.png +++ b/core/res/res/drawable-xhdpi/ic_menu_sort_alphabetically.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_sort_by_size.png b/core/res/res/drawable-xhdpi/ic_menu_sort_by_size.png Binary files differindex fe3836cca903..89adb750fc7f 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_sort_by_size.png +++ b/core/res/res/drawable-xhdpi/ic_menu_sort_by_size.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_star.png b/core/res/res/drawable-xhdpi/ic_menu_star.png Binary files differindex c051020fa3ca..d7c3bf0fcc71 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_star.png +++ b/core/res/res/drawable-xhdpi/ic_menu_star.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_start_conversation.png b/core/res/res/drawable-xhdpi/ic_menu_start_conversation.png Binary files differindex d71ed1748579..b9994319bb57 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_start_conversation.png +++ b/core/res/res/drawable-xhdpi/ic_menu_start_conversation.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_stop.png b/core/res/res/drawable-xhdpi/ic_menu_stop.png Binary files differindex 855af1142de7..c9bb382776f4 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_stop.png +++ b/core/res/res/drawable-xhdpi/ic_menu_stop.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_today.png b/core/res/res/drawable-xhdpi/ic_menu_today.png Binary files differindex e9ebc5e9499a..e4d304057066 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_today.png +++ b/core/res/res/drawable-xhdpi/ic_menu_today.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_upload.png b/core/res/res/drawable-xhdpi/ic_menu_upload.png Binary files differindex 94d1478bf8f3..72bb9958a674 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_upload.png +++ b/core/res/res/drawable-xhdpi/ic_menu_upload.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_upload_you_tube.png b/core/res/res/drawable-xhdpi/ic_menu_upload_you_tube.png Binary files differindex 508c354eba53..956570cace97 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_upload_you_tube.png +++ b/core/res/res/drawable-xhdpi/ic_menu_upload_you_tube.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_view.png b/core/res/res/drawable-xhdpi/ic_menu_view.png Binary files differindex e97c30df44d1..332d177aed19 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_view.png +++ b/core/res/res/drawable-xhdpi/ic_menu_view.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_week.png b/core/res/res/drawable-xhdpi/ic_menu_week.png Binary files differindex 2c3e76193fd3..b88c14297511 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_week.png +++ b/core/res/res/drawable-xhdpi/ic_menu_week.png diff --git a/core/res/res/drawable-xhdpi/ic_menu_zoom.png b/core/res/res/drawable-xhdpi/ic_menu_zoom.png Binary files differindex 858aef54d47c..778a2499899b 100644 --- a/core/res/res/drawable-xhdpi/ic_menu_zoom.png +++ b/core/res/res/drawable-xhdpi/ic_menu_zoom.png diff --git a/core/res/res/drawable-xhdpi/ic_notification_cast_0.png b/core/res/res/drawable-xhdpi/ic_notification_cast_0.png Binary files differindex 818c1cdd7a26..bd38b285db1d 100644 --- a/core/res/res/drawable-xhdpi/ic_notification_cast_0.png +++ b/core/res/res/drawable-xhdpi/ic_notification_cast_0.png diff --git a/core/res/res/drawable-xhdpi/ic_notification_cast_1.png b/core/res/res/drawable-xhdpi/ic_notification_cast_1.png Binary files differindex 2a56e3131789..2e034ba725a7 100644 --- a/core/res/res/drawable-xhdpi/ic_notification_cast_1.png +++ b/core/res/res/drawable-xhdpi/ic_notification_cast_1.png diff --git a/core/res/res/drawable-xhdpi/ic_notification_cast_2.png b/core/res/res/drawable-xhdpi/ic_notification_cast_2.png Binary files differindex 3515a76825e2..51d9dd484212 100644 --- a/core/res/res/drawable-xhdpi/ic_notification_cast_2.png +++ b/core/res/res/drawable-xhdpi/ic_notification_cast_2.png diff --git a/core/res/res/drawable-xhdpi/ic_notification_clear_all.png b/core/res/res/drawable-xhdpi/ic_notification_clear_all.png Binary files differindex 5c553cfc4ac8..e8c68490f7cb 100644 --- a/core/res/res/drawable-xhdpi/ic_notification_clear_all.png +++ b/core/res/res/drawable-xhdpi/ic_notification_clear_all.png diff --git a/core/res/res/drawable-xhdpi/ic_notification_ime_default.png b/core/res/res/drawable-xhdpi/ic_notification_ime_default.png Binary files differindex 900801a4d3d7..12a29fdb0a3e 100644 --- a/core/res/res/drawable-xhdpi/ic_notification_ime_default.png +++ b/core/res/res/drawable-xhdpi/ic_notification_ime_default.png diff --git a/core/res/res/drawable-xhdpi/ic_notification_overlay.9.png b/core/res/res/drawable-xhdpi/ic_notification_overlay.9.png Binary files differindex a7a8bb3e1dff..571b2604fa38 100644 --- a/core/res/res/drawable-xhdpi/ic_notification_overlay.9.png +++ b/core/res/res/drawable-xhdpi/ic_notification_overlay.9.png diff --git a/core/res/res/drawable-xhdpi/ic_partial_secure.png b/core/res/res/drawable-xhdpi/ic_partial_secure.png Binary files differindex 2dfbb1e6e1c4..fe68cc49301c 100644 --- a/core/res/res/drawable-xhdpi/ic_partial_secure.png +++ b/core/res/res/drawable-xhdpi/ic_partial_secure.png diff --git a/core/res/res/drawable-xhdpi/ic_popup_disk_full.png b/core/res/res/drawable-xhdpi/ic_popup_disk_full.png Binary files differindex 4313fdc7fbcd..669a3b1a861f 100644 --- a/core/res/res/drawable-xhdpi/ic_popup_disk_full.png +++ b/core/res/res/drawable-xhdpi/ic_popup_disk_full.png diff --git a/core/res/res/drawable-xhdpi/ic_popup_reminder.png b/core/res/res/drawable-xhdpi/ic_popup_reminder.png Binary files differindex 4a03a1b0a30c..5f19506a12a3 100644 --- a/core/res/res/drawable-xhdpi/ic_popup_reminder.png +++ b/core/res/res/drawable-xhdpi/ic_popup_reminder.png diff --git a/core/res/res/drawable-xhdpi/ic_popup_sync_1.png b/core/res/res/drawable-xhdpi/ic_popup_sync_1.png Binary files differindex 48f8d53ca059..b9472936b934 100644 --- a/core/res/res/drawable-xhdpi/ic_popup_sync_1.png +++ b/core/res/res/drawable-xhdpi/ic_popup_sync_1.png diff --git a/core/res/res/drawable-xhdpi/ic_popup_sync_2.png b/core/res/res/drawable-xhdpi/ic_popup_sync_2.png Binary files differindex 880c202f4c8d..02b8d18d9193 100644 --- a/core/res/res/drawable-xhdpi/ic_popup_sync_2.png +++ b/core/res/res/drawable-xhdpi/ic_popup_sync_2.png diff --git a/core/res/res/drawable-xhdpi/ic_popup_sync_3.png b/core/res/res/drawable-xhdpi/ic_popup_sync_3.png Binary files differindex eb6d03cbd70d..6008a2ce1f42 100644 --- a/core/res/res/drawable-xhdpi/ic_popup_sync_3.png +++ b/core/res/res/drawable-xhdpi/ic_popup_sync_3.png diff --git a/core/res/res/drawable-xhdpi/ic_popup_sync_4.png b/core/res/res/drawable-xhdpi/ic_popup_sync_4.png Binary files differindex 02a4d939552f..08eb75206fc4 100644 --- a/core/res/res/drawable-xhdpi/ic_popup_sync_4.png +++ b/core/res/res/drawable-xhdpi/ic_popup_sync_4.png diff --git a/core/res/res/drawable-xhdpi/ic_popup_sync_5.png b/core/res/res/drawable-xhdpi/ic_popup_sync_5.png Binary files differindex caaf5984e9a9..4207ae51f56d 100644 --- a/core/res/res/drawable-xhdpi/ic_popup_sync_5.png +++ b/core/res/res/drawable-xhdpi/ic_popup_sync_5.png diff --git a/core/res/res/drawable-xhdpi/ic_popup_sync_6.png b/core/res/res/drawable-xhdpi/ic_popup_sync_6.png Binary files differindex e662ab29175e..0ce453c28745 100644 --- a/core/res/res/drawable-xhdpi/ic_popup_sync_6.png +++ b/core/res/res/drawable-xhdpi/ic_popup_sync_6.png diff --git a/core/res/res/drawable-xhdpi/ic_print.png b/core/res/res/drawable-xhdpi/ic_print.png Binary files differindex 6b55a14d142f..cf4cc00923e1 100644 --- a/core/res/res/drawable-xhdpi/ic_print.png +++ b/core/res/res/drawable-xhdpi/ic_print.png diff --git a/core/res/res/drawable-xhdpi/ic_print_error.png b/core/res/res/drawable-xhdpi/ic_print_error.png Binary files differindex c3faa4220be2..640614026540 100644 --- a/core/res/res/drawable-xhdpi/ic_print_error.png +++ b/core/res/res/drawable-xhdpi/ic_print_error.png diff --git a/core/res/res/drawable-xhdpi/ic_search.png b/core/res/res/drawable-xhdpi/ic_search.png Binary files differindex 738a392f563b..68946f31b21a 100644 --- a/core/res/res/drawable-xhdpi/ic_search.png +++ b/core/res/res/drawable-xhdpi/ic_search.png diff --git a/core/res/res/drawable-xhdpi/ic_search_api_holo_dark.png b/core/res/res/drawable-xhdpi/ic_search_api_holo_dark.png Binary files differindex b0d7acf5e926..ca54fa265ff1 100644 --- a/core/res/res/drawable-xhdpi/ic_search_api_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_search_api_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_search_api_holo_light.png b/core/res/res/drawable-xhdpi/ic_search_api_holo_light.png Binary files differindex c9626a058595..e5687d14c68a 100644 --- a/core/res/res/drawable-xhdpi/ic_search_api_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_search_api_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_search_category_default.png b/core/res/res/drawable-xhdpi/ic_search_category_default.png Binary files differindex 351cfe0cba7b..117360e0c473 100644 --- a/core/res/res/drawable-xhdpi/ic_search_category_default.png +++ b/core/res/res/drawable-xhdpi/ic_search_category_default.png diff --git a/core/res/res/drawable-xhdpi/ic_secure.png b/core/res/res/drawable-xhdpi/ic_secure.png Binary files differindex 9e2402850f00..be6c4017e199 100644 --- a/core/res/res/drawable-xhdpi/ic_secure.png +++ b/core/res/res/drawable-xhdpi/ic_secure.png diff --git a/core/res/res/drawable-xhdpi/ic_settings.png b/core/res/res/drawable-xhdpi/ic_settings.png Binary files differindex 208089d12589..eae8d1796e79 100644 --- a/core/res/res/drawable-xhdpi/ic_settings.png +++ b/core/res/res/drawable-xhdpi/ic_settings.png diff --git a/core/res/res/drawable-xhdpi/ic_settings_language.png b/core/res/res/drawable-xhdpi/ic_settings_language.png Binary files differindex 2c42db3aa571..896706f1fe58 100644 --- a/core/res/res/drawable-xhdpi/ic_settings_language.png +++ b/core/res/res/drawable-xhdpi/ic_settings_language.png diff --git a/core/res/res/drawable-xhdpi/ic_sim_card_multi_24px_clr.png b/core/res/res/drawable-xhdpi/ic_sim_card_multi_24px_clr.png Binary files differindex 9675e568601b..981338be0ed4 100644 --- a/core/res/res/drawable-xhdpi/ic_sim_card_multi_24px_clr.png +++ b/core/res/res/drawable-xhdpi/ic_sim_card_multi_24px_clr.png diff --git a/core/res/res/drawable-xhdpi/ic_sim_card_multi_48px_clr.png b/core/res/res/drawable-xhdpi/ic_sim_card_multi_48px_clr.png Binary files differindex a57a0b9f725c..ff938431fe87 100644 --- a/core/res/res/drawable-xhdpi/ic_sim_card_multi_48px_clr.png +++ b/core/res/res/drawable-xhdpi/ic_sim_card_multi_48px_clr.png diff --git a/core/res/res/drawable-xhdpi/ic_star_black_16dp.png b/core/res/res/drawable-xhdpi/ic_star_black_16dp.png Binary files differindex 732c48ef5267..d53d53c8c376 100644 --- a/core/res/res/drawable-xhdpi/ic_star_black_16dp.png +++ b/core/res/res/drawable-xhdpi/ic_star_black_16dp.png diff --git a/core/res/res/drawable-xhdpi/ic_star_black_36dp.png b/core/res/res/drawable-xhdpi/ic_star_black_36dp.png Binary files differindex 54d306599a5b..a933c27f9327 100644 --- a/core/res/res/drawable-xhdpi/ic_star_black_36dp.png +++ b/core/res/res/drawable-xhdpi/ic_star_black_36dp.png diff --git a/core/res/res/drawable-xhdpi/ic_star_black_48dp.png b/core/res/res/drawable-xhdpi/ic_star_black_48dp.png Binary files differindex 7be22806f0e1..e36d3c639312 100644 --- a/core/res/res/drawable-xhdpi/ic_star_black_48dp.png +++ b/core/res/res/drawable-xhdpi/ic_star_black_48dp.png diff --git a/core/res/res/drawable-xhdpi/ic_star_half_black_16dp.png b/core/res/res/drawable-xhdpi/ic_star_half_black_16dp.png Binary files differindex 5d6f3c84c7b5..1a9888a2bd18 100644 --- a/core/res/res/drawable-xhdpi/ic_star_half_black_16dp.png +++ b/core/res/res/drawable-xhdpi/ic_star_half_black_16dp.png diff --git a/core/res/res/drawable-xhdpi/ic_star_half_black_36dp.png b/core/res/res/drawable-xhdpi/ic_star_half_black_36dp.png Binary files differindex 2ed3a202848e..2ee4e91e9648 100644 --- a/core/res/res/drawable-xhdpi/ic_star_half_black_36dp.png +++ b/core/res/res/drawable-xhdpi/ic_star_half_black_36dp.png diff --git a/core/res/res/drawable-xhdpi/ic_star_half_black_48dp.png b/core/res/res/drawable-xhdpi/ic_star_half_black_48dp.png Binary files differindex 348d4d84f097..3ef7c638ad70 100644 --- a/core/res/res/drawable-xhdpi/ic_star_half_black_48dp.png +++ b/core/res/res/drawable-xhdpi/ic_star_half_black_48dp.png diff --git a/core/res/res/drawable-xhdpi/ic_vibrate.png b/core/res/res/drawable-xhdpi/ic_vibrate.png Binary files differindex 5d0724ae41a7..2d2c1f326690 100644 --- a/core/res/res/drawable-xhdpi/ic_vibrate.png +++ b/core/res/res/drawable-xhdpi/ic_vibrate.png diff --git a/core/res/res/drawable-xhdpi/ic_vibrate_small.png b/core/res/res/drawable-xhdpi/ic_vibrate_small.png Binary files differindex 6ee6fd854949..0afe8b636153 100644 --- a/core/res/res/drawable-xhdpi/ic_vibrate_small.png +++ b/core/res/res/drawable-xhdpi/ic_vibrate_small.png diff --git a/core/res/res/drawable-xhdpi/ic_voice_search.png b/core/res/res/drawable-xhdpi/ic_voice_search.png Binary files differindex 3f0518ba5642..639e5ccee1c1 100644 --- a/core/res/res/drawable-xhdpi/ic_voice_search.png +++ b/core/res/res/drawable-xhdpi/ic_voice_search.png diff --git a/core/res/res/drawable-xhdpi/ic_voice_search_api_holo_dark.png b/core/res/res/drawable-xhdpi/ic_voice_search_api_holo_dark.png Binary files differindex eb6e5fab3053..3a5d0c8b3e12 100644 --- a/core/res/res/drawable-xhdpi/ic_voice_search_api_holo_dark.png +++ b/core/res/res/drawable-xhdpi/ic_voice_search_api_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_voice_search_api_holo_light.png b/core/res/res/drawable-xhdpi/ic_voice_search_api_holo_light.png Binary files differindex c6b40bb311a9..a8f470ef12e9 100644 --- a/core/res/res/drawable-xhdpi/ic_voice_search_api_holo_light.png +++ b/core/res/res/drawable-xhdpi/ic_voice_search_api_holo_light.png diff --git a/core/res/res/drawable-xhdpi/ic_volume.png b/core/res/res/drawable-xhdpi/ic_volume.png Binary files differindex f6a457d69f83..192b29428fa3 100644 --- a/core/res/res/drawable-xhdpi/ic_volume.png +++ b/core/res/res/drawable-xhdpi/ic_volume.png diff --git a/core/res/res/drawable-xhdpi/ic_volume_bluetooth_ad2p.png b/core/res/res/drawable-xhdpi/ic_volume_bluetooth_ad2p.png Binary files differindex cbcdf33401b8..917500565d64 100644 --- a/core/res/res/drawable-xhdpi/ic_volume_bluetooth_ad2p.png +++ b/core/res/res/drawable-xhdpi/ic_volume_bluetooth_ad2p.png diff --git a/core/res/res/drawable-xhdpi/ic_volume_bluetooth_in_call.png b/core/res/res/drawable-xhdpi/ic_volume_bluetooth_in_call.png Binary files differindex 9c7e90619645..4fc39b73c011 100644 --- a/core/res/res/drawable-xhdpi/ic_volume_bluetooth_in_call.png +++ b/core/res/res/drawable-xhdpi/ic_volume_bluetooth_in_call.png diff --git a/core/res/res/drawable-xhdpi/ic_volume_off.png b/core/res/res/drawable-xhdpi/ic_volume_off.png Binary files differindex e0945142e391..097fc16e14bc 100644 --- a/core/res/res/drawable-xhdpi/ic_volume_off.png +++ b/core/res/res/drawable-xhdpi/ic_volume_off.png diff --git a/core/res/res/drawable-xhdpi/ic_volume_off_small.png b/core/res/res/drawable-xhdpi/ic_volume_off_small.png Binary files differindex bc2960825539..f12d6eee6056 100644 --- a/core/res/res/drawable-xhdpi/ic_volume_off_small.png +++ b/core/res/res/drawable-xhdpi/ic_volume_off_small.png diff --git a/core/res/res/drawable-xhdpi/ic_volume_small.png b/core/res/res/drawable-xhdpi/ic_volume_small.png Binary files differindex 9d6d9209a331..ff36c63e671a 100644 --- a/core/res/res/drawable-xhdpi/ic_volume_small.png +++ b/core/res/res/drawable-xhdpi/ic_volume_small.png diff --git a/core/res/res/drawable-xhdpi/icon_highlight_rectangle.9.png b/core/res/res/drawable-xhdpi/icon_highlight_rectangle.9.png Binary files differindex cdc37f1e23dc..11e058545a1f 100644 --- a/core/res/res/drawable-xhdpi/icon_highlight_rectangle.9.png +++ b/core/res/res/drawable-xhdpi/icon_highlight_rectangle.9.png diff --git a/core/res/res/drawable-xhdpi/icon_highlight_square.9.png b/core/res/res/drawable-xhdpi/icon_highlight_square.9.png Binary files differindex cc2ab8c0ff96..8eb189b93caa 100644 --- a/core/res/res/drawable-xhdpi/icon_highlight_square.9.png +++ b/core/res/res/drawable-xhdpi/icon_highlight_square.9.png diff --git a/core/res/res/drawable-xhdpi/ime_qwerty.png b/core/res/res/drawable-xhdpi/ime_qwerty.png Binary files differindex 42c9e5aa2d05..a20afe2b7e33 100644 --- a/core/res/res/drawable-xhdpi/ime_qwerty.png +++ b/core/res/res/drawable-xhdpi/ime_qwerty.png diff --git a/core/res/res/drawable-xhdpi/indicator_input_error.png b/core/res/res/drawable-xhdpi/indicator_input_error.png Binary files differindex 5be92a02e81c..144a4e6fa5c8 100644 --- a/core/res/res/drawable-xhdpi/indicator_input_error.png +++ b/core/res/res/drawable-xhdpi/indicator_input_error.png diff --git a/core/res/res/drawable-xhdpi/jog_dial_arrow_long_left_green.png b/core/res/res/drawable-xhdpi/jog_dial_arrow_long_left_green.png Binary files differindex c106f76f321a..ab0911661275 100644 --- a/core/res/res/drawable-xhdpi/jog_dial_arrow_long_left_green.png +++ b/core/res/res/drawable-xhdpi/jog_dial_arrow_long_left_green.png diff --git a/core/res/res/drawable-xhdpi/jog_dial_arrow_long_left_yellow.png b/core/res/res/drawable-xhdpi/jog_dial_arrow_long_left_yellow.png Binary files differindex 7657f74a43bf..5866de91a5dd 100644 --- a/core/res/res/drawable-xhdpi/jog_dial_arrow_long_left_yellow.png +++ b/core/res/res/drawable-xhdpi/jog_dial_arrow_long_left_yellow.png diff --git a/core/res/res/drawable-xhdpi/jog_dial_arrow_long_middle_yellow.png b/core/res/res/drawable-xhdpi/jog_dial_arrow_long_middle_yellow.png Binary files differindex a90926da0c0e..1131a31b3b47 100644 --- a/core/res/res/drawable-xhdpi/jog_dial_arrow_long_middle_yellow.png +++ b/core/res/res/drawable-xhdpi/jog_dial_arrow_long_middle_yellow.png diff --git a/core/res/res/drawable-xhdpi/jog_dial_arrow_long_right_red.png b/core/res/res/drawable-xhdpi/jog_dial_arrow_long_right_red.png Binary files differindex 3a00c5646c94..631996610dfb 100644 --- a/core/res/res/drawable-xhdpi/jog_dial_arrow_long_right_red.png +++ b/core/res/res/drawable-xhdpi/jog_dial_arrow_long_right_red.png diff --git a/core/res/res/drawable-xhdpi/jog_dial_arrow_long_right_yellow.png b/core/res/res/drawable-xhdpi/jog_dial_arrow_long_right_yellow.png Binary files differindex 113daaa41143..3f07ae2be972 100644 --- a/core/res/res/drawable-xhdpi/jog_dial_arrow_long_right_yellow.png +++ b/core/res/res/drawable-xhdpi/jog_dial_arrow_long_right_yellow.png diff --git a/core/res/res/drawable-xhdpi/jog_dial_arrow_short_left.png b/core/res/res/drawable-xhdpi/jog_dial_arrow_short_left.png Binary files differindex ac62915230db..c31a8e50d13e 100644 --- a/core/res/res/drawable-xhdpi/jog_dial_arrow_short_left.png +++ b/core/res/res/drawable-xhdpi/jog_dial_arrow_short_left.png diff --git a/core/res/res/drawable-xhdpi/jog_dial_arrow_short_left_and_right.png b/core/res/res/drawable-xhdpi/jog_dial_arrow_short_left_and_right.png Binary files differindex 0efed7a0fcc3..46e12f996fab 100644 --- a/core/res/res/drawable-xhdpi/jog_dial_arrow_short_left_and_right.png +++ b/core/res/res/drawable-xhdpi/jog_dial_arrow_short_left_and_right.png diff --git a/core/res/res/drawable-xhdpi/jog_dial_arrow_short_right.png b/core/res/res/drawable-xhdpi/jog_dial_arrow_short_right.png Binary files differindex 859998bddb43..375ba6389176 100644 --- a/core/res/res/drawable-xhdpi/jog_dial_arrow_short_right.png +++ b/core/res/res/drawable-xhdpi/jog_dial_arrow_short_right.png diff --git a/core/res/res/drawable-xhdpi/jog_dial_bg.png b/core/res/res/drawable-xhdpi/jog_dial_bg.png Binary files differindex 61fcb4692f4d..48cf4b63ea68 100644 --- a/core/res/res/drawable-xhdpi/jog_dial_bg.png +++ b/core/res/res/drawable-xhdpi/jog_dial_bg.png diff --git a/core/res/res/drawable-xhdpi/jog_dial_dimple.png b/core/res/res/drawable-xhdpi/jog_dial_dimple.png Binary files differindex 3ab2ab6f55ce..af78ecca386b 100644 --- a/core/res/res/drawable-xhdpi/jog_dial_dimple.png +++ b/core/res/res/drawable-xhdpi/jog_dial_dimple.png diff --git a/core/res/res/drawable-xhdpi/jog_dial_dimple_dim.png b/core/res/res/drawable-xhdpi/jog_dial_dimple_dim.png Binary files differindex 720ff8020677..e07669589342 100644 --- a/core/res/res/drawable-xhdpi/jog_dial_dimple_dim.png +++ b/core/res/res/drawable-xhdpi/jog_dial_dimple_dim.png diff --git a/core/res/res/drawable-xhdpi/keyboard_accessory_bg_landscape.9.png b/core/res/res/drawable-xhdpi/keyboard_accessory_bg_landscape.9.png Binary files differindex e534908ad42d..40b65ed29341 100644 --- a/core/res/res/drawable-xhdpi/keyboard_accessory_bg_landscape.9.png +++ b/core/res/res/drawable-xhdpi/keyboard_accessory_bg_landscape.9.png diff --git a/core/res/res/drawable-xhdpi/keyboard_background.9.png b/core/res/res/drawable-xhdpi/keyboard_background.9.png Binary files differindex 33d8519b1bad..23f96afc7bb2 100644 --- a/core/res/res/drawable-xhdpi/keyboard_background.9.png +++ b/core/res/res/drawable-xhdpi/keyboard_background.9.png diff --git a/core/res/res/drawable-xhdpi/keyboard_key_feedback_background.9.png b/core/res/res/drawable-xhdpi/keyboard_key_feedback_background.9.png Binary files differindex 6e8584bf71ab..95bcce28f3ef 100644 --- a/core/res/res/drawable-xhdpi/keyboard_key_feedback_background.9.png +++ b/core/res/res/drawable-xhdpi/keyboard_key_feedback_background.9.png diff --git a/core/res/res/drawable-xhdpi/keyboard_key_feedback_more_background.9.png b/core/res/res/drawable-xhdpi/keyboard_key_feedback_more_background.9.png Binary files differindex d983a9521ed4..b37d462e8876 100644 --- a/core/res/res/drawable-xhdpi/keyboard_key_feedback_more_background.9.png +++ b/core/res/res/drawable-xhdpi/keyboard_key_feedback_more_background.9.png diff --git a/core/res/res/drawable-xhdpi/keyboard_popup_panel_background.9.png b/core/res/res/drawable-xhdpi/keyboard_popup_panel_background.9.png Binary files differindex d9f48199b89e..55efb6fd1c2f 100644 --- a/core/res/res/drawable-xhdpi/keyboard_popup_panel_background.9.png +++ b/core/res/res/drawable-xhdpi/keyboard_popup_panel_background.9.png diff --git a/core/res/res/drawable-xhdpi/keyboard_popup_panel_trans_background.9.png b/core/res/res/drawable-xhdpi/keyboard_popup_panel_trans_background.9.png Binary files differindex 9a19f78aa59e..bb262f3dbe14 100644 --- a/core/res/res/drawable-xhdpi/keyboard_popup_panel_trans_background.9.png +++ b/core/res/res/drawable-xhdpi/keyboard_popup_panel_trans_background.9.png diff --git a/core/res/res/drawable-xhdpi/light_header.9.png b/core/res/res/drawable-xhdpi/light_header.9.png Binary files differindex 029dd2afe452..f22658e77f44 100644 --- a/core/res/res/drawable-xhdpi/light_header.9.png +++ b/core/res/res/drawable-xhdpi/light_header.9.png diff --git a/core/res/res/drawable-xhdpi/list_activated_holo.9.png b/core/res/res/drawable-xhdpi/list_activated_holo.9.png Binary files differindex eda10e6123e1..0b596cd7711b 100644 --- a/core/res/res/drawable-xhdpi/list_activated_holo.9.png +++ b/core/res/res/drawable-xhdpi/list_activated_holo.9.png diff --git a/core/res/res/drawable-xhdpi/list_divider_holo_dark.9.png b/core/res/res/drawable-xhdpi/list_divider_holo_dark.9.png Binary files differindex e62f011d45a2..2ec3580dd02d 100644 --- a/core/res/res/drawable-xhdpi/list_divider_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/list_divider_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/list_divider_holo_light.9.png b/core/res/res/drawable-xhdpi/list_divider_holo_light.9.png Binary files differindex 65061c0f45e6..6db5621240dd 100644 --- a/core/res/res/drawable-xhdpi/list_divider_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/list_divider_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/list_divider_horizontal_holo_dark.9.png b/core/res/res/drawable-xhdpi/list_divider_horizontal_holo_dark.9.png Binary files differindex 0c901dee1ee0..9f778e089286 100644 --- a/core/res/res/drawable-xhdpi/list_divider_horizontal_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/list_divider_horizontal_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/list_focused_holo.9.png b/core/res/res/drawable-xhdpi/list_focused_holo.9.png Binary files differindex b545f8e57871..3f0b051834e3 100644 --- a/core/res/res/drawable-xhdpi/list_focused_holo.9.png +++ b/core/res/res/drawable-xhdpi/list_focused_holo.9.png diff --git a/core/res/res/drawable-xhdpi/list_longpressed_holo.9.png b/core/res/res/drawable-xhdpi/list_longpressed_holo.9.png Binary files differindex eda10e6123e1..0b596cd7711b 100644 --- a/core/res/res/drawable-xhdpi/list_longpressed_holo.9.png +++ b/core/res/res/drawable-xhdpi/list_longpressed_holo.9.png diff --git a/core/res/res/drawable-xhdpi/list_longpressed_holo_dark.9.png b/core/res/res/drawable-xhdpi/list_longpressed_holo_dark.9.png Binary files differindex 1080244d6b49..df0fae089e9f 100644 --- a/core/res/res/drawable-xhdpi/list_longpressed_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/list_longpressed_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/list_longpressed_holo_light.9.png b/core/res/res/drawable-xhdpi/list_longpressed_holo_light.9.png Binary files differindex 5532e88c2c65..f16b3f133feb 100644 --- a/core/res/res/drawable-xhdpi/list_longpressed_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/list_longpressed_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/list_pressed_holo_dark.9.png b/core/res/res/drawable-xhdpi/list_pressed_holo_dark.9.png Binary files differindex 29037a0d772e..92b646cfda4b 100644 --- a/core/res/res/drawable-xhdpi/list_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/list_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/list_pressed_holo_light.9.png b/core/res/res/drawable-xhdpi/list_pressed_holo_light.9.png Binary files differindex f4af9265719d..cfc41afc3c59 100644 --- a/core/res/res/drawable-xhdpi/list_pressed_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/list_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/list_section_divider_holo_dark.9.png b/core/res/res/drawable-xhdpi/list_section_divider_holo_dark.9.png Binary files differindex 942d72e65b09..b7c4515b2387 100644 --- a/core/res/res/drawable-xhdpi/list_section_divider_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/list_section_divider_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/list_section_divider_holo_light.9.png b/core/res/res/drawable-xhdpi/list_section_divider_holo_light.9.png Binary files differindex 4ad088ffc687..c8d7d8daea91 100644 --- a/core/res/res/drawable-xhdpi/list_section_divider_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/list_section_divider_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/list_section_divider_mtrl_alpha.9.png b/core/res/res/drawable-xhdpi/list_section_divider_mtrl_alpha.9.png Binary files differindex e053b392d47c..b6ad88d605a7 100644 --- a/core/res/res/drawable-xhdpi/list_section_divider_mtrl_alpha.9.png +++ b/core/res/res/drawable-xhdpi/list_section_divider_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xhdpi/list_section_header_holo_dark.9.png b/core/res/res/drawable-xhdpi/list_section_header_holo_dark.9.png Binary files differindex 6cb42c1b5bca..7d0a92fc56af 100644 --- a/core/res/res/drawable-xhdpi/list_section_header_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/list_section_header_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/list_section_header_holo_light.9.png b/core/res/res/drawable-xhdpi/list_section_header_holo_light.9.png Binary files differindex f646a4135bd0..42feed52b578 100644 --- a/core/res/res/drawable-xhdpi/list_section_header_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/list_section_header_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/list_selected_holo_dark.9.png b/core/res/res/drawable-xhdpi/list_selected_holo_dark.9.png Binary files differindex e9e7c1856a38..2f630623b4fd 100644 --- a/core/res/res/drawable-xhdpi/list_selected_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/list_selected_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/list_selected_holo_light.9.png b/core/res/res/drawable-xhdpi/list_selected_holo_light.9.png Binary files differindex 74e38430a775..2599d6bcd389 100644 --- a/core/res/res/drawable-xhdpi/list_selected_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/list_selected_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_activated_holo_dark.9.png b/core/res/res/drawable-xhdpi/list_selector_activated_holo_dark.9.png Binary files differindex f176c7f9b62b..a26fa2864e3a 100644 --- a/core/res/res/drawable-xhdpi/list_selector_activated_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_activated_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_activated_holo_light.9.png b/core/res/res/drawable-xhdpi/list_selector_activated_holo_light.9.png Binary files differindex b13f3404b8b2..3e3300141804 100644 --- a/core/res/res/drawable-xhdpi/list_selector_activated_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_activated_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_background_default.9.png b/core/res/res/drawable-xhdpi/list_selector_background_default.9.png Binary files differindex 7261e96a1b32..e48dff770a56 100644 --- a/core/res/res/drawable-xhdpi/list_selector_background_default.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_background_default.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_background_default_light.9.png b/core/res/res/drawable-xhdpi/list_selector_background_default_light.9.png Binary files differindex 1fc96e2c352b..585c0a851156 100644 --- a/core/res/res/drawable-xhdpi/list_selector_background_default_light.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_background_default_light.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_background_disabled.9.png b/core/res/res/drawable-xhdpi/list_selector_background_disabled.9.png Binary files differindex f03908150cbd..9349186648d2 100644 --- a/core/res/res/drawable-xhdpi/list_selector_background_disabled.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_background_disabled.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_background_disabled_light.9.png b/core/res/res/drawable-xhdpi/list_selector_background_disabled_light.9.png Binary files differindex 9b22eff2bc31..109b978f36c7 100644 --- a/core/res/res/drawable-xhdpi/list_selector_background_disabled_light.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_background_disabled_light.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_background_focus.9.png b/core/res/res/drawable-xhdpi/list_selector_background_focus.9.png Binary files differindex 79c457756aad..b4f73de5aa57 100644 --- a/core/res/res/drawable-xhdpi/list_selector_background_focus.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_background_focus.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_background_focused.9.png b/core/res/res/drawable-xhdpi/list_selector_background_focused.9.png Binary files differindex c8e7681e0bfd..82379dc54773 100644 --- a/core/res/res/drawable-xhdpi/list_selector_background_focused.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_background_focused.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_background_focused_light.9.png b/core/res/res/drawable-xhdpi/list_selector_background_focused_light.9.png Binary files differindex c8e7681e0bfd..82379dc54773 100644 --- a/core/res/res/drawable-xhdpi/list_selector_background_focused_light.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_background_focused_light.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_background_focused_selected.9.png b/core/res/res/drawable-xhdpi/list_selector_background_focused_selected.9.png Binary files differindex f56a2dc0235c..dd6596b0b1a0 100644 --- a/core/res/res/drawable-xhdpi/list_selector_background_focused_selected.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_background_focused_selected.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_background_longpress.9.png b/core/res/res/drawable-xhdpi/list_selector_background_longpress.9.png Binary files differindex 73fc7839d559..5e8811501fca 100644 --- a/core/res/res/drawable-xhdpi/list_selector_background_longpress.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_background_longpress.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_background_longpress_light.9.png b/core/res/res/drawable-xhdpi/list_selector_background_longpress_light.9.png Binary files differindex ee50a53061aa..31d94ab377c2 100644 --- a/core/res/res/drawable-xhdpi/list_selector_background_longpress_light.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_background_longpress_light.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_background_pressed.9.png b/core/res/res/drawable-xhdpi/list_selector_background_pressed.9.png Binary files differindex 5b3ebe1b940b..6eeddcea50b1 100644 --- a/core/res/res/drawable-xhdpi/list_selector_background_pressed.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_background_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_background_pressed_light.9.png b/core/res/res/drawable-xhdpi/list_selector_background_pressed_light.9.png Binary files differindex a9a293c84aee..289933a3b322 100644 --- a/core/res/res/drawable-xhdpi/list_selector_background_pressed_light.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_background_pressed_light.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_background_selected.9.png b/core/res/res/drawable-xhdpi/list_selector_background_selected.9.png Binary files differindex 78358fe1af78..e4aa62b492b7 100644 --- a/core/res/res/drawable-xhdpi/list_selector_background_selected.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_background_selected.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_background_selected_light.9.png b/core/res/res/drawable-xhdpi/list_selector_background_selected_light.9.png Binary files differindex 7349da53133e..0903b13157b2 100644 --- a/core/res/res/drawable-xhdpi/list_selector_background_selected_light.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_background_selected_light.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_disabled_holo_dark.9.png b/core/res/res/drawable-xhdpi/list_selector_disabled_holo_dark.9.png Binary files differindex 88726b691605..4a18e7dfd7c8 100644 --- a/core/res/res/drawable-xhdpi/list_selector_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_disabled_holo_light.9.png b/core/res/res/drawable-xhdpi/list_selector_disabled_holo_light.9.png Binary files differindex c6a7d4d87c0e..e6f45a941fd9 100644 --- a/core/res/res/drawable-xhdpi/list_selector_disabled_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_focused_holo_dark.9.png b/core/res/res/drawable-xhdpi/list_selector_focused_holo_dark.9.png Binary files differindex d9a26f49ca2f..c2d95b44dee4 100644 --- a/core/res/res/drawable-xhdpi/list_selector_focused_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_focused_holo_light.9.png b/core/res/res/drawable-xhdpi/list_selector_focused_holo_light.9.png Binary files differindex 7ea2b211ee27..8e239c909734 100644 --- a/core/res/res/drawable-xhdpi/list_selector_focused_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_focused_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_multiselect_holo_dark.9.png b/core/res/res/drawable-xhdpi/list_selector_multiselect_holo_dark.9.png Binary files differindex 7033b0e9274b..b6ffb838f28e 100644 --- a/core/res/res/drawable-xhdpi/list_selector_multiselect_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_multiselect_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_multiselect_holo_light.9.png b/core/res/res/drawable-xhdpi/list_selector_multiselect_holo_light.9.png Binary files differindex e6386756e7d7..a9973d866952 100644 --- a/core/res/res/drawable-xhdpi/list_selector_multiselect_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_multiselect_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_pressed_holo_dark.9.png b/core/res/res/drawable-xhdpi/list_selector_pressed_holo_dark.9.png Binary files differindex df197011af19..160d5822e9a6 100644 --- a/core/res/res/drawable-xhdpi/list_selector_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/list_selector_pressed_holo_light.9.png b/core/res/res/drawable-xhdpi/list_selector_pressed_holo_light.9.png Binary files differindex 6e5a6a980ee8..93fe221697fd 100644 --- a/core/res/res/drawable-xhdpi/list_selector_pressed_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/list_selector_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/magnified_region_frame.9.png b/core/res/res/drawable-xhdpi/magnified_region_frame.9.png Binary files differindex 424b3d97313a..5c8f6a260a94 100644 --- a/core/res/res/drawable-xhdpi/magnified_region_frame.9.png +++ b/core/res/res/drawable-xhdpi/magnified_region_frame.9.png diff --git a/core/res/res/drawable-xhdpi/maps_google_logo.png b/core/res/res/drawable-xhdpi/maps_google_logo.png Binary files differindex 2cd62579724d..a528a1d5cb25 100644 --- a/core/res/res/drawable-xhdpi/maps_google_logo.png +++ b/core/res/res/drawable-xhdpi/maps_google_logo.png diff --git a/core/res/res/drawable-xhdpi/menu_background.9.png b/core/res/res/drawable-xhdpi/menu_background.9.png Binary files differindex 3aa8ccbfd5cb..4510c7560acd 100644 --- a/core/res/res/drawable-xhdpi/menu_background.9.png +++ b/core/res/res/drawable-xhdpi/menu_background.9.png diff --git a/core/res/res/drawable-xhdpi/menu_background_fill_parent_width.9.png b/core/res/res/drawable-xhdpi/menu_background_fill_parent_width.9.png Binary files differindex af08de2e16a1..6bfca68246d4 100644 --- a/core/res/res/drawable-xhdpi/menu_background_fill_parent_width.9.png +++ b/core/res/res/drawable-xhdpi/menu_background_fill_parent_width.9.png diff --git a/core/res/res/drawable-xhdpi/menu_dropdown_panel_holo_dark.9.png b/core/res/res/drawable-xhdpi/menu_dropdown_panel_holo_dark.9.png Binary files differindex abc48f88d3dd..9c6d323b936a 100644 --- a/core/res/res/drawable-xhdpi/menu_dropdown_panel_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/menu_dropdown_panel_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/menu_dropdown_panel_holo_light.9.png b/core/res/res/drawable-xhdpi/menu_dropdown_panel_holo_light.9.png Binary files differindex 48905edf011f..90915442ffc0 100644 --- a/core/res/res/drawable-xhdpi/menu_dropdown_panel_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/menu_dropdown_panel_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/menu_hardkey_panel_holo_dark.9.png b/core/res/res/drawable-xhdpi/menu_hardkey_panel_holo_dark.9.png Binary files differindex c1ad023a78f0..b8bc3fcf1ad4 100644 --- a/core/res/res/drawable-xhdpi/menu_hardkey_panel_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/menu_hardkey_panel_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/menu_hardkey_panel_holo_light.9.png b/core/res/res/drawable-xhdpi/menu_hardkey_panel_holo_light.9.png Binary files differindex a1e33d673261..54b1c414b25c 100644 --- a/core/res/res/drawable-xhdpi/menu_hardkey_panel_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/menu_hardkey_panel_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/menu_popup_panel_holo_dark.9.png b/core/res/res/drawable-xhdpi/menu_popup_panel_holo_dark.9.png Binary files differindex e85b0c2a61d4..188b8448cac3 100644 --- a/core/res/res/drawable-xhdpi/menu_popup_panel_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/menu_popup_panel_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/menu_popup_panel_holo_light.9.png b/core/res/res/drawable-xhdpi/menu_popup_panel_holo_light.9.png Binary files differindex eea215dda792..b66a2e762125 100644 --- a/core/res/res/drawable-xhdpi/menu_popup_panel_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/menu_popup_panel_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/menu_separator.9.png b/core/res/res/drawable-xhdpi/menu_separator.9.png Binary files differindex 3c3722cbc72f..e9633be3cd9d 100644 --- a/core/res/res/drawable-xhdpi/menu_separator.9.png +++ b/core/res/res/drawable-xhdpi/menu_separator.9.png diff --git a/core/res/res/drawable-xhdpi/menu_submenu_background.9.png b/core/res/res/drawable-xhdpi/menu_submenu_background.9.png Binary files differindex 4a8b2ad873d2..c76740852af7 100644 --- a/core/res/res/drawable-xhdpi/menu_submenu_background.9.png +++ b/core/res/res/drawable-xhdpi/menu_submenu_background.9.png diff --git a/core/res/res/drawable-xhdpi/menuitem_background_focus.9.png b/core/res/res/drawable-xhdpi/menuitem_background_focus.9.png Binary files differindex 83e4ae0080c0..f113e5bcb86c 100644 --- a/core/res/res/drawable-xhdpi/menuitem_background_focus.9.png +++ b/core/res/res/drawable-xhdpi/menuitem_background_focus.9.png diff --git a/core/res/res/drawable-xhdpi/menuitem_background_pressed.9.png b/core/res/res/drawable-xhdpi/menuitem_background_pressed.9.png Binary files differindex 70a000f8cdbd..aa639fbdbe7d 100644 --- a/core/res/res/drawable-xhdpi/menuitem_background_pressed.9.png +++ b/core/res/res/drawable-xhdpi/menuitem_background_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/menuitem_background_solid_focused.9.png b/core/res/res/drawable-xhdpi/menuitem_background_solid_focused.9.png Binary files differindex 671e75616929..b4ff4c45af7d 100644 --- a/core/res/res/drawable-xhdpi/menuitem_background_solid_focused.9.png +++ b/core/res/res/drawable-xhdpi/menuitem_background_solid_focused.9.png diff --git a/core/res/res/drawable-xhdpi/menuitem_background_solid_pressed.9.png b/core/res/res/drawable-xhdpi/menuitem_background_solid_pressed.9.png Binary files differindex 5f334d8681fa..a046d1b280da 100644 --- a/core/res/res/drawable-xhdpi/menuitem_background_solid_pressed.9.png +++ b/core/res/res/drawable-xhdpi/menuitem_background_solid_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/menuitem_checkbox_on.png b/core/res/res/drawable-xhdpi/menuitem_checkbox_on.png Binary files differindex a7d2ad2a5d45..dcf0cd1c14ea 100644 --- a/core/res/res/drawable-xhdpi/menuitem_checkbox_on.png +++ b/core/res/res/drawable-xhdpi/menuitem_checkbox_on.png diff --git a/core/res/res/drawable-xhdpi/minitab_lt_focus.9.png b/core/res/res/drawable-xhdpi/minitab_lt_focus.9.png Binary files differindex 7a0995bb77a0..49a2e96647d8 100644 --- a/core/res/res/drawable-xhdpi/minitab_lt_focus.9.png +++ b/core/res/res/drawable-xhdpi/minitab_lt_focus.9.png diff --git a/core/res/res/drawable-xhdpi/minitab_lt_press.9.png b/core/res/res/drawable-xhdpi/minitab_lt_press.9.png Binary files differindex 7602d3e92aff..7dc567954880 100644 --- a/core/res/res/drawable-xhdpi/minitab_lt_press.9.png +++ b/core/res/res/drawable-xhdpi/minitab_lt_press.9.png diff --git a/core/res/res/drawable-xhdpi/minitab_lt_selected.9.png b/core/res/res/drawable-xhdpi/minitab_lt_selected.9.png Binary files differindex 544fad557a3c..0c2cb8a08c42 100644 --- a/core/res/res/drawable-xhdpi/minitab_lt_selected.9.png +++ b/core/res/res/drawable-xhdpi/minitab_lt_selected.9.png diff --git a/core/res/res/drawable-xhdpi/minitab_lt_unselected.9.png b/core/res/res/drawable-xhdpi/minitab_lt_unselected.9.png Binary files differindex bcdb9d7a12b4..b1dc0533f870 100644 --- a/core/res/res/drawable-xhdpi/minitab_lt_unselected.9.png +++ b/core/res/res/drawable-xhdpi/minitab_lt_unselected.9.png diff --git a/core/res/res/drawable-xhdpi/minitab_lt_unselected_press.9.png b/core/res/res/drawable-xhdpi/minitab_lt_unselected_press.9.png Binary files differindex 8aabb89d2d58..90d55a9a167b 100644 --- a/core/res/res/drawable-xhdpi/minitab_lt_unselected_press.9.png +++ b/core/res/res/drawable-xhdpi/minitab_lt_unselected_press.9.png diff --git a/core/res/res/drawable-xhdpi/numberpicker_down_disabled.9.png b/core/res/res/drawable-xhdpi/numberpicker_down_disabled.9.png Binary files differindex ec92ea5ad584..80d3af0ad207 100644 --- a/core/res/res/drawable-xhdpi/numberpicker_down_disabled.9.png +++ b/core/res/res/drawable-xhdpi/numberpicker_down_disabled.9.png diff --git a/core/res/res/drawable-xhdpi/numberpicker_down_disabled_focused.9.png b/core/res/res/drawable-xhdpi/numberpicker_down_disabled_focused.9.png Binary files differindex 03c020d01c91..0e909eaaa191 100644 --- a/core/res/res/drawable-xhdpi/numberpicker_down_disabled_focused.9.png +++ b/core/res/res/drawable-xhdpi/numberpicker_down_disabled_focused.9.png diff --git a/core/res/res/drawable-xhdpi/numberpicker_down_normal.9.png b/core/res/res/drawable-xhdpi/numberpicker_down_normal.9.png Binary files differindex 8637414f1455..2c28e9b06062 100644 --- a/core/res/res/drawable-xhdpi/numberpicker_down_normal.9.png +++ b/core/res/res/drawable-xhdpi/numberpicker_down_normal.9.png diff --git a/core/res/res/drawable-xhdpi/numberpicker_down_pressed.9.png b/core/res/res/drawable-xhdpi/numberpicker_down_pressed.9.png Binary files differindex bb5636512161..641f31d23f7a 100644 --- a/core/res/res/drawable-xhdpi/numberpicker_down_pressed.9.png +++ b/core/res/res/drawable-xhdpi/numberpicker_down_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/numberpicker_down_selected.9.png b/core/res/res/drawable-xhdpi/numberpicker_down_selected.9.png Binary files differindex 4a076f68f6b7..1c18a544760f 100644 --- a/core/res/res/drawable-xhdpi/numberpicker_down_selected.9.png +++ b/core/res/res/drawable-xhdpi/numberpicker_down_selected.9.png diff --git a/core/res/res/drawable-xhdpi/numberpicker_input_disabled.9.png b/core/res/res/drawable-xhdpi/numberpicker_input_disabled.9.png Binary files differindex d17602258a3d..f4e8def5050e 100644 --- a/core/res/res/drawable-xhdpi/numberpicker_input_disabled.9.png +++ b/core/res/res/drawable-xhdpi/numberpicker_input_disabled.9.png diff --git a/core/res/res/drawable-xhdpi/numberpicker_input_normal.9.png b/core/res/res/drawable-xhdpi/numberpicker_input_normal.9.png Binary files differindex dcacfcf94775..eb6ca1791d8b 100644 --- a/core/res/res/drawable-xhdpi/numberpicker_input_normal.9.png +++ b/core/res/res/drawable-xhdpi/numberpicker_input_normal.9.png diff --git a/core/res/res/drawable-xhdpi/numberpicker_input_pressed.9.png b/core/res/res/drawable-xhdpi/numberpicker_input_pressed.9.png Binary files differindex f8cb9e51de82..b844db6a4bae 100644 --- a/core/res/res/drawable-xhdpi/numberpicker_input_pressed.9.png +++ b/core/res/res/drawable-xhdpi/numberpicker_input_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/numberpicker_input_selected.9.png b/core/res/res/drawable-xhdpi/numberpicker_input_selected.9.png Binary files differindex 38c429f86559..c69dada3cf02 100644 --- a/core/res/res/drawable-xhdpi/numberpicker_input_selected.9.png +++ b/core/res/res/drawable-xhdpi/numberpicker_input_selected.9.png diff --git a/core/res/res/drawable-xhdpi/numberpicker_selection_divider.9.png b/core/res/res/drawable-xhdpi/numberpicker_selection_divider.9.png Binary files differindex 97eb5fe801ea..ab8c96554fba 100644 --- a/core/res/res/drawable-xhdpi/numberpicker_selection_divider.9.png +++ b/core/res/res/drawable-xhdpi/numberpicker_selection_divider.9.png diff --git a/core/res/res/drawable-xhdpi/numberpicker_up_disabled.9.png b/core/res/res/drawable-xhdpi/numberpicker_up_disabled.9.png Binary files differindex a1d8ae1f656e..2342712c637f 100644 --- a/core/res/res/drawable-xhdpi/numberpicker_up_disabled.9.png +++ b/core/res/res/drawable-xhdpi/numberpicker_up_disabled.9.png diff --git a/core/res/res/drawable-xhdpi/numberpicker_up_disabled_focused.9.png b/core/res/res/drawable-xhdpi/numberpicker_up_disabled_focused.9.png Binary files differindex 0256f32adeaf..cf7c259c05fe 100644 --- a/core/res/res/drawable-xhdpi/numberpicker_up_disabled_focused.9.png +++ b/core/res/res/drawable-xhdpi/numberpicker_up_disabled_focused.9.png diff --git a/core/res/res/drawable-xhdpi/numberpicker_up_normal.9.png b/core/res/res/drawable-xhdpi/numberpicker_up_normal.9.png Binary files differindex f6746a6fe600..879da83de8f1 100644 --- a/core/res/res/drawable-xhdpi/numberpicker_up_normal.9.png +++ b/core/res/res/drawable-xhdpi/numberpicker_up_normal.9.png diff --git a/core/res/res/drawable-xhdpi/numberpicker_up_pressed.9.png b/core/res/res/drawable-xhdpi/numberpicker_up_pressed.9.png Binary files differindex 1071c7303147..67d0d4b2451f 100644 --- a/core/res/res/drawable-xhdpi/numberpicker_up_pressed.9.png +++ b/core/res/res/drawable-xhdpi/numberpicker_up_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/numberpicker_up_selected.9.png b/core/res/res/drawable-xhdpi/numberpicker_up_selected.9.png Binary files differindex f446d48f8e20..3714b1107bfb 100644 --- a/core/res/res/drawable-xhdpi/numberpicker_up_selected.9.png +++ b/core/res/res/drawable-xhdpi/numberpicker_up_selected.9.png diff --git a/core/res/res/drawable-xhdpi/panel_background.9.png b/core/res/res/drawable-xhdpi/panel_background.9.png Binary files differindex f3a3a9d9c6bd..6065c151cc6b 100644 --- a/core/res/res/drawable-xhdpi/panel_background.9.png +++ b/core/res/res/drawable-xhdpi/panel_background.9.png diff --git a/core/res/res/drawable-xhdpi/panel_bg_holo_dark.9.png b/core/res/res/drawable-xhdpi/panel_bg_holo_dark.9.png Binary files differindex aaf6d8b19774..2a389e7f1ff5 100644 --- a/core/res/res/drawable-xhdpi/panel_bg_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/panel_bg_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/panel_bg_holo_light.9.png b/core/res/res/drawable-xhdpi/panel_bg_holo_light.9.png Binary files differindex 6ea76159c9b0..4da0dd4bf8bc 100644 --- a/core/res/res/drawable-xhdpi/panel_bg_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/panel_bg_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/panel_picture_frame_bg_focus_blue.9.png b/core/res/res/drawable-xhdpi/panel_picture_frame_bg_focus_blue.9.png Binary files differindex 8c7b0bdd030a..11ca57daa762 100644 --- a/core/res/res/drawable-xhdpi/panel_picture_frame_bg_focus_blue.9.png +++ b/core/res/res/drawable-xhdpi/panel_picture_frame_bg_focus_blue.9.png diff --git a/core/res/res/drawable-xhdpi/panel_picture_frame_bg_normal.9.png b/core/res/res/drawable-xhdpi/panel_picture_frame_bg_normal.9.png Binary files differindex 5477a0238efb..f869afab08a0 100644 --- a/core/res/res/drawable-xhdpi/panel_picture_frame_bg_normal.9.png +++ b/core/res/res/drawable-xhdpi/panel_picture_frame_bg_normal.9.png diff --git a/core/res/res/drawable-xhdpi/panel_picture_frame_bg_pressed_blue.9.png b/core/res/res/drawable-xhdpi/panel_picture_frame_bg_pressed_blue.9.png Binary files differindex d79a00306146..a8a9f3c2d66a 100644 --- a/core/res/res/drawable-xhdpi/panel_picture_frame_bg_pressed_blue.9.png +++ b/core/res/res/drawable-xhdpi/panel_picture_frame_bg_pressed_blue.9.png diff --git a/core/res/res/drawable-xhdpi/password_field_default.9.png b/core/res/res/drawable-xhdpi/password_field_default.9.png Binary files differindex 9aa677695ea8..9a527db9e7b7 100644 --- a/core/res/res/drawable-xhdpi/password_field_default.9.png +++ b/core/res/res/drawable-xhdpi/password_field_default.9.png diff --git a/core/res/res/drawable-xhdpi/password_keyboard_background_holo.9.png b/core/res/res/drawable-xhdpi/password_keyboard_background_holo.9.png Binary files differindex 7f951300667e..5b75f79f6c29 100644 --- a/core/res/res/drawable-xhdpi/password_keyboard_background_holo.9.png +++ b/core/res/res/drawable-xhdpi/password_keyboard_background_holo.9.png diff --git a/core/res/res/drawable-xhdpi/perm_group_accessibility_features.png b/core/res/res/drawable-xhdpi/perm_group_accessibility_features.png Binary files differindex 53a12a186214..3362e4e2f007 100644 --- a/core/res/res/drawable-xhdpi/perm_group_accessibility_features.png +++ b/core/res/res/drawable-xhdpi/perm_group_accessibility_features.png diff --git a/core/res/res/drawable-xhdpi/perm_group_accounts.png b/core/res/res/drawable-xhdpi/perm_group_accounts.png Binary files differindex ca622e9886ad..d680bfbbddec 100644 --- a/core/res/res/drawable-xhdpi/perm_group_accounts.png +++ b/core/res/res/drawable-xhdpi/perm_group_accounts.png diff --git a/core/res/res/drawable-xhdpi/perm_group_affects_battery.png b/core/res/res/drawable-xhdpi/perm_group_affects_battery.png Binary files differindex 3527aa7c30d5..9c0092d2740b 100644 --- a/core/res/res/drawable-xhdpi/perm_group_affects_battery.png +++ b/core/res/res/drawable-xhdpi/perm_group_affects_battery.png diff --git a/core/res/res/drawable-xhdpi/perm_group_app_info.png b/core/res/res/drawable-xhdpi/perm_group_app_info.png Binary files differindex 902b795a0e86..abb69d3a3715 100644 --- a/core/res/res/drawable-xhdpi/perm_group_app_info.png +++ b/core/res/res/drawable-xhdpi/perm_group_app_info.png diff --git a/core/res/res/drawable-xhdpi/perm_group_audio_settings.png b/core/res/res/drawable-xhdpi/perm_group_audio_settings.png Binary files differindex 8100212ab80c..2bce4d0688b1 100644 --- a/core/res/res/drawable-xhdpi/perm_group_audio_settings.png +++ b/core/res/res/drawable-xhdpi/perm_group_audio_settings.png diff --git a/core/res/res/drawable-xhdpi/perm_group_bluetooth.png b/core/res/res/drawable-xhdpi/perm_group_bluetooth.png Binary files differindex 754da87b67f0..9df6aa22622a 100644 --- a/core/res/res/drawable-xhdpi/perm_group_bluetooth.png +++ b/core/res/res/drawable-xhdpi/perm_group_bluetooth.png diff --git a/core/res/res/drawable-xhdpi/perm_group_bookmarks.png b/core/res/res/drawable-xhdpi/perm_group_bookmarks.png Binary files differindex 44525bc2f220..b43d12b2727c 100644 --- a/core/res/res/drawable-xhdpi/perm_group_bookmarks.png +++ b/core/res/res/drawable-xhdpi/perm_group_bookmarks.png diff --git a/core/res/res/drawable-xhdpi/perm_group_calendar.png b/core/res/res/drawable-xhdpi/perm_group_calendar.png Binary files differindex 9821c2723f85..06c61bb1c722 100644 --- a/core/res/res/drawable-xhdpi/perm_group_calendar.png +++ b/core/res/res/drawable-xhdpi/perm_group_calendar.png diff --git a/core/res/res/drawable-xhdpi/perm_group_camera.png b/core/res/res/drawable-xhdpi/perm_group_camera.png Binary files differindex 23b7167e40a9..19bd8389b36c 100644 --- a/core/res/res/drawable-xhdpi/perm_group_camera.png +++ b/core/res/res/drawable-xhdpi/perm_group_camera.png diff --git a/core/res/res/drawable-xhdpi/perm_group_device_alarms.png b/core/res/res/drawable-xhdpi/perm_group_device_alarms.png Binary files differindex 615578e5c63e..f5d2eb1e6754 100644 --- a/core/res/res/drawable-xhdpi/perm_group_device_alarms.png +++ b/core/res/res/drawable-xhdpi/perm_group_device_alarms.png diff --git a/core/res/res/drawable-xhdpi/perm_group_display.png b/core/res/res/drawable-xhdpi/perm_group_display.png Binary files differindex 14892139eb68..2f41ac147c48 100644 --- a/core/res/res/drawable-xhdpi/perm_group_display.png +++ b/core/res/res/drawable-xhdpi/perm_group_display.png diff --git a/core/res/res/drawable-xhdpi/perm_group_location.png b/core/res/res/drawable-xhdpi/perm_group_location.png Binary files differindex d949cdbad7de..3dc79243f446 100644 --- a/core/res/res/drawable-xhdpi/perm_group_location.png +++ b/core/res/res/drawable-xhdpi/perm_group_location.png diff --git a/core/res/res/drawable-xhdpi/perm_group_messages.png b/core/res/res/drawable-xhdpi/perm_group_messages.png Binary files differindex dbb9aba62252..ab25ed7d2adc 100644 --- a/core/res/res/drawable-xhdpi/perm_group_messages.png +++ b/core/res/res/drawable-xhdpi/perm_group_messages.png diff --git a/core/res/res/drawable-xhdpi/perm_group_microphone.png b/core/res/res/drawable-xhdpi/perm_group_microphone.png Binary files differindex 8887a418eb70..4221012b882a 100644 --- a/core/res/res/drawable-xhdpi/perm_group_microphone.png +++ b/core/res/res/drawable-xhdpi/perm_group_microphone.png diff --git a/core/res/res/drawable-xhdpi/perm_group_network.png b/core/res/res/drawable-xhdpi/perm_group_network.png Binary files differindex ebe034fc0ef9..4879e05d3406 100644 --- a/core/res/res/drawable-xhdpi/perm_group_network.png +++ b/core/res/res/drawable-xhdpi/perm_group_network.png diff --git a/core/res/res/drawable-xhdpi/perm_group_personal_info.png b/core/res/res/drawable-xhdpi/perm_group_personal_info.png Binary files differindex 5ae4111a140b..5630fde91742 100644 --- a/core/res/res/drawable-xhdpi/perm_group_personal_info.png +++ b/core/res/res/drawable-xhdpi/perm_group_personal_info.png diff --git a/core/res/res/drawable-xhdpi/perm_group_phone_calls.png b/core/res/res/drawable-xhdpi/perm_group_phone_calls.png Binary files differindex 9e1d2caf39fb..3985acc6fb1d 100644 --- a/core/res/res/drawable-xhdpi/perm_group_phone_calls.png +++ b/core/res/res/drawable-xhdpi/perm_group_phone_calls.png diff --git a/core/res/res/drawable-xhdpi/perm_group_screenlock.png b/core/res/res/drawable-xhdpi/perm_group_screenlock.png Binary files differindex 96d6873b2c76..100486a69265 100644 --- a/core/res/res/drawable-xhdpi/perm_group_screenlock.png +++ b/core/res/res/drawable-xhdpi/perm_group_screenlock.png diff --git a/core/res/res/drawable-xhdpi/perm_group_shortrange_network.png b/core/res/res/drawable-xhdpi/perm_group_shortrange_network.png Binary files differindex 2f0c2d91e068..49a89b0d7294 100644 --- a/core/res/res/drawable-xhdpi/perm_group_shortrange_network.png +++ b/core/res/res/drawable-xhdpi/perm_group_shortrange_network.png diff --git a/core/res/res/drawable-xhdpi/perm_group_social_info.png b/core/res/res/drawable-xhdpi/perm_group_social_info.png Binary files differindex 842662c25e84..850dc3aaac7a 100644 --- a/core/res/res/drawable-xhdpi/perm_group_social_info.png +++ b/core/res/res/drawable-xhdpi/perm_group_social_info.png diff --git a/core/res/res/drawable-xhdpi/perm_group_status_bar.png b/core/res/res/drawable-xhdpi/perm_group_status_bar.png Binary files differindex 810332025017..e05e77a2ed3e 100644 --- a/core/res/res/drawable-xhdpi/perm_group_status_bar.png +++ b/core/res/res/drawable-xhdpi/perm_group_status_bar.png diff --git a/core/res/res/drawable-xhdpi/perm_group_storage.png b/core/res/res/drawable-xhdpi/perm_group_storage.png Binary files differindex a2d4d5e9b3d7..a38f47b4625e 100644 --- a/core/res/res/drawable-xhdpi/perm_group_storage.png +++ b/core/res/res/drawable-xhdpi/perm_group_storage.png diff --git a/core/res/res/drawable-xhdpi/perm_group_sync_settings.png b/core/res/res/drawable-xhdpi/perm_group_sync_settings.png Binary files differindex 252a2a01d7e4..006d45539139 100644 --- a/core/res/res/drawable-xhdpi/perm_group_sync_settings.png +++ b/core/res/res/drawable-xhdpi/perm_group_sync_settings.png diff --git a/core/res/res/drawable-xhdpi/perm_group_system_clock.png b/core/res/res/drawable-xhdpi/perm_group_system_clock.png Binary files differindex da8a9152e7ff..089c0cc03ac9 100644 --- a/core/res/res/drawable-xhdpi/perm_group_system_clock.png +++ b/core/res/res/drawable-xhdpi/perm_group_system_clock.png diff --git a/core/res/res/drawable-xhdpi/perm_group_system_tools.png b/core/res/res/drawable-xhdpi/perm_group_system_tools.png Binary files differindex 047c60cf801d..7db15fad527c 100644 --- a/core/res/res/drawable-xhdpi/perm_group_system_tools.png +++ b/core/res/res/drawable-xhdpi/perm_group_system_tools.png diff --git a/core/res/res/drawable-xhdpi/perm_group_user_dictionary.png b/core/res/res/drawable-xhdpi/perm_group_user_dictionary.png Binary files differindex 35d7d5fd9872..2f5c10b709b5 100644 --- a/core/res/res/drawable-xhdpi/perm_group_user_dictionary.png +++ b/core/res/res/drawable-xhdpi/perm_group_user_dictionary.png diff --git a/core/res/res/drawable-xhdpi/perm_group_user_dictionary_write.png b/core/res/res/drawable-xhdpi/perm_group_user_dictionary_write.png Binary files differindex 74e25ac09c10..3220a6f17a7f 100644 --- a/core/res/res/drawable-xhdpi/perm_group_user_dictionary_write.png +++ b/core/res/res/drawable-xhdpi/perm_group_user_dictionary_write.png diff --git a/core/res/res/drawable-xhdpi/perm_group_voicemail.png b/core/res/res/drawable-xhdpi/perm_group_voicemail.png Binary files differindex 430964d642fd..708f33aee995 100644 --- a/core/res/res/drawable-xhdpi/perm_group_voicemail.png +++ b/core/res/res/drawable-xhdpi/perm_group_voicemail.png diff --git a/core/res/res/drawable-xhdpi/perm_group_wallpaper.png b/core/res/res/drawable-xhdpi/perm_group_wallpaper.png Binary files differindex 3b698d89b952..6e12a0177a7f 100644 --- a/core/res/res/drawable-xhdpi/perm_group_wallpaper.png +++ b/core/res/res/drawable-xhdpi/perm_group_wallpaper.png diff --git a/core/res/res/drawable-xhdpi/picture_emergency.png b/core/res/res/drawable-xhdpi/picture_emergency.png Binary files differindex 08b421eefd22..c904cade51ff 100644 --- a/core/res/res/drawable-xhdpi/picture_emergency.png +++ b/core/res/res/drawable-xhdpi/picture_emergency.png diff --git a/core/res/res/drawable-xhdpi/picture_frame.9.png b/core/res/res/drawable-xhdpi/picture_frame.9.png Binary files differindex 69ef655460ac..52a9b8d62dd9 100644 --- a/core/res/res/drawable-xhdpi/picture_frame.9.png +++ b/core/res/res/drawable-xhdpi/picture_frame.9.png diff --git a/core/res/res/drawable-xhdpi/pointer_arrow.png b/core/res/res/drawable-xhdpi/pointer_arrow.png Binary files differindex e2d9ed20f62e..c6e2e984c440 100644 --- a/core/res/res/drawable-xhdpi/pointer_arrow.png +++ b/core/res/res/drawable-xhdpi/pointer_arrow.png diff --git a/core/res/res/drawable-xhdpi/pointer_spot_anchor.png b/core/res/res/drawable-xhdpi/pointer_spot_anchor.png Binary files differindex fa9226e943ad..af2ef38e8309 100644 --- a/core/res/res/drawable-xhdpi/pointer_spot_anchor.png +++ b/core/res/res/drawable-xhdpi/pointer_spot_anchor.png diff --git a/core/res/res/drawable-xhdpi/pointer_spot_hover.png b/core/res/res/drawable-xhdpi/pointer_spot_hover.png Binary files differindex f09a778e6b93..1feb2fbccd9e 100644 --- a/core/res/res/drawable-xhdpi/pointer_spot_hover.png +++ b/core/res/res/drawable-xhdpi/pointer_spot_hover.png diff --git a/core/res/res/drawable-xhdpi/pointer_spot_touch.png b/core/res/res/drawable-xhdpi/pointer_spot_touch.png Binary files differindex 53d7a20406f7..59e2194615d8 100644 --- a/core/res/res/drawable-xhdpi/pointer_spot_touch.png +++ b/core/res/res/drawable-xhdpi/pointer_spot_touch.png diff --git a/core/res/res/drawable-xhdpi/popup_background_mtrl_mult.9.png b/core/res/res/drawable-xhdpi/popup_background_mtrl_mult.9.png Binary files differindex a081ceb95dbe..c7c3a64a9af7 100644 --- a/core/res/res/drawable-xhdpi/popup_background_mtrl_mult.9.png +++ b/core/res/res/drawable-xhdpi/popup_background_mtrl_mult.9.png diff --git a/core/res/res/drawable-xhdpi/popup_bottom_bright.9.png b/core/res/res/drawable-xhdpi/popup_bottom_bright.9.png Binary files differindex cdc0afb4c30e..9ed311b45a4a 100644 --- a/core/res/res/drawable-xhdpi/popup_bottom_bright.9.png +++ b/core/res/res/drawable-xhdpi/popup_bottom_bright.9.png diff --git a/core/res/res/drawable-xhdpi/popup_bottom_dark.9.png b/core/res/res/drawable-xhdpi/popup_bottom_dark.9.png Binary files differindex 36b044822278..ff568f45d9ac 100644 --- a/core/res/res/drawable-xhdpi/popup_bottom_dark.9.png +++ b/core/res/res/drawable-xhdpi/popup_bottom_dark.9.png diff --git a/core/res/res/drawable-xhdpi/popup_bottom_medium.9.png b/core/res/res/drawable-xhdpi/popup_bottom_medium.9.png Binary files differindex 3a7a8b347105..fc4721c725c6 100644 --- a/core/res/res/drawable-xhdpi/popup_bottom_medium.9.png +++ b/core/res/res/drawable-xhdpi/popup_bottom_medium.9.png diff --git a/core/res/res/drawable-xhdpi/popup_center_bright.9.png b/core/res/res/drawable-xhdpi/popup_center_bright.9.png Binary files differindex 97614e396a98..53c74290f622 100644 --- a/core/res/res/drawable-xhdpi/popup_center_bright.9.png +++ b/core/res/res/drawable-xhdpi/popup_center_bright.9.png diff --git a/core/res/res/drawable-xhdpi/popup_center_dark.9.png b/core/res/res/drawable-xhdpi/popup_center_dark.9.png Binary files differindex 87378e153330..2b012fb65622 100644 --- a/core/res/res/drawable-xhdpi/popup_center_dark.9.png +++ b/core/res/res/drawable-xhdpi/popup_center_dark.9.png diff --git a/core/res/res/drawable-xhdpi/popup_center_medium.9.png b/core/res/res/drawable-xhdpi/popup_center_medium.9.png Binary files differindex ea29ed48f4ff..44a49d866efe 100644 --- a/core/res/res/drawable-xhdpi/popup_center_medium.9.png +++ b/core/res/res/drawable-xhdpi/popup_center_medium.9.png diff --git a/core/res/res/drawable-xhdpi/popup_full_bright.9.png b/core/res/res/drawable-xhdpi/popup_full_bright.9.png Binary files differindex f10dd85af9cb..aba64bde1c60 100644 --- a/core/res/res/drawable-xhdpi/popup_full_bright.9.png +++ b/core/res/res/drawable-xhdpi/popup_full_bright.9.png diff --git a/core/res/res/drawable-xhdpi/popup_full_dark.9.png b/core/res/res/drawable-xhdpi/popup_full_dark.9.png Binary files differindex 7de3e9d8c793..cf06b858290b 100644 --- a/core/res/res/drawable-xhdpi/popup_full_dark.9.png +++ b/core/res/res/drawable-xhdpi/popup_full_dark.9.png diff --git a/core/res/res/drawable-xhdpi/popup_inline_error_above_am.9.png b/core/res/res/drawable-xhdpi/popup_inline_error_above_am.9.png Binary files differindex e382712de9e2..ce1d1e4f583f 100644 --- a/core/res/res/drawable-xhdpi/popup_inline_error_above_am.9.png +++ b/core/res/res/drawable-xhdpi/popup_inline_error_above_am.9.png diff --git a/core/res/res/drawable-xhdpi/popup_inline_error_above_holo_dark_am.9.png b/core/res/res/drawable-xhdpi/popup_inline_error_above_holo_dark_am.9.png Binary files differindex a210f3c7b64b..3b015de5bd5b 100644 --- a/core/res/res/drawable-xhdpi/popup_inline_error_above_holo_dark_am.9.png +++ b/core/res/res/drawable-xhdpi/popup_inline_error_above_holo_dark_am.9.png diff --git a/core/res/res/drawable-xhdpi/popup_inline_error_above_holo_light_am.9.png b/core/res/res/drawable-xhdpi/popup_inline_error_above_holo_light_am.9.png Binary files differindex d69b772bcfec..b6461f7fe7a2 100644 --- a/core/res/res/drawable-xhdpi/popup_inline_error_above_holo_light_am.9.png +++ b/core/res/res/drawable-xhdpi/popup_inline_error_above_holo_light_am.9.png diff --git a/core/res/res/drawable-xhdpi/popup_inline_error_am.9.png b/core/res/res/drawable-xhdpi/popup_inline_error_am.9.png Binary files differindex a24e607821f7..40af6ddf1597 100644 --- a/core/res/res/drawable-xhdpi/popup_inline_error_am.9.png +++ b/core/res/res/drawable-xhdpi/popup_inline_error_am.9.png diff --git a/core/res/res/drawable-xhdpi/popup_inline_error_holo_dark_am.9.png b/core/res/res/drawable-xhdpi/popup_inline_error_holo_dark_am.9.png Binary files differindex f106329fe703..6ff03112fb29 100644 --- a/core/res/res/drawable-xhdpi/popup_inline_error_holo_dark_am.9.png +++ b/core/res/res/drawable-xhdpi/popup_inline_error_holo_dark_am.9.png diff --git a/core/res/res/drawable-xhdpi/popup_inline_error_holo_light_am.9.png b/core/res/res/drawable-xhdpi/popup_inline_error_holo_light_am.9.png Binary files differindex 0c65386cc9d6..077976ca6bf0 100644 --- a/core/res/res/drawable-xhdpi/popup_inline_error_holo_light_am.9.png +++ b/core/res/res/drawable-xhdpi/popup_inline_error_holo_light_am.9.png diff --git a/core/res/res/drawable-xhdpi/popup_top_bright.9.png b/core/res/res/drawable-xhdpi/popup_top_bright.9.png Binary files differindex 64e41394201c..638c9e6be9bd 100644 --- a/core/res/res/drawable-xhdpi/popup_top_bright.9.png +++ b/core/res/res/drawable-xhdpi/popup_top_bright.9.png diff --git a/core/res/res/drawable-xhdpi/popup_top_dark.9.png b/core/res/res/drawable-xhdpi/popup_top_dark.9.png Binary files differindex 902bc291319e..1a3ecc9be048 100644 --- a/core/res/res/drawable-xhdpi/popup_top_dark.9.png +++ b/core/res/res/drawable-xhdpi/popup_top_dark.9.png diff --git a/core/res/res/drawable-xhdpi/presence_audio_away.png b/core/res/res/drawable-xhdpi/presence_audio_away.png Binary files differindex 4fc6f6ae4def..e70ff13bc30b 100644 --- a/core/res/res/drawable-xhdpi/presence_audio_away.png +++ b/core/res/res/drawable-xhdpi/presence_audio_away.png diff --git a/core/res/res/drawable-xhdpi/presence_audio_busy.png b/core/res/res/drawable-xhdpi/presence_audio_busy.png Binary files differindex ca45ac928510..2241e1d94e2e 100644 --- a/core/res/res/drawable-xhdpi/presence_audio_busy.png +++ b/core/res/res/drawable-xhdpi/presence_audio_busy.png diff --git a/core/res/res/drawable-xhdpi/presence_audio_online.png b/core/res/res/drawable-xhdpi/presence_audio_online.png Binary files differindex 595c73004490..73f71109d8d4 100644 --- a/core/res/res/drawable-xhdpi/presence_audio_online.png +++ b/core/res/res/drawable-xhdpi/presence_audio_online.png diff --git a/core/res/res/drawable-xhdpi/presence_away.png b/core/res/res/drawable-xhdpi/presence_away.png Binary files differindex 1478e726bfa6..2e9531086e46 100644 --- a/core/res/res/drawable-xhdpi/presence_away.png +++ b/core/res/res/drawable-xhdpi/presence_away.png diff --git a/core/res/res/drawable-xhdpi/presence_busy.png b/core/res/res/drawable-xhdpi/presence_busy.png Binary files differindex 8278ce2b6fea..e669a73307e6 100644 --- a/core/res/res/drawable-xhdpi/presence_busy.png +++ b/core/res/res/drawable-xhdpi/presence_busy.png diff --git a/core/res/res/drawable-xhdpi/presence_invisible.png b/core/res/res/drawable-xhdpi/presence_invisible.png Binary files differindex 9bb6ceffa097..e73aab88ff22 100644 --- a/core/res/res/drawable-xhdpi/presence_invisible.png +++ b/core/res/res/drawable-xhdpi/presence_invisible.png diff --git a/core/res/res/drawable-xhdpi/presence_offline.png b/core/res/res/drawable-xhdpi/presence_offline.png Binary files differindex fc7ba24a38b5..b067f057e4b6 100644 --- a/core/res/res/drawable-xhdpi/presence_offline.png +++ b/core/res/res/drawable-xhdpi/presence_offline.png diff --git a/core/res/res/drawable-xhdpi/presence_online.png b/core/res/res/drawable-xhdpi/presence_online.png Binary files differindex e2aef117783e..270b6962555a 100644 --- a/core/res/res/drawable-xhdpi/presence_online.png +++ b/core/res/res/drawable-xhdpi/presence_online.png diff --git a/core/res/res/drawable-xhdpi/presence_video_away.png b/core/res/res/drawable-xhdpi/presence_video_away.png Binary files differindex 02f7d6319dd7..5dea3f2ed0cc 100644 --- a/core/res/res/drawable-xhdpi/presence_video_away.png +++ b/core/res/res/drawable-xhdpi/presence_video_away.png diff --git a/core/res/res/drawable-xhdpi/presence_video_busy.png b/core/res/res/drawable-xhdpi/presence_video_busy.png Binary files differindex db0bec727296..b1e1fdc945a5 100644 --- a/core/res/res/drawable-xhdpi/presence_video_busy.png +++ b/core/res/res/drawable-xhdpi/presence_video_busy.png diff --git a/core/res/res/drawable-xhdpi/presence_video_online.png b/core/res/res/drawable-xhdpi/presence_video_online.png Binary files differindex e12be95860c4..71e48d5f17ff 100644 --- a/core/res/res/drawable-xhdpi/presence_video_online.png +++ b/core/res/res/drawable-xhdpi/presence_video_online.png diff --git a/core/res/res/drawable-xhdpi/pressed_application_background_static.png b/core/res/res/drawable-xhdpi/pressed_application_background_static.png Binary files differindex b70de9ed9db1..93013c1ec3fd 100644 --- a/core/res/res/drawable-xhdpi/pressed_application_background_static.png +++ b/core/res/res/drawable-xhdpi/pressed_application_background_static.png diff --git a/core/res/res/drawable-xhdpi/progress_bg_holo_dark.9.png b/core/res/res/drawable-xhdpi/progress_bg_holo_dark.9.png Binary files differindex 349952808692..2dd6d672448f 100644 --- a/core/res/res/drawable-xhdpi/progress_bg_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/progress_bg_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/progress_bg_holo_light.9.png b/core/res/res/drawable-xhdpi/progress_bg_holo_light.9.png Binary files differindex cbd19ac4fc4d..5e85526abd5b 100644 --- a/core/res/res/drawable-xhdpi/progress_bg_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/progress_bg_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/progress_primary_holo_dark.9.png b/core/res/res/drawable-xhdpi/progress_primary_holo_dark.9.png Binary files differindex f1069fd98eb2..ac068d96c49b 100644 --- a/core/res/res/drawable-xhdpi/progress_primary_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/progress_primary_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/progress_primary_holo_light.9.png b/core/res/res/drawable-xhdpi/progress_primary_holo_light.9.png Binary files differindex e62123c4d45d..ffe56cb3421e 100644 --- a/core/res/res/drawable-xhdpi/progress_primary_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/progress_primary_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/progress_secondary_holo_dark.9.png b/core/res/res/drawable-xhdpi/progress_secondary_holo_dark.9.png Binary files differindex 06ae19c0421e..ebc427eea6ab 100644 --- a/core/res/res/drawable-xhdpi/progress_secondary_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/progress_secondary_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/progress_secondary_holo_light.9.png b/core/res/res/drawable-xhdpi/progress_secondary_holo_light.9.png Binary files differindex 37c6d5ff1a33..bd6bc7ddcb09 100644 --- a/core/res/res/drawable-xhdpi/progress_secondary_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/progress_secondary_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/progressbar_indeterminate1.png b/core/res/res/drawable-xhdpi/progressbar_indeterminate1.png Binary files differindex 7f01aa46f393..bedf9c15fbc4 100644 --- a/core/res/res/drawable-xhdpi/progressbar_indeterminate1.png +++ b/core/res/res/drawable-xhdpi/progressbar_indeterminate1.png diff --git a/core/res/res/drawable-xhdpi/progressbar_indeterminate2.png b/core/res/res/drawable-xhdpi/progressbar_indeterminate2.png Binary files differindex 3105385c1034..87a85a23cfa0 100644 --- a/core/res/res/drawable-xhdpi/progressbar_indeterminate2.png +++ b/core/res/res/drawable-xhdpi/progressbar_indeterminate2.png diff --git a/core/res/res/drawable-xhdpi/progressbar_indeterminate3.png b/core/res/res/drawable-xhdpi/progressbar_indeterminate3.png Binary files differindex 248b49a6b8ba..7628a0ed7b50 100644 --- a/core/res/res/drawable-xhdpi/progressbar_indeterminate3.png +++ b/core/res/res/drawable-xhdpi/progressbar_indeterminate3.png diff --git a/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo1.png b/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo1.png Binary files differindex ae847c972008..0ea968ad8df5 100644 --- a/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo1.png +++ b/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo1.png diff --git a/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo2.png b/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo2.png Binary files differindex 7bf3ad65fc19..1341a36836e5 100644 --- a/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo2.png +++ b/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo2.png diff --git a/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo3.png b/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo3.png Binary files differindex 6c6341b0d6ff..971704cf95a8 100644 --- a/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo3.png +++ b/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo3.png diff --git a/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo4.png b/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo4.png Binary files differindex d7bb79683eba..3eb7efd57562 100644 --- a/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo4.png +++ b/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo4.png diff --git a/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo5.png b/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo5.png Binary files differindex 255fcb80a199..271168134f0e 100644 --- a/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo5.png +++ b/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo5.png diff --git a/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo6.png b/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo6.png Binary files differindex 6e5207eeab1e..577894b763fb 100644 --- a/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo6.png +++ b/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo6.png diff --git a/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo7.png b/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo7.png Binary files differindex 7223bc0ac4e0..c63e3f55e338 100644 --- a/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo7.png +++ b/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo7.png diff --git a/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo8.png b/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo8.png Binary files differindex ebcbe51399ec..f2cb80d680be 100644 --- a/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo8.png +++ b/core/res/res/drawable-xhdpi/progressbar_indeterminate_holo8.png diff --git a/core/res/res/drawable-xhdpi/quickactions_arrowdown_left_holo_dark.9.png b/core/res/res/drawable-xhdpi/quickactions_arrowdown_left_holo_dark.9.png Binary files differindex 3f23144632c6..b0fd77770683 100644 --- a/core/res/res/drawable-xhdpi/quickactions_arrowdown_left_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/quickactions_arrowdown_left_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/quickactions_arrowdown_left_holo_light.9.png b/core/res/res/drawable-xhdpi/quickactions_arrowdown_left_holo_light.9.png Binary files differindex 41848dd92978..e3a75f601e6c 100644 --- a/core/res/res/drawable-xhdpi/quickactions_arrowdown_left_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/quickactions_arrowdown_left_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/quickactions_arrowdown_right_holo_dark.9.png b/core/res/res/drawable-xhdpi/quickactions_arrowdown_right_holo_dark.9.png Binary files differindex b2a1d8c230cf..b1981c682f73 100644 --- a/core/res/res/drawable-xhdpi/quickactions_arrowdown_right_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/quickactions_arrowdown_right_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/quickactions_arrowdown_right_holo_light.9.png b/core/res/res/drawable-xhdpi/quickactions_arrowdown_right_holo_light.9.png Binary files differindex 27218f2cf833..b40c991eab3b 100644 --- a/core/res/res/drawable-xhdpi/quickactions_arrowdown_right_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/quickactions_arrowdown_right_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/quickactions_arrowup_left_holo_dark.9.png b/core/res/res/drawable-xhdpi/quickactions_arrowup_left_holo_dark.9.png Binary files differindex 49d1ed5c305e..f45bfd28f775 100644 --- a/core/res/res/drawable-xhdpi/quickactions_arrowup_left_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/quickactions_arrowup_left_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/quickactions_arrowup_left_holo_light.9.png b/core/res/res/drawable-xhdpi/quickactions_arrowup_left_holo_light.9.png Binary files differindex 8be8ac80f283..dc0d7ff9d91c 100644 --- a/core/res/res/drawable-xhdpi/quickactions_arrowup_left_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/quickactions_arrowup_left_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/quickactions_arrowup_left_right_holo_dark.9.png b/core/res/res/drawable-xhdpi/quickactions_arrowup_left_right_holo_dark.9.png Binary files differindex 3f9e4aabfb5f..1d15ee7b4a00 100644 --- a/core/res/res/drawable-xhdpi/quickactions_arrowup_left_right_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/quickactions_arrowup_left_right_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/quickactions_arrowup_right_holo_light.9.png b/core/res/res/drawable-xhdpi/quickactions_arrowup_right_holo_light.9.png Binary files differindex 46f3640c1a54..921be5cec80d 100644 --- a/core/res/res/drawable-xhdpi/quickactions_arrowup_right_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/quickactions_arrowup_right_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_focused_dark_am.9.png b/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_focused_dark_am.9.png Binary files differindex 692783468ccc..23ff2bf86002 100644 --- a/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_focused_dark_am.9.png +++ b/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_focused_dark_am.9.png diff --git a/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_focused_light_am.9.png b/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_focused_light_am.9.png Binary files differindex 4bce5278ab13..3aeb554f9cab 100644 --- a/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_focused_light_am.9.png +++ b/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_focused_light_am.9.png diff --git a/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_normal_dark_am.9.png b/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_normal_dark_am.9.png Binary files differindex 99dbfcca6da0..3761af0cf65e 100644 --- a/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_normal_dark_am.9.png +++ b/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_normal_dark_am.9.png diff --git a/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_normal_light_am.9.png b/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_normal_light_am.9.png Binary files differindex 2d3e5c8784d8..bdead889eb00 100644 --- a/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_normal_light_am.9.png +++ b/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_normal_light_am.9.png diff --git a/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_pressed_dark_am.9.png b/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_pressed_dark_am.9.png Binary files differindex 16c1e00ef40d..b1c6c7ce4932 100644 --- a/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_pressed_dark_am.9.png +++ b/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_pressed_dark_am.9.png diff --git a/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_pressed_light_am.9.png b/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_pressed_light_am.9.png Binary files differindex 92a298be9607..abaa36519ee4 100644 --- a/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_pressed_light_am.9.png +++ b/core/res/res/drawable-xhdpi/quickcontact_badge_overlay_pressed_light_am.9.png diff --git a/core/res/res/drawable-xhdpi/radiobutton_off_background.png b/core/res/res/drawable-xhdpi/radiobutton_off_background.png Binary files differindex 384442f64cca..9e9d3c4a7c36 100644 --- a/core/res/res/drawable-xhdpi/radiobutton_off_background.png +++ b/core/res/res/drawable-xhdpi/radiobutton_off_background.png diff --git a/core/res/res/drawable-xhdpi/radiobutton_on_background.png b/core/res/res/drawable-xhdpi/radiobutton_on_background.png Binary files differindex c65e4ff661e1..00af9cec17dc 100644 --- a/core/res/res/drawable-xhdpi/radiobutton_on_background.png +++ b/core/res/res/drawable-xhdpi/radiobutton_on_background.png diff --git a/core/res/res/drawable-xhdpi/rate_star_big_half.png b/core/res/res/drawable-xhdpi/rate_star_big_half.png Binary files differindex 2ecb3b5e1f91..7cabe3b48b91 100644 --- a/core/res/res/drawable-xhdpi/rate_star_big_half.png +++ b/core/res/res/drawable-xhdpi/rate_star_big_half.png diff --git a/core/res/res/drawable-xhdpi/rate_star_big_half_holo_dark.png b/core/res/res/drawable-xhdpi/rate_star_big_half_holo_dark.png Binary files differindex f9d3cecc7d69..4c28de573888 100644 --- a/core/res/res/drawable-xhdpi/rate_star_big_half_holo_dark.png +++ b/core/res/res/drawable-xhdpi/rate_star_big_half_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/rate_star_big_half_holo_light.png b/core/res/res/drawable-xhdpi/rate_star_big_half_holo_light.png Binary files differindex bbdc70d320ca..7ce04697c5fb 100644 --- a/core/res/res/drawable-xhdpi/rate_star_big_half_holo_light.png +++ b/core/res/res/drawable-xhdpi/rate_star_big_half_holo_light.png diff --git a/core/res/res/drawable-xhdpi/rate_star_big_off.png b/core/res/res/drawable-xhdpi/rate_star_big_off.png Binary files differindex 8dae7140c003..e248cf68842d 100644 --- a/core/res/res/drawable-xhdpi/rate_star_big_off.png +++ b/core/res/res/drawable-xhdpi/rate_star_big_off.png diff --git a/core/res/res/drawable-xhdpi/rate_star_big_off_holo_dark.png b/core/res/res/drawable-xhdpi/rate_star_big_off_holo_dark.png Binary files differindex 34b94dbcb3fb..aeae6efd316d 100644 --- a/core/res/res/drawable-xhdpi/rate_star_big_off_holo_dark.png +++ b/core/res/res/drawable-xhdpi/rate_star_big_off_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/rate_star_big_off_holo_light.png b/core/res/res/drawable-xhdpi/rate_star_big_off_holo_light.png Binary files differindex 34cb926b024d..9f8d6c4d89aa 100644 --- a/core/res/res/drawable-xhdpi/rate_star_big_off_holo_light.png +++ b/core/res/res/drawable-xhdpi/rate_star_big_off_holo_light.png diff --git a/core/res/res/drawable-xhdpi/rate_star_big_on.png b/core/res/res/drawable-xhdpi/rate_star_big_on.png Binary files differindex 43633e15ccac..1b5ca5c45dbd 100644 --- a/core/res/res/drawable-xhdpi/rate_star_big_on.png +++ b/core/res/res/drawable-xhdpi/rate_star_big_on.png diff --git a/core/res/res/drawable-xhdpi/rate_star_big_on_holo_dark.png b/core/res/res/drawable-xhdpi/rate_star_big_on_holo_dark.png Binary files differindex 273fd16da5e9..d44fc979cb73 100644 --- a/core/res/res/drawable-xhdpi/rate_star_big_on_holo_dark.png +++ b/core/res/res/drawable-xhdpi/rate_star_big_on_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/rate_star_big_on_holo_light.png b/core/res/res/drawable-xhdpi/rate_star_big_on_holo_light.png Binary files differindex dbd11bd68636..4c59eff0a785 100644 --- a/core/res/res/drawable-xhdpi/rate_star_big_on_holo_light.png +++ b/core/res/res/drawable-xhdpi/rate_star_big_on_holo_light.png diff --git a/core/res/res/drawable-xhdpi/rate_star_med_half.png b/core/res/res/drawable-xhdpi/rate_star_med_half.png Binary files differindex 44178c9ab3aa..18e9511cad05 100644 --- a/core/res/res/drawable-xhdpi/rate_star_med_half.png +++ b/core/res/res/drawable-xhdpi/rate_star_med_half.png diff --git a/core/res/res/drawable-xhdpi/rate_star_med_half_holo_dark.png b/core/res/res/drawable-xhdpi/rate_star_med_half_holo_dark.png Binary files differindex 013543e004f6..c0e05f4c180f 100644 --- a/core/res/res/drawable-xhdpi/rate_star_med_half_holo_dark.png +++ b/core/res/res/drawable-xhdpi/rate_star_med_half_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/rate_star_med_half_holo_light.png b/core/res/res/drawable-xhdpi/rate_star_med_half_holo_light.png Binary files differindex 801703f29494..4809e0cc6215 100644 --- a/core/res/res/drawable-xhdpi/rate_star_med_half_holo_light.png +++ b/core/res/res/drawable-xhdpi/rate_star_med_half_holo_light.png diff --git a/core/res/res/drawable-xhdpi/rate_star_med_off.png b/core/res/res/drawable-xhdpi/rate_star_med_off.png Binary files differindex 101692d4017f..01de8fda6ffc 100644 --- a/core/res/res/drawable-xhdpi/rate_star_med_off.png +++ b/core/res/res/drawable-xhdpi/rate_star_med_off.png diff --git a/core/res/res/drawable-xhdpi/rate_star_med_off_holo_dark.png b/core/res/res/drawable-xhdpi/rate_star_med_off_holo_dark.png Binary files differindex d411e25ea5a3..123cd684847b 100644 --- a/core/res/res/drawable-xhdpi/rate_star_med_off_holo_dark.png +++ b/core/res/res/drawable-xhdpi/rate_star_med_off_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/rate_star_med_off_holo_light.png b/core/res/res/drawable-xhdpi/rate_star_med_off_holo_light.png Binary files differindex 39f0fa2e8297..81456acf1705 100644 --- a/core/res/res/drawable-xhdpi/rate_star_med_off_holo_light.png +++ b/core/res/res/drawable-xhdpi/rate_star_med_off_holo_light.png diff --git a/core/res/res/drawable-xhdpi/rate_star_med_on.png b/core/res/res/drawable-xhdpi/rate_star_med_on.png Binary files differindex a650d0d08d94..a4b55a686d31 100644 --- a/core/res/res/drawable-xhdpi/rate_star_med_on.png +++ b/core/res/res/drawable-xhdpi/rate_star_med_on.png diff --git a/core/res/res/drawable-xhdpi/rate_star_med_on_holo_dark.png b/core/res/res/drawable-xhdpi/rate_star_med_on_holo_dark.png Binary files differindex fdfe9322a88e..2faa6d0b210e 100644 --- a/core/res/res/drawable-xhdpi/rate_star_med_on_holo_dark.png +++ b/core/res/res/drawable-xhdpi/rate_star_med_on_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/rate_star_med_on_holo_light.png b/core/res/res/drawable-xhdpi/rate_star_med_on_holo_light.png Binary files differindex ca88d284623f..21e3b579f8b5 100644 --- a/core/res/res/drawable-xhdpi/rate_star_med_on_holo_light.png +++ b/core/res/res/drawable-xhdpi/rate_star_med_on_holo_light.png diff --git a/core/res/res/drawable-xhdpi/rate_star_small_half.png b/core/res/res/drawable-xhdpi/rate_star_small_half.png Binary files differindex a7e97a58e636..d05b984ec047 100644 --- a/core/res/res/drawable-xhdpi/rate_star_small_half.png +++ b/core/res/res/drawable-xhdpi/rate_star_small_half.png diff --git a/core/res/res/drawable-xhdpi/rate_star_small_half_holo_dark.png b/core/res/res/drawable-xhdpi/rate_star_small_half_holo_dark.png Binary files differindex 3d2a77404a2e..25f2cfe9cf9c 100644 --- a/core/res/res/drawable-xhdpi/rate_star_small_half_holo_dark.png +++ b/core/res/res/drawable-xhdpi/rate_star_small_half_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/rate_star_small_half_holo_light.png b/core/res/res/drawable-xhdpi/rate_star_small_half_holo_light.png Binary files differindex 9221829f7526..434bdd7ecb56 100644 --- a/core/res/res/drawable-xhdpi/rate_star_small_half_holo_light.png +++ b/core/res/res/drawable-xhdpi/rate_star_small_half_holo_light.png diff --git a/core/res/res/drawable-xhdpi/rate_star_small_off.png b/core/res/res/drawable-xhdpi/rate_star_small_off.png Binary files differindex 71140ac81e5d..982d8b9d236a 100644 --- a/core/res/res/drawable-xhdpi/rate_star_small_off.png +++ b/core/res/res/drawable-xhdpi/rate_star_small_off.png diff --git a/core/res/res/drawable-xhdpi/rate_star_small_off_holo_dark.png b/core/res/res/drawable-xhdpi/rate_star_small_off_holo_dark.png Binary files differindex 346daa31fd46..ce2342fc702b 100644 --- a/core/res/res/drawable-xhdpi/rate_star_small_off_holo_dark.png +++ b/core/res/res/drawable-xhdpi/rate_star_small_off_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/rate_star_small_off_holo_light.png b/core/res/res/drawable-xhdpi/rate_star_small_off_holo_light.png Binary files differindex 4c2b62c3f76d..7799874cefe9 100644 --- a/core/res/res/drawable-xhdpi/rate_star_small_off_holo_light.png +++ b/core/res/res/drawable-xhdpi/rate_star_small_off_holo_light.png diff --git a/core/res/res/drawable-xhdpi/rate_star_small_on.png b/core/res/res/drawable-xhdpi/rate_star_small_on.png Binary files differindex ddfb876d25e9..9fa415a429cb 100644 --- a/core/res/res/drawable-xhdpi/rate_star_small_on.png +++ b/core/res/res/drawable-xhdpi/rate_star_small_on.png diff --git a/core/res/res/drawable-xhdpi/rate_star_small_on_holo_dark.png b/core/res/res/drawable-xhdpi/rate_star_small_on_holo_dark.png Binary files differindex 9bf24666dea9..89bd90bb6ae8 100644 --- a/core/res/res/drawable-xhdpi/rate_star_small_on_holo_dark.png +++ b/core/res/res/drawable-xhdpi/rate_star_small_on_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/rate_star_small_on_holo_light.png b/core/res/res/drawable-xhdpi/rate_star_small_on_holo_light.png Binary files differindex 187eeded5e50..847bcc6af53b 100644 --- a/core/res/res/drawable-xhdpi/rate_star_small_on_holo_light.png +++ b/core/res/res/drawable-xhdpi/rate_star_small_on_holo_light.png diff --git a/core/res/res/drawable-xhdpi/recent_dialog_background.9.png b/core/res/res/drawable-xhdpi/recent_dialog_background.9.png Binary files differindex 867e715a95ec..a3d20dffddb5 100644 --- a/core/res/res/drawable-xhdpi/recent_dialog_background.9.png +++ b/core/res/res/drawable-xhdpi/recent_dialog_background.9.png diff --git a/core/res/res/drawable-xhdpi/reticle.png b/core/res/res/drawable-xhdpi/reticle.png Binary files differindex c28b70d549b2..b307648e24da 100644 --- a/core/res/res/drawable-xhdpi/reticle.png +++ b/core/res/res/drawable-xhdpi/reticle.png diff --git a/core/res/res/drawable-xhdpi/scrollbar_handle_accelerated_anim2.9.png b/core/res/res/drawable-xhdpi/scrollbar_handle_accelerated_anim2.9.png Binary files differindex 70856c019f1a..d4b97d46d0a7 100644 --- a/core/res/res/drawable-xhdpi/scrollbar_handle_accelerated_anim2.9.png +++ b/core/res/res/drawable-xhdpi/scrollbar_handle_accelerated_anim2.9.png diff --git a/core/res/res/drawable-xhdpi/scrollbar_handle_holo_dark.9.png b/core/res/res/drawable-xhdpi/scrollbar_handle_holo_dark.9.png Binary files differindex 948072fa887f..f0468455d264 100644 --- a/core/res/res/drawable-xhdpi/scrollbar_handle_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/scrollbar_handle_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/scrollbar_handle_holo_light.9.png b/core/res/res/drawable-xhdpi/scrollbar_handle_holo_light.9.png Binary files differindex 461be3fc6e5f..cc861360e2c5 100644 --- a/core/res/res/drawable-xhdpi/scrollbar_handle_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/scrollbar_handle_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/scrollbar_handle_horizontal.9.png b/core/res/res/drawable-xhdpi/scrollbar_handle_horizontal.9.png Binary files differindex be3e90ea1855..508ef3794714 100644 --- a/core/res/res/drawable-xhdpi/scrollbar_handle_horizontal.9.png +++ b/core/res/res/drawable-xhdpi/scrollbar_handle_horizontal.9.png diff --git a/core/res/res/drawable-xhdpi/scrollbar_handle_vertical.9.png b/core/res/res/drawable-xhdpi/scrollbar_handle_vertical.9.png Binary files differindex 24789a5c2a1f..fbfbcbd92ec5 100644 --- a/core/res/res/drawable-xhdpi/scrollbar_handle_vertical.9.png +++ b/core/res/res/drawable-xhdpi/scrollbar_handle_vertical.9.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_disabled_holo.png b/core/res/res/drawable-xhdpi/scrubber_control_disabled_holo.png Binary files differindex 62be77c78902..c76509984f02 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_disabled_holo.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_disabled_holo.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_focused_holo.png b/core/res/res/drawable-xhdpi/scrubber_control_focused_holo.png Binary files differindex 754dd2ff0d9a..a72447b1fb1f 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_focused_holo.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_focused_holo.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_000.png b/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_000.png Binary files differindex ea09a31327cc..aaed2e40bfc5 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_000.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_000.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_001.png b/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_001.png Binary files differindex f9a4391c0c90..bb99fb092319 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_001.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_001.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_002.png b/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_002.png Binary files differindex d9606e1207f7..9d3bfbce4bda 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_002.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_002.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_003.png b/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_003.png Binary files differindex df2d9d0be5dd..d72edecf4925 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_003.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_003.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_004.png b/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_004.png Binary files differindex 625a32200e8a..3c433a1938a6 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_004.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_004.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_005.png b/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_005.png Binary files differindex 79e8dde5f1cf..35c6893c20ab 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_005.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_from_pressed_mtrl_005.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_normal_holo.png b/core/res/res/drawable-xhdpi/scrubber_control_normal_holo.png Binary files differindex d546a73ae442..bf6e760bf114 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_normal_holo.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_normal_holo.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_off_mtrl_alpha.png b/core/res/res/drawable-xhdpi/scrubber_control_off_mtrl_alpha.png Binary files differindex 729e0bfa01a4..138f643fa9b8 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_off_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_off_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_off_pressed_mtrl_alpha.png b/core/res/res/drawable-xhdpi/scrubber_control_off_pressed_mtrl_alpha.png Binary files differindex 754b32137794..9cd4fb3297f3 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_off_pressed_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_off_pressed_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_on_mtrl_alpha.png b/core/res/res/drawable-xhdpi/scrubber_control_on_mtrl_alpha.png Binary files differindex d018a7cf1a2a..bbe9662dc7b9 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_on_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_on_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_on_pressed_mtrl_alpha.png b/core/res/res/drawable-xhdpi/scrubber_control_on_pressed_mtrl_alpha.png Binary files differindex a7ed0f880383..73023ba32b57 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_on_pressed_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_on_pressed_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_pressed_holo.png b/core/res/res/drawable-xhdpi/scrubber_control_pressed_holo.png Binary files differindex 0b6207220535..a178e4a3759a 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_pressed_holo.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_pressed_holo.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_000.png b/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_000.png Binary files differindex e99c2661238d..cd41d74c96ed 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_000.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_000.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_001.png b/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_001.png Binary files differindex f0329a40fc2d..5e29b6bcede8 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_001.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_001.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_002.png b/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_002.png Binary files differindex 42c40b79f72e..8c03ba65a348 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_002.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_002.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_003.png b/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_003.png Binary files differindex 807491f21100..c61087187355 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_003.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_003.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_004.png b/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_004.png Binary files differindex dfec9cc4db03..ad8d8fc20b3c 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_004.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_004.png diff --git a/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_005.png b/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_005.png Binary files differindex 0ed59ea24fbf..8d67525e0c04 100644 --- a/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_005.png +++ b/core/res/res/drawable-xhdpi/scrubber_control_to_pressed_mtrl_005.png diff --git a/core/res/res/drawable-xhdpi/scrubber_primary_holo.9.png b/core/res/res/drawable-xhdpi/scrubber_primary_holo.9.png Binary files differindex 3b0b24191290..f9a5884d843e 100644 --- a/core/res/res/drawable-xhdpi/scrubber_primary_holo.9.png +++ b/core/res/res/drawable-xhdpi/scrubber_primary_holo.9.png diff --git a/core/res/res/drawable-xhdpi/scrubber_primary_mtrl_alpha.9.png b/core/res/res/drawable-xhdpi/scrubber_primary_mtrl_alpha.9.png Binary files differindex 2b4734d25ed4..314caa030a98 100644 --- a/core/res/res/drawable-xhdpi/scrubber_primary_mtrl_alpha.9.png +++ b/core/res/res/drawable-xhdpi/scrubber_primary_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xhdpi/scrubber_secondary_holo.9.png b/core/res/res/drawable-xhdpi/scrubber_secondary_holo.9.png Binary files differindex 90990347c7f6..d28a29d7c4ec 100644 --- a/core/res/res/drawable-xhdpi/scrubber_secondary_holo.9.png +++ b/core/res/res/drawable-xhdpi/scrubber_secondary_holo.9.png diff --git a/core/res/res/drawable-xhdpi/scrubber_track_holo_dark.9.png b/core/res/res/drawable-xhdpi/scrubber_track_holo_dark.9.png Binary files differindex bfb20481511f..09603913ebfb 100644 --- a/core/res/res/drawable-xhdpi/scrubber_track_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/scrubber_track_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/scrubber_track_holo_light.9.png b/core/res/res/drawable-xhdpi/scrubber_track_holo_light.9.png Binary files differindex a7d396de21a4..264caecea8e5 100644 --- a/core/res/res/drawable-xhdpi/scrubber_track_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/scrubber_track_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/scrubber_track_mtrl_alpha.9.png b/core/res/res/drawable-xhdpi/scrubber_track_mtrl_alpha.9.png Binary files differindex 805cb291f5e2..4b47315fe81b 100644 --- a/core/res/res/drawable-xhdpi/scrubber_track_mtrl_alpha.9.png +++ b/core/res/res/drawable-xhdpi/scrubber_track_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xhdpi/search_dropdown_background.9.png b/core/res/res/drawable-xhdpi/search_dropdown_background.9.png Binary files differindex 52761a7d026a..044762d47bfb 100644 --- a/core/res/res/drawable-xhdpi/search_dropdown_background.9.png +++ b/core/res/res/drawable-xhdpi/search_dropdown_background.9.png diff --git a/core/res/res/drawable-xhdpi/search_plate.9.png b/core/res/res/drawable-xhdpi/search_plate.9.png Binary files differindex f917cb66ce02..b2966c36e6f1 100644 --- a/core/res/res/drawable-xhdpi/search_plate.9.png +++ b/core/res/res/drawable-xhdpi/search_plate.9.png diff --git a/core/res/res/drawable-xhdpi/search_plate_global.9.png b/core/res/res/drawable-xhdpi/search_plate_global.9.png Binary files differindex 2c935ae8d78b..744b0268acc3 100644 --- a/core/res/res/drawable-xhdpi/search_plate_global.9.png +++ b/core/res/res/drawable-xhdpi/search_plate_global.9.png diff --git a/core/res/res/drawable-xhdpi/seek_thumb_normal.png b/core/res/res/drawable-xhdpi/seek_thumb_normal.png Binary files differindex fb21fcb9047c..d3038989a2d7 100644 --- a/core/res/res/drawable-xhdpi/seek_thumb_normal.png +++ b/core/res/res/drawable-xhdpi/seek_thumb_normal.png diff --git a/core/res/res/drawable-xhdpi/seek_thumb_pressed.png b/core/res/res/drawable-xhdpi/seek_thumb_pressed.png Binary files differindex d3cb25aaf6be..e63073b8de1d 100644 --- a/core/res/res/drawable-xhdpi/seek_thumb_pressed.png +++ b/core/res/res/drawable-xhdpi/seek_thumb_pressed.png diff --git a/core/res/res/drawable-xhdpi/seek_thumb_selected.png b/core/res/res/drawable-xhdpi/seek_thumb_selected.png Binary files differindex 8227c1f301a2..fc7556d5a282 100644 --- a/core/res/res/drawable-xhdpi/seek_thumb_selected.png +++ b/core/res/res/drawable-xhdpi/seek_thumb_selected.png diff --git a/core/res/res/drawable-xhdpi/settings_header_raw.9.png b/core/res/res/drawable-xhdpi/settings_header_raw.9.png Binary files differindex c248237858ba..65af51e80bcf 100644 --- a/core/res/res/drawable-xhdpi/settings_header_raw.9.png +++ b/core/res/res/drawable-xhdpi/settings_header_raw.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_16_inner_holo.png b/core/res/res/drawable-xhdpi/spinner_16_inner_holo.png Binary files differindex 55e2329bb38c..d54f737c2912 100644 --- a/core/res/res/drawable-xhdpi/spinner_16_inner_holo.png +++ b/core/res/res/drawable-xhdpi/spinner_16_inner_holo.png diff --git a/core/res/res/drawable-xhdpi/spinner_16_outer_holo.png b/core/res/res/drawable-xhdpi/spinner_16_outer_holo.png Binary files differindex afd4bb921f57..fa8ac6b65a88 100644 --- a/core/res/res/drawable-xhdpi/spinner_16_outer_holo.png +++ b/core/res/res/drawable-xhdpi/spinner_16_outer_holo.png diff --git a/core/res/res/drawable-xhdpi/spinner_48_inner_holo.png b/core/res/res/drawable-xhdpi/spinner_48_inner_holo.png Binary files differindex 19517c4b0aee..bcf3cc6b2931 100644 --- a/core/res/res/drawable-xhdpi/spinner_48_inner_holo.png +++ b/core/res/res/drawable-xhdpi/spinner_48_inner_holo.png diff --git a/core/res/res/drawable-xhdpi/spinner_48_outer_holo.png b/core/res/res/drawable-xhdpi/spinner_48_outer_holo.png Binary files differindex 14143c51c351..2f7cd1a67190 100644 --- a/core/res/res/drawable-xhdpi/spinner_48_outer_holo.png +++ b/core/res/res/drawable-xhdpi/spinner_48_outer_holo.png diff --git a/core/res/res/drawable-xhdpi/spinner_76_inner_holo.png b/core/res/res/drawable-xhdpi/spinner_76_inner_holo.png Binary files differindex 4c92e956fe8c..df22bd6bba14 100644 --- a/core/res/res/drawable-xhdpi/spinner_76_inner_holo.png +++ b/core/res/res/drawable-xhdpi/spinner_76_inner_holo.png diff --git a/core/res/res/drawable-xhdpi/spinner_76_outer_holo.png b/core/res/res/drawable-xhdpi/spinner_76_outer_holo.png Binary files differindex fe1d615a2ddc..78a6a4056221 100644 --- a/core/res/res/drawable-xhdpi/spinner_76_outer_holo.png +++ b/core/res/res/drawable-xhdpi/spinner_76_outer_holo.png diff --git a/core/res/res/drawable-xhdpi/spinner_ab_default_holo_dark_am.9.png b/core/res/res/drawable-xhdpi/spinner_ab_default_holo_dark_am.9.png Binary files differindex c43293d5ccdc..6e3eaad0a536 100644 --- a/core/res/res/drawable-xhdpi/spinner_ab_default_holo_dark_am.9.png +++ b/core/res/res/drawable-xhdpi/spinner_ab_default_holo_dark_am.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_ab_default_holo_light_am.9.png b/core/res/res/drawable-xhdpi/spinner_ab_default_holo_light_am.9.png Binary files differindex 3dc481e54305..ac7e1b6b954a 100644 --- a/core/res/res/drawable-xhdpi/spinner_ab_default_holo_light_am.9.png +++ b/core/res/res/drawable-xhdpi/spinner_ab_default_holo_light_am.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_ab_disabled_holo_dark_am.9.png b/core/res/res/drawable-xhdpi/spinner_ab_disabled_holo_dark_am.9.png Binary files differindex 9a7b1731d5e4..f747299100a7 100644 --- a/core/res/res/drawable-xhdpi/spinner_ab_disabled_holo_dark_am.9.png +++ b/core/res/res/drawable-xhdpi/spinner_ab_disabled_holo_dark_am.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_ab_disabled_holo_light_am.9.png b/core/res/res/drawable-xhdpi/spinner_ab_disabled_holo_light_am.9.png Binary files differindex 6888fdc025ab..9843784e5ac2 100644 --- a/core/res/res/drawable-xhdpi/spinner_ab_disabled_holo_light_am.9.png +++ b/core/res/res/drawable-xhdpi/spinner_ab_disabled_holo_light_am.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_ab_focused_holo_dark_am.9.png b/core/res/res/drawable-xhdpi/spinner_ab_focused_holo_dark_am.9.png Binary files differindex 9408b474cdb7..7e43840c9baa 100644 --- a/core/res/res/drawable-xhdpi/spinner_ab_focused_holo_dark_am.9.png +++ b/core/res/res/drawable-xhdpi/spinner_ab_focused_holo_dark_am.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_ab_focused_holo_light_am.9.png b/core/res/res/drawable-xhdpi/spinner_ab_focused_holo_light_am.9.png Binary files differindex 1cb95d161219..a3cd43a61785 100644 --- a/core/res/res/drawable-xhdpi/spinner_ab_focused_holo_light_am.9.png +++ b/core/res/res/drawable-xhdpi/spinner_ab_focused_holo_light_am.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_ab_pressed_holo_dark_am.9.png b/core/res/res/drawable-xhdpi/spinner_ab_pressed_holo_dark_am.9.png Binary files differindex 2dab26faa8b2..0e4c5813bb09 100644 --- a/core/res/res/drawable-xhdpi/spinner_ab_pressed_holo_dark_am.9.png +++ b/core/res/res/drawable-xhdpi/spinner_ab_pressed_holo_dark_am.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_ab_pressed_holo_light_am.9.png b/core/res/res/drawable-xhdpi/spinner_ab_pressed_holo_light_am.9.png Binary files differindex d15cd51ace53..13ff1dceaaf8 100644 --- a/core/res/res/drawable-xhdpi/spinner_ab_pressed_holo_light_am.9.png +++ b/core/res/res/drawable-xhdpi/spinner_ab_pressed_holo_light_am.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_black_16.png b/core/res/res/drawable-xhdpi/spinner_black_16.png Binary files differindex 5b1422ccf45b..0c8b250e22f9 100644 --- a/core/res/res/drawable-xhdpi/spinner_black_16.png +++ b/core/res/res/drawable-xhdpi/spinner_black_16.png diff --git a/core/res/res/drawable-xhdpi/spinner_black_20.png b/core/res/res/drawable-xhdpi/spinner_black_20.png Binary files differindex 5f53e38226af..f749a708cf68 100644 --- a/core/res/res/drawable-xhdpi/spinner_black_20.png +++ b/core/res/res/drawable-xhdpi/spinner_black_20.png diff --git a/core/res/res/drawable-xhdpi/spinner_black_48.png b/core/res/res/drawable-xhdpi/spinner_black_48.png Binary files differindex 3aab620dc048..e5c1bba77dd9 100644 --- a/core/res/res/drawable-xhdpi/spinner_black_48.png +++ b/core/res/res/drawable-xhdpi/spinner_black_48.png diff --git a/core/res/res/drawable-xhdpi/spinner_black_76.png b/core/res/res/drawable-xhdpi/spinner_black_76.png Binary files differindex 2968d8c376c7..f3c69ad07fbb 100644 --- a/core/res/res/drawable-xhdpi/spinner_black_76.png +++ b/core/res/res/drawable-xhdpi/spinner_black_76.png diff --git a/core/res/res/drawable-xhdpi/spinner_default_holo_dark_am.9.png b/core/res/res/drawable-xhdpi/spinner_default_holo_dark_am.9.png Binary files differindex fadfb5d01c09..53768aefacde 100644 --- a/core/res/res/drawable-xhdpi/spinner_default_holo_dark_am.9.png +++ b/core/res/res/drawable-xhdpi/spinner_default_holo_dark_am.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_default_holo_light_am.9.png b/core/res/res/drawable-xhdpi/spinner_default_holo_light_am.9.png Binary files differindex 5a4ec3b5ed79..21a0ff386d4e 100644 --- a/core/res/res/drawable-xhdpi/spinner_default_holo_light_am.9.png +++ b/core/res/res/drawable-xhdpi/spinner_default_holo_light_am.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_disabled_holo_dark_am.9.png b/core/res/res/drawable-xhdpi/spinner_disabled_holo_dark_am.9.png Binary files differindex 7c3c49baf497..92de0307568e 100644 --- a/core/res/res/drawable-xhdpi/spinner_disabled_holo_dark_am.9.png +++ b/core/res/res/drawable-xhdpi/spinner_disabled_holo_dark_am.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_disabled_holo_light_am.9.png b/core/res/res/drawable-xhdpi/spinner_disabled_holo_light_am.9.png Binary files differindex fe541269ede8..8edaf9a0db99 100644 --- a/core/res/res/drawable-xhdpi/spinner_disabled_holo_light_am.9.png +++ b/core/res/res/drawable-xhdpi/spinner_disabled_holo_light_am.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_dropdown_background_down.9.png b/core/res/res/drawable-xhdpi/spinner_dropdown_background_down.9.png Binary files differindex 7814354d1cd9..397d24468906 100644 --- a/core/res/res/drawable-xhdpi/spinner_dropdown_background_down.9.png +++ b/core/res/res/drawable-xhdpi/spinner_dropdown_background_down.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_dropdown_background_up.9.png b/core/res/res/drawable-xhdpi/spinner_dropdown_background_up.9.png Binary files differindex 17ee05c6c5bc..4161f7b676bc 100644 --- a/core/res/res/drawable-xhdpi/spinner_dropdown_background_up.9.png +++ b/core/res/res/drawable-xhdpi/spinner_dropdown_background_up.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_focused_holo_dark_am.9.png b/core/res/res/drawable-xhdpi/spinner_focused_holo_dark_am.9.png Binary files differindex 9ea957e495ec..ed7d2c9c7b2c 100644 --- a/core/res/res/drawable-xhdpi/spinner_focused_holo_dark_am.9.png +++ b/core/res/res/drawable-xhdpi/spinner_focused_holo_dark_am.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_focused_holo_light_am.9.png b/core/res/res/drawable-xhdpi/spinner_focused_holo_light_am.9.png Binary files differindex 8cb2fd8c0bc1..8ed0054bc6d4 100644 --- a/core/res/res/drawable-xhdpi/spinner_focused_holo_light_am.9.png +++ b/core/res/res/drawable-xhdpi/spinner_focused_holo_light_am.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_normal.9.png b/core/res/res/drawable-xhdpi/spinner_normal.9.png Binary files differindex 1ecf8978acc6..80fd040b8ddc 100644 --- a/core/res/res/drawable-xhdpi/spinner_normal.9.png +++ b/core/res/res/drawable-xhdpi/spinner_normal.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_press.9.png b/core/res/res/drawable-xhdpi/spinner_press.9.png Binary files differindex 87af85cf46c3..4267e2e41c3a 100644 --- a/core/res/res/drawable-xhdpi/spinner_press.9.png +++ b/core/res/res/drawable-xhdpi/spinner_press.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_pressed_holo_dark_am.9.png b/core/res/res/drawable-xhdpi/spinner_pressed_holo_dark_am.9.png Binary files differindex 2023a9d1b1bf..c814dd31b175 100644 --- a/core/res/res/drawable-xhdpi/spinner_pressed_holo_dark_am.9.png +++ b/core/res/res/drawable-xhdpi/spinner_pressed_holo_dark_am.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_pressed_holo_light_am.9.png b/core/res/res/drawable-xhdpi/spinner_pressed_holo_light_am.9.png Binary files differindex 3b066aeb8762..dbdc70c379b1 100644 --- a/core/res/res/drawable-xhdpi/spinner_pressed_holo_light_am.9.png +++ b/core/res/res/drawable-xhdpi/spinner_pressed_holo_light_am.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_select.9.png b/core/res/res/drawable-xhdpi/spinner_select.9.png Binary files differindex 15b7a902f65b..9799382fbd67 100644 --- a/core/res/res/drawable-xhdpi/spinner_select.9.png +++ b/core/res/res/drawable-xhdpi/spinner_select.9.png diff --git a/core/res/res/drawable-xhdpi/spinner_white_16.png b/core/res/res/drawable-xhdpi/spinner_white_16.png Binary files differindex 69be75229c28..1d4ac247b38a 100644 --- a/core/res/res/drawable-xhdpi/spinner_white_16.png +++ b/core/res/res/drawable-xhdpi/spinner_white_16.png diff --git a/core/res/res/drawable-xhdpi/spinner_white_48.png b/core/res/res/drawable-xhdpi/spinner_white_48.png Binary files differindex 7b196bce06ae..ae4617a903a1 100644 --- a/core/res/res/drawable-xhdpi/spinner_white_48.png +++ b/core/res/res/drawable-xhdpi/spinner_white_48.png diff --git a/core/res/res/drawable-xhdpi/spinner_white_76.png b/core/res/res/drawable-xhdpi/spinner_white_76.png Binary files differindex ba470057bb0c..75f049b57ebf 100644 --- a/core/res/res/drawable-xhdpi/spinner_white_76.png +++ b/core/res/res/drawable-xhdpi/spinner_white_76.png diff --git a/core/res/res/drawable-xhdpi/star_big_off.png b/core/res/res/drawable-xhdpi/star_big_off.png Binary files differindex 8a178433fd65..4a5d572dabbe 100644 --- a/core/res/res/drawable-xhdpi/star_big_off.png +++ b/core/res/res/drawable-xhdpi/star_big_off.png diff --git a/core/res/res/drawable-xhdpi/star_big_on.png b/core/res/res/drawable-xhdpi/star_big_on.png Binary files differindex 84f059696f9b..2e832d2418c2 100644 --- a/core/res/res/drawable-xhdpi/star_big_on.png +++ b/core/res/res/drawable-xhdpi/star_big_on.png diff --git a/core/res/res/drawable-xhdpi/star_off.png b/core/res/res/drawable-xhdpi/star_off.png Binary files differindex 010ef9bebca8..8eec9b045872 100644 --- a/core/res/res/drawable-xhdpi/star_off.png +++ b/core/res/res/drawable-xhdpi/star_off.png diff --git a/core/res/res/drawable-xhdpi/star_on.png b/core/res/res/drawable-xhdpi/star_on.png Binary files differindex 01e077a4e4b4..8c9cc91c6166 100644 --- a/core/res/res/drawable-xhdpi/star_on.png +++ b/core/res/res/drawable-xhdpi/star_on.png diff --git a/core/res/res/drawable-xhdpi/stat_ecb_mode.png b/core/res/res/drawable-xhdpi/stat_ecb_mode.png Binary files differindex ce1749426d5f..afecf89459b4 100644 --- a/core/res/res/drawable-xhdpi/stat_ecb_mode.png +++ b/core/res/res/drawable-xhdpi/stat_ecb_mode.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_car_mode.png b/core/res/res/drawable-xhdpi/stat_notify_car_mode.png Binary files differindex 1f3a9cc7f650..94c5c98b749e 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_car_mode.png +++ b/core/res/res/drawable-xhdpi/stat_notify_car_mode.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_chat.png b/core/res/res/drawable-xhdpi/stat_notify_chat.png Binary files differindex af85623fae55..237639168d55 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_chat.png +++ b/core/res/res/drawable-xhdpi/stat_notify_chat.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_disk_full.png b/core/res/res/drawable-xhdpi/stat_notify_disk_full.png Binary files differindex 3fa330e218e0..aea62f7d4b13 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_disk_full.png +++ b/core/res/res/drawable-xhdpi/stat_notify_disk_full.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_email_generic.png b/core/res/res/drawable-xhdpi/stat_notify_email_generic.png Binary files differindex 07d297f49dd1..e1976bfb454d 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_email_generic.png +++ b/core/res/res/drawable-xhdpi/stat_notify_email_generic.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_error.png b/core/res/res/drawable-xhdpi/stat_notify_error.png Binary files differindex 2d0283e7e8d7..573d83489674 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_error.png +++ b/core/res/res/drawable-xhdpi/stat_notify_error.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_gmail.png b/core/res/res/drawable-xhdpi/stat_notify_gmail.png Binary files differindex e1efa9b77bfa..b7dee831a11f 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_gmail.png +++ b/core/res/res/drawable-xhdpi/stat_notify_gmail.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_missed_call.png b/core/res/res/drawable-xhdpi/stat_notify_missed_call.png Binary files differindex 8719eff5ae1a..2dd47d79426e 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_missed_call.png +++ b/core/res/res/drawable-xhdpi/stat_notify_missed_call.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_more.png b/core/res/res/drawable-xhdpi/stat_notify_more.png Binary files differindex 76c2c765dd1c..326de392c0d0 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_more.png +++ b/core/res/res/drawable-xhdpi/stat_notify_more.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_rssi_in_range.png b/core/res/res/drawable-xhdpi/stat_notify_rssi_in_range.png Binary files differindex c0586d8bc21e..0e529036bf74 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_rssi_in_range.png +++ b/core/res/res/drawable-xhdpi/stat_notify_rssi_in_range.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_sdcard.png b/core/res/res/drawable-xhdpi/stat_notify_sdcard.png Binary files differindex 72012135fe10..e5ae16570728 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_sdcard.png +++ b/core/res/res/drawable-xhdpi/stat_notify_sdcard.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_sdcard_prepare.png b/core/res/res/drawable-xhdpi/stat_notify_sdcard_prepare.png Binary files differindex 648893b94695..9ede161556e7 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_sdcard_prepare.png +++ b/core/res/res/drawable-xhdpi/stat_notify_sdcard_prepare.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_sdcard_usb.png b/core/res/res/drawable-xhdpi/stat_notify_sdcard_usb.png Binary files differindex abd8b6ed5242..891cbb791049 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_sdcard_usb.png +++ b/core/res/res/drawable-xhdpi/stat_notify_sdcard_usb.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_sim_toolkit.png b/core/res/res/drawable-xhdpi/stat_notify_sim_toolkit.png Binary files differindex 9e1df7208e2b..97207c839776 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_sim_toolkit.png +++ b/core/res/res/drawable-xhdpi/stat_notify_sim_toolkit.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_sync.png b/core/res/res/drawable-xhdpi/stat_notify_sync.png Binary files differindex b3bf21ffef89..eefdcf4451d5 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_sync.png +++ b/core/res/res/drawable-xhdpi/stat_notify_sync.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_sync_anim0.png b/core/res/res/drawable-xhdpi/stat_notify_sync_anim0.png Binary files differindex b3bf21ffef89..eefdcf4451d5 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_sync_anim0.png +++ b/core/res/res/drawable-xhdpi/stat_notify_sync_anim0.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_sync_error.png b/core/res/res/drawable-xhdpi/stat_notify_sync_error.png Binary files differindex 33582ef1077b..7c18d8834dd0 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_sync_error.png +++ b/core/res/res/drawable-xhdpi/stat_notify_sync_error.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_voicemail.png b/core/res/res/drawable-xhdpi/stat_notify_voicemail.png Binary files differindex fd88ac205392..e2c945c24f59 100644 --- a/core/res/res/drawable-xhdpi/stat_notify_voicemail.png +++ b/core/res/res/drawable-xhdpi/stat_notify_voicemail.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_0.png b/core/res/res/drawable-xhdpi/stat_sys_battery_0.png Binary files differindex 50aa7202a72a..fd9f0858f7f5 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_0.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_0.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_100.png b/core/res/res/drawable-xhdpi/stat_sys_battery_100.png Binary files differindex 0aefc68e437f..6d04b72692f4 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_100.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_100.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_15.png b/core/res/res/drawable-xhdpi/stat_sys_battery_15.png Binary files differindex 686ce51ad41e..2ddf663a50f3 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_15.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_15.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_28.png b/core/res/res/drawable-xhdpi/stat_sys_battery_28.png Binary files differindex 031546b8fce2..cd0d3304c8cb 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_28.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_28.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_43.png b/core/res/res/drawable-xhdpi/stat_sys_battery_43.png Binary files differindex d38698743c12..ef609a6391cf 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_43.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_43.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_57.png b/core/res/res/drawable-xhdpi/stat_sys_battery_57.png Binary files differindex 51115df0b78a..e59d4da7d80b 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_57.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_57.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_71.png b/core/res/res/drawable-xhdpi/stat_sys_battery_71.png Binary files differindex ca4fd8091d04..52938c16b825 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_71.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_71.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_85.png b/core/res/res/drawable-xhdpi/stat_sys_battery_85.png Binary files differindex f32e9e11122d..2df154776771 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_85.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_85.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim0.png b/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim0.png Binary files differindex 1d9efe74be1c..94fb0ff52d7f 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim0.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim0.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim100.png b/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim100.png Binary files differindex c5debbfbc147..f2d3399caa46 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim100.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim100.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim15.png b/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim15.png Binary files differindex 0b11fb1025c1..459ca1364ebb 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim15.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim15.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim28.png b/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim28.png Binary files differindex 3d06ee2aab7b..8b0b369d9891 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim28.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim28.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim43.png b/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim43.png Binary files differindex ea601e1e9842..4adb9a0471d3 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim43.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim43.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim57.png b/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim57.png Binary files differindex 843b0b4eddd5..0f057591d3ab 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim57.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim57.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim71.png b/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim71.png Binary files differindex 213e3f16441e..b71cd5f9f013 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim71.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim71.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim85.png b/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim85.png Binary files differindex ca5c41580d5a..9bca3933f82f 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim85.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_charge_anim85.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_battery_unknown.png b/core/res/res/drawable-xhdpi/stat_sys_battery_unknown.png Binary files differindex 7f156be3cdeb..61619911fbef 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_battery_unknown.png +++ b/core/res/res/drawable-xhdpi/stat_sys_battery_unknown.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_certificate_info.png b/core/res/res/drawable-xhdpi/stat_sys_certificate_info.png Binary files differindex 3c93ea00860d..df780fb1ea54 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_certificate_info.png +++ b/core/res/res/drawable-xhdpi/stat_sys_certificate_info.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_data_bluetooth.png b/core/res/res/drawable-xhdpi/stat_sys_data_bluetooth.png Binary files differindex 68cac47cb406..cb9dcf32b26a 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_data_bluetooth.png +++ b/core/res/res/drawable-xhdpi/stat_sys_data_bluetooth.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_data_usb.png b/core/res/res/drawable-xhdpi/stat_sys_data_usb.png Binary files differindex 57c1099d0d55..043fec89c8eb 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_data_usb.png +++ b/core/res/res/drawable-xhdpi/stat_sys_data_usb.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_data_wimax_signal_3_fully.png b/core/res/res/drawable-xhdpi/stat_sys_data_wimax_signal_3_fully.png Binary files differindex ec6bc54d77e2..8cb27d8117f3 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_data_wimax_signal_3_fully.png +++ b/core/res/res/drawable-xhdpi/stat_sys_data_wimax_signal_3_fully.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_data_wimax_signal_disconnected.png b/core/res/res/drawable-xhdpi/stat_sys_data_wimax_signal_disconnected.png Binary files differindex 9fd4f33bbf78..a3e1b0388c00 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_data_wimax_signal_disconnected.png +++ b/core/res/res/drawable-xhdpi/stat_sys_data_wimax_signal_disconnected.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_download_anim0.png b/core/res/res/drawable-xhdpi/stat_sys_download_anim0.png Binary files differindex 73cbc96f903e..e954ceb60df4 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_download_anim0.png +++ b/core/res/res/drawable-xhdpi/stat_sys_download_anim0.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_download_anim1.png b/core/res/res/drawable-xhdpi/stat_sys_download_anim1.png Binary files differindex 3e39abb05b04..f172afa5f310 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_download_anim1.png +++ b/core/res/res/drawable-xhdpi/stat_sys_download_anim1.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_download_anim2.png b/core/res/res/drawable-xhdpi/stat_sys_download_anim2.png Binary files differindex fc9b0dec53bf..ea356c8e6507 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_download_anim2.png +++ b/core/res/res/drawable-xhdpi/stat_sys_download_anim2.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_download_anim3.png b/core/res/res/drawable-xhdpi/stat_sys_download_anim3.png Binary files differindex 94bc01220c59..17837096f087 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_download_anim3.png +++ b/core/res/res/drawable-xhdpi/stat_sys_download_anim3.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_download_anim4.png b/core/res/res/drawable-xhdpi/stat_sys_download_anim4.png Binary files differindex e6b5857fecde..ecb712e48212 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_download_anim4.png +++ b/core/res/res/drawable-xhdpi/stat_sys_download_anim4.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_download_anim5.png b/core/res/res/drawable-xhdpi/stat_sys_download_anim5.png Binary files differindex f1df0c878bee..8543e2acf87b 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_download_anim5.png +++ b/core/res/res/drawable-xhdpi/stat_sys_download_anim5.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_gps_on.png b/core/res/res/drawable-xhdpi/stat_sys_gps_on.png Binary files differindex 8a6edfb5418d..a048f73d2153 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_gps_on.png +++ b/core/res/res/drawable-xhdpi/stat_sys_gps_on.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_headset.png b/core/res/res/drawable-xhdpi/stat_sys_headset.png Binary files differindex 4d447abf2881..81edb1617e44 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_headset.png +++ b/core/res/res/drawable-xhdpi/stat_sys_headset.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_phone_call.png b/core/res/res/drawable-xhdpi/stat_sys_phone_call.png Binary files differindex e7a3981e5340..f7c56f7a40ab 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_phone_call.png +++ b/core/res/res/drawable-xhdpi/stat_sys_phone_call.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_phone_call_forward.png b/core/res/res/drawable-xhdpi/stat_sys_phone_call_forward.png Binary files differindex 15c8ddaf6845..d5e2ac2222a4 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_phone_call_forward.png +++ b/core/res/res/drawable-xhdpi/stat_sys_phone_call_forward.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_phone_call_on_hold.png b/core/res/res/drawable-xhdpi/stat_sys_phone_call_on_hold.png Binary files differindex d5a1531ff345..3974a9213ac0 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_phone_call_on_hold.png +++ b/core/res/res/drawable-xhdpi/stat_sys_phone_call_on_hold.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_r_signal_0_cdma.png b/core/res/res/drawable-xhdpi/stat_sys_r_signal_0_cdma.png Binary files differindex 99ce37895afc..1c9a85d950b2 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_r_signal_0_cdma.png +++ b/core/res/res/drawable-xhdpi/stat_sys_r_signal_0_cdma.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_r_signal_1_cdma.png b/core/res/res/drawable-xhdpi/stat_sys_r_signal_1_cdma.png Binary files differindex e4301142dc35..ec76ee4e1c3c 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_r_signal_1_cdma.png +++ b/core/res/res/drawable-xhdpi/stat_sys_r_signal_1_cdma.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_r_signal_2_cdma.png b/core/res/res/drawable-xhdpi/stat_sys_r_signal_2_cdma.png Binary files differindex 42418962e549..f5111f7d3c01 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_r_signal_2_cdma.png +++ b/core/res/res/drawable-xhdpi/stat_sys_r_signal_2_cdma.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_r_signal_3_cdma.png b/core/res/res/drawable-xhdpi/stat_sys_r_signal_3_cdma.png Binary files differindex 3195feeb84d8..d215af7c78c9 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_r_signal_3_cdma.png +++ b/core/res/res/drawable-xhdpi/stat_sys_r_signal_3_cdma.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_r_signal_4_cdma.png b/core/res/res/drawable-xhdpi/stat_sys_r_signal_4_cdma.png Binary files differindex 3cb54634e0fc..caadc2b2f1b4 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_r_signal_4_cdma.png +++ b/core/res/res/drawable-xhdpi/stat_sys_r_signal_4_cdma.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_ra_signal_0_cdma.png b/core/res/res/drawable-xhdpi/stat_sys_ra_signal_0_cdma.png Binary files differindex 5f9a46bd1dec..d54f93e0de8d 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_ra_signal_0_cdma.png +++ b/core/res/res/drawable-xhdpi/stat_sys_ra_signal_0_cdma.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_ra_signal_1_cdma.png b/core/res/res/drawable-xhdpi/stat_sys_ra_signal_1_cdma.png Binary files differindex da5d09cf58ba..adce8c8237b4 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_ra_signal_1_cdma.png +++ b/core/res/res/drawable-xhdpi/stat_sys_ra_signal_1_cdma.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_ra_signal_2_cdma.png b/core/res/res/drawable-xhdpi/stat_sys_ra_signal_2_cdma.png Binary files differindex 8cd6e0842f28..475e19e39e41 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_ra_signal_2_cdma.png +++ b/core/res/res/drawable-xhdpi/stat_sys_ra_signal_2_cdma.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_ra_signal_3_cdma.png b/core/res/res/drawable-xhdpi/stat_sys_ra_signal_3_cdma.png Binary files differindex 6c6868019764..cc7fa8da1e00 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_ra_signal_3_cdma.png +++ b/core/res/res/drawable-xhdpi/stat_sys_ra_signal_3_cdma.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_ra_signal_4_cdma.png b/core/res/res/drawable-xhdpi/stat_sys_ra_signal_4_cdma.png Binary files differindex 5cf6e9c61cef..8a3adf76109a 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_ra_signal_4_cdma.png +++ b/core/res/res/drawable-xhdpi/stat_sys_ra_signal_4_cdma.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_signal_0_cdma.png b/core/res/res/drawable-xhdpi/stat_sys_signal_0_cdma.png Binary files differindex 28815f14aa2a..588d24760c43 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_signal_0_cdma.png +++ b/core/res/res/drawable-xhdpi/stat_sys_signal_0_cdma.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_signal_1_cdma.png b/core/res/res/drawable-xhdpi/stat_sys_signal_1_cdma.png Binary files differindex 1643c1011f8a..971cddb9ee9a 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_signal_1_cdma.png +++ b/core/res/res/drawable-xhdpi/stat_sys_signal_1_cdma.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_signal_2_cdma.png b/core/res/res/drawable-xhdpi/stat_sys_signal_2_cdma.png Binary files differindex 0f5a1478d359..8f78cb73037b 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_signal_2_cdma.png +++ b/core/res/res/drawable-xhdpi/stat_sys_signal_2_cdma.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_signal_3_cdma.png b/core/res/res/drawable-xhdpi/stat_sys_signal_3_cdma.png Binary files differindex d37f761be94e..7c1550f4c879 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_signal_3_cdma.png +++ b/core/res/res/drawable-xhdpi/stat_sys_signal_3_cdma.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_signal_4_cdma.png b/core/res/res/drawable-xhdpi/stat_sys_signal_4_cdma.png Binary files differindex f4b835f6484c..8dd19d81e829 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_signal_4_cdma.png +++ b/core/res/res/drawable-xhdpi/stat_sys_signal_4_cdma.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_0.png b/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_0.png Binary files differindex dc5196c75d8e..7a93730e9eca 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_0.png +++ b/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_0.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_1.png b/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_1.png Binary files differindex 5da3b3a5e1b1..3cbd4fb859aa 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_1.png +++ b/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_1.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_2.png b/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_2.png Binary files differindex d17890de80d2..fed95de03a9c 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_2.png +++ b/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_2.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_3.png b/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_3.png Binary files differindex 2dbe7599d456..e6978761d400 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_3.png +++ b/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_3.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_4.png b/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_4.png Binary files differindex 796f9edc0232..2653da8c9e1b 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_4.png +++ b/core/res/res/drawable-xhdpi/stat_sys_signal_evdo_4.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_tether_bluetooth.png b/core/res/res/drawable-xhdpi/stat_sys_tether_bluetooth.png Binary files differindex 3f57d1c76ccb..53f58ba0ddfd 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_tether_bluetooth.png +++ b/core/res/res/drawable-xhdpi/stat_sys_tether_bluetooth.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_tether_general.png b/core/res/res/drawable-xhdpi/stat_sys_tether_general.png Binary files differindex 34b0cb36736a..cb41b366e604 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_tether_general.png +++ b/core/res/res/drawable-xhdpi/stat_sys_tether_general.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_tether_usb.png b/core/res/res/drawable-xhdpi/stat_sys_tether_usb.png Binary files differindex 36afe485b5bb..79ad4e498f9f 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_tether_usb.png +++ b/core/res/res/drawable-xhdpi/stat_sys_tether_usb.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_throttled.png b/core/res/res/drawable-xhdpi/stat_sys_throttled.png Binary files differindex 043a1e3e7b15..e21ed0173df5 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_throttled.png +++ b/core/res/res/drawable-xhdpi/stat_sys_throttled.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_upload_anim0.png b/core/res/res/drawable-xhdpi/stat_sys_upload_anim0.png Binary files differindex 2fbdaf8b269d..8386a63c7b2f 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_upload_anim0.png +++ b/core/res/res/drawable-xhdpi/stat_sys_upload_anim0.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_upload_anim1.png b/core/res/res/drawable-xhdpi/stat_sys_upload_anim1.png Binary files differindex cd0ca73608da..7dad7e18c2db 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_upload_anim1.png +++ b/core/res/res/drawable-xhdpi/stat_sys_upload_anim1.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_upload_anim2.png b/core/res/res/drawable-xhdpi/stat_sys_upload_anim2.png Binary files differindex e443f4573f1a..cbc8d81ea122 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_upload_anim2.png +++ b/core/res/res/drawable-xhdpi/stat_sys_upload_anim2.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_upload_anim3.png b/core/res/res/drawable-xhdpi/stat_sys_upload_anim3.png Binary files differindex 8fb42f8ea5fd..5f2da2d4b7d5 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_upload_anim3.png +++ b/core/res/res/drawable-xhdpi/stat_sys_upload_anim3.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_upload_anim4.png b/core/res/res/drawable-xhdpi/stat_sys_upload_anim4.png Binary files differindex 2fb18024e9d0..c1c1d798db40 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_upload_anim4.png +++ b/core/res/res/drawable-xhdpi/stat_sys_upload_anim4.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_upload_anim5.png b/core/res/res/drawable-xhdpi/stat_sys_upload_anim5.png Binary files differindex c1d9db5a62c3..739b0a3f7cf6 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_upload_anim5.png +++ b/core/res/res/drawable-xhdpi/stat_sys_upload_anim5.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_vp_phone_call.png b/core/res/res/drawable-xhdpi/stat_sys_vp_phone_call.png Binary files differindex af804819975d..4f10b000e83e 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_vp_phone_call.png +++ b/core/res/res/drawable-xhdpi/stat_sys_vp_phone_call.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_vp_phone_call_on_hold.png b/core/res/res/drawable-xhdpi/stat_sys_vp_phone_call_on_hold.png Binary files differindex 2ba109545c43..2cbc0e5b1528 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_vp_phone_call_on_hold.png +++ b/core/res/res/drawable-xhdpi/stat_sys_vp_phone_call_on_hold.png diff --git a/core/res/res/drawable-xhdpi/stat_sys_warning.png b/core/res/res/drawable-xhdpi/stat_sys_warning.png Binary files differindex c7ac11ff7fa2..ac1657d00ecd 100644 --- a/core/res/res/drawable-xhdpi/stat_sys_warning.png +++ b/core/res/res/drawable-xhdpi/stat_sys_warning.png diff --git a/core/res/res/drawable-xhdpi/status_bar_background.png b/core/res/res/drawable-xhdpi/status_bar_background.png Binary files differindex 529904f8846c..a431b2dc67b9 100644 --- a/core/res/res/drawable-xhdpi/status_bar_background.png +++ b/core/res/res/drawable-xhdpi/status_bar_background.png diff --git a/core/res/res/drawable-xhdpi/status_bar_header_background.9.png b/core/res/res/drawable-xhdpi/status_bar_header_background.9.png Binary files differindex efd3e97e35d0..d69293813ad0 100644 --- a/core/res/res/drawable-xhdpi/status_bar_header_background.9.png +++ b/core/res/res/drawable-xhdpi/status_bar_header_background.9.png diff --git a/core/res/res/drawable-xhdpi/status_bar_item_app_background_normal.9.png b/core/res/res/drawable-xhdpi/status_bar_item_app_background_normal.9.png Binary files differindex 7f3d9db49c00..69ceac7dde10 100644 --- a/core/res/res/drawable-xhdpi/status_bar_item_app_background_normal.9.png +++ b/core/res/res/drawable-xhdpi/status_bar_item_app_background_normal.9.png diff --git a/core/res/res/drawable-xhdpi/status_bar_item_background_focus.9.png b/core/res/res/drawable-xhdpi/status_bar_item_background_focus.9.png Binary files differindex 5d77613d8df8..cc2934bf6e9b 100644 --- a/core/res/res/drawable-xhdpi/status_bar_item_background_focus.9.png +++ b/core/res/res/drawable-xhdpi/status_bar_item_background_focus.9.png diff --git a/core/res/res/drawable-xhdpi/status_bar_item_background_normal.9.png b/core/res/res/drawable-xhdpi/status_bar_item_background_normal.9.png Binary files differindex 3b4959ffd947..ae18e9aba9f6 100644 --- a/core/res/res/drawable-xhdpi/status_bar_item_background_normal.9.png +++ b/core/res/res/drawable-xhdpi/status_bar_item_background_normal.9.png diff --git a/core/res/res/drawable-xhdpi/status_bar_item_background_pressed.9.png b/core/res/res/drawable-xhdpi/status_bar_item_background_pressed.9.png Binary files differindex 70a000f8cdbd..aa639fbdbe7d 100644 --- a/core/res/res/drawable-xhdpi/status_bar_item_background_pressed.9.png +++ b/core/res/res/drawable-xhdpi/status_bar_item_background_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/statusbar_background.9.png b/core/res/res/drawable-xhdpi/statusbar_background.9.png Binary files differindex e1a3a9b427ef..4c6b11eb6927 100644 --- a/core/res/res/drawable-xhdpi/statusbar_background.9.png +++ b/core/res/res/drawable-xhdpi/statusbar_background.9.png diff --git a/core/res/res/drawable-xhdpi/submenu_arrow_nofocus.png b/core/res/res/drawable-xhdpi/submenu_arrow_nofocus.png Binary files differindex 5e640307c262..48216babd8ad 100644 --- a/core/res/res/drawable-xhdpi/submenu_arrow_nofocus.png +++ b/core/res/res/drawable-xhdpi/submenu_arrow_nofocus.png diff --git a/core/res/res/drawable-xhdpi/switch_bg_disabled_holo_dark.9.png b/core/res/res/drawable-xhdpi/switch_bg_disabled_holo_dark.9.png Binary files differindex b23070c17319..55eff46cd214 100644 --- a/core/res/res/drawable-xhdpi/switch_bg_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/switch_bg_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/switch_bg_disabled_holo_light.9.png b/core/res/res/drawable-xhdpi/switch_bg_disabled_holo_light.9.png Binary files differindex 29f177a45421..6471b6b19092 100644 --- a/core/res/res/drawable-xhdpi/switch_bg_disabled_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/switch_bg_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/switch_bg_focused_holo_dark.9.png b/core/res/res/drawable-xhdpi/switch_bg_focused_holo_dark.9.png Binary files differindex e85103da2b8e..66d31c62e65b 100644 --- a/core/res/res/drawable-xhdpi/switch_bg_focused_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/switch_bg_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/switch_bg_focused_holo_light.9.png b/core/res/res/drawable-xhdpi/switch_bg_focused_holo_light.9.png Binary files differindex 75978bccaf8a..10497af4db39 100644 --- a/core/res/res/drawable-xhdpi/switch_bg_focused_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/switch_bg_focused_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/switch_bg_holo_dark.9.png b/core/res/res/drawable-xhdpi/switch_bg_holo_dark.9.png Binary files differindex 732481e5997e..83c7a150c19e 100644 --- a/core/res/res/drawable-xhdpi/switch_bg_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/switch_bg_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/switch_bg_holo_light.9.png b/core/res/res/drawable-xhdpi/switch_bg_holo_light.9.png Binary files differindex aec616eaf922..02ceff301486 100644 --- a/core/res/res/drawable-xhdpi/switch_bg_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/switch_bg_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/switch_thumb_activated_holo_dark.9.png b/core/res/res/drawable-xhdpi/switch_thumb_activated_holo_dark.9.png Binary files differindex ca48bd866c2d..4edff91cb89b 100644 --- a/core/res/res/drawable-xhdpi/switch_thumb_activated_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/switch_thumb_activated_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/switch_thumb_activated_holo_light.9.png b/core/res/res/drawable-xhdpi/switch_thumb_activated_holo_light.9.png Binary files differindex ca48bd866c2d..4edff91cb89b 100644 --- a/core/res/res/drawable-xhdpi/switch_thumb_activated_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/switch_thumb_activated_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/switch_thumb_disabled_holo_dark.9.png b/core/res/res/drawable-xhdpi/switch_thumb_disabled_holo_dark.9.png Binary files differindex c3d80f0eb33f..2b3703b4a847 100644 --- a/core/res/res/drawable-xhdpi/switch_thumb_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/switch_thumb_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/switch_thumb_disabled_holo_light.9.png b/core/res/res/drawable-xhdpi/switch_thumb_disabled_holo_light.9.png Binary files differindex c3d80f0eb33f..2b3703b4a847 100644 --- a/core/res/res/drawable-xhdpi/switch_thumb_disabled_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/switch_thumb_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/switch_thumb_holo_dark.9.png b/core/res/res/drawable-xhdpi/switch_thumb_holo_dark.9.png Binary files differindex df236df82928..12e41f57afb9 100644 --- a/core/res/res/drawable-xhdpi/switch_thumb_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/switch_thumb_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/switch_thumb_holo_light.9.png b/core/res/res/drawable-xhdpi/switch_thumb_holo_light.9.png Binary files differindex df236df82928..12e41f57afb9 100644 --- a/core/res/res/drawable-xhdpi/switch_thumb_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/switch_thumb_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/switch_thumb_pressed_holo_dark.9.png b/core/res/res/drawable-xhdpi/switch_thumb_pressed_holo_dark.9.png Binary files differindex dc69b1279fd8..8a95b2e8b7d0 100644 --- a/core/res/res/drawable-xhdpi/switch_thumb_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/switch_thumb_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/switch_thumb_pressed_holo_light.9.png b/core/res/res/drawable-xhdpi/switch_thumb_pressed_holo_light.9.png Binary files differindex 2370b63adfb4..5dac50e68540 100644 --- a/core/res/res/drawable-xhdpi/switch_thumb_pressed_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/switch_thumb_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/sym_action_add.png b/core/res/res/drawable-xhdpi/sym_action_add.png Binary files differindex b0562c4890ed..257bbd721e99 100644 --- a/core/res/res/drawable-xhdpi/sym_action_add.png +++ b/core/res/res/drawable-xhdpi/sym_action_add.png diff --git a/core/res/res/drawable-xhdpi/sym_action_call.png b/core/res/res/drawable-xhdpi/sym_action_call.png Binary files differindex e0de1e01739a..9bb93050226e 100644 --- a/core/res/res/drawable-xhdpi/sym_action_call.png +++ b/core/res/res/drawable-xhdpi/sym_action_call.png diff --git a/core/res/res/drawable-xhdpi/sym_action_chat.png b/core/res/res/drawable-xhdpi/sym_action_chat.png Binary files differindex c0f26240ee60..92fe52ebbe74 100644 --- a/core/res/res/drawable-xhdpi/sym_action_chat.png +++ b/core/res/res/drawable-xhdpi/sym_action_chat.png diff --git a/core/res/res/drawable-xhdpi/sym_action_email.png b/core/res/res/drawable-xhdpi/sym_action_email.png Binary files differindex 343a9c1a4c1c..74e424dd0c99 100644 --- a/core/res/res/drawable-xhdpi/sym_action_email.png +++ b/core/res/res/drawable-xhdpi/sym_action_email.png diff --git a/core/res/res/drawable-xhdpi/sym_app_on_sd_unavailable_icon.png b/core/res/res/drawable-xhdpi/sym_app_on_sd_unavailable_icon.png Binary files differindex e4e6a5a70df2..af950eb4e6ea 100644 --- a/core/res/res/drawable-xhdpi/sym_app_on_sd_unavailable_icon.png +++ b/core/res/res/drawable-xhdpi/sym_app_on_sd_unavailable_icon.png diff --git a/core/res/res/drawable-xhdpi/sym_call_incoming.png b/core/res/res/drawable-xhdpi/sym_call_incoming.png Binary files differindex 738390aae416..44c7f7e2efd5 100644 --- a/core/res/res/drawable-xhdpi/sym_call_incoming.png +++ b/core/res/res/drawable-xhdpi/sym_call_incoming.png diff --git a/core/res/res/drawable-xhdpi/sym_call_missed.png b/core/res/res/drawable-xhdpi/sym_call_missed.png Binary files differindex 2eb7aa46bb94..80bf4235df5c 100644 --- a/core/res/res/drawable-xhdpi/sym_call_missed.png +++ b/core/res/res/drawable-xhdpi/sym_call_missed.png diff --git a/core/res/res/drawable-xhdpi/sym_call_outgoing.png b/core/res/res/drawable-xhdpi/sym_call_outgoing.png Binary files differindex 77f21e6bfe2e..1c4e8d2631b4 100644 --- a/core/res/res/drawable-xhdpi/sym_call_outgoing.png +++ b/core/res/res/drawable-xhdpi/sym_call_outgoing.png diff --git a/core/res/res/drawable-xhdpi/sym_contact_card.png b/core/res/res/drawable-xhdpi/sym_contact_card.png Binary files differindex aa65f1c987dd..e2835e324c17 100644 --- a/core/res/res/drawable-xhdpi/sym_contact_card.png +++ b/core/res/res/drawable-xhdpi/sym_contact_card.png diff --git a/core/res/res/drawable-xhdpi/sym_def_app_icon.png b/core/res/res/drawable-xhdpi/sym_def_app_icon.png Binary files differindex bfa42f0e7b91..6a7d18be51a8 100644 --- a/core/res/res/drawable-xhdpi/sym_def_app_icon.png +++ b/core/res/res/drawable-xhdpi/sym_def_app_icon.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_delete.png b/core/res/res/drawable-xhdpi/sym_keyboard_delete.png Binary files differindex 45c14aa78c1e..d044cf5b047f 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_delete.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_delete.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_delete_dim.png b/core/res/res/drawable-xhdpi/sym_keyboard_delete_dim.png Binary files differindex 2dac874076ba..e526e4c8cca6 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_delete_dim.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_delete_dim.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_enter.png b/core/res/res/drawable-xhdpi/sym_keyboard_enter.png Binary files differindex 3b034fd89e31..63a892b3b1d2 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_enter.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_enter.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_feedback_delete.png b/core/res/res/drawable-xhdpi/sym_keyboard_feedback_delete.png Binary files differindex 843cc8272da3..930fbc382da5 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_feedback_delete.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_feedback_delete.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_feedback_ok.png b/core/res/res/drawable-xhdpi/sym_keyboard_feedback_ok.png Binary files differindex 425452e07914..8c2372b1f7ba 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_feedback_ok.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_feedback_ok.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_feedback_return.png b/core/res/res/drawable-xhdpi/sym_keyboard_feedback_return.png Binary files differindex d19e4dd91210..c55b869d65c2 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_feedback_return.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_feedback_return.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_feedback_shift.png b/core/res/res/drawable-xhdpi/sym_keyboard_feedback_shift.png Binary files differindex 22df42123641..bf94755eb948 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_feedback_shift.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_feedback_shift.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_feedback_shift_locked.png b/core/res/res/drawable-xhdpi/sym_keyboard_feedback_shift_locked.png Binary files differindex 30f3ead6cc5c..e76ca403f025 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_feedback_shift_locked.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_feedback_shift_locked.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_feedback_space.png b/core/res/res/drawable-xhdpi/sym_keyboard_feedback_space.png Binary files differindex 840da36d99ff..b523f402027c 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_feedback_space.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_feedback_space.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_num0_no_plus.png b/core/res/res/drawable-xhdpi/sym_keyboard_num0_no_plus.png Binary files differindex cdd256d7179d..17c499374275 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_num0_no_plus.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_num0_no_plus.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_num1.png b/core/res/res/drawable-xhdpi/sym_keyboard_num1.png Binary files differindex d81d4b58f74a..e619d36175dc 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_num1.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_num1.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_num2.png b/core/res/res/drawable-xhdpi/sym_keyboard_num2.png Binary files differindex 8ae9fafae3f6..f7d4f29e0502 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_num2.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_num2.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_num3.png b/core/res/res/drawable-xhdpi/sym_keyboard_num3.png Binary files differindex ed6e90ab727c..a6df40e1d82e 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_num3.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_num3.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_num4.png b/core/res/res/drawable-xhdpi/sym_keyboard_num4.png Binary files differindex 5cff39f925d6..b0a5ff4de06a 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_num4.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_num4.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_num5.png b/core/res/res/drawable-xhdpi/sym_keyboard_num5.png Binary files differindex 1c9358efd393..95c99ac7709e 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_num5.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_num5.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_num6.png b/core/res/res/drawable-xhdpi/sym_keyboard_num6.png Binary files differindex 9a5cb6fac58f..09e8c4c440c1 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_num6.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_num6.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_num7.png b/core/res/res/drawable-xhdpi/sym_keyboard_num7.png Binary files differindex 1bd5c6b6dc4a..6b8533be7e1a 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_num7.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_num7.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_num8.png b/core/res/res/drawable-xhdpi/sym_keyboard_num8.png Binary files differindex 9a3315258a40..f85b157d4f3d 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_num8.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_num8.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_num9.png b/core/res/res/drawable-xhdpi/sym_keyboard_num9.png Binary files differindex caa3113d170c..ac546968e63d 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_num9.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_num9.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_ok.png b/core/res/res/drawable-xhdpi/sym_keyboard_ok.png Binary files differindex 08a5eefb176a..c961763a9ec4 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_ok.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_ok.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_ok_dim.png b/core/res/res/drawable-xhdpi/sym_keyboard_ok_dim.png Binary files differindex 6a366188460a..0e2765d6f14a 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_ok_dim.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_ok_dim.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_return.png b/core/res/res/drawable-xhdpi/sym_keyboard_return.png Binary files differindex b1e1ce9e30fb..d84f0dcdda54 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_return.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_return.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_shift.png b/core/res/res/drawable-xhdpi/sym_keyboard_shift.png Binary files differindex 6df40801c3f7..fd3a9f00d49d 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_shift.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_shift.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_shift_locked.png b/core/res/res/drawable-xhdpi/sym_keyboard_shift_locked.png Binary files differindex 470196ea75d3..7c492b05746e 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_shift_locked.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_shift_locked.png diff --git a/core/res/res/drawable-xhdpi/sym_keyboard_space.png b/core/res/res/drawable-xhdpi/sym_keyboard_space.png Binary files differindex cce2845a5e34..0990cf4ca430 100644 --- a/core/res/res/drawable-xhdpi/sym_keyboard_space.png +++ b/core/res/res/drawable-xhdpi/sym_keyboard_space.png diff --git a/core/res/res/drawable-xhdpi/tab_bottom_holo.9.png b/core/res/res/drawable-xhdpi/tab_bottom_holo.9.png Binary files differindex 712dd22b5dd6..28b5accca49f 100644 --- a/core/res/res/drawable-xhdpi/tab_bottom_holo.9.png +++ b/core/res/res/drawable-xhdpi/tab_bottom_holo.9.png diff --git a/core/res/res/drawable-xhdpi/tab_focus.9.png b/core/res/res/drawable-xhdpi/tab_focus.9.png Binary files differindex 737d2c44a7c9..c9ff9ddf3a71 100644 --- a/core/res/res/drawable-xhdpi/tab_focus.9.png +++ b/core/res/res/drawable-xhdpi/tab_focus.9.png diff --git a/core/res/res/drawable-xhdpi/tab_focus_bar_left.9.png b/core/res/res/drawable-xhdpi/tab_focus_bar_left.9.png Binary files differindex e879e37808e7..0243025a6269 100644 --- a/core/res/res/drawable-xhdpi/tab_focus_bar_left.9.png +++ b/core/res/res/drawable-xhdpi/tab_focus_bar_left.9.png diff --git a/core/res/res/drawable-xhdpi/tab_focus_bar_right.9.png b/core/res/res/drawable-xhdpi/tab_focus_bar_right.9.png Binary files differindex e879e37808e7..0243025a6269 100644 --- a/core/res/res/drawable-xhdpi/tab_focus_bar_right.9.png +++ b/core/res/res/drawable-xhdpi/tab_focus_bar_right.9.png diff --git a/core/res/res/drawable-xhdpi/tab_indicator_mtrl_alpha.9.png b/core/res/res/drawable-xhdpi/tab_indicator_mtrl_alpha.9.png Binary files differindex 5610d8c8d2ec..b9b1d503c62a 100644 --- a/core/res/res/drawable-xhdpi/tab_indicator_mtrl_alpha.9.png +++ b/core/res/res/drawable-xhdpi/tab_indicator_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xhdpi/tab_press.9.png b/core/res/res/drawable-xhdpi/tab_press.9.png Binary files differindex 78b43dbfac6d..7a9629b2a05c 100644 --- a/core/res/res/drawable-xhdpi/tab_press.9.png +++ b/core/res/res/drawable-xhdpi/tab_press.9.png diff --git a/core/res/res/drawable-xhdpi/tab_press_bar_left.9.png b/core/res/res/drawable-xhdpi/tab_press_bar_left.9.png Binary files differindex c5f44f3ece38..ccb0dd8b857b 100644 --- a/core/res/res/drawable-xhdpi/tab_press_bar_left.9.png +++ b/core/res/res/drawable-xhdpi/tab_press_bar_left.9.png diff --git a/core/res/res/drawable-xhdpi/tab_press_bar_right.9.png b/core/res/res/drawable-xhdpi/tab_press_bar_right.9.png Binary files differindex c5f44f3ece38..ccb0dd8b857b 100644 --- a/core/res/res/drawable-xhdpi/tab_press_bar_right.9.png +++ b/core/res/res/drawable-xhdpi/tab_press_bar_right.9.png diff --git a/core/res/res/drawable-xhdpi/tab_pressed_holo.9.png b/core/res/res/drawable-xhdpi/tab_pressed_holo.9.png Binary files differindex c2219757ecea..b76fa97bb9ed 100644 --- a/core/res/res/drawable-xhdpi/tab_pressed_holo.9.png +++ b/core/res/res/drawable-xhdpi/tab_pressed_holo.9.png diff --git a/core/res/res/drawable-xhdpi/tab_selected.9.png b/core/res/res/drawable-xhdpi/tab_selected.9.png Binary files differindex fba5ee492140..2a0c5f2e6d9c 100644 --- a/core/res/res/drawable-xhdpi/tab_selected.9.png +++ b/core/res/res/drawable-xhdpi/tab_selected.9.png diff --git a/core/res/res/drawable-xhdpi/tab_selected_bar_left.9.png b/core/res/res/drawable-xhdpi/tab_selected_bar_left.9.png Binary files differindex 53efbb4b7d87..27a9f86eac1d 100644 --- a/core/res/res/drawable-xhdpi/tab_selected_bar_left.9.png +++ b/core/res/res/drawable-xhdpi/tab_selected_bar_left.9.png diff --git a/core/res/res/drawable-xhdpi/tab_selected_bar_left_v4.9.png b/core/res/res/drawable-xhdpi/tab_selected_bar_left_v4.9.png Binary files differindex eec4ddb60a3c..df907df79127 100644 --- a/core/res/res/drawable-xhdpi/tab_selected_bar_left_v4.9.png +++ b/core/res/res/drawable-xhdpi/tab_selected_bar_left_v4.9.png diff --git a/core/res/res/drawable-xhdpi/tab_selected_bar_right.9.png b/core/res/res/drawable-xhdpi/tab_selected_bar_right.9.png Binary files differindex 53efbb4b7d87..27a9f86eac1d 100644 --- a/core/res/res/drawable-xhdpi/tab_selected_bar_right.9.png +++ b/core/res/res/drawable-xhdpi/tab_selected_bar_right.9.png diff --git a/core/res/res/drawable-xhdpi/tab_selected_bar_right_v4.9.png b/core/res/res/drawable-xhdpi/tab_selected_bar_right_v4.9.png Binary files differindex eec4ddb60a3c..df907df79127 100644 --- a/core/res/res/drawable-xhdpi/tab_selected_bar_right_v4.9.png +++ b/core/res/res/drawable-xhdpi/tab_selected_bar_right_v4.9.png diff --git a/core/res/res/drawable-xhdpi/tab_selected_focused_holo.9.png b/core/res/res/drawable-xhdpi/tab_selected_focused_holo.9.png Binary files differindex 03cfb0945d97..73f40fd35264 100644 --- a/core/res/res/drawable-xhdpi/tab_selected_focused_holo.9.png +++ b/core/res/res/drawable-xhdpi/tab_selected_focused_holo.9.png diff --git a/core/res/res/drawable-xhdpi/tab_selected_holo.9.png b/core/res/res/drawable-xhdpi/tab_selected_holo.9.png Binary files differindex e4229f26b277..3631e00f389a 100644 --- a/core/res/res/drawable-xhdpi/tab_selected_holo.9.png +++ b/core/res/res/drawable-xhdpi/tab_selected_holo.9.png diff --git a/core/res/res/drawable-xhdpi/tab_selected_pressed_holo.9.png b/core/res/res/drawable-xhdpi/tab_selected_pressed_holo.9.png Binary files differindex f13a19486309..2d514006bcd0 100644 --- a/core/res/res/drawable-xhdpi/tab_selected_pressed_holo.9.png +++ b/core/res/res/drawable-xhdpi/tab_selected_pressed_holo.9.png diff --git a/core/res/res/drawable-xhdpi/tab_selected_v4.9.png b/core/res/res/drawable-xhdpi/tab_selected_v4.9.png Binary files differindex f1f4ec6a96de..2ab8e9f12fd9 100644 --- a/core/res/res/drawable-xhdpi/tab_selected_v4.9.png +++ b/core/res/res/drawable-xhdpi/tab_selected_v4.9.png diff --git a/core/res/res/drawable-xhdpi/tab_unselected.9.png b/core/res/res/drawable-xhdpi/tab_unselected.9.png Binary files differindex 317170183a5a..7eee26d76f96 100644 --- a/core/res/res/drawable-xhdpi/tab_unselected.9.png +++ b/core/res/res/drawable-xhdpi/tab_unselected.9.png diff --git a/core/res/res/drawable-xhdpi/tab_unselected_focused_holo.9.png b/core/res/res/drawable-xhdpi/tab_unselected_focused_holo.9.png Binary files differindex f3a5cbde81d4..84fc1fc50d5b 100644 --- a/core/res/res/drawable-xhdpi/tab_unselected_focused_holo.9.png +++ b/core/res/res/drawable-xhdpi/tab_unselected_focused_holo.9.png diff --git a/core/res/res/drawable-xhdpi/tab_unselected_holo.9.png b/core/res/res/drawable-xhdpi/tab_unselected_holo.9.png Binary files differindex 9465173781ea..403c35c9fa2b 100644 --- a/core/res/res/drawable-xhdpi/tab_unselected_holo.9.png +++ b/core/res/res/drawable-xhdpi/tab_unselected_holo.9.png diff --git a/core/res/res/drawable-xhdpi/tab_unselected_pressed_holo.9.png b/core/res/res/drawable-xhdpi/tab_unselected_pressed_holo.9.png Binary files differindex 358ce262b8c1..87ab2cfb5061 100644 --- a/core/res/res/drawable-xhdpi/tab_unselected_pressed_holo.9.png +++ b/core/res/res/drawable-xhdpi/tab_unselected_pressed_holo.9.png diff --git a/core/res/res/drawable-xhdpi/tab_unselected_v4.9.png b/core/res/res/drawable-xhdpi/tab_unselected_v4.9.png Binary files differindex 1df8c3a0b784..6f2b7069610b 100644 --- a/core/res/res/drawable-xhdpi/tab_unselected_v4.9.png +++ b/core/res/res/drawable-xhdpi/tab_unselected_v4.9.png diff --git a/core/res/res/drawable-xhdpi/text_edit_paste_window.9.png b/core/res/res/drawable-xhdpi/text_edit_paste_window.9.png Binary files differindex a6e199aa9c5a..b204beea22d1 100644 --- a/core/res/res/drawable-xhdpi/text_edit_paste_window.9.png +++ b/core/res/res/drawable-xhdpi/text_edit_paste_window.9.png diff --git a/core/res/res/drawable-xhdpi/text_edit_side_paste_window.9.png b/core/res/res/drawable-xhdpi/text_edit_side_paste_window.9.png Binary files differindex f96ff01aafb4..0b8be864b4e7 100644 --- a/core/res/res/drawable-xhdpi/text_edit_side_paste_window.9.png +++ b/core/res/res/drawable-xhdpi/text_edit_side_paste_window.9.png diff --git a/core/res/res/drawable-xhdpi/text_edit_suggestions_window.9.png b/core/res/res/drawable-xhdpi/text_edit_suggestions_window.9.png Binary files differindex a6e199aa9c5a..b204beea22d1 100644 --- a/core/res/res/drawable-xhdpi/text_edit_suggestions_window.9.png +++ b/core/res/res/drawable-xhdpi/text_edit_suggestions_window.9.png diff --git a/core/res/res/drawable-xhdpi/text_select_handle_left.png b/core/res/res/drawable-xhdpi/text_select_handle_left.png Binary files differindex 98d10c92928b..f111f50ca5b2 100644 --- a/core/res/res/drawable-xhdpi/text_select_handle_left.png +++ b/core/res/res/drawable-xhdpi/text_select_handle_left.png diff --git a/core/res/res/drawable-xhdpi/text_select_handle_left_mtrl_alpha.png b/core/res/res/drawable-xhdpi/text_select_handle_left_mtrl_alpha.png Binary files differindex 58f8c439a673..d881a01be6cf 100644 --- a/core/res/res/drawable-xhdpi/text_select_handle_left_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/text_select_handle_left_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/text_select_handle_middle.png b/core/res/res/drawable-xhdpi/text_select_handle_middle.png Binary files differindex 058b30b731bc..8ef2ac0e934f 100644 --- a/core/res/res/drawable-xhdpi/text_select_handle_middle.png +++ b/core/res/res/drawable-xhdpi/text_select_handle_middle.png diff --git a/core/res/res/drawable-xhdpi/text_select_handle_middle_mtrl_alpha.png b/core/res/res/drawable-xhdpi/text_select_handle_middle_mtrl_alpha.png Binary files differindex c1ca323b4a16..ac9ebe57fc58 100644 --- a/core/res/res/drawable-xhdpi/text_select_handle_middle_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/text_select_handle_middle_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/text_select_handle_right.png b/core/res/res/drawable-xhdpi/text_select_handle_right.png Binary files differindex b3a0c9f47ec3..d305601fb74a 100644 --- a/core/res/res/drawable-xhdpi/text_select_handle_right.png +++ b/core/res/res/drawable-xhdpi/text_select_handle_right.png diff --git a/core/res/res/drawable-xhdpi/text_select_handle_right_mtrl_alpha.png b/core/res/res/drawable-xhdpi/text_select_handle_right_mtrl_alpha.png Binary files differindex 42a893da515b..e9c038d35f67 100644 --- a/core/res/res/drawable-xhdpi/text_select_handle_right_mtrl_alpha.png +++ b/core/res/res/drawable-xhdpi/text_select_handle_right_mtrl_alpha.png diff --git a/core/res/res/drawable-xhdpi/textfield_activated_holo_dark.9.png b/core/res/res/drawable-xhdpi/textfield_activated_holo_dark.9.png Binary files differindex 653b7dc73ec0..649833d15246 100644 --- a/core/res/res/drawable-xhdpi/textfield_activated_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/textfield_activated_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_activated_holo_light.9.png b/core/res/res/drawable-xhdpi/textfield_activated_holo_light.9.png Binary files differindex 08fcc5e52d98..5023462b6035 100644 --- a/core/res/res/drawable-xhdpi/textfield_activated_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/textfield_activated_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_activated_mtrl_alpha.9.png b/core/res/res/drawable-xhdpi/textfield_activated_mtrl_alpha.9.png Binary files differindex 8c617fd7b669..13fba5913cd4 100644 --- a/core/res/res/drawable-xhdpi/textfield_activated_mtrl_alpha.9.png +++ b/core/res/res/drawable-xhdpi/textfield_activated_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_default.9.png b/core/res/res/drawable-xhdpi/textfield_default.9.png Binary files differindex f084f47dfc41..82ad7de2c1f5 100644 --- a/core/res/res/drawable-xhdpi/textfield_default.9.png +++ b/core/res/res/drawable-xhdpi/textfield_default.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_default_holo_dark.9.png b/core/res/res/drawable-xhdpi/textfield_default_holo_dark.9.png Binary files differindex 3f63c3fc90be..c99ed7252b10 100644 --- a/core/res/res/drawable-xhdpi/textfield_default_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/textfield_default_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_default_holo_light.9.png b/core/res/res/drawable-xhdpi/textfield_default_holo_light.9.png Binary files differindex dbb992482760..e148a572cc81 100644 --- a/core/res/res/drawable-xhdpi/textfield_default_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/textfield_default_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_default_mtrl_alpha.9.png b/core/res/res/drawable-xhdpi/textfield_default_mtrl_alpha.9.png Binary files differindex 240ef7b14335..2096034cc408 100644 --- a/core/res/res/drawable-xhdpi/textfield_default_mtrl_alpha.9.png +++ b/core/res/res/drawable-xhdpi/textfield_default_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_disabled.9.png b/core/res/res/drawable-xhdpi/textfield_disabled.9.png Binary files differindex 1940051f7acd..eef79f1b73e5 100644 --- a/core/res/res/drawable-xhdpi/textfield_disabled.9.png +++ b/core/res/res/drawable-xhdpi/textfield_disabled.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_disabled_focused_holo_dark.9.png b/core/res/res/drawable-xhdpi/textfield_disabled_focused_holo_dark.9.png Binary files differindex a9767fc7ed42..16d98790bc4b 100644 --- a/core/res/res/drawable-xhdpi/textfield_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/textfield_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_disabled_focused_holo_light.9.png b/core/res/res/drawable-xhdpi/textfield_disabled_focused_holo_light.9.png Binary files differindex 40a28cf70218..0b9bacbf4a2f 100644 --- a/core/res/res/drawable-xhdpi/textfield_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/textfield_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_disabled_holo_dark.9.png b/core/res/res/drawable-xhdpi/textfield_disabled_holo_dark.9.png Binary files differindex d78b10d67c44..d0cd9ac66e55 100644 --- a/core/res/res/drawable-xhdpi/textfield_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/textfield_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_disabled_holo_light.9.png b/core/res/res/drawable-xhdpi/textfield_disabled_holo_light.9.png Binary files differindex 4ffdd869e10d..e5b280fad375 100644 --- a/core/res/res/drawable-xhdpi/textfield_disabled_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/textfield_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_disabled_selected.9.png b/core/res/res/drawable-xhdpi/textfield_disabled_selected.9.png Binary files differindex 335bee64b4ec..7a5f2d16abfe 100644 --- a/core/res/res/drawable-xhdpi/textfield_disabled_selected.9.png +++ b/core/res/res/drawable-xhdpi/textfield_disabled_selected.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_focused_holo_dark.9.png b/core/res/res/drawable-xhdpi/textfield_focused_holo_dark.9.png Binary files differindex 3ed03f32cdbe..dfa610a0d70f 100644 --- a/core/res/res/drawable-xhdpi/textfield_focused_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/textfield_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_focused_holo_light.9.png b/core/res/res/drawable-xhdpi/textfield_focused_holo_light.9.png Binary files differindex 3ed03f32cdbe..dfa610a0d70f 100644 --- a/core/res/res/drawable-xhdpi/textfield_focused_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/textfield_focused_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_multiline_activated_holo_dark.9.png b/core/res/res/drawable-xhdpi/textfield_multiline_activated_holo_dark.9.png Binary files differindex e12da1b0a6c3..649833d15246 100644 --- a/core/res/res/drawable-xhdpi/textfield_multiline_activated_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/textfield_multiline_activated_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_multiline_activated_holo_light.9.png b/core/res/res/drawable-xhdpi/textfield_multiline_activated_holo_light.9.png Binary files differindex 557788bc13b0..5023462b6035 100644 --- a/core/res/res/drawable-xhdpi/textfield_multiline_activated_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/textfield_multiline_activated_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_multiline_default_holo_dark.9.png b/core/res/res/drawable-xhdpi/textfield_multiline_default_holo_dark.9.png Binary files differindex 9a367c9be58f..7ac3855fa437 100644 --- a/core/res/res/drawable-xhdpi/textfield_multiline_default_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/textfield_multiline_default_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_multiline_default_holo_light.9.png b/core/res/res/drawable-xhdpi/textfield_multiline_default_holo_light.9.png Binary files differindex 147ac589d3e0..e148a572cc81 100644 --- a/core/res/res/drawable-xhdpi/textfield_multiline_default_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/textfield_multiline_default_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_multiline_disabled_focused_holo_dark.9.png b/core/res/res/drawable-xhdpi/textfield_multiline_disabled_focused_holo_dark.9.png Binary files differindex f89316a9bd01..0d540f601b8c 100644 --- a/core/res/res/drawable-xhdpi/textfield_multiline_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/textfield_multiline_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_multiline_disabled_focused_holo_light.9.png b/core/res/res/drawable-xhdpi/textfield_multiline_disabled_focused_holo_light.9.png Binary files differindex 06173a412570..0b9bacbf4a2f 100644 --- a/core/res/res/drawable-xhdpi/textfield_multiline_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/textfield_multiline_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_multiline_disabled_holo_dark.9.png b/core/res/res/drawable-xhdpi/textfield_multiline_disabled_holo_dark.9.png Binary files differindex 1463e5d20e7f..d0cd9ac66e55 100644 --- a/core/res/res/drawable-xhdpi/textfield_multiline_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/textfield_multiline_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_multiline_disabled_holo_light.9.png b/core/res/res/drawable-xhdpi/textfield_multiline_disabled_holo_light.9.png Binary files differindex e1c7e8cfea6b..e5b280fad375 100644 --- a/core/res/res/drawable-xhdpi/textfield_multiline_disabled_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/textfield_multiline_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_multiline_focused_holo_dark.9.png b/core/res/res/drawable-xhdpi/textfield_multiline_focused_holo_dark.9.png Binary files differindex 924735307d6f..b177ed1cdfdc 100644 --- a/core/res/res/drawable-xhdpi/textfield_multiline_focused_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/textfield_multiline_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_multiline_focused_holo_light.9.png b/core/res/res/drawable-xhdpi/textfield_multiline_focused_holo_light.9.png Binary files differindex cab8e9ff016b..6e60537b6d92 100644 --- a/core/res/res/drawable-xhdpi/textfield_multiline_focused_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/textfield_multiline_focused_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_search_activated_mtrl_alpha.9.png b/core/res/res/drawable-xhdpi/textfield_search_activated_mtrl_alpha.9.png Binary files differindex 33c103562075..0334777dcacf 100644 --- a/core/res/res/drawable-xhdpi/textfield_search_activated_mtrl_alpha.9.png +++ b/core/res/res/drawable-xhdpi/textfield_search_activated_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_search_default.9.png b/core/res/res/drawable-xhdpi/textfield_search_default.9.png Binary files differindex ad4b935c69f5..0369ca878d66 100644 --- a/core/res/res/drawable-xhdpi/textfield_search_default.9.png +++ b/core/res/res/drawable-xhdpi/textfield_search_default.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_search_default_holo_dark.9.png b/core/res/res/drawable-xhdpi/textfield_search_default_holo_dark.9.png Binary files differindex 8fdbbf3ad77a..8bb1a002cc73 100644 --- a/core/res/res/drawable-xhdpi/textfield_search_default_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/textfield_search_default_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_search_default_holo_light.9.png b/core/res/res/drawable-xhdpi/textfield_search_default_holo_light.9.png Binary files differindex 4e9ae43c250a..63d30b4e6c5d 100644 --- a/core/res/res/drawable-xhdpi/textfield_search_default_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/textfield_search_default_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_search_default_mtrl_alpha.9.png b/core/res/res/drawable-xhdpi/textfield_search_default_mtrl_alpha.9.png Binary files differindex 0226f84968c6..a25bd54a57cf 100644 --- a/core/res/res/drawable-xhdpi/textfield_search_default_mtrl_alpha.9.png +++ b/core/res/res/drawable-xhdpi/textfield_search_default_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_search_empty_default.9.png b/core/res/res/drawable-xhdpi/textfield_search_empty_default.9.png Binary files differindex 0c60f9edccea..d869e78000d0 100644 --- a/core/res/res/drawable-xhdpi/textfield_search_empty_default.9.png +++ b/core/res/res/drawable-xhdpi/textfield_search_empty_default.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_search_empty_pressed.9.png b/core/res/res/drawable-xhdpi/textfield_search_empty_pressed.9.png Binary files differindex 741bed9731c1..4cd70c2ba365 100644 --- a/core/res/res/drawable-xhdpi/textfield_search_empty_pressed.9.png +++ b/core/res/res/drawable-xhdpi/textfield_search_empty_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_search_empty_selected.9.png b/core/res/res/drawable-xhdpi/textfield_search_empty_selected.9.png Binary files differindex 24ea6cfbc935..6b6e0820d9ad 100644 --- a/core/res/res/drawable-xhdpi/textfield_search_empty_selected.9.png +++ b/core/res/res/drawable-xhdpi/textfield_search_empty_selected.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_search_pressed.9.png b/core/res/res/drawable-xhdpi/textfield_search_pressed.9.png Binary files differindex 815785c3dd2f..35c6b04d5a54 100644 --- a/core/res/res/drawable-xhdpi/textfield_search_pressed.9.png +++ b/core/res/res/drawable-xhdpi/textfield_search_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_search_right_default_holo_dark.9.png b/core/res/res/drawable-xhdpi/textfield_search_right_default_holo_dark.9.png Binary files differindex 98f4871bb52a..7007166a3261 100644 --- a/core/res/res/drawable-xhdpi/textfield_search_right_default_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/textfield_search_right_default_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_search_right_default_holo_light.9.png b/core/res/res/drawable-xhdpi/textfield_search_right_default_holo_light.9.png Binary files differindex 733373ed38d9..213d31e21954 100644 --- a/core/res/res/drawable-xhdpi/textfield_search_right_default_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/textfield_search_right_default_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_search_right_selected_holo_dark.9.png b/core/res/res/drawable-xhdpi/textfield_search_right_selected_holo_dark.9.png Binary files differindex 0c6bb036dbff..fd9bee6f89cd 100644 --- a/core/res/res/drawable-xhdpi/textfield_search_right_selected_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/textfield_search_right_selected_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_search_right_selected_holo_light.9.png b/core/res/res/drawable-xhdpi/textfield_search_right_selected_holo_light.9.png Binary files differindex 0c6bb036dbff..fd9bee6f89cd 100644 --- a/core/res/res/drawable-xhdpi/textfield_search_right_selected_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/textfield_search_right_selected_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_search_selected.9.png b/core/res/res/drawable-xhdpi/textfield_search_selected.9.png Binary files differindex f009cdbd6f35..1ba8b00152ff 100644 --- a/core/res/res/drawable-xhdpi/textfield_search_selected.9.png +++ b/core/res/res/drawable-xhdpi/textfield_search_selected.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_search_selected_holo_dark.9.png b/core/res/res/drawable-xhdpi/textfield_search_selected_holo_dark.9.png Binary files differindex e5bfd8ad3321..6841b04d5723 100644 --- a/core/res/res/drawable-xhdpi/textfield_search_selected_holo_dark.9.png +++ b/core/res/res/drawable-xhdpi/textfield_search_selected_holo_dark.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_search_selected_holo_light.9.png b/core/res/res/drawable-xhdpi/textfield_search_selected_holo_light.9.png Binary files differindex 1743da6b4e1f..079fd3f48fda 100644 --- a/core/res/res/drawable-xhdpi/textfield_search_selected_holo_light.9.png +++ b/core/res/res/drawable-xhdpi/textfield_search_selected_holo_light.9.png diff --git a/core/res/res/drawable-xhdpi/textfield_selected.9.png b/core/res/res/drawable-xhdpi/textfield_selected.9.png Binary files differindex 963efdebb00f..9114f5451696 100644 --- a/core/res/res/drawable-xhdpi/textfield_selected.9.png +++ b/core/res/res/drawable-xhdpi/textfield_selected.9.png diff --git a/core/res/res/drawable-xhdpi/title_bar_medium.9.png b/core/res/res/drawable-xhdpi/title_bar_medium.9.png Binary files differindex 109c01754f9b..0c0b7d007921 100644 --- a/core/res/res/drawable-xhdpi/title_bar_medium.9.png +++ b/core/res/res/drawable-xhdpi/title_bar_medium.9.png diff --git a/core/res/res/drawable-xhdpi/title_bar_portrait.9.png b/core/res/res/drawable-xhdpi/title_bar_portrait.9.png Binary files differindex 3c91a4a69200..b95d64118df6 100644 --- a/core/res/res/drawable-xhdpi/title_bar_portrait.9.png +++ b/core/res/res/drawable-xhdpi/title_bar_portrait.9.png diff --git a/core/res/res/drawable-xhdpi/title_bar_tall.9.png b/core/res/res/drawable-xhdpi/title_bar_tall.9.png Binary files differindex e986db113ae1..f1b3843c34b0 100644 --- a/core/res/res/drawable-xhdpi/title_bar_tall.9.png +++ b/core/res/res/drawable-xhdpi/title_bar_tall.9.png diff --git a/core/res/res/drawable-xhdpi/toast_frame.9.png b/core/res/res/drawable-xhdpi/toast_frame.9.png Binary files differindex 77e69c72ab9a..73b19ab3c057 100644 --- a/core/res/res/drawable-xhdpi/toast_frame.9.png +++ b/core/res/res/drawable-xhdpi/toast_frame.9.png diff --git a/core/res/res/drawable-xhdpi/transportcontrol_bg.9.png b/core/res/res/drawable-xhdpi/transportcontrol_bg.9.png Binary files differindex b690a2a029dc..c177babb460d 100644 --- a/core/res/res/drawable-xhdpi/transportcontrol_bg.9.png +++ b/core/res/res/drawable-xhdpi/transportcontrol_bg.9.png diff --git a/core/res/res/drawable-xhdpi/unknown_image.png b/core/res/res/drawable-xhdpi/unknown_image.png Binary files differindex 0a9f643daeb1..e9aca0d01307 100644 --- a/core/res/res/drawable-xhdpi/unknown_image.png +++ b/core/res/res/drawable-xhdpi/unknown_image.png diff --git a/core/res/res/drawable-xhdpi/usb_android.png b/core/res/res/drawable-xhdpi/usb_android.png Binary files differindex 41fc29d18c54..cd3849377710 100644 --- a/core/res/res/drawable-xhdpi/usb_android.png +++ b/core/res/res/drawable-xhdpi/usb_android.png diff --git a/core/res/res/drawable-xhdpi/usb_android_connected.png b/core/res/res/drawable-xhdpi/usb_android_connected.png Binary files differindex 71f2d4451815..3d95a1cabdae 100644 --- a/core/res/res/drawable-xhdpi/usb_android_connected.png +++ b/core/res/res/drawable-xhdpi/usb_android_connected.png diff --git a/core/res/res/drawable-xhdpi/vpn_connected.png b/core/res/res/drawable-xhdpi/vpn_connected.png Binary files differindex 1f46be2cea5d..ce63276a86e2 100644 --- a/core/res/res/drawable-xhdpi/vpn_connected.png +++ b/core/res/res/drawable-xhdpi/vpn_connected.png diff --git a/core/res/res/drawable-xhdpi/vpn_disconnected.png b/core/res/res/drawable-xhdpi/vpn_disconnected.png Binary files differindex 847d3f52701f..e00b27635c0b 100644 --- a/core/res/res/drawable-xhdpi/vpn_disconnected.png +++ b/core/res/res/drawable-xhdpi/vpn_disconnected.png diff --git a/core/res/res/drawable-xhdpi/zoom_plate.9.png b/core/res/res/drawable-xhdpi/zoom_plate.9.png Binary files differindex 797215b6595a..b29fdf3253a5 100644 --- a/core/res/res/drawable-xhdpi/zoom_plate.9.png +++ b/core/res/res/drawable-xhdpi/zoom_plate.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_bottom_solid_dark_holo.9.png b/core/res/res/drawable-xxhdpi/ab_bottom_solid_dark_holo.9.png Binary files differindex 8358392871a8..164f12e4343c 100644 --- a/core/res/res/drawable-xxhdpi/ab_bottom_solid_dark_holo.9.png +++ b/core/res/res/drawable-xxhdpi/ab_bottom_solid_dark_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_bottom_solid_inverse_holo.9.png b/core/res/res/drawable-xxhdpi/ab_bottom_solid_inverse_holo.9.png Binary files differindex 8c6e40c2c059..a52b52b9d19a 100644 --- a/core/res/res/drawable-xxhdpi/ab_bottom_solid_inverse_holo.9.png +++ b/core/res/res/drawable-xxhdpi/ab_bottom_solid_inverse_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_bottom_solid_light_holo.9.png b/core/res/res/drawable-xxhdpi/ab_bottom_solid_light_holo.9.png Binary files differindex f6c33dcd828f..511b6dfae398 100644 --- a/core/res/res/drawable-xxhdpi/ab_bottom_solid_light_holo.9.png +++ b/core/res/res/drawable-xxhdpi/ab_bottom_solid_light_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_bottom_transparent_dark_holo.9.png b/core/res/res/drawable-xxhdpi/ab_bottom_transparent_dark_holo.9.png Binary files differindex f32ca949935e..9a40691e59a2 100644 --- a/core/res/res/drawable-xxhdpi/ab_bottom_transparent_dark_holo.9.png +++ b/core/res/res/drawable-xxhdpi/ab_bottom_transparent_dark_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_bottom_transparent_light_holo.9.png b/core/res/res/drawable-xxhdpi/ab_bottom_transparent_light_holo.9.png Binary files differindex da69ea576434..dee88be90205 100644 --- a/core/res/res/drawable-xxhdpi/ab_bottom_transparent_light_holo.9.png +++ b/core/res/res/drawable-xxhdpi/ab_bottom_transparent_light_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_share_pack_holo_dark.9.png b/core/res/res/drawable-xxhdpi/ab_share_pack_holo_dark.9.png Binary files differindex 18269a9cada3..90c15330558d 100644 --- a/core/res/res/drawable-xxhdpi/ab_share_pack_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/ab_share_pack_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_share_pack_holo_light.9.png b/core/res/res/drawable-xxhdpi/ab_share_pack_holo_light.9.png Binary files differindex 469f7361627c..8e8b3fbb8043 100644 --- a/core/res/res/drawable-xxhdpi/ab_share_pack_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/ab_share_pack_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_share_pack_mtrl_alpha.9.png b/core/res/res/drawable-xxhdpi/ab_share_pack_mtrl_alpha.9.png Binary files differindex 469f7361627c..8e8b3fbb8043 100644 --- a/core/res/res/drawable-xxhdpi/ab_share_pack_mtrl_alpha.9.png +++ b/core/res/res/drawable-xxhdpi/ab_share_pack_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_solid_dark_holo.9.png b/core/res/res/drawable-xxhdpi/ab_solid_dark_holo.9.png Binary files differindex 48be5ccef252..d35dd0d66bd2 100644 --- a/core/res/res/drawable-xxhdpi/ab_solid_dark_holo.9.png +++ b/core/res/res/drawable-xxhdpi/ab_solid_dark_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_solid_light_holo.9.png b/core/res/res/drawable-xxhdpi/ab_solid_light_holo.9.png Binary files differindex 2e49b8d7b9a8..99b8e60a050d 100644 --- a/core/res/res/drawable-xxhdpi/ab_solid_light_holo.9.png +++ b/core/res/res/drawable-xxhdpi/ab_solid_light_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_solid_shadow_holo.9.png b/core/res/res/drawable-xxhdpi/ab_solid_shadow_holo.9.png Binary files differindex 8071886c0091..2711e39cd2b4 100644 --- a/core/res/res/drawable-xxhdpi/ab_solid_shadow_holo.9.png +++ b/core/res/res/drawable-xxhdpi/ab_solid_shadow_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_solid_shadow_mtrl_alpha.9.png b/core/res/res/drawable-xxhdpi/ab_solid_shadow_mtrl_alpha.9.png Binary files differindex e8a94dc27d0a..87333f1c83cf 100644 --- a/core/res/res/drawable-xxhdpi/ab_solid_shadow_mtrl_alpha.9.png +++ b/core/res/res/drawable-xxhdpi/ab_solid_shadow_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_stacked_solid_dark_holo.9.png b/core/res/res/drawable-xxhdpi/ab_stacked_solid_dark_holo.9.png Binary files differindex 086069bb5738..913ec83101b0 100644 --- a/core/res/res/drawable-xxhdpi/ab_stacked_solid_dark_holo.9.png +++ b/core/res/res/drawable-xxhdpi/ab_stacked_solid_dark_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_stacked_solid_inverse_holo.9.png b/core/res/res/drawable-xxhdpi/ab_stacked_solid_inverse_holo.9.png Binary files differindex 4074d8144d35..49c3eda7a6c0 100644 --- a/core/res/res/drawable-xxhdpi/ab_stacked_solid_inverse_holo.9.png +++ b/core/res/res/drawable-xxhdpi/ab_stacked_solid_inverse_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_stacked_solid_light_holo.9.png b/core/res/res/drawable-xxhdpi/ab_stacked_solid_light_holo.9.png Binary files differindex 8ce58b3976dd..b3c979f1b2ae 100644 --- a/core/res/res/drawable-xxhdpi/ab_stacked_solid_light_holo.9.png +++ b/core/res/res/drawable-xxhdpi/ab_stacked_solid_light_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_stacked_transparent_dark_holo.9.png b/core/res/res/drawable-xxhdpi/ab_stacked_transparent_dark_holo.9.png Binary files differindex fd927641d186..cdb408da4f90 100644 --- a/core/res/res/drawable-xxhdpi/ab_stacked_transparent_dark_holo.9.png +++ b/core/res/res/drawable-xxhdpi/ab_stacked_transparent_dark_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_stacked_transparent_light_holo.9.png b/core/res/res/drawable-xxhdpi/ab_stacked_transparent_light_holo.9.png Binary files differindex 8d64aa713c73..701621747cab 100644 --- a/core/res/res/drawable-xxhdpi/ab_stacked_transparent_light_holo.9.png +++ b/core/res/res/drawable-xxhdpi/ab_stacked_transparent_light_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_transparent_dark_holo.9.png b/core/res/res/drawable-xxhdpi/ab_transparent_dark_holo.9.png Binary files differindex 84155ccf53ea..c74343763e79 100644 --- a/core/res/res/drawable-xxhdpi/ab_transparent_dark_holo.9.png +++ b/core/res/res/drawable-xxhdpi/ab_transparent_dark_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/ab_transparent_light_holo.9.png b/core/res/res/drawable-xxhdpi/ab_transparent_light_holo.9.png Binary files differindex d48e27f7cf21..2ab1fbf721b1 100644 --- a/core/res/res/drawable-xxhdpi/ab_transparent_light_holo.9.png +++ b/core/res/res/drawable-xxhdpi/ab_transparent_light_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_cab_done_default_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_cab_done_default_holo_dark.9.png Binary files differindex 95475eed6c8c..9cf7e751cdc8 100644 --- a/core/res/res/drawable-xxhdpi/btn_cab_done_default_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_cab_done_default_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_cab_done_default_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_cab_done_default_holo_light.9.png Binary files differindex e1c55add43ad..16fb50a1a05d 100644 --- a/core/res/res/drawable-xxhdpi/btn_cab_done_default_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_cab_done_default_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_cab_done_focused_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_cab_done_focused_holo_dark.9.png Binary files differindex 6c49fe724574..2066c2bb2e8d 100644 --- a/core/res/res/drawable-xxhdpi/btn_cab_done_focused_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_cab_done_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_cab_done_focused_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_cab_done_focused_holo_light.9.png Binary files differindex 35a557e38289..28d62c309b99 100644 --- a/core/res/res/drawable-xxhdpi/btn_cab_done_focused_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_cab_done_focused_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_cab_done_pressed_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_cab_done_pressed_holo_dark.9.png Binary files differindex 65f9009a3b52..c73d38d0c3f9 100644 --- a/core/res/res/drawable-xxhdpi/btn_cab_done_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_cab_done_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_cab_done_pressed_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_cab_done_pressed_holo_light.9.png Binary files differindex 1be216b28252..b8768fa856d3 100644 --- a/core/res/res/drawable-xxhdpi/btn_cab_done_pressed_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_cab_done_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_off_disabled_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_check_off_disabled_focused_holo_dark.png Binary files differindex 07077763f312..71b69c690127 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_off_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_check_off_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_off_disabled_focused_holo_light.png b/core/res/res/drawable-xxhdpi/btn_check_off_disabled_focused_holo_light.png Binary files differindex e1553b721cb5..ac51332b9951 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_off_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_check_off_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_off_disabled_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_check_off_disabled_holo_dark.png Binary files differindex e74b8b708007..425e2032dcb8 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_off_disabled_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_check_off_disabled_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_off_disabled_holo_light.png b/core/res/res/drawable-xxhdpi/btn_check_off_disabled_holo_light.png Binary files differindex 47a63730bda8..467ec02fcabb 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_off_disabled_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_check_off_disabled_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_off_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_check_off_focused_holo_dark.png Binary files differindex b0353febaacf..abe8b1437a08 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_off_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_check_off_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_off_focused_holo_light.png b/core/res/res/drawable-xxhdpi/btn_check_off_focused_holo_light.png Binary files differindex 889a67c02346..70ba7c4fe1cb 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_off_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_check_off_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_off_holo.png b/core/res/res/drawable-xxhdpi/btn_check_off_holo.png Binary files differindex cdcfdefd46b7..4731415b6cc6 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_off_holo.png +++ b/core/res/res/drawable-xxhdpi/btn_check_off_holo.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_off_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_check_off_holo_dark.png Binary files differindex ecfc08c700c3..77e0f7af5c1b 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_off_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_check_off_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_off_holo_light.png b/core/res/res/drawable-xxhdpi/btn_check_off_holo_light.png Binary files differindex b067b58f9de3..5159e2702e55 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_off_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_check_off_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_off_pressed_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_check_off_pressed_holo_dark.png Binary files differindex 4c95f96bcce4..ae075a2645fe 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_off_pressed_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_check_off_pressed_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_off_pressed_holo_light.png b/core/res/res/drawable-xxhdpi/btn_check_off_pressed_holo_light.png Binary files differindex df468e084696..6889d871fff4 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_off_pressed_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_check_off_pressed_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_on_disabled_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_check_on_disabled_focused_holo_dark.png Binary files differindex d249372755cb..bf4adaa6ca51 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_on_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_check_on_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_on_disabled_focused_holo_light.png b/core/res/res/drawable-xxhdpi/btn_check_on_disabled_focused_holo_light.png Binary files differindex b544001a2472..f5dd4becf8e1 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_on_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_check_on_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_on_disabled_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_check_on_disabled_holo_dark.png Binary files differindex eff125b5c536..e966f64d420d 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_on_disabled_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_check_on_disabled_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_on_disabled_holo_light.png b/core/res/res/drawable-xxhdpi/btn_check_on_disabled_holo_light.png Binary files differindex 013c1f6ee21b..d4ae4314a0c3 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_on_disabled_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_check_on_disabled_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_on_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_check_on_focused_holo_dark.png Binary files differindex e0d942a97bf1..b3fe5bc6ea7f 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_on_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_check_on_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_on_focused_holo_light.png b/core/res/res/drawable-xxhdpi/btn_check_on_focused_holo_light.png Binary files differindex 83f8dfd7e5e9..2a190fe5f839 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_on_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_check_on_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_on_holo.png b/core/res/res/drawable-xxhdpi/btn_check_on_holo.png Binary files differindex 6193147a88f9..183d51df7ff8 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_on_holo.png +++ b/core/res/res/drawable-xxhdpi/btn_check_on_holo.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_on_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_check_on_holo_dark.png Binary files differindex 1aafc836e977..87ca9ad3014c 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_on_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_check_on_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_on_holo_light.png b/core/res/res/drawable-xxhdpi/btn_check_on_holo_light.png Binary files differindex 11598dd2f213..eac65cf84270 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_on_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_check_on_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_on_pressed_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_check_on_pressed_holo_dark.png Binary files differindex 668548b11ee0..4eac5fdcbacc 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_on_pressed_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_check_on_pressed_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_check_on_pressed_holo_light.png b/core/res/res/drawable-xxhdpi/btn_check_on_pressed_holo_light.png Binary files differindex 385350c9b243..ddb3d5797c9d 100644 --- a/core/res/res/drawable-xxhdpi/btn_check_on_pressed_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_check_on_pressed_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_default_disabled_focused_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_default_disabled_focused_holo_dark.9.png Binary files differindex aea519c5136c..f6b0d6555bd9 100644 --- a/core/res/res/drawable-xxhdpi/btn_default_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_default_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_default_disabled_focused_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_default_disabled_focused_holo_light.9.png Binary files differindex 8ec4bf585ca5..f6b0d6555bd9 100644 --- a/core/res/res/drawable-xxhdpi/btn_default_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_default_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_default_disabled_holo.9.png b/core/res/res/drawable-xxhdpi/btn_default_disabled_holo.9.png Binary files differindex 60732b3c6122..6bcf90e7a78b 100644 --- a/core/res/res/drawable-xxhdpi/btn_default_disabled_holo.9.png +++ b/core/res/res/drawable-xxhdpi/btn_default_disabled_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_default_disabled_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_default_disabled_holo_dark.9.png Binary files differindex 12bac53468b6..ffada8685c5f 100644 --- a/core/res/res/drawable-xxhdpi/btn_default_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_default_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_default_disabled_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_default_disabled_holo_light.9.png Binary files differindex b4c90d408e5f..ffada8685c5f 100644 --- a/core/res/res/drawable-xxhdpi/btn_default_disabled_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_default_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_default_focused_holo.9.png b/core/res/res/drawable-xxhdpi/btn_default_focused_holo.9.png Binary files differindex 33c3ebb3bfd9..93cd22fba7c3 100644 --- a/core/res/res/drawable-xxhdpi/btn_default_focused_holo.9.png +++ b/core/res/res/drawable-xxhdpi/btn_default_focused_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_default_focused_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_default_focused_holo_dark.9.png Binary files differindex f7bfd783ba16..ac8598531ec3 100644 --- a/core/res/res/drawable-xxhdpi/btn_default_focused_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_default_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_default_focused_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_default_focused_holo_light.9.png Binary files differindex 7f5432f50561..ac8598531ec3 100644 --- a/core/res/res/drawable-xxhdpi/btn_default_focused_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_default_focused_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_default_normal_holo.9.png b/core/res/res/drawable-xxhdpi/btn_default_normal_holo.9.png Binary files differindex c1632c861d2a..f48682eb60a9 100644 --- a/core/res/res/drawable-xxhdpi/btn_default_normal_holo.9.png +++ b/core/res/res/drawable-xxhdpi/btn_default_normal_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_default_normal_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_default_normal_holo_dark.9.png Binary files differindex 64495934d621..f48ac22d40fe 100644 --- a/core/res/res/drawable-xxhdpi/btn_default_normal_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_default_normal_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_default_normal_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_default_normal_holo_light.9.png Binary files differindex 68be3c5f9f34..1371307b5912 100644 --- a/core/res/res/drawable-xxhdpi/btn_default_normal_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_default_normal_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_default_pressed_holo.9.png b/core/res/res/drawable-xxhdpi/btn_default_pressed_holo.9.png Binary files differindex e05017c3fe68..dbc5c6c978d9 100644 --- a/core/res/res/drawable-xxhdpi/btn_default_pressed_holo.9.png +++ b/core/res/res/drawable-xxhdpi/btn_default_pressed_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_default_pressed_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_default_pressed_holo_dark.9.png Binary files differindex 016a5ee7f6b0..3f876c503eef 100644 --- a/core/res/res/drawable-xxhdpi/btn_default_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_default_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_default_pressed_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_default_pressed_holo_light.9.png Binary files differindex 952160348a47..04744d0489c7 100644 --- a/core/res/res/drawable-xxhdpi/btn_default_pressed_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_default_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_group_disabled_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_group_disabled_holo_dark.9.png Binary files differindex 54ff2c053165..fdf6e800e8ec 100644 --- a/core/res/res/drawable-xxhdpi/btn_group_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_group_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_group_disabled_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_group_disabled_holo_light.9.png Binary files differindex e3c4945ab81e..9a0268e23d34 100644 --- a/core/res/res/drawable-xxhdpi/btn_group_disabled_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_group_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_group_focused_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_group_focused_holo_dark.9.png Binary files differindex bd042266f442..d8586c21084d 100644 --- a/core/res/res/drawable-xxhdpi/btn_group_focused_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_group_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_group_focused_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_group_focused_holo_light.9.png Binary files differindex f7aa79e3eefa..d8586c21084d 100644 --- a/core/res/res/drawable-xxhdpi/btn_group_focused_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_group_focused_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_group_normal_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_group_normal_holo_dark.9.png Binary files differindex 26f98fc4f141..7b4248c93d1d 100644 --- a/core/res/res/drawable-xxhdpi/btn_group_normal_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_group_normal_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_group_normal_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_group_normal_holo_light.9.png Binary files differindex 1ba39f2ef344..9635f9e3fe47 100644 --- a/core/res/res/drawable-xxhdpi/btn_group_normal_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_group_normal_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_group_pressed_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_group_pressed_holo_dark.9.png Binary files differindex 531acc4a13ec..f20b3c20232e 100644 --- a/core/res/res/drawable-xxhdpi/btn_group_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_group_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_group_pressed_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_group_pressed_holo_light.9.png Binary files differindex 358f54652c22..5fd54717ad76 100644 --- a/core/res/res/drawable-xxhdpi/btn_group_pressed_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_group_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_off_disabled_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_radio_off_disabled_focused_holo_dark.png Binary files differindex 6c0f6f3f0137..b2a01d8bc041 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_off_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_off_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_off_disabled_focused_holo_light.png b/core/res/res/drawable-xxhdpi/btn_radio_off_disabled_focused_holo_light.png Binary files differindex 63ac52b4c889..5acdd8733204 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_off_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_off_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_off_disabled_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_radio_off_disabled_holo_dark.png Binary files differindex 946936e52cc7..4030fdf99812 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_off_disabled_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_off_disabled_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_off_disabled_holo_light.png b/core/res/res/drawable-xxhdpi/btn_radio_off_disabled_holo_light.png Binary files differindex 06f0cc78c708..d036c5a75fd2 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_off_disabled_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_off_disabled_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_off_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_radio_off_focused_holo_dark.png Binary files differindex abbf1ae7c98e..223f49d7b722 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_off_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_off_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_off_focused_holo_light.png b/core/res/res/drawable-xxhdpi/btn_radio_off_focused_holo_light.png Binary files differindex 28f5843abebe..379fbadad433 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_off_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_off_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_off_holo.png b/core/res/res/drawable-xxhdpi/btn_radio_off_holo.png Binary files differindex c8ac93917880..fe25cafd4b12 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_off_holo.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_off_holo.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_off_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_radio_off_holo_dark.png Binary files differindex a7afd00bfacb..f6124ac3fb5a 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_off_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_off_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_off_holo_light.png b/core/res/res/drawable-xxhdpi/btn_radio_off_holo_light.png Binary files differindex 43fac43bfb56..35582ef28bb0 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_off_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_off_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_off_pressed_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_radio_off_pressed_holo_dark.png Binary files differindex 39ff3d54875c..779592882638 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_off_pressed_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_off_pressed_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_off_pressed_holo_light.png b/core/res/res/drawable-xxhdpi/btn_radio_off_pressed_holo_light.png Binary files differindex 702155fe8756..f4dcc22368bf 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_off_pressed_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_off_pressed_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_on_disabled_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_radio_on_disabled_focused_holo_dark.png Binary files differindex 16b2023eaf66..68d5577e5c5c 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_on_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_on_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_on_disabled_focused_holo_light.png b/core/res/res/drawable-xxhdpi/btn_radio_on_disabled_focused_holo_light.png Binary files differindex f03d07f6f3f7..3eb0fdc06e7e 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_on_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_on_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_on_disabled_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_radio_on_disabled_holo_dark.png Binary files differindex 66b833d6164d..ae09aac06f06 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_on_disabled_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_on_disabled_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_on_disabled_holo_light.png b/core/res/res/drawable-xxhdpi/btn_radio_on_disabled_holo_light.png Binary files differindex adb730439687..5d05e807b57b 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_on_disabled_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_on_disabled_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_on_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_radio_on_focused_holo_dark.png Binary files differindex cb7d6c8bb1a9..d664dca08a4a 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_on_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_on_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_on_focused_holo_light.png b/core/res/res/drawable-xxhdpi/btn_radio_on_focused_holo_light.png Binary files differindex 12a0601f1c29..3220a90f883e 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_on_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_on_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_on_holo.png b/core/res/res/drawable-xxhdpi/btn_radio_on_holo.png Binary files differindex 2a117330eb0e..7efebdb07718 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_on_holo.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_on_holo.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_on_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_radio_on_holo_dark.png Binary files differindex f3ce811f3f75..88c25bbb98fa 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_on_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_on_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_on_holo_light.png b/core/res/res/drawable-xxhdpi/btn_radio_on_holo_light.png Binary files differindex 43142b68b350..4f5f16db0493 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_on_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_on_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_on_pressed_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_radio_on_pressed_holo_dark.png Binary files differindex d43a0f97a52e..e002c392a88c 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_on_pressed_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_on_pressed_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_on_pressed_holo_light.png b/core/res/res/drawable-xxhdpi/btn_radio_on_pressed_holo_light.png Binary files differindex c05643fbb04d..fefa6fabb94c 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_on_pressed_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_on_pressed_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_000.png b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_000.png Binary files differindex cbc3833946d2..09730cfc3cfd 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_000.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_000.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_001.png b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_001.png Binary files differindex 4243895ce74c..34aafdb421a6 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_001.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_001.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_002.png b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_002.png Binary files differindex b522d371fa77..a5a8857eb1ac 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_002.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_002.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_003.png b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_003.png Binary files differindex 647b965ecb0e..b20383f1b973 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_003.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_003.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_004.png b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_004.png Binary files differindex a31749704f3f..3117c13a5b03 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_004.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_004.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_005.png b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_005.png Binary files differindex 0e4b25f33348..509184c14513 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_005.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_005.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_006.png b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_006.png Binary files differindex 6e279d9aa273..c62188ecaab4 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_006.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_006.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_007.png b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_007.png Binary files differindex f0840cc862f9..6289b89a93dd 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_007.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_007.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_008.png b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_008.png Binary files differindex 140e9e8c8982..244177425892 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_008.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_008.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_009.png b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_009.png Binary files differindex 5cf8ec5994e0..f7d5a0c5bef9 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_009.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_009.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_010.png b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_010.png Binary files differindex f9624d863629..8c48c8e836a9 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_010.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_010.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_011.png b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_011.png Binary files differindex 899df8cef33c..e630207d7c0e 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_011.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_011.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_012.png b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_012.png Binary files differindex 6543e1cb13fd..6efaa06d2b04 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_012.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_012.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_013.png b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_013.png Binary files differindex cd758ddee2a5..da07c8af5bda 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_013.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_013.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_014.png b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_014.png Binary files differindex 72d950cbb271..dfacbb7fb27c 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_014.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_014.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_015.png b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_015.png Binary files differindex 07bdbc970ba4..0cf6dd2762e5 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_015.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_off_mtrl_015.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_000.png b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_000.png Binary files differindex c9af24b3f2fa..0cf6dd2762e5 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_000.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_000.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_001.png b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_001.png Binary files differindex 01de3f5b9e9f..f25337ba5440 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_001.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_001.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_002.png b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_002.png Binary files differindex f428bc57c526..2fb0d0300343 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_002.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_002.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_003.png b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_003.png Binary files differindex ab5c0083ba9e..eab05101c602 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_003.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_003.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_004.png b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_004.png Binary files differindex 5b157cf01609..2b57d3bfa435 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_004.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_004.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_005.png b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_005.png Binary files differindex 1210be200fdf..8aa303eb6cd2 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_005.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_005.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_006.png b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_006.png Binary files differindex e6b4140a0eaa..944d9231efc7 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_006.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_006.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_007.png b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_007.png Binary files differindex b678e0805905..46bc7a6ecff0 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_007.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_007.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_008.png b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_008.png Binary files differindex 6ca2a69e6f02..8ef34c1871f8 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_008.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_008.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_009.png b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_009.png Binary files differindex 7de608e828e1..e8f6d3013249 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_009.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_009.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_010.png b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_010.png Binary files differindex b2bbcceb6b45..355003f02870 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_010.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_010.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_011.png b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_011.png Binary files differindex 6950db3cb817..c5a3f79a3582 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_011.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_011.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_012.png b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_012.png Binary files differindex c79075699315..98a9e1212a0c 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_012.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_012.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_013.png b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_013.png Binary files differindex ed5d888bfd57..467c133083b5 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_013.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_013.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_014.png b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_014.png Binary files differindex 81a4a63b3fad..ed5b578cc4f8 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_014.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_014.png diff --git a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_015.png b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_015.png Binary files differindex db1d93af6709..09730cfc3cfd 100644 --- a/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_015.png +++ b/core/res/res/drawable-xxhdpi/btn_radio_to_on_mtrl_015.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_off_disabled_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_rating_star_off_disabled_focused_holo_dark.png Binary files differindex 292c75289eb3..bf009ffe3b9a 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_off_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_off_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_off_disabled_focused_holo_light.png b/core/res/res/drawable-xxhdpi/btn_rating_star_off_disabled_focused_holo_light.png Binary files differindex 635c0090cc6b..8b1025824cda 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_off_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_off_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_off_disabled_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_rating_star_off_disabled_holo_dark.png Binary files differindex fef0797d1fdc..a14ab0499f87 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_off_disabled_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_off_disabled_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_off_disabled_holo_light.png b/core/res/res/drawable-xxhdpi/btn_rating_star_off_disabled_holo_light.png Binary files differindex c43977dd4072..197fa73de23e 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_off_disabled_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_off_disabled_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_off_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_rating_star_off_focused_holo_dark.png Binary files differindex 521dc80e860f..d92a8e3cad44 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_off_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_off_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_off_focused_holo_light.png b/core/res/res/drawable-xxhdpi/btn_rating_star_off_focused_holo_light.png Binary files differindex 71a367bb9246..35c65fc89b91 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_off_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_off_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_off_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/btn_rating_star_off_mtrl_alpha.png Binary files differindex 4b49faf1d6b7..23aa97558d0d 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_off_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_off_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_off_normal_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_rating_star_off_normal_holo_dark.png Binary files differindex 35f72fa75a0d..54f0f21b8b5c 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_off_normal_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_off_normal_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_off_normal_holo_light.png b/core/res/res/drawable-xxhdpi/btn_rating_star_off_normal_holo_light.png Binary files differindex c8541c35ad46..cd8318f9926a 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_off_normal_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_off_normal_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_off_pressed_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_rating_star_off_pressed_holo_dark.png Binary files differindex 899e57722626..373451e2486d 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_off_pressed_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_off_pressed_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_off_pressed_holo_light.png b/core/res/res/drawable-xxhdpi/btn_rating_star_off_pressed_holo_light.png Binary files differindex aaa6826c34ea..7a7cf5d44270 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_off_pressed_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_off_pressed_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_on_disabled_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_rating_star_on_disabled_focused_holo_dark.png Binary files differindex e699edc98ea9..332c2c2a0072 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_on_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_on_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_on_disabled_focused_holo_light.png b/core/res/res/drawable-xxhdpi/btn_rating_star_on_disabled_focused_holo_light.png Binary files differindex a59c23cc0e14..5a48137e5bf2 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_on_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_on_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_on_disabled_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_rating_star_on_disabled_holo_dark.png Binary files differindex d2504fb65884..f2b8c3d45680 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_on_disabled_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_on_disabled_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_on_disabled_holo_light.png b/core/res/res/drawable-xxhdpi/btn_rating_star_on_disabled_holo_light.png Binary files differindex d514bdde07a9..5874f6275853 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_on_disabled_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_on_disabled_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_on_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_rating_star_on_focused_holo_dark.png Binary files differindex 53c7a530a8bc..11af3810adad 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_on_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_on_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_on_focused_holo_light.png b/core/res/res/drawable-xxhdpi/btn_rating_star_on_focused_holo_light.png Binary files differindex f94249047797..a575d58e082b 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_on_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_on_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_on_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/btn_rating_star_on_mtrl_alpha.png Binary files differindex 561d9ef27e5a..8b240e7aed16 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_on_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_on_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_on_normal_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_rating_star_on_normal_holo_dark.png Binary files differindex 11bae7c0fe9c..3238a35c1d32 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_on_normal_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_on_normal_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_on_normal_holo_light.png b/core/res/res/drawable-xxhdpi/btn_rating_star_on_normal_holo_light.png Binary files differindex 08804b515126..1610260081e7 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_on_normal_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_on_normal_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_on_pressed_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_rating_star_on_pressed_holo_dark.png Binary files differindex e15fc639ea43..de3109beb3b6 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_on_pressed_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_on_pressed_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_rating_star_on_pressed_holo_light.png b/core/res/res/drawable-xxhdpi/btn_rating_star_on_pressed_holo_light.png Binary files differindex cc82a54ffd3f..a3f13781b0ad 100644 --- a/core/res/res/drawable-xxhdpi/btn_rating_star_on_pressed_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_rating_star_on_pressed_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/btn_star_mtrl_alpha.png Binary files differindex 7488ff95fb90..6e9efbcb34cf 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/btn_star_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_off_disabled_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_star_off_disabled_focused_holo_dark.png Binary files differindex 853243db6cb7..cdfbc15fdebf 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_off_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_star_off_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_off_disabled_focused_holo_light.png b/core/res/res/drawable-xxhdpi/btn_star_off_disabled_focused_holo_light.png Binary files differindex b5cd0bbd5214..36bcafebb42f 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_off_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_star_off_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_off_disabled_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_star_off_disabled_holo_dark.png Binary files differindex bb16a5f753ad..872904d681af 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_off_disabled_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_star_off_disabled_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_off_disabled_holo_light.png b/core/res/res/drawable-xxhdpi/btn_star_off_disabled_holo_light.png Binary files differindex c178a9b3d87e..e440b6b5a4c7 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_off_disabled_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_star_off_disabled_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_off_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_star_off_focused_holo_dark.png Binary files differindex 886f3958a2d6..6342332df772 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_off_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_star_off_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_off_focused_holo_light.png b/core/res/res/drawable-xxhdpi/btn_star_off_focused_holo_light.png Binary files differindex ab2b334ec405..6be4e7745a6a 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_off_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_star_off_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_off_normal_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_star_off_normal_holo_dark.png Binary files differindex 59a85470f54d..eba6e60724f0 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_off_normal_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_star_off_normal_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_off_normal_holo_light.png b/core/res/res/drawable-xxhdpi/btn_star_off_normal_holo_light.png Binary files differindex 14cac81df617..0a648491cd23 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_off_normal_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_star_off_normal_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_off_pressed_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_star_off_pressed_holo_dark.png Binary files differindex b756e799cae2..78501d9a0378 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_off_pressed_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_star_off_pressed_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_off_pressed_holo_light.png b/core/res/res/drawable-xxhdpi/btn_star_off_pressed_holo_light.png Binary files differindex 89bf5b494040..f7d8e4876ace 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_off_pressed_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_star_off_pressed_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_on_disabled_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_star_on_disabled_focused_holo_dark.png Binary files differindex 7027cc2bde0d..b64185961e4c 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_on_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_star_on_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_on_disabled_focused_holo_light.png b/core/res/res/drawable-xxhdpi/btn_star_on_disabled_focused_holo_light.png Binary files differindex d491c5bfad8c..ea59d73e0aec 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_on_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_star_on_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_on_disabled_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_star_on_disabled_holo_dark.png Binary files differindex f968b1aee811..2904f30aae49 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_on_disabled_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_star_on_disabled_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_on_disabled_holo_light.png b/core/res/res/drawable-xxhdpi/btn_star_on_disabled_holo_light.png Binary files differindex 1999f6894d2c..9573946b83b2 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_on_disabled_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_star_on_disabled_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_on_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_star_on_focused_holo_dark.png Binary files differindex ab4b58c6f4ed..c0f902aa9be5 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_on_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_star_on_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_on_focused_holo_light.png b/core/res/res/drawable-xxhdpi/btn_star_on_focused_holo_light.png Binary files differindex cd44fa65f0cc..315b219fc405 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_on_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_star_on_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_on_normal_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_star_on_normal_holo_dark.png Binary files differindex 8847d789f806..ed27605b2e43 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_on_normal_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_star_on_normal_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_on_normal_holo_light.png b/core/res/res/drawable-xxhdpi/btn_star_on_normal_holo_light.png Binary files differindex 3ef0498816ad..2f1269e4fd73 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_on_normal_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_star_on_normal_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_on_pressed_holo_dark.png b/core/res/res/drawable-xxhdpi/btn_star_on_pressed_holo_dark.png Binary files differindex 50e49406a7aa..c77e2879a5a9 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_on_pressed_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/btn_star_on_pressed_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/btn_star_on_pressed_holo_light.png b/core/res/res/drawable-xxhdpi/btn_star_on_pressed_holo_light.png Binary files differindex 0b77905b9a00..410906564544 100644 --- a/core/res/res/drawable-xxhdpi/btn_star_on_pressed_holo_light.png +++ b/core/res/res/drawable-xxhdpi/btn_star_on_pressed_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00001.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00001.9.png Binary files differindex 1eca9a9843f8..1b91834b080d 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00001.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00001.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00002.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00002.9.png Binary files differindex 54272112e8f2..6ae8a5f17530 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00002.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00002.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00003.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00003.9.png Binary files differindex 43c06ab3852c..b7b86e7de634 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00003.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00003.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00004.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00004.9.png Binary files differindex 6db3f1e2bd27..6edc55b656f5 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00004.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00004.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00005.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00005.9.png Binary files differindex 53b3a624a441..43c947cf0873 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00005.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00005.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00006.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00006.9.png Binary files differindex 7add5202f53a..14810af30257 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00006.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00006.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00007.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00007.9.png Binary files differindex a4d57de5ae4f..8d922310c689 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00007.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00007.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00008.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00008.9.png Binary files differindex 4b3a023ab4b2..0848af8aebc5 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00008.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00008.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00009.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00009.9.png Binary files differindex a4caa650b6b1..cc8d73c367de 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00009.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00009.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00010.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00010.9.png Binary files differindex 2ab46c05203f..9837354d9946 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00010.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00010.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00011.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00011.9.png Binary files differindex 5c06e444d2c7..c59441507b9f 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00011.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00011.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00012.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00012.9.png Binary files differindex 60d8c1139aeb..4811708afc4a 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00012.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00012.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00001.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00001.9.png Binary files differindex b149e4758820..69ae4414737f 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00001.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00001.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00002.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00002.9.png Binary files differindex 6a12a1f3aa11..de73637b3296 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00002.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00002.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00003.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00003.9.png Binary files differindex 2803c7cc4756..8642eada2c23 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00003.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00003.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00004.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00004.9.png Binary files differindex 032f6eac92f4..0ea7f83d7dae 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00004.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00004.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00005.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00005.9.png Binary files differindex ea83c3546831..93e6f89d45dd 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00005.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00005.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00006.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00006.9.png Binary files differindex 2801f29547e2..998849b719c2 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00006.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00006.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00007.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00007.9.png Binary files differindex 66b89b3725ff..8d922310c689 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00007.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00007.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00008.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00008.9.png Binary files differindex 1f8770cc118e..7df58d775809 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00008.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00008.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00009.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00009.9.png Binary files differindex 0d6a95b50d94..dc8ea1e51e2e 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00009.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00009.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00010.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00010.9.png Binary files differindex 8e602db2b93c..2a01f417845d 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00010.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00010.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00011.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00011.9.png Binary files differindex 3143c1f37cda..ac771011f467 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00011.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00011.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00012.9.png b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00012.9.png Binary files differindex 00fb83ec9f0a..ebe0bac51206 100644 --- a/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00012.9.png +++ b/core/res/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00012.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_off_disabled_focused_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_off_disabled_focused_holo_dark.9.png Binary files differindex e5ec283db80f..a0845c6eb382 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_off_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_off_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_off_disabled_focused_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_off_disabled_focused_holo_light.9.png Binary files differindex 5cd267da97b0..a0845c6eb382 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_off_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_off_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_off_disabled_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_off_disabled_holo_dark.9.png Binary files differindex c34c7afe7c9d..2b632e591ee0 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_off_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_off_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_off_disabled_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_off_disabled_holo_light.9.png Binary files differindex 9b3900a77550..2b632e591ee0 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_off_disabled_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_off_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_off_focused_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_off_focused_holo_dark.9.png Binary files differindex 345fe9cdd61c..6225389dce7e 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_off_focused_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_off_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_off_focused_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_off_focused_holo_light.9.png Binary files differindex b3388437d4bc..6225389dce7e 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_off_focused_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_off_focused_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_off_normal_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_off_normal_holo_dark.9.png Binary files differindex 3f6ab80a02db..dada62018735 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_off_normal_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_off_normal_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_off_normal_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_off_normal_holo_light.9.png Binary files differindex df715891299e..db701a13947c 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_off_normal_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_off_normal_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_off_pressed_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_off_pressed_holo_dark.9.png Binary files differindex 1e675d3ae286..4e444b9f4d53 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_off_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_off_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_off_pressed_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_off_pressed_holo_light.9.png Binary files differindex 2ceb8026eb26..ac0def7c6f59 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_off_pressed_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_off_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_on_disabled_focused_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_on_disabled_focused_holo_dark.9.png Binary files differindex ea158830a432..f88b72b0ed78 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_on_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_on_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_on_disabled_focused_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_on_disabled_focused_holo_light.9.png Binary files differindex b403039f8b1c..7f948bef2129 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_on_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_on_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_on_disabled_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_on_disabled_holo_dark.9.png Binary files differindex f12643e1d854..7dbb648180e1 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_on_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_on_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_on_disabled_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_on_disabled_holo_light.9.png Binary files differindex 3090c9ad2855..3fd6f8268eef 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_on_disabled_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_on_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_on_focused_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_on_focused_holo_dark.9.png Binary files differindex 2fb4d917c37e..c50d95ec2e7c 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_on_focused_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_on_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_on_focused_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_on_focused_holo_light.9.png Binary files differindex 5e17dd5afb65..7e23463bfde5 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_on_focused_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_on_focused_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_on_normal_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_on_normal_holo_dark.9.png Binary files differindex bf9b997ba8a7..2f3ebf684d65 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_on_normal_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_on_normal_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_on_normal_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_on_normal_holo_light.9.png Binary files differindex b36f670c64f3..c6bf21ddde08 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_on_normal_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_on_normal_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_on_pressed_holo_dark.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_on_pressed_holo_dark.9.png Binary files differindex e7a92651f13e..948bf6b4392f 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_on_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_on_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/btn_toggle_on_pressed_holo_light.9.png b/core/res/res/drawable-xxhdpi/btn_toggle_on_pressed_holo_light.9.png Binary files differindex df58767ece33..94ab7bcc94da 100644 --- a/core/res/res/drawable-xxhdpi/btn_toggle_on_pressed_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/btn_toggle_on_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/cab_background_bottom_holo_dark.9.png b/core/res/res/drawable-xxhdpi/cab_background_bottom_holo_dark.9.png Binary files differindex 8666113fbdee..3bcfa21cb98f 100644 --- a/core/res/res/drawable-xxhdpi/cab_background_bottom_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/cab_background_bottom_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/cab_background_bottom_holo_light.9.png b/core/res/res/drawable-xxhdpi/cab_background_bottom_holo_light.9.png Binary files differindex 805927b766bb..f6c260c57980 100644 --- a/core/res/res/drawable-xxhdpi/cab_background_bottom_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/cab_background_bottom_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/cab_background_bottom_mtrl_alpha.9.png b/core/res/res/drawable-xxhdpi/cab_background_bottom_mtrl_alpha.9.png Binary files differindex 22bd8ce8cbe9..0cb0e230f329 100644 --- a/core/res/res/drawable-xxhdpi/cab_background_bottom_mtrl_alpha.9.png +++ b/core/res/res/drawable-xxhdpi/cab_background_bottom_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xxhdpi/cab_background_top_holo_dark.9.png b/core/res/res/drawable-xxhdpi/cab_background_top_holo_dark.9.png Binary files differindex cbb4f4cf63da..522a3244e8fb 100644 --- a/core/res/res/drawable-xxhdpi/cab_background_top_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/cab_background_top_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/cab_background_top_holo_light.9.png b/core/res/res/drawable-xxhdpi/cab_background_top_holo_light.9.png Binary files differindex 6d467f7ee6d5..7b62bb8f0c80 100644 --- a/core/res/res/drawable-xxhdpi/cab_background_top_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/cab_background_top_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/cab_background_top_mtrl_alpha.9.png b/core/res/res/drawable-xxhdpi/cab_background_top_mtrl_alpha.9.png Binary files differindex 1dd64b9ad48f..b8cf68c26220 100644 --- a/core/res/res/drawable-xxhdpi/cab_background_top_mtrl_alpha.9.png +++ b/core/res/res/drawable-xxhdpi/cab_background_top_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xxhdpi/cling_arrow_up.png b/core/res/res/drawable-xxhdpi/cling_arrow_up.png Binary files differindex 1983f133c659..81116bc1b7b4 100644 --- a/core/res/res/drawable-xxhdpi/cling_arrow_up.png +++ b/core/res/res/drawable-xxhdpi/cling_arrow_up.png diff --git a/core/res/res/drawable-xxhdpi/cling_bg.9.png b/core/res/res/drawable-xxhdpi/cling_bg.9.png Binary files differindex 7beae03bf43c..fabea19e6592 100644 --- a/core/res/res/drawable-xxhdpi/cling_bg.9.png +++ b/core/res/res/drawable-xxhdpi/cling_bg.9.png diff --git a/core/res/res/drawable-xxhdpi/cling_button_normal.9.png b/core/res/res/drawable-xxhdpi/cling_button_normal.9.png Binary files differindex e41287613ea8..a147dd717d23 100644 --- a/core/res/res/drawable-xxhdpi/cling_button_normal.9.png +++ b/core/res/res/drawable-xxhdpi/cling_button_normal.9.png diff --git a/core/res/res/drawable-xxhdpi/cling_button_pressed.9.png b/core/res/res/drawable-xxhdpi/cling_button_pressed.9.png Binary files differindex 55e89da08ca0..ddbea32d1ebf 100644 --- a/core/res/res/drawable-xxhdpi/cling_button_pressed.9.png +++ b/core/res/res/drawable-xxhdpi/cling_button_pressed.9.png diff --git a/core/res/res/drawable-xxhdpi/combobox_disabled.png b/core/res/res/drawable-xxhdpi/combobox_disabled.png Binary files differindex d342344b46dc..e9d6f5023283 100644 --- a/core/res/res/drawable-xxhdpi/combobox_disabled.png +++ b/core/res/res/drawable-xxhdpi/combobox_disabled.png diff --git a/core/res/res/drawable-xxhdpi/combobox_nohighlight.png b/core/res/res/drawable-xxhdpi/combobox_nohighlight.png Binary files differindex 377fbd3312a0..e7c478487e44 100644 --- a/core/res/res/drawable-xxhdpi/combobox_nohighlight.png +++ b/core/res/res/drawable-xxhdpi/combobox_nohighlight.png diff --git a/core/res/res/drawable-xxhdpi/create_contact.png b/core/res/res/drawable-xxhdpi/create_contact.png Binary files differindex 9baf195bc359..ef752f307a51 100644 --- a/core/res/res/drawable-xxhdpi/create_contact.png +++ b/core/res/res/drawable-xxhdpi/create_contact.png diff --git a/core/res/res/drawable-xxhdpi/day_picker_week_view_dayline_holo.9.png b/core/res/res/drawable-xxhdpi/day_picker_week_view_dayline_holo.9.png Binary files differindex 6b2297264b85..ee9e4a71db0c 100644 --- a/core/res/res/drawable-xxhdpi/day_picker_week_view_dayline_holo.9.png +++ b/core/res/res/drawable-xxhdpi/day_picker_week_view_dayline_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/dialog_background_mtrl_mult.9.png b/core/res/res/drawable-xxhdpi/dialog_background_mtrl_mult.9.png Binary files differindex bb9debbd7a4a..e352cc4c37d7 100644 --- a/core/res/res/drawable-xxhdpi/dialog_background_mtrl_mult.9.png +++ b/core/res/res/drawable-xxhdpi/dialog_background_mtrl_mult.9.png diff --git a/core/res/res/drawable-xxhdpi/dialog_bottom_holo_dark.9.png b/core/res/res/drawable-xxhdpi/dialog_bottom_holo_dark.9.png Binary files differindex 0d2ba508dc88..bd8a17f63c5d 100644 --- a/core/res/res/drawable-xxhdpi/dialog_bottom_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/dialog_bottom_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/dialog_bottom_holo_light.9.png b/core/res/res/drawable-xxhdpi/dialog_bottom_holo_light.9.png Binary files differindex 13462d13e5c4..120aae22a4a6 100644 --- a/core/res/res/drawable-xxhdpi/dialog_bottom_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/dialog_bottom_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/dialog_full_holo_dark.9.png b/core/res/res/drawable-xxhdpi/dialog_full_holo_dark.9.png Binary files differindex b029809dfbd5..f983a525e28f 100644 --- a/core/res/res/drawable-xxhdpi/dialog_full_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/dialog_full_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/dialog_full_holo_light.9.png b/core/res/res/drawable-xxhdpi/dialog_full_holo_light.9.png Binary files differindex 63dd1927ded4..206060a7ef38 100644 --- a/core/res/res/drawable-xxhdpi/dialog_full_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/dialog_full_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/dialog_ic_close_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/dialog_ic_close_focused_holo_dark.png Binary files differindex ffe7cbfc0fa7..71c8d2b3ad93 100644 --- a/core/res/res/drawable-xxhdpi/dialog_ic_close_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/dialog_ic_close_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/dialog_ic_close_focused_holo_light.png b/core/res/res/drawable-xxhdpi/dialog_ic_close_focused_holo_light.png Binary files differindex f21e320795b9..538d7a9e1691 100644 --- a/core/res/res/drawable-xxhdpi/dialog_ic_close_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/dialog_ic_close_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/dialog_ic_close_normal_holo_dark.png b/core/res/res/drawable-xxhdpi/dialog_ic_close_normal_holo_dark.png Binary files differindex 87cf4d5be68b..90240e6db46c 100644 --- a/core/res/res/drawable-xxhdpi/dialog_ic_close_normal_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/dialog_ic_close_normal_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/dialog_ic_close_normal_holo_light.png b/core/res/res/drawable-xxhdpi/dialog_ic_close_normal_holo_light.png Binary files differindex 8d185f4fe989..c6237e5aa836 100644 --- a/core/res/res/drawable-xxhdpi/dialog_ic_close_normal_holo_light.png +++ b/core/res/res/drawable-xxhdpi/dialog_ic_close_normal_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/dialog_ic_close_pressed_holo_dark.png b/core/res/res/drawable-xxhdpi/dialog_ic_close_pressed_holo_dark.png Binary files differindex cb2ec6a40cfa..640672c6c211 100644 --- a/core/res/res/drawable-xxhdpi/dialog_ic_close_pressed_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/dialog_ic_close_pressed_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/dialog_ic_close_pressed_holo_light.png b/core/res/res/drawable-xxhdpi/dialog_ic_close_pressed_holo_light.png Binary files differindex 776dbfda3e0e..0d7d72e732e1 100644 --- a/core/res/res/drawable-xxhdpi/dialog_ic_close_pressed_holo_light.png +++ b/core/res/res/drawable-xxhdpi/dialog_ic_close_pressed_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/dialog_middle_holo_dark.9.png b/core/res/res/drawable-xxhdpi/dialog_middle_holo_dark.9.png Binary files differindex d922fd6c2ca1..bf55388aa247 100644 --- a/core/res/res/drawable-xxhdpi/dialog_middle_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/dialog_middle_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/dialog_middle_holo_light.9.png b/core/res/res/drawable-xxhdpi/dialog_middle_holo_light.9.png Binary files differindex 1298194d0f3c..8af9cb8a28f7 100644 --- a/core/res/res/drawable-xxhdpi/dialog_middle_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/dialog_middle_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/dialog_top_holo_dark.9.png b/core/res/res/drawable-xxhdpi/dialog_top_holo_dark.9.png Binary files differindex baf7be393dbf..6ba9669402df 100644 --- a/core/res/res/drawable-xxhdpi/dialog_top_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/dialog_top_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/dialog_top_holo_light.9.png b/core/res/res/drawable-xxhdpi/dialog_top_holo_light.9.png Binary files differindex f35251f676dd..d86c5defe631 100644 --- a/core/res/res/drawable-xxhdpi/dialog_top_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/dialog_top_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_angel.png b/core/res/res/drawable-xxhdpi/emo_im_angel.png Binary files differindex 7d317e2b46fd..84477fc0193d 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_angel.png +++ b/core/res/res/drawable-xxhdpi/emo_im_angel.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_cool.png b/core/res/res/drawable-xxhdpi/emo_im_cool.png Binary files differindex a05fabec5849..860cdd5e29ed 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_cool.png +++ b/core/res/res/drawable-xxhdpi/emo_im_cool.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_crying.png b/core/res/res/drawable-xxhdpi/emo_im_crying.png Binary files differindex 102800d1ab9f..42e1d5a228ef 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_crying.png +++ b/core/res/res/drawable-xxhdpi/emo_im_crying.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_embarrassed.png b/core/res/res/drawable-xxhdpi/emo_im_embarrassed.png Binary files differindex 6e5d226ea0c8..af3f47a1d955 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_embarrassed.png +++ b/core/res/res/drawable-xxhdpi/emo_im_embarrassed.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_foot_in_mouth.png b/core/res/res/drawable-xxhdpi/emo_im_foot_in_mouth.png Binary files differindex c328f8c5c600..0cb6fb21eedd 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_foot_in_mouth.png +++ b/core/res/res/drawable-xxhdpi/emo_im_foot_in_mouth.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_happy.png b/core/res/res/drawable-xxhdpi/emo_im_happy.png Binary files differindex 11e0163dc094..41a19812de48 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_happy.png +++ b/core/res/res/drawable-xxhdpi/emo_im_happy.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_kissing.png b/core/res/res/drawable-xxhdpi/emo_im_kissing.png Binary files differindex b929861fa0b4..2830f071325a 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_kissing.png +++ b/core/res/res/drawable-xxhdpi/emo_im_kissing.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_laughing.png b/core/res/res/drawable-xxhdpi/emo_im_laughing.png Binary files differindex 4ed90bcf60ce..0dd841d48cd9 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_laughing.png +++ b/core/res/res/drawable-xxhdpi/emo_im_laughing.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_lips_are_sealed.png b/core/res/res/drawable-xxhdpi/emo_im_lips_are_sealed.png Binary files differindex bcbcf8d4463d..de53071dd980 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_lips_are_sealed.png +++ b/core/res/res/drawable-xxhdpi/emo_im_lips_are_sealed.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_money_mouth.png b/core/res/res/drawable-xxhdpi/emo_im_money_mouth.png Binary files differindex e17cf7746ef0..d705d9e0d06c 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_money_mouth.png +++ b/core/res/res/drawable-xxhdpi/emo_im_money_mouth.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_sad.png b/core/res/res/drawable-xxhdpi/emo_im_sad.png Binary files differindex 0696d9996f7b..e2f6f713b2c5 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_sad.png +++ b/core/res/res/drawable-xxhdpi/emo_im_sad.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_surprised.png b/core/res/res/drawable-xxhdpi/emo_im_surprised.png Binary files differindex bd821d7f2849..4fb5e5074e73 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_surprised.png +++ b/core/res/res/drawable-xxhdpi/emo_im_surprised.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_tongue_sticking_out.png b/core/res/res/drawable-xxhdpi/emo_im_tongue_sticking_out.png Binary files differindex af21474a5d9e..620a11470762 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_tongue_sticking_out.png +++ b/core/res/res/drawable-xxhdpi/emo_im_tongue_sticking_out.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_undecided.png b/core/res/res/drawable-xxhdpi/emo_im_undecided.png Binary files differindex c43aa0b1c211..179dd110f4a2 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_undecided.png +++ b/core/res/res/drawable-xxhdpi/emo_im_undecided.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_winking.png b/core/res/res/drawable-xxhdpi/emo_im_winking.png Binary files differindex 41cdd23b8f19..e79fa673300e 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_winking.png +++ b/core/res/res/drawable-xxhdpi/emo_im_winking.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_wtf.png b/core/res/res/drawable-xxhdpi/emo_im_wtf.png Binary files differindex 36f0b32f7153..361a468395f3 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_wtf.png +++ b/core/res/res/drawable-xxhdpi/emo_im_wtf.png diff --git a/core/res/res/drawable-xxhdpi/emo_im_yelling.png b/core/res/res/drawable-xxhdpi/emo_im_yelling.png Binary files differindex db210ebc804e..f41946f0319e 100644 --- a/core/res/res/drawable-xxhdpi/emo_im_yelling.png +++ b/core/res/res/drawable-xxhdpi/emo_im_yelling.png diff --git a/core/res/res/drawable-xxhdpi/expander_close_holo_dark.9.png b/core/res/res/drawable-xxhdpi/expander_close_holo_dark.9.png Binary files differindex fb41e44ac3ec..2042090ebd56 100644 --- a/core/res/res/drawable-xxhdpi/expander_close_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/expander_close_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/expander_close_holo_light.9.png b/core/res/res/drawable-xxhdpi/expander_close_holo_light.9.png Binary files differindex f3042a767f43..943a11ee326a 100644 --- a/core/res/res/drawable-xxhdpi/expander_close_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/expander_close_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/expander_close_mtrl_alpha.9.png b/core/res/res/drawable-xxhdpi/expander_close_mtrl_alpha.9.png Binary files differindex e78fff65d277..230be3176367 100644 --- a/core/res/res/drawable-xxhdpi/expander_close_mtrl_alpha.9.png +++ b/core/res/res/drawable-xxhdpi/expander_close_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xxhdpi/expander_open_holo_dark.9.png b/core/res/res/drawable-xxhdpi/expander_open_holo_dark.9.png Binary files differindex b1f006aac799..7a7d01363cf0 100644 --- a/core/res/res/drawable-xxhdpi/expander_open_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/expander_open_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/expander_open_holo_light.9.png b/core/res/res/drawable-xxhdpi/expander_open_holo_light.9.png Binary files differindex bac07f6d8ed1..3f1308977537 100644 --- a/core/res/res/drawable-xxhdpi/expander_open_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/expander_open_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/expander_open_mtrl_alpha.9.png b/core/res/res/drawable-xxhdpi/expander_open_mtrl_alpha.9.png Binary files differindex a3d09657b99b..90cdb4a9b3fc 100644 --- a/core/res/res/drawable-xxhdpi/expander_open_mtrl_alpha.9.png +++ b/core/res/res/drawable-xxhdpi/expander_open_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xxhdpi/fastscroll_label_left_holo_dark.9.png b/core/res/res/drawable-xxhdpi/fastscroll_label_left_holo_dark.9.png Binary files differindex c9b5893b757e..fa04e7155aa9 100644 --- a/core/res/res/drawable-xxhdpi/fastscroll_label_left_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/fastscroll_label_left_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/fastscroll_label_left_holo_light.9.png b/core/res/res/drawable-xxhdpi/fastscroll_label_left_holo_light.9.png Binary files differindex a1326ed10097..0106b9fb193b 100644 --- a/core/res/res/drawable-xxhdpi/fastscroll_label_left_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/fastscroll_label_left_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/fastscroll_label_right_holo_dark.9.png b/core/res/res/drawable-xxhdpi/fastscroll_label_right_holo_dark.9.png Binary files differindex 91152eae74e6..604445d42e26 100644 --- a/core/res/res/drawable-xxhdpi/fastscroll_label_right_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/fastscroll_label_right_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/fastscroll_label_right_holo_light.9.png b/core/res/res/drawable-xxhdpi/fastscroll_label_right_holo_light.9.png Binary files differindex 1541e9773005..6d0f0a679a72 100644 --- a/core/res/res/drawable-xxhdpi/fastscroll_label_right_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/fastscroll_label_right_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/fastscroll_thumb_default_holo.png b/core/res/res/drawable-xxhdpi/fastscroll_thumb_default_holo.png Binary files differindex d8335d554ca6..e7cf7d33d054 100644 --- a/core/res/res/drawable-xxhdpi/fastscroll_thumb_default_holo.png +++ b/core/res/res/drawable-xxhdpi/fastscroll_thumb_default_holo.png diff --git a/core/res/res/drawable-xxhdpi/fastscroll_thumb_pressed_holo.png b/core/res/res/drawable-xxhdpi/fastscroll_thumb_pressed_holo.png Binary files differindex cdc13e1ae8db..886a1958c4da 100644 --- a/core/res/res/drawable-xxhdpi/fastscroll_thumb_pressed_holo.png +++ b/core/res/res/drawable-xxhdpi/fastscroll_thumb_pressed_holo.png diff --git a/core/res/res/drawable-xxhdpi/fastscroll_track_default_holo_dark.9.png b/core/res/res/drawable-xxhdpi/fastscroll_track_default_holo_dark.9.png Binary files differindex b9455ff20548..a9e4cbb60419 100644 --- a/core/res/res/drawable-xxhdpi/fastscroll_track_default_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/fastscroll_track_default_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/fastscroll_track_default_holo_light.9.png b/core/res/res/drawable-xxhdpi/fastscroll_track_default_holo_light.9.png Binary files differindex a5c54dc37c24..a9e4cbb60419 100644 --- a/core/res/res/drawable-xxhdpi/fastscroll_track_default_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/fastscroll_track_default_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/fastscroll_track_pressed_holo_dark.9.png b/core/res/res/drawable-xxhdpi/fastscroll_track_pressed_holo_dark.9.png Binary files differindex eaf0969d42a1..2a94aa99e2c4 100644 --- a/core/res/res/drawable-xxhdpi/fastscroll_track_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/fastscroll_track_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/fastscroll_track_pressed_holo_light.9.png b/core/res/res/drawable-xxhdpi/fastscroll_track_pressed_holo_light.9.png Binary files differindex 9db45c01f5f5..88bc65bd2f33 100644 --- a/core/res/res/drawable-xxhdpi/fastscroll_track_pressed_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/fastscroll_track_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/ic_ab_back_holo_dark_am.png b/core/res/res/drawable-xxhdpi/ic_ab_back_holo_dark_am.png Binary files differindex 04d1348b0d58..b4d587ae5d28 100644 --- a/core/res/res/drawable-xxhdpi/ic_ab_back_holo_dark_am.png +++ b/core/res/res/drawable-xxhdpi/ic_ab_back_holo_dark_am.png diff --git a/core/res/res/drawable-xxhdpi/ic_ab_back_holo_light_am.png b/core/res/res/drawable-xxhdpi/ic_ab_back_holo_light_am.png Binary files differindex 962dba3b3d89..05ff21ad3770 100644 --- a/core/res/res/drawable-xxhdpi/ic_ab_back_holo_light_am.png +++ b/core/res/res/drawable-xxhdpi/ic_ab_back_holo_light_am.png diff --git a/core/res/res/drawable-xxhdpi/ic_audio_notification_am_alpha.png b/core/res/res/drawable-xxhdpi/ic_audio_notification_am_alpha.png Binary files differindex fb0e96e86813..6aa812e72bfb 100755 --- a/core/res/res/drawable-xxhdpi/ic_audio_notification_am_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_audio_notification_am_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_audio_notification_mute_am_alpha.png b/core/res/res/drawable-xxhdpi/ic_audio_notification_mute_am_alpha.png Binary files differindex 3aa7b53fd4cc..944353797499 100644 --- a/core/res/res/drawable-xxhdpi/ic_audio_notification_mute_am_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_audio_notification_mute_am_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_btn_search_go.png b/core/res/res/drawable-xxhdpi/ic_btn_search_go.png Binary files differindex 1f4301dba7ba..bb37ba0c612f 100644 --- a/core/res/res/drawable-xxhdpi/ic_btn_search_go.png +++ b/core/res/res/drawable-xxhdpi/ic_btn_search_go.png diff --git a/core/res/res/drawable-xxhdpi/ic_btn_speak_now.png b/core/res/res/drawable-xxhdpi/ic_btn_speak_now.png Binary files differindex b15f3859faa9..d6a58c92a53c 100644 --- a/core/res/res/drawable-xxhdpi/ic_btn_speak_now.png +++ b/core/res/res/drawable-xxhdpi/ic_btn_speak_now.png diff --git a/core/res/res/drawable-xxhdpi/ic_bullet_key_permission.png b/core/res/res/drawable-xxhdpi/ic_bullet_key_permission.png Binary files differindex a74c2862bb9d..acd24d2e5bd1 100644 --- a/core/res/res/drawable-xxhdpi/ic_bullet_key_permission.png +++ b/core/res/res/drawable-xxhdpi/ic_bullet_key_permission.png diff --git a/core/res/res/drawable-xxhdpi/ic_cab_done_holo.png b/core/res/res/drawable-xxhdpi/ic_cab_done_holo.png Binary files differindex a23a3ae9f07c..fd1914c29b62 100644 --- a/core/res/res/drawable-xxhdpi/ic_cab_done_holo.png +++ b/core/res/res/drawable-xxhdpi/ic_cab_done_holo.png diff --git a/core/res/res/drawable-xxhdpi/ic_cab_done_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_cab_done_holo_dark.png Binary files differindex fdecbe1dd2fd..686350e78ac8 100644 --- a/core/res/res/drawable-xxhdpi/ic_cab_done_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_cab_done_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_cab_done_holo_light.png b/core/res/res/drawable-xxhdpi/ic_cab_done_holo_light.png Binary files differindex ca93e70462f5..5eaf6d58f181 100644 --- a/core/res/res/drawable-xxhdpi/ic_cab_done_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_cab_done_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_cab_done_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/ic_cab_done_mtrl_alpha.png Binary files differindex 1f9c734187ac..7bfb4a1079c8 100644 --- a/core/res/res/drawable-xxhdpi/ic_cab_done_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_cab_done_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_commit_search_api_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_commit_search_api_holo_dark.png Binary files differindex 6e48dc6242ed..f3971fa0a0da 100644 --- a/core/res/res/drawable-xxhdpi/ic_commit_search_api_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_commit_search_api_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_commit_search_api_holo_light.png b/core/res/res/drawable-xxhdpi/ic_commit_search_api_holo_light.png Binary files differindex d26f75e64b53..a1fc2a99d203 100644 --- a/core/res/res/drawable-xxhdpi/ic_commit_search_api_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_commit_search_api_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_commit_search_api_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/ic_commit_search_api_mtrl_alpha.png Binary files differindex fc1b8b442676..e474b265e9ac 100644 --- a/core/res/res/drawable-xxhdpi/ic_commit_search_api_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_commit_search_api_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_contact_picture.png b/core/res/res/drawable-xxhdpi/ic_contact_picture.png Binary files differindex b36ec1730911..9b666913a566 100644 --- a/core/res/res/drawable-xxhdpi/ic_contact_picture.png +++ b/core/res/res/drawable-xxhdpi/ic_contact_picture.png diff --git a/core/res/res/drawable-xxhdpi/ic_contact_picture_180_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_contact_picture_180_holo_dark.png Binary files differindex 6e057ac38cb0..47762e7e1f04 100644 --- a/core/res/res/drawable-xxhdpi/ic_contact_picture_180_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_contact_picture_180_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_contact_picture_180_holo_light.png b/core/res/res/drawable-xxhdpi/ic_contact_picture_180_holo_light.png Binary files differindex 4111bc5e33ea..a8f899c08545 100644 --- a/core/res/res/drawable-xxhdpi/ic_contact_picture_180_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_contact_picture_180_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_contact_picture_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_contact_picture_holo_dark.png Binary files differindex 52a69c375294..154f62a92fee 100644 --- a/core/res/res/drawable-xxhdpi/ic_contact_picture_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_contact_picture_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_contact_picture_holo_light.png b/core/res/res/drawable-xxhdpi/ic_contact_picture_holo_light.png Binary files differindex 5a41c23b9dc9..bcc25a01a0ed 100644 --- a/core/res/res/drawable-xxhdpi/ic_contact_picture_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_contact_picture_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_corp_icon.png b/core/res/res/drawable-xxhdpi/ic_corp_icon.png Binary files differindex d33319f3eda4..d30c16f9ff59 100644 --- a/core/res/res/drawable-xxhdpi/ic_corp_icon.png +++ b/core/res/res/drawable-xxhdpi/ic_corp_icon.png diff --git a/core/res/res/drawable-xxhdpi/ic_dialog_alert_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_dialog_alert_holo_dark.png Binary files differindex cdd6fd8ccd52..adc0b137426a 100644 --- a/core/res/res/drawable-xxhdpi/ic_dialog_alert_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_dialog_alert_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_dialog_alert_holo_light.png b/core/res/res/drawable-xxhdpi/ic_dialog_alert_holo_light.png Binary files differindex 24ec28c2ed51..ab9395ca38c8 100644 --- a/core/res/res/drawable-xxhdpi/ic_dialog_alert_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_dialog_alert_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_emergency.png b/core/res/res/drawable-xxhdpi/ic_emergency.png Binary files differindex d070311d86ad..b11f52e80544 100644 --- a/core/res/res/drawable-xxhdpi/ic_emergency.png +++ b/core/res/res/drawable-xxhdpi/ic_emergency.png diff --git a/core/res/res/drawable-xxhdpi/ic_find_next_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/ic_find_next_mtrl_alpha.png Binary files differindex e3a7e9e68f77..15a27eba3c52 100644 --- a/core/res/res/drawable-xxhdpi/ic_find_next_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_find_next_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_find_previous_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/ic_find_previous_mtrl_alpha.png Binary files differindex f9cf16cf011c..f1dd552d712c 100644 --- a/core/res/res/drawable-xxhdpi/ic_find_previous_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_find_previous_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_input_delete.png b/core/res/res/drawable-xxhdpi/ic_input_delete.png Binary files differindex ea047ddac2f8..68497abc0cf3 100644 --- a/core/res/res/drawable-xxhdpi/ic_input_delete.png +++ b/core/res/res/drawable-xxhdpi/ic_input_delete.png diff --git a/core/res/res/drawable-xxhdpi/ic_lock_airplane_mode_alpha.png b/core/res/res/drawable-xxhdpi/ic_lock_airplane_mode_alpha.png Binary files differindex 116b891d869e..bfe1211e2bb2 100644 --- a/core/res/res/drawable-xxhdpi/ic_lock_airplane_mode_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_lock_airplane_mode_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_lock_airplane_mode_off_am_alpha.png b/core/res/res/drawable-xxhdpi/ic_lock_airplane_mode_off_am_alpha.png Binary files differindex 5ca72edae31b..cb344f0e77a8 100644 --- a/core/res/res/drawable-xxhdpi/ic_lock_airplane_mode_off_am_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_lock_airplane_mode_off_am_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_lock_idle_alarm_alpha.png b/core/res/res/drawable-xxhdpi/ic_lock_idle_alarm_alpha.png Binary files differindex ed2d3c528523..b86b17ac2a1d 100644 --- a/core/res/res/drawable-xxhdpi/ic_lock_idle_alarm_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_lock_idle_alarm_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_lock_lock_alpha.png b/core/res/res/drawable-xxhdpi/ic_lock_lock_alpha.png Binary files differindex 1b8882c7a81f..09ba77b40d79 100644 --- a/core/res/res/drawable-xxhdpi/ic_lock_lock_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_lock_lock_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_lock_open_wht_24dp.png b/core/res/res/drawable-xxhdpi/ic_lock_open_wht_24dp.png Binary files differindex 1b11b597247d..ad73ef7dc49c 100644 --- a/core/res/res/drawable-xxhdpi/ic_lock_open_wht_24dp.png +++ b/core/res/res/drawable-xxhdpi/ic_lock_open_wht_24dp.png diff --git a/core/res/res/drawable-xxhdpi/ic_lock_outline_wht_24dp.png b/core/res/res/drawable-xxhdpi/ic_lock_outline_wht_24dp.png Binary files differindex ae0d655d0d46..fb722fcd59f8 100644 --- a/core/res/res/drawable-xxhdpi/ic_lock_outline_wht_24dp.png +++ b/core/res/res/drawable-xxhdpi/ic_lock_outline_wht_24dp.png diff --git a/core/res/res/drawable-xxhdpi/ic_lock_power_off_alpha.png b/core/res/res/drawable-xxhdpi/ic_lock_power_off_alpha.png Binary files differindex 061dc786ed25..ef2594016980 100644 --- a/core/res/res/drawable-xxhdpi/ic_lock_power_off_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_lock_power_off_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_lock_silent_mode_off.png b/core/res/res/drawable-xxhdpi/ic_lock_silent_mode_off.png Binary files differindex 2cca958e0169..74fa80556cfe 100644 --- a/core/res/res/drawable-xxhdpi/ic_lock_silent_mode_off.png +++ b/core/res/res/drawable-xxhdpi/ic_lock_silent_mode_off.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_alarm.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_alarm.png Binary files differindex f53fa8f267af..061a83f55fad 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_alarm.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_alarm.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_answer_active.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_answer_active.png Binary files differindex 78a560ff0e65..bf2cc3309069 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_answer_active.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_answer_active.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_answer_focused.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_answer_focused.png Binary files differindex 9c2176128d83..a394018377ec 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_answer_focused.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_answer_focused.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_answer_normal.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_answer_normal.png Binary files differindex 9298b61c54c0..2a95560d17cd 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_answer_normal.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_answer_normal.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_camera_activated.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_camera_activated.png Binary files differindex c41fe84bfd07..469b213c43f3 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_camera_activated.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_camera_activated.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_camera_normal.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_camera_normal.png Binary files differindex 3c29157740fe..a7e493d80816 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_camera_normal.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_camera_normal.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_chevron_down.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_chevron_down.png Binary files differindex 8b3458b08e0b..ccda0a090b26 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_chevron_down.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_chevron_down.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_chevron_left.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_chevron_left.png Binary files differindex 10cad65dbb51..c776b97f587b 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_chevron_left.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_chevron_left.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_chevron_right.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_chevron_right.png Binary files differindex 9fe0601d9050..b3d92b8f0828 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_chevron_right.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_chevron_right.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_chevron_up.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_chevron_up.png Binary files differindex 8e9d6d0c35a6..8df0b62f0d95 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_chevron_up.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_chevron_up.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_decline_activated.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_decline_activated.png Binary files differindex 1d114b14b2ef..7887284886fb 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_decline_activated.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_decline_activated.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_decline_focused.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_decline_focused.png Binary files differindex 4db787629c2b..60148a3320f8 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_decline_focused.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_decline_focused.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_decline_normal.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_decline_normal.png Binary files differindex 89aece4a0670..b59f625b4344 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_decline_normal.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_decline_normal.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_emergencycall_normal.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_emergencycall_normal.png Binary files differindex 4b99badf367b..605e0f92ffad 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_emergencycall_normal.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_emergencycall_normal.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_emergencycall_pressed.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_emergencycall_pressed.png Binary files differindex d1bd72ef1f10..774e81361c93 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_emergencycall_pressed.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_emergencycall_pressed.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_forgotpassword_normal.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_forgotpassword_normal.png Binary files differindex ece563c35c6c..07813ad2cc02 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_forgotpassword_normal.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_forgotpassword_normal.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_forgotpassword_pressed.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_forgotpassword_pressed.png Binary files differindex ff3dfa118621..146e91649303 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_forgotpassword_pressed.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_forgotpassword_pressed.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_google_activated.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_google_activated.png Binary files differindex d03fc0634073..f2b0c122636e 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_google_activated.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_google_activated.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_google_focused.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_google_focused.png Binary files differindex 76124a97fe99..8e6f4235d36f 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_google_focused.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_google_focused.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_google_normal.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_google_normal.png Binary files differindex d0680dc61970..73493713b2f0 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_google_normal.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_google_normal.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_handle_normal.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_handle_normal.png Binary files differindex a5418d8bb46f..8cbc1020295e 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_handle_normal.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_handle_normal.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_handle_pressed.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_handle_pressed.png Binary files differindex 7528064ea3b2..d7f2fe7eeb04 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_handle_pressed.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_handle_pressed.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_player_background.9.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_player_background.9.png Binary files differindex 6dacccfe4097..5a09699afb23 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_player_background.9.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_player_background.9.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_puk.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_puk.png Binary files differindex 61db8cd7a27b..9f9fe8fd37ce 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_puk.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_puk.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_silent_activated.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_silent_activated.png Binary files differindex fd295ec95417..0c94819beb56 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_silent_activated.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_silent_activated.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_silent_focused.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_silent_focused.png Binary files differindex a2e1b69aad0f..a735c553b7c0 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_silent_focused.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_silent_focused.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_silent_normal.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_silent_normal.png Binary files differindex d791ffa6b810..10fd8bbd642e 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_silent_normal.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_silent_normal.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_sim.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_sim.png Binary files differindex 3ba4331a9b2d..c98ae9e60ca1 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_sim.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_sim.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_soundon_activated.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_soundon_activated.png Binary files differindex e469bf44c000..81d8d47851c8 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_soundon_activated.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_soundon_activated.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_soundon_focused.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_soundon_focused.png Binary files differindex 89b3213f733b..4895981c5503 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_soundon_focused.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_soundon_focused.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_soundon_normal.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_soundon_normal.png Binary files differindex 72bc5ee878d1..8c81d56e1369 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_soundon_normal.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_soundon_normal.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_text_activated.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_text_activated.png Binary files differindex 10cbb7ec7534..631280ffd997 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_text_activated.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_text_activated.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_text_focusde.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_text_focusde.png Binary files differindex 0cf73074e499..f2ec4754b71a 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_text_focusde.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_text_focusde.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_text_normal.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_text_normal.png Binary files differindex 304996d6f6ba..5aec9671940a 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_text_normal.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_text_normal.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_unlock_activated.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_unlock_activated.png Binary files differindex dbd5d4849118..3b391b7e3912 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_unlock_activated.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_unlock_activated.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreen_unlock_normal.png b/core/res/res/drawable-xxhdpi/ic_lockscreen_unlock_normal.png Binary files differindex 153bfa9c9f06..f9aae7874a13 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreen_unlock_normal.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreen_unlock_normal.png diff --git a/core/res/res/drawable-xxhdpi/ic_lockscreens_now_button.png b/core/res/res/drawable-xxhdpi/ic_lockscreens_now_button.png Binary files differindex 74ad3c832485..a7306fda3752 100644 --- a/core/res/res/drawable-xxhdpi/ic_lockscreens_now_button.png +++ b/core/res/res/drawable-xxhdpi/ic_lockscreens_now_button.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_embed_play.png b/core/res/res/drawable-xxhdpi/ic_media_embed_play.png Binary files differindex 3bf5a82b5453..f8d1266a8930 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_embed_play.png +++ b/core/res/res/drawable-xxhdpi/ic_media_embed_play.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_ff.png b/core/res/res/drawable-xxhdpi/ic_media_ff.png Binary files differindex ab9e022fbf35..55e56be0613a 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_ff.png +++ b/core/res/res/drawable-xxhdpi/ic_media_ff.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_fullscreen.png b/core/res/res/drawable-xxhdpi/ic_media_fullscreen.png Binary files differindex 5734f16c7a36..34c9cf240102 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_fullscreen.png +++ b/core/res/res/drawable-xxhdpi/ic_media_fullscreen.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_next.png b/core/res/res/drawable-xxhdpi/ic_media_next.png Binary files differindex ce0a14325a71..5a7b682ce9e2 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_next.png +++ b/core/res/res/drawable-xxhdpi/ic_media_next.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_pause.png b/core/res/res/drawable-xxhdpi/ic_media_pause.png Binary files differindex 9a36b17cb858..42c16762bd5a 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_pause.png +++ b/core/res/res/drawable-xxhdpi/ic_media_pause.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_play.png b/core/res/res/drawable-xxhdpi/ic_media_play.png Binary files differindex 41f76bbf999d..6d6cbbe3dbc9 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_play.png +++ b/core/res/res/drawable-xxhdpi/ic_media_play.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_previous.png b/core/res/res/drawable-xxhdpi/ic_media_previous.png Binary files differindex d4688741b9ce..b5ed756ced3a 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_previous.png +++ b/core/res/res/drawable-xxhdpi/ic_media_previous.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_rew.png b/core/res/res/drawable-xxhdpi/ic_media_rew.png Binary files differindex 8ebb2ccf3005..b2de4ba665ea 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_rew.png +++ b/core/res/res/drawable-xxhdpi/ic_media_rew.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_disabled_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_media_route_disabled_holo_dark.png Binary files differindex 6fad4a641e81..1dd9969266d9 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_disabled_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_disabled_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_disabled_holo_light.png b/core/res/res/drawable-xxhdpi/ic_media_route_disabled_holo_light.png Binary files differindex 865617c0fd0e..d847f5101329 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_disabled_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_disabled_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_disabled_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/ic_media_route_disabled_mtrl_alpha.png Binary files differindex 6fad4a641e81..1dd9969266d9 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_disabled_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_disabled_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_off_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_media_route_off_holo_dark.png Binary files differindex 44d98d56d2b5..5e6710d87f70 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_off_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_off_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_off_holo_light.png b/core/res/res/drawable-xxhdpi/ic_media_route_off_holo_light.png Binary files differindex b5b29b020900..c6532a8d0867 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_off_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_off_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_off_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/ic_media_route_off_mtrl_alpha.png Binary files differindex 44d98d56d2b5..5e6710d87f70 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_off_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_off_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_on_0_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_media_route_on_0_holo_dark.png Binary files differindex c807b50ad076..7f58df8f3049 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_on_0_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_on_0_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_on_0_holo_light.png b/core/res/res/drawable-xxhdpi/ic_media_route_on_0_holo_light.png Binary files differindex 3fc7188f31b4..e196f6cb0938 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_on_0_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_on_0_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_on_0_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/ic_media_route_on_0_mtrl_alpha.png Binary files differindex c807b50ad076..7f58df8f3049 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_on_0_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_on_0_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_on_1_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_media_route_on_1_holo_dark.png Binary files differindex d54f44acb84b..36dd1b952428 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_on_1_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_on_1_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_on_1_holo_light.png b/core/res/res/drawable-xxhdpi/ic_media_route_on_1_holo_light.png Binary files differindex 092fe8cc0dc5..6188f225dc94 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_on_1_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_on_1_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_on_1_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/ic_media_route_on_1_mtrl_alpha.png Binary files differindex d54f44acb84b..36dd1b952428 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_on_1_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_on_1_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_on_2_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_media_route_on_2_holo_dark.png Binary files differindex 17c1d9945b12..53ca38cc9fb1 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_on_2_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_on_2_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_on_2_holo_light.png b/core/res/res/drawable-xxhdpi/ic_media_route_on_2_holo_light.png Binary files differindex 4fd580864841..c78612b3e5b7 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_on_2_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_on_2_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_on_2_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/ic_media_route_on_2_mtrl_alpha.png Binary files differindex 17c1d9945b12..53ca38cc9fb1 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_on_2_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_on_2_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_on_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_media_route_on_holo_dark.png Binary files differindex 906401e6f03f..f0645134713d 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_on_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_on_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_on_holo_light.png b/core/res/res/drawable-xxhdpi/ic_media_route_on_holo_light.png Binary files differindex d29e56300408..2d468e1a89e4 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_on_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_on_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_route_on_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/ic_media_route_on_mtrl_alpha.png Binary files differindex 906401e6f03f..f0645134713d 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_route_on_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_media_route_on_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_media_stop.png b/core/res/res/drawable-xxhdpi/ic_media_stop.png Binary files differindex c09989ac8c7b..f91f195706f4 100644 --- a/core/res/res/drawable-xxhdpi/ic_media_stop.png +++ b/core/res/res/drawable-xxhdpi/ic_media_stop.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_account_list.png b/core/res/res/drawable-xxhdpi/ic_menu_account_list.png Binary files differindex e072523c1e41..7833582b8ef9 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_account_list.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_account_list.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_add.png b/core/res/res/drawable-xxhdpi/ic_menu_add.png Binary files differindex 18a83a122464..bc30d47321b7 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_add.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_add.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_agenda.png b/core/res/res/drawable-xxhdpi/ic_menu_agenda.png Binary files differindex 20f350b31caf..d7444bd936b1 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_agenda.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_agenda.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_allfriends.png b/core/res/res/drawable-xxhdpi/ic_menu_allfriends.png Binary files differindex c07a7c7dc60a..d89ff03eb132 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_allfriends.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_allfriends.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_always_landscape_portrait.png b/core/res/res/drawable-xxhdpi/ic_menu_always_landscape_portrait.png Binary files differindex 2decf65e6d3d..c11f607d5d7c 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_always_landscape_portrait.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_always_landscape_portrait.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_archive.png b/core/res/res/drawable-xxhdpi/ic_menu_archive.png Binary files differindex a2d93b9f00ba..27ad217e66a1 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_archive.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_archive.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_attachment.png b/core/res/res/drawable-xxhdpi/ic_menu_attachment.png Binary files differindex a92f66b0e481..981475b92f12 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_attachment.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_attachment.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_back.png b/core/res/res/drawable-xxhdpi/ic_menu_back.png Binary files differindex d3191caffd13..d573f5551794 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_back.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_back.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_block.png b/core/res/res/drawable-xxhdpi/ic_menu_block.png Binary files differindex 6b8f78dde733..0096707b425d 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_block.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_block.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_blocked_user.png b/core/res/res/drawable-xxhdpi/ic_menu_blocked_user.png Binary files differindex 096bfe43d731..a2644e4a4a27 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_blocked_user.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_blocked_user.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_btn_add.png b/core/res/res/drawable-xxhdpi/ic_menu_btn_add.png Binary files differindex 18a83a122464..bc30d47321b7 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_btn_add.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_btn_add.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_call.png b/core/res/res/drawable-xxhdpi/ic_menu_call.png Binary files differindex 3b99ebba06d0..9ad96f6c9a18 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_call.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_call.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_camera.png b/core/res/res/drawable-xxhdpi/ic_menu_camera.png Binary files differindex e09d0503238f..15f519a5da12 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_camera.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_camera.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_cc_am.png b/core/res/res/drawable-xxhdpi/ic_menu_cc_am.png Binary files differindex 5f1b3411d274..995d4c0fd095 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_cc_am.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_cc_am.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_chat_dashboard.png b/core/res/res/drawable-xxhdpi/ic_menu_chat_dashboard.png Binary files differindex 92fdd991b2b7..1db6b09c39bf 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_chat_dashboard.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_chat_dashboard.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_clear_playlist.png b/core/res/res/drawable-xxhdpi/ic_menu_clear_playlist.png Binary files differindex 819e8399310b..e402b1de5a54 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_clear_playlist.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_clear_playlist.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_compass.png b/core/res/res/drawable-xxhdpi/ic_menu_compass.png Binary files differindex 068678de73d0..b8159a02ecb1 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_compass.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_compass.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_compose.png b/core/res/res/drawable-xxhdpi/ic_menu_compose.png Binary files differindex f4ccc2dd7bb5..f1d52cfe7cbf 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_compose.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_compose.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_copy.png b/core/res/res/drawable-xxhdpi/ic_menu_copy.png Binary files differindex 222e08335772..ba6931e63b01 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_copy.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_copy.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_copy_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_menu_copy_holo_dark.png Binary files differindex 9dd56effc26d..cb35671c6bb4 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_copy_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_copy_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_copy_holo_light.png b/core/res/res/drawable-xxhdpi/ic_menu_copy_holo_light.png Binary files differindex 91043c9d3b61..57d7223a7e95 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_copy_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_copy_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_crop.png b/core/res/res/drawable-xxhdpi/ic_menu_crop.png Binary files differindex 4cc11caf616d..761a15887ee3 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_crop.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_crop.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_cut.png b/core/res/res/drawable-xxhdpi/ic_menu_cut.png Binary files differindex 81f45c6579b5..beae3289d080 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_cut.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_cut.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_cut_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_menu_cut_holo_dark.png Binary files differindex 1bec21cc9fad..55cd0be2df88 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_cut_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_cut_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_cut_holo_light.png b/core/res/res/drawable-xxhdpi/ic_menu_cut_holo_light.png Binary files differindex 0dfab9049d8e..861d06bfd9f0 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_cut_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_cut_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_day.png b/core/res/res/drawable-xxhdpi/ic_menu_day.png Binary files differindex 6b92894626ad..186bb46bf530 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_day.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_day.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_delete.png b/core/res/res/drawable-xxhdpi/ic_menu_delete.png Binary files differindex 8e9e78d43f3d..164738c2b4f7 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_delete.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_delete.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_directions.png b/core/res/res/drawable-xxhdpi/ic_menu_directions.png Binary files differindex f8a50c55e9a4..3fe4e406c75e 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_directions.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_directions.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_edit.png b/core/res/res/drawable-xxhdpi/ic_menu_edit.png Binary files differindex 2b6e9671f5e0..fb8e1e9ae2b1 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_edit.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_edit.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_emoticons.png b/core/res/res/drawable-xxhdpi/ic_menu_emoticons.png Binary files differindex eae564f416cb..089e6a275d92 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_emoticons.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_emoticons.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_end_conversation.png b/core/res/res/drawable-xxhdpi/ic_menu_end_conversation.png Binary files differindex dd94956c32d1..cc0aee8898c6 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_end_conversation.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_end_conversation.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_find.png b/core/res/res/drawable-xxhdpi/ic_menu_find.png Binary files differindex 32fad0a6118d..47db99350b90 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_find.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_find.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_find_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_menu_find_holo_dark.png Binary files differindex f15e47a5fcba..c7b97632da82 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_find_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_find_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_find_holo_light.png b/core/res/res/drawable-xxhdpi/ic_menu_find_holo_light.png Binary files differindex 61f61282ad15..d34950b6c783 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_find_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_find_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_find_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/ic_menu_find_mtrl_alpha.png Binary files differindex d35b337f2f80..fbc77a2e4ac2 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_find_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_find_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_forward.png b/core/res/res/drawable-xxhdpi/ic_menu_forward.png Binary files differindex ca7eff9a17b0..33815cfac310 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_forward.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_forward.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_friendslist.png b/core/res/res/drawable-xxhdpi/ic_menu_friendslist.png Binary files differindex 920d687e5cd9..121243f88800 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_friendslist.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_friendslist.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_gallery.png b/core/res/res/drawable-xxhdpi/ic_menu_gallery.png Binary files differindex 3140ba927b76..7d2f09f20b65 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_gallery.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_gallery.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_goto.png b/core/res/res/drawable-xxhdpi/ic_menu_goto.png Binary files differindex 0d2109c6a65f..1344d7866c4d 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_goto.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_goto.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_help.png b/core/res/res/drawable-xxhdpi/ic_menu_help.png Binary files differindex a16ad705e32b..0d07ebed9cab 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_help.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_help.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_help_holo_light.png b/core/res/res/drawable-xxhdpi/ic_menu_help_holo_light.png Binary files differindex 62c9eda880a5..bd9f3af8df9d 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_help_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_help_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_home.png b/core/res/res/drawable-xxhdpi/ic_menu_home.png Binary files differindex 23c67d080e81..ecc0908e6d25 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_home.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_home.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_info_details.png b/core/res/res/drawable-xxhdpi/ic_menu_info_details.png Binary files differindex 4414bea7e3ca..9fa742effe2a 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_info_details.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_info_details.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_invite.png b/core/res/res/drawable-xxhdpi/ic_menu_invite.png Binary files differindex 8020fd87860b..b5327a19b2fc 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_invite.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_invite.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_login.png b/core/res/res/drawable-xxhdpi/ic_menu_login.png Binary files differindex 2ac01e92dcdb..f9619d465483 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_login.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_login.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_manage.png b/core/res/res/drawable-xxhdpi/ic_menu_manage.png Binary files differindex 733b7593f145..9a511aae9148 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_manage.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_manage.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_mapmode.png b/core/res/res/drawable-xxhdpi/ic_menu_mapmode.png Binary files differindex 4d8c185b4087..c83eddfea4ca 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_mapmode.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_mapmode.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_mark.png b/core/res/res/drawable-xxhdpi/ic_menu_mark.png Binary files differindex 768aeb36f5a7..fca05d8bfaf1 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_mark.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_mark.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_month.png b/core/res/res/drawable-xxhdpi/ic_menu_month.png Binary files differindex b591a23ee720..c16a10bedda8 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_month.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_month.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_more.png b/core/res/res/drawable-xxhdpi/ic_menu_more.png Binary files differindex 7e0bb5ec8cd9..9d76a6a01dbe 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_more.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_more.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow.png b/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow.png Binary files differindex c3a13904bfef..ac4bba8896f7 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow_focused_holo_dark.png Binary files differindex 9cddee433dce..0fb4af98e348 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow_focused_holo_light.png b/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow_focused_holo_light.png Binary files differindex 826e724f7714..a7741eaaec94 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow_normal_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow_normal_holo_dark.png Binary files differindex 498a9ff1c18f..a1b11a2b5ee3 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow_normal_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow_normal_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow_normal_holo_light.png b/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow_normal_holo_light.png Binary files differindex d3d3f1a17c90..24ecf1d5c07e 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow_normal_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_moreoverflow_normal_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_my_calendar.png b/core/res/res/drawable-xxhdpi/ic_menu_my_calendar.png Binary files differindex a9285fe75756..82be58915afa 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_my_calendar.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_my_calendar.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_mylocation.png b/core/res/res/drawable-xxhdpi/ic_menu_mylocation.png Binary files differindex 8ea61e1cdcb3..c023ec0a76f8 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_mylocation.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_mylocation.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_myplaces.png b/core/res/res/drawable-xxhdpi/ic_menu_myplaces.png Binary files differindex 85b3f208f6a3..508e4d292da5 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_myplaces.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_myplaces.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_notifications.png b/core/res/res/drawable-xxhdpi/ic_menu_notifications.png Binary files differindex d72a3655eb0e..c20b61e08858 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_notifications.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_notifications.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_paste.png b/core/res/res/drawable-xxhdpi/ic_menu_paste.png Binary files differindex 11f560c00e6f..30436efc6ab6 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_paste.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_paste.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_paste_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_menu_paste_holo_dark.png Binary files differindex d0b1fdbf37e6..0513e888a40d 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_paste_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_paste_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_paste_holo_light.png b/core/res/res/drawable-xxhdpi/ic_menu_paste_holo_light.png Binary files differindex 27d01a69afe8..8ae959c09726 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_paste_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_paste_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_play_clip.png b/core/res/res/drawable-xxhdpi/ic_menu_play_clip.png Binary files differindex 5c3b1e3ff913..1eda537270ab 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_play_clip.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_play_clip.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_preferences.png b/core/res/res/drawable-xxhdpi/ic_menu_preferences.png Binary files differindex b03953772cdd..1a0527d470fc 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_preferences.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_preferences.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_recent_history.png b/core/res/res/drawable-xxhdpi/ic_menu_recent_history.png Binary files differindex a3640a64986e..97d345b2cb3c 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_recent_history.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_recent_history.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_report_image.png b/core/res/res/drawable-xxhdpi/ic_menu_report_image.png Binary files differindex b8cf01ebd131..0914892d2e2b 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_report_image.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_report_image.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_revert.png b/core/res/res/drawable-xxhdpi/ic_menu_revert.png Binary files differindex 009cb91b22e6..79a0ab8b8bbc 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_revert.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_revert.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_rotate.png b/core/res/res/drawable-xxhdpi/ic_menu_rotate.png Binary files differindex fd6781fa46c0..5bb17e1509ca 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_rotate.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_rotate.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_save.png b/core/res/res/drawable-xxhdpi/ic_menu_save.png Binary files differindex 800da9a9b8ca..0bd01f67aa8e 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_save.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_save.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_search.png b/core/res/res/drawable-xxhdpi/ic_menu_search.png Binary files differindex 22bb4c8e9fc8..472011ffc80b 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_search.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_search.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_search_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_menu_search_holo_dark.png Binary files differindex 4ba4314c90c8..69cf42f8cf39 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_search_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_search_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_search_holo_light.png b/core/res/res/drawable-xxhdpi/ic_menu_search_holo_light.png Binary files differindex c69d52630e9c..865b5bfa0dc9 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_search_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_search_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_search_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/ic_menu_search_mtrl_alpha.png Binary files differindex 6f60bd3c2b7b..cad8cbcdd5c5 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_search_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_search_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_selectall_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_menu_selectall_holo_dark.png Binary files differindex 9608411fea47..4147401a269b 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_selectall_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_selectall_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_selectall_holo_light.png b/core/res/res/drawable-xxhdpi/ic_menu_selectall_holo_light.png Binary files differindex f66ab27bd708..ebb7c3f74d52 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_selectall_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_selectall_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_send.png b/core/res/res/drawable-xxhdpi/ic_menu_send.png Binary files differindex 7674d243852c..a051ae58d203 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_send.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_send.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_set_as.png b/core/res/res/drawable-xxhdpi/ic_menu_set_as.png Binary files differindex 667d723a2def..5bc374239bea 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_set_as.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_set_as.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_settings_holo_light.png b/core/res/res/drawable-xxhdpi/ic_menu_settings_holo_light.png Binary files differindex 5df7a5521f4c..332ad40559ed 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_settings_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_settings_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_share.png b/core/res/res/drawable-xxhdpi/ic_menu_share.png Binary files differindex 7b90639a97e7..1fb7c3cbd2c3 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_share.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_share.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_share_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_menu_share_holo_dark.png Binary files differindex cc0cddaa3d1f..ce07e73e969e 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_share_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_share_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_share_holo_light.png b/core/res/res/drawable-xxhdpi/ic_menu_share_holo_light.png Binary files differindex 1e21d9db6897..89b5fc5b814d 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_share_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_share_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_slideshow.png b/core/res/res/drawable-xxhdpi/ic_menu_slideshow.png Binary files differindex 5db7bc78d3d7..b3384674481f 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_slideshow.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_slideshow.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_sort_alphabetically.png b/core/res/res/drawable-xxhdpi/ic_menu_sort_alphabetically.png Binary files differindex bb925f230620..2a4f5f758740 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_sort_alphabetically.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_sort_alphabetically.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_sort_by_size.png b/core/res/res/drawable-xxhdpi/ic_menu_sort_by_size.png Binary files differindex da3b4a74cd1f..87aadaf065c7 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_sort_by_size.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_sort_by_size.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_star.png b/core/res/res/drawable-xxhdpi/ic_menu_star.png Binary files differindex 63ce68dd3bcc..eef05454f042 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_star.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_star.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_start_conversation.png b/core/res/res/drawable-xxhdpi/ic_menu_start_conversation.png Binary files differindex bb26e49a97ec..37d01a00e930 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_start_conversation.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_start_conversation.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_stop.png b/core/res/res/drawable-xxhdpi/ic_menu_stop.png Binary files differindex 992738d20018..c607d38dfc7b 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_stop.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_stop.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_today.png b/core/res/res/drawable-xxhdpi/ic_menu_today.png Binary files differindex b5d58d80d01e..c4abbff1da0f 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_today.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_today.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_upload.png b/core/res/res/drawable-xxhdpi/ic_menu_upload.png Binary files differindex 931e6ed27830..cca0100ed8a1 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_upload.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_upload.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_upload_you_tube.png b/core/res/res/drawable-xxhdpi/ic_menu_upload_you_tube.png Binary files differindex fd8f40908bb1..a810fbb4f472 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_upload_you_tube.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_upload_you_tube.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_view.png b/core/res/res/drawable-xxhdpi/ic_menu_view.png Binary files differindex aff6c86d5ca3..0d3c32219f22 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_view.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_view.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_week.png b/core/res/res/drawable-xxhdpi/ic_menu_week.png Binary files differindex 8da6b1ee3d04..2bc52f89015c 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_week.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_week.png diff --git a/core/res/res/drawable-xxhdpi/ic_menu_zoom.png b/core/res/res/drawable-xxhdpi/ic_menu_zoom.png Binary files differindex f6a5c300c3bb..5e8b75780f60 100644 --- a/core/res/res/drawable-xxhdpi/ic_menu_zoom.png +++ b/core/res/res/drawable-xxhdpi/ic_menu_zoom.png diff --git a/core/res/res/drawable-xxhdpi/ic_notification_cast_0.png b/core/res/res/drawable-xxhdpi/ic_notification_cast_0.png Binary files differindex 7ef0d3d0e390..c8d76efadd4e 100644 --- a/core/res/res/drawable-xxhdpi/ic_notification_cast_0.png +++ b/core/res/res/drawable-xxhdpi/ic_notification_cast_0.png diff --git a/core/res/res/drawable-xxhdpi/ic_notification_cast_1.png b/core/res/res/drawable-xxhdpi/ic_notification_cast_1.png Binary files differindex ed04beb7e48b..ddb32317c8c8 100644 --- a/core/res/res/drawable-xxhdpi/ic_notification_cast_1.png +++ b/core/res/res/drawable-xxhdpi/ic_notification_cast_1.png diff --git a/core/res/res/drawable-xxhdpi/ic_notification_cast_2.png b/core/res/res/drawable-xxhdpi/ic_notification_cast_2.png Binary files differindex d62d27dd7a4c..a89c29467a4c 100644 --- a/core/res/res/drawable-xxhdpi/ic_notification_cast_2.png +++ b/core/res/res/drawable-xxhdpi/ic_notification_cast_2.png diff --git a/core/res/res/drawable-xxhdpi/ic_notification_ime_default.png b/core/res/res/drawable-xxhdpi/ic_notification_ime_default.png Binary files differindex 6c8222ec50b7..0526c38bac5c 100644 --- a/core/res/res/drawable-xxhdpi/ic_notification_ime_default.png +++ b/core/res/res/drawable-xxhdpi/ic_notification_ime_default.png diff --git a/core/res/res/drawable-xxhdpi/ic_notification_media_route.png b/core/res/res/drawable-xxhdpi/ic_notification_media_route.png Binary files differindex da1a627be5bf..61ab34d5444c 100644 --- a/core/res/res/drawable-xxhdpi/ic_notification_media_route.png +++ b/core/res/res/drawable-xxhdpi/ic_notification_media_route.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_accounts.png b/core/res/res/drawable-xxhdpi/ic_perm_group_accounts.png Binary files differindex f30fcd4c74ee..60e2da939353 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_accounts.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_accounts.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_app_info.png b/core/res/res/drawable-xxhdpi/ic_perm_group_app_info.png Binary files differindex 11f263896924..2d9632c6c1ac 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_app_info.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_app_info.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_audio_settings.png b/core/res/res/drawable-xxhdpi/ic_perm_group_audio_settings.png Binary files differindex aaf8f767ab9d..b76f3f222091 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_audio_settings.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_audio_settings.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_bluetooth.png b/core/res/res/drawable-xxhdpi/ic_perm_group_bluetooth.png Binary files differindex b302cc7f5c9a..42317ba9fef1 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_bluetooth.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_bluetooth.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_bookmarks.png b/core/res/res/drawable-xxhdpi/ic_perm_group_bookmarks.png Binary files differindex 75aee05b1521..3d175ddfda0f 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_bookmarks.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_bookmarks.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_calendar.png b/core/res/res/drawable-xxhdpi/ic_perm_group_calendar.png Binary files differindex ad3629c47625..5a297361543f 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_calendar.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_calendar.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_camera.png b/core/res/res/drawable-xxhdpi/ic_perm_group_camera.png Binary files differindex e22ffb8931e4..5223398c5347 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_camera.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_camera.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_device_alarms.png b/core/res/res/drawable-xxhdpi/ic_perm_group_device_alarms.png Binary files differindex 0b48a24cb8c6..8c428cd078bd 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_device_alarms.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_device_alarms.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_display.png b/core/res/res/drawable-xxhdpi/ic_perm_group_display.png Binary files differindex 29e63321828d..fa4a2d0c27b7 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_display.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_display.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_effects_battery.png b/core/res/res/drawable-xxhdpi/ic_perm_group_effects_battery.png Binary files differindex afe137ab595d..87729b0db808 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_effects_battery.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_effects_battery.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_location.png b/core/res/res/drawable-xxhdpi/ic_perm_group_location.png Binary files differindex 712463469bee..0c21801f512a 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_location.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_location.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_messages.png b/core/res/res/drawable-xxhdpi/ic_perm_group_messages.png Binary files differindex 9534dcbb302a..bb3c99dcc008 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_messages.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_messages.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_microphone.png b/core/res/res/drawable-xxhdpi/ic_perm_group_microphone.png Binary files differindex 723a2cf2e0e1..d19fdf8a5e2d 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_microphone.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_microphone.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_network.png b/core/res/res/drawable-xxhdpi/ic_perm_group_network.png Binary files differindex 703b25bff592..03956f9d06ac 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_network.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_network.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_personal_info.png b/core/res/res/drawable-xxhdpi/ic_perm_group_personal_info.png Binary files differindex 2428976911a3..4260d09b2d6b 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_personal_info.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_personal_info.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_phone_calls.png b/core/res/res/drawable-xxhdpi/ic_perm_group_phone_calls.png Binary files differindex 67e523c1a4af..1ff9d2d6d927 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_phone_calls.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_phone_calls.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_screenlock.png b/core/res/res/drawable-xxhdpi/ic_perm_group_screenlock.png Binary files differindex d66074046759..0e676097abf9 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_screenlock.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_screenlock.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_shortrange_network.png b/core/res/res/drawable-xxhdpi/ic_perm_group_shortrange_network.png Binary files differindex 3aae34547406..ce2016703f8f 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_shortrange_network.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_shortrange_network.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_social_info.png b/core/res/res/drawable-xxhdpi/ic_perm_group_social_info.png Binary files differindex a3d7b26258de..618bf78bd44b 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_social_info.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_social_info.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_status_bar.png b/core/res/res/drawable-xxhdpi/ic_perm_group_status_bar.png Binary files differindex e260acf8c364..8da2b5b6d366 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_status_bar.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_status_bar.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_storage.png b/core/res/res/drawable-xxhdpi/ic_perm_group_storage.png Binary files differindex d3937dbef42e..edce54dbedfa 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_storage.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_storage.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_sync_settings.png b/core/res/res/drawable-xxhdpi/ic_perm_group_sync_settings.png Binary files differindex 41ef06b0e3f1..1058dbb4564d 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_sync_settings.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_sync_settings.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_system_clock.png b/core/res/res/drawable-xxhdpi/ic_perm_group_system_clock.png Binary files differindex 5a89628e53c0..1bb4b0014d57 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_system_clock.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_system_clock.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_system_tools.png b/core/res/res/drawable-xxhdpi/ic_perm_group_system_tools.png Binary files differindex cee2b058eca9..8600cb4583b2 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_system_tools.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_system_tools.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_user_dictionary.png b/core/res/res/drawable-xxhdpi/ic_perm_group_user_dictionary.png Binary files differindex 8c2cd1799f1a..aca092fc5cac 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_user_dictionary.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_user_dictionary.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_user_dictionary_write.png b/core/res/res/drawable-xxhdpi/ic_perm_group_user_dictionary_write.png Binary files differindex 121d6cffb2e6..88da31d387ca 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_user_dictionary_write.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_user_dictionary_write.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_voicemail.png b/core/res/res/drawable-xxhdpi/ic_perm_group_voicemail.png Binary files differindex 118c1400eb85..c98f914119d9 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_voicemail.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_voicemail.png diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_wallpapewr.png b/core/res/res/drawable-xxhdpi/ic_perm_group_wallpapewr.png Binary files differindex f95cd9d326ac..1d81728197dc 100644 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_wallpapewr.png +++ b/core/res/res/drawable-xxhdpi/ic_perm_group_wallpapewr.png diff --git a/core/res/res/drawable-xxhdpi/ic_search_api_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_search_api_holo_dark.png Binary files differindex eb3046549d6c..5a701e185e29 100644 --- a/core/res/res/drawable-xxhdpi/ic_search_api_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_search_api_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_search_api_holo_light.png b/core/res/res/drawable-xxhdpi/ic_search_api_holo_light.png Binary files differindex bc144155793c..80d673d1494e 100644 --- a/core/res/res/drawable-xxhdpi/ic_search_api_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_search_api_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/ic_settings.png b/core/res/res/drawable-xxhdpi/ic_settings.png Binary files differindex 452942e61481..ed75c7447dc9 100644 --- a/core/res/res/drawable-xxhdpi/ic_settings.png +++ b/core/res/res/drawable-xxhdpi/ic_settings.png diff --git a/core/res/res/drawable-xxhdpi/ic_sim_card_multi_24px_clr.png b/core/res/res/drawable-xxhdpi/ic_sim_card_multi_24px_clr.png Binary files differindex db26fbf95c4e..83b182fb437c 100644 --- a/core/res/res/drawable-xxhdpi/ic_sim_card_multi_24px_clr.png +++ b/core/res/res/drawable-xxhdpi/ic_sim_card_multi_24px_clr.png diff --git a/core/res/res/drawable-xxhdpi/ic_sim_card_multi_48px_clr.png b/core/res/res/drawable-xxhdpi/ic_sim_card_multi_48px_clr.png Binary files differindex dddb0a162c53..aab1ea093b37 100644 --- a/core/res/res/drawable-xxhdpi/ic_sim_card_multi_48px_clr.png +++ b/core/res/res/drawable-xxhdpi/ic_sim_card_multi_48px_clr.png diff --git a/core/res/res/drawable-xxhdpi/ic_star_black_16dp.png b/core/res/res/drawable-xxhdpi/ic_star_black_16dp.png Binary files differindex c636ce8e81be..8e540e926140 100644 --- a/core/res/res/drawable-xxhdpi/ic_star_black_16dp.png +++ b/core/res/res/drawable-xxhdpi/ic_star_black_16dp.png diff --git a/core/res/res/drawable-xxhdpi/ic_star_black_36dp.png b/core/res/res/drawable-xxhdpi/ic_star_black_36dp.png Binary files differindex 52d03f1c4b1a..53603ce0fc22 100644 --- a/core/res/res/drawable-xxhdpi/ic_star_black_36dp.png +++ b/core/res/res/drawable-xxhdpi/ic_star_black_36dp.png diff --git a/core/res/res/drawable-xxhdpi/ic_star_black_48dp.png b/core/res/res/drawable-xxhdpi/ic_star_black_48dp.png Binary files differindex 918a395655c9..28efb475ddc4 100644 --- a/core/res/res/drawable-xxhdpi/ic_star_black_48dp.png +++ b/core/res/res/drawable-xxhdpi/ic_star_black_48dp.png diff --git a/core/res/res/drawable-xxhdpi/ic_star_half_black_16dp.png b/core/res/res/drawable-xxhdpi/ic_star_half_black_16dp.png Binary files differindex 9b268d19baa6..62c7f8b92257 100644 --- a/core/res/res/drawable-xxhdpi/ic_star_half_black_16dp.png +++ b/core/res/res/drawable-xxhdpi/ic_star_half_black_16dp.png diff --git a/core/res/res/drawable-xxhdpi/ic_star_half_black_36dp.png b/core/res/res/drawable-xxhdpi/ic_star_half_black_36dp.png Binary files differindex 167d8ae0ed3c..6d04a9ca4216 100644 --- a/core/res/res/drawable-xxhdpi/ic_star_half_black_36dp.png +++ b/core/res/res/drawable-xxhdpi/ic_star_half_black_36dp.png diff --git a/core/res/res/drawable-xxhdpi/ic_star_half_black_48dp.png b/core/res/res/drawable-xxhdpi/ic_star_half_black_48dp.png Binary files differindex 64e76bb83e5a..fd4d8d2682c7 100644 --- a/core/res/res/drawable-xxhdpi/ic_star_half_black_48dp.png +++ b/core/res/res/drawable-xxhdpi/ic_star_half_black_48dp.png diff --git a/core/res/res/drawable-xxhdpi/ic_suggestions_add.png b/core/res/res/drawable-xxhdpi/ic_suggestions_add.png Binary files differindex b880d40eaf94..ce239ef959a9 100644 --- a/core/res/res/drawable-xxhdpi/ic_suggestions_add.png +++ b/core/res/res/drawable-xxhdpi/ic_suggestions_add.png diff --git a/core/res/res/drawable-xxhdpi/ic_suggestions_delete.png b/core/res/res/drawable-xxhdpi/ic_suggestions_delete.png Binary files differindex f9e27021f285..a456d8f6946c 100644 --- a/core/res/res/drawable-xxhdpi/ic_suggestions_delete.png +++ b/core/res/res/drawable-xxhdpi/ic_suggestions_delete.png diff --git a/core/res/res/drawable-xxhdpi/ic_voice_search_api_holo_dark.png b/core/res/res/drawable-xxhdpi/ic_voice_search_api_holo_dark.png Binary files differindex 813048cca3d2..bbcf2d7e03a5 100644 --- a/core/res/res/drawable-xxhdpi/ic_voice_search_api_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/ic_voice_search_api_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/ic_voice_search_api_holo_light.png b/core/res/res/drawable-xxhdpi/ic_voice_search_api_holo_light.png Binary files differindex 8addde0707e6..28b968c76476 100644 --- a/core/res/res/drawable-xxhdpi/ic_voice_search_api_holo_light.png +++ b/core/res/res/drawable-xxhdpi/ic_voice_search_api_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/indicator_input_error.png b/core/res/res/drawable-xxhdpi/indicator_input_error.png Binary files differindex b5a6eaf5dba1..15208aa91674 100644 --- a/core/res/res/drawable-xxhdpi/indicator_input_error.png +++ b/core/res/res/drawable-xxhdpi/indicator_input_error.png diff --git a/core/res/res/drawable-xxhdpi/list_activated_holo.9.png b/core/res/res/drawable-xxhdpi/list_activated_holo.9.png Binary files differindex 9f08bb0242b1..bff9984c8499 100644 --- a/core/res/res/drawable-xxhdpi/list_activated_holo.9.png +++ b/core/res/res/drawable-xxhdpi/list_activated_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/list_divider_holo_dark.9.png b/core/res/res/drawable-xxhdpi/list_divider_holo_dark.9.png Binary files differindex 9678825e1e20..2ec3580dd02d 100644 --- a/core/res/res/drawable-xxhdpi/list_divider_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/list_divider_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/list_divider_holo_light.9.png b/core/res/res/drawable-xxhdpi/list_divider_holo_light.9.png Binary files differindex c69a6a37bd23..6db5621240dd 100644 --- a/core/res/res/drawable-xxhdpi/list_divider_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/list_divider_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/list_focused_holo.9.png b/core/res/res/drawable-xxhdpi/list_focused_holo.9.png Binary files differindex 76cad1739505..d3a91de6d704 100644 --- a/core/res/res/drawable-xxhdpi/list_focused_holo.9.png +++ b/core/res/res/drawable-xxhdpi/list_focused_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/list_longpressed_holo.9.png b/core/res/res/drawable-xxhdpi/list_longpressed_holo.9.png Binary files differindex 8f436eaf1559..bff9984c8499 100644 --- a/core/res/res/drawable-xxhdpi/list_longpressed_holo.9.png +++ b/core/res/res/drawable-xxhdpi/list_longpressed_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/list_longpressed_holo_dark.9.png b/core/res/res/drawable-xxhdpi/list_longpressed_holo_dark.9.png Binary files differindex 6eb451fcc775..0ea3d1996761 100644 --- a/core/res/res/drawable-xxhdpi/list_longpressed_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/list_longpressed_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/list_longpressed_holo_light.9.png b/core/res/res/drawable-xxhdpi/list_longpressed_holo_light.9.png Binary files differindex 230d649bf730..2f2444924061 100644 --- a/core/res/res/drawable-xxhdpi/list_longpressed_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/list_longpressed_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/list_pressed_holo_dark.9.png b/core/res/res/drawable-xxhdpi/list_pressed_holo_dark.9.png Binary files differindex d4952eaf09aa..64ca807f0ad8 100644 --- a/core/res/res/drawable-xxhdpi/list_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/list_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/list_pressed_holo_light.9.png b/core/res/res/drawable-xxhdpi/list_pressed_holo_light.9.png Binary files differindex 1352a1702a7b..f216f3b4f324 100644 --- a/core/res/res/drawable-xxhdpi/list_pressed_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/list_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/list_section_divider_holo_dark.9.png b/core/res/res/drawable-xxhdpi/list_section_divider_holo_dark.9.png Binary files differindex 61f89154f38b..34e7585f5a39 100644 --- a/core/res/res/drawable-xxhdpi/list_section_divider_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/list_section_divider_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/list_section_divider_holo_light.9.png b/core/res/res/drawable-xxhdpi/list_section_divider_holo_light.9.png Binary files differindex 5ae4882b9604..dc53958ed286 100644 --- a/core/res/res/drawable-xxhdpi/list_section_divider_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/list_section_divider_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/list_section_divider_mtrl_alpha.9.png b/core/res/res/drawable-xxhdpi/list_section_divider_mtrl_alpha.9.png Binary files differindex 491fab9358a5..70c23f6015b7 100644 --- a/core/res/res/drawable-xxhdpi/list_section_divider_mtrl_alpha.9.png +++ b/core/res/res/drawable-xxhdpi/list_section_divider_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xxhdpi/list_selected_holo_dark.9.png b/core/res/res/drawable-xxhdpi/list_selected_holo_dark.9.png Binary files differindex 922cff7f0ad4..917eb26b1f37 100644 --- a/core/res/res/drawable-xxhdpi/list_selected_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/list_selected_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/list_selected_holo_light.9.png b/core/res/res/drawable-xxhdpi/list_selected_holo_light.9.png Binary files differindex 0f58325e664b..25337d5bf302 100644 --- a/core/res/res/drawable-xxhdpi/list_selected_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/list_selected_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/list_selector_background_disabled.9.png b/core/res/res/drawable-xxhdpi/list_selector_background_disabled.9.png Binary files differindex e662b69b23e1..e7dcc480096c 100644 --- a/core/res/res/drawable-xxhdpi/list_selector_background_disabled.9.png +++ b/core/res/res/drawable-xxhdpi/list_selector_background_disabled.9.png diff --git a/core/res/res/drawable-xxhdpi/list_selector_background_focus.9.png b/core/res/res/drawable-xxhdpi/list_selector_background_focus.9.png Binary files differindex 5167387198af..e91a12771984 100644 --- a/core/res/res/drawable-xxhdpi/list_selector_background_focus.9.png +++ b/core/res/res/drawable-xxhdpi/list_selector_background_focus.9.png diff --git a/core/res/res/drawable-xxhdpi/list_selector_background_longpress.9.png b/core/res/res/drawable-xxhdpi/list_selector_background_longpress.9.png Binary files differindex 4d83885aba0f..f96c31952339 100644 --- a/core/res/res/drawable-xxhdpi/list_selector_background_longpress.9.png +++ b/core/res/res/drawable-xxhdpi/list_selector_background_longpress.9.png diff --git a/core/res/res/drawable-xxhdpi/list_selector_background_pressed.9.png b/core/res/res/drawable-xxhdpi/list_selector_background_pressed.9.png Binary files differindex 2f93cbf5feaa..2f1f050517ae 100644 --- a/core/res/res/drawable-xxhdpi/list_selector_background_pressed.9.png +++ b/core/res/res/drawable-xxhdpi/list_selector_background_pressed.9.png diff --git a/core/res/res/drawable-xxhdpi/lockscreen_protection_pattern.png b/core/res/res/drawable-xxhdpi/lockscreen_protection_pattern.png Binary files differindex 5521eb6b721d..bd8761663707 100644 --- a/core/res/res/drawable-xxhdpi/lockscreen_protection_pattern.png +++ b/core/res/res/drawable-xxhdpi/lockscreen_protection_pattern.png diff --git a/core/res/res/drawable-xxhdpi/magnified_region_frame.9.png b/core/res/res/drawable-xxhdpi/magnified_region_frame.9.png Binary files differindex 09ee1c3843cd..3020448b7c86 100644 --- a/core/res/res/drawable-xxhdpi/magnified_region_frame.9.png +++ b/core/res/res/drawable-xxhdpi/magnified_region_frame.9.png diff --git a/core/res/res/drawable-xxhdpi/menu_dropdown_panel_holo_dark.9.png b/core/res/res/drawable-xxhdpi/menu_dropdown_panel_holo_dark.9.png Binary files differindex e87e372c3eb7..75e25408667f 100644 --- a/core/res/res/drawable-xxhdpi/menu_dropdown_panel_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/menu_dropdown_panel_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/menu_dropdown_panel_holo_light.9.png b/core/res/res/drawable-xxhdpi/menu_dropdown_panel_holo_light.9.png Binary files differindex 6ca78145eca6..38e5ddb70b21 100644 --- a/core/res/res/drawable-xxhdpi/menu_dropdown_panel_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/menu_dropdown_panel_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/menu_hardkey_panel_holo_dark.9.png b/core/res/res/drawable-xxhdpi/menu_hardkey_panel_holo_dark.9.png Binary files differindex c933eaba9cee..2d644d025d41 100644 --- a/core/res/res/drawable-xxhdpi/menu_hardkey_panel_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/menu_hardkey_panel_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/menu_hardkey_panel_holo_light.9.png b/core/res/res/drawable-xxhdpi/menu_hardkey_panel_holo_light.9.png Binary files differindex 112f9392b54c..52d390896528 100644 --- a/core/res/res/drawable-xxhdpi/menu_hardkey_panel_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/menu_hardkey_panel_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/menu_popup_panel_holo_dark.9.png b/core/res/res/drawable-xxhdpi/menu_popup_panel_holo_dark.9.png Binary files differindex 90489bc0aa2f..ca3c7f4df8ac 100644 --- a/core/res/res/drawable-xxhdpi/menu_popup_panel_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/menu_popup_panel_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/menu_popup_panel_holo_light.9.png b/core/res/res/drawable-xxhdpi/menu_popup_panel_holo_light.9.png Binary files differindex 472c3d3387da..09911c5dde1e 100644 --- a/core/res/res/drawable-xxhdpi/menu_popup_panel_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/menu_popup_panel_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_down_disabled_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/numberpicker_down_disabled_focused_holo_dark.png Binary files differindex 6f0a88c18999..e8ff1dcc2302 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_down_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_down_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_down_disabled_focused_holo_light.png b/core/res/res/drawable-xxhdpi/numberpicker_down_disabled_focused_holo_light.png Binary files differindex ea965c5aa180..b1e417f2360d 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_down_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_down_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_down_disabled_holo_dark.png b/core/res/res/drawable-xxhdpi/numberpicker_down_disabled_holo_dark.png Binary files differindex 822df62e6322..fc8e6138ec50 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_down_disabled_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_down_disabled_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_down_disabled_holo_light.png b/core/res/res/drawable-xxhdpi/numberpicker_down_disabled_holo_light.png Binary files differindex b17dd91957f9..9172a8d322b3 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_down_disabled_holo_light.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_down_disabled_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_down_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/numberpicker_down_focused_holo_dark.png Binary files differindex b558db7080e2..dcd9dd3dfc11 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_down_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_down_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_down_focused_holo_light.png b/core/res/res/drawable-xxhdpi/numberpicker_down_focused_holo_light.png Binary files differindex 5121bc0e292c..3c0e05e7c432 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_down_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_down_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_down_longpressed_holo_dark.png b/core/res/res/drawable-xxhdpi/numberpicker_down_longpressed_holo_dark.png Binary files differindex 166e08ce3c31..e95c0ff5c693 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_down_longpressed_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_down_longpressed_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_down_longpressed_holo_light.png b/core/res/res/drawable-xxhdpi/numberpicker_down_longpressed_holo_light.png Binary files differindex 166e08ce3c31..e95c0ff5c693 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_down_longpressed_holo_light.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_down_longpressed_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_down_normal_holo_dark.png b/core/res/res/drawable-xxhdpi/numberpicker_down_normal_holo_dark.png Binary files differindex 3f2e81314d08..bf1c19c9cdd0 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_down_normal_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_down_normal_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_down_normal_holo_light.png b/core/res/res/drawable-xxhdpi/numberpicker_down_normal_holo_light.png Binary files differindex 9026c1275eca..9155480c21e4 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_down_normal_holo_light.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_down_normal_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_down_pressed_holo_dark.png b/core/res/res/drawable-xxhdpi/numberpicker_down_pressed_holo_dark.png Binary files differindex 2a24398aa2c6..cbe76f144241 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_down_pressed_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_down_pressed_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_down_pressed_holo_light.png b/core/res/res/drawable-xxhdpi/numberpicker_down_pressed_holo_light.png Binary files differindex 2a24398aa2c6..cbe76f144241 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_down_pressed_holo_light.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_down_pressed_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_selection_divider.9.png b/core/res/res/drawable-xxhdpi/numberpicker_selection_divider.9.png Binary files differindex b7a99402eb58..5055897a44eb 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_selection_divider.9.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_selection_divider.9.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_up_disabled_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/numberpicker_up_disabled_focused_holo_dark.png Binary files differindex a4eb1a532e47..0106e93f52be 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_up_disabled_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_up_disabled_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_up_disabled_focused_holo_light.png b/core/res/res/drawable-xxhdpi/numberpicker_up_disabled_focused_holo_light.png Binary files differindex b43b0c207b45..0088b1d36eaa 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_up_disabled_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_up_disabled_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_up_disabled_holo_dark.png b/core/res/res/drawable-xxhdpi/numberpicker_up_disabled_holo_dark.png Binary files differindex 81b68fc6eab2..5411f87fa53b 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_up_disabled_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_up_disabled_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_up_disabled_holo_light.png b/core/res/res/drawable-xxhdpi/numberpicker_up_disabled_holo_light.png Binary files differindex 91b2f2ffe9d1..7af240a0d540 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_up_disabled_holo_light.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_up_disabled_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_up_focused_holo_dark.png b/core/res/res/drawable-xxhdpi/numberpicker_up_focused_holo_dark.png Binary files differindex 82da07e917cb..7e1bedee2463 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_up_focused_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_up_focused_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_up_focused_holo_light.png b/core/res/res/drawable-xxhdpi/numberpicker_up_focused_holo_light.png Binary files differindex d7c2f3475d5e..c2f36889140d 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_up_focused_holo_light.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_up_focused_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_up_longpressed_holo_dark.png b/core/res/res/drawable-xxhdpi/numberpicker_up_longpressed_holo_dark.png Binary files differindex 1bc2bf199dd4..5724d10bfa4a 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_up_longpressed_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_up_longpressed_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_up_longpressed_holo_light.png b/core/res/res/drawable-xxhdpi/numberpicker_up_longpressed_holo_light.png Binary files differindex 1bc2bf199dd4..5724d10bfa4a 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_up_longpressed_holo_light.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_up_longpressed_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_up_normal_holo_dark.png b/core/res/res/drawable-xxhdpi/numberpicker_up_normal_holo_dark.png Binary files differindex 0fd9b0508aaf..fe224cfb3f5d 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_up_normal_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_up_normal_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_up_normal_holo_light.png b/core/res/res/drawable-xxhdpi/numberpicker_up_normal_holo_light.png Binary files differindex 9f6a4708bedd..c169f954235b 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_up_normal_holo_light.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_up_normal_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_up_pressed_holo_dark.png b/core/res/res/drawable-xxhdpi/numberpicker_up_pressed_holo_dark.png Binary files differindex 35905ea25669..8f3ca269de53 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_up_pressed_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_up_pressed_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/numberpicker_up_pressed_holo_light.png b/core/res/res/drawable-xxhdpi/numberpicker_up_pressed_holo_light.png Binary files differindex 35905ea25669..8f3ca269de53 100644 --- a/core/res/res/drawable-xxhdpi/numberpicker_up_pressed_holo_light.png +++ b/core/res/res/drawable-xxhdpi/numberpicker_up_pressed_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/panel_bg_holo_dark.9.png b/core/res/res/drawable-xxhdpi/panel_bg_holo_dark.9.png Binary files differindex 8993469ec7d6..418ed5b21823 100644 --- a/core/res/res/drawable-xxhdpi/panel_bg_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/panel_bg_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/panel_bg_holo_light.9.png b/core/res/res/drawable-xxhdpi/panel_bg_holo_light.9.png Binary files differindex 38ec76c5c0bd..18782642878c 100644 --- a/core/res/res/drawable-xxhdpi/panel_bg_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/panel_bg_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_accessibility_features.png b/core/res/res/drawable-xxhdpi/perm_group_accessibility_features.png Binary files differindex 5a63b68f8ee4..3416984c8e7f 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_accessibility_features.png +++ b/core/res/res/drawable-xxhdpi/perm_group_accessibility_features.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_accounts.png b/core/res/res/drawable-xxhdpi/perm_group_accounts.png Binary files differindex 2fc3baa02c7a..1ae74d493b0f 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_accounts.png +++ b/core/res/res/drawable-xxhdpi/perm_group_accounts.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_affects_battery.png b/core/res/res/drawable-xxhdpi/perm_group_affects_battery.png Binary files differindex 63561be92e9f..814518306236 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_affects_battery.png +++ b/core/res/res/drawable-xxhdpi/perm_group_affects_battery.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_app_info.png b/core/res/res/drawable-xxhdpi/perm_group_app_info.png Binary files differindex fc407f3b9dbc..a32cd0950677 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_app_info.png +++ b/core/res/res/drawable-xxhdpi/perm_group_app_info.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_audio_settings.png b/core/res/res/drawable-xxhdpi/perm_group_audio_settings.png Binary files differindex 23b5d9788a29..550e9f4db9d8 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_audio_settings.png +++ b/core/res/res/drawable-xxhdpi/perm_group_audio_settings.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_bluetooth.png b/core/res/res/drawable-xxhdpi/perm_group_bluetooth.png Binary files differindex 2dc9b230c98c..927aeb4fb6dc 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_bluetooth.png +++ b/core/res/res/drawable-xxhdpi/perm_group_bluetooth.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_bookmarks.png b/core/res/res/drawable-xxhdpi/perm_group_bookmarks.png Binary files differindex 883bad30cdd6..b01418d530e5 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_bookmarks.png +++ b/core/res/res/drawable-xxhdpi/perm_group_bookmarks.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_calendar.png b/core/res/res/drawable-xxhdpi/perm_group_calendar.png Binary files differindex 08f047410ef8..9e66597cadd2 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_calendar.png +++ b/core/res/res/drawable-xxhdpi/perm_group_calendar.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_camera.png b/core/res/res/drawable-xxhdpi/perm_group_camera.png Binary files differindex 88a3d0e9a563..5d1bcf5392c5 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_camera.png +++ b/core/res/res/drawable-xxhdpi/perm_group_camera.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_device_alarms.png b/core/res/res/drawable-xxhdpi/perm_group_device_alarms.png Binary files differindex 12ab22f84c66..591a8b6fcd3f 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_device_alarms.png +++ b/core/res/res/drawable-xxhdpi/perm_group_device_alarms.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_display.png b/core/res/res/drawable-xxhdpi/perm_group_display.png Binary files differindex 44e695eac921..a1ff7a87dd77 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_display.png +++ b/core/res/res/drawable-xxhdpi/perm_group_display.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_location.png b/core/res/res/drawable-xxhdpi/perm_group_location.png Binary files differindex 3a83d8bdfa9b..c4de2a630b3c 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_location.png +++ b/core/res/res/drawable-xxhdpi/perm_group_location.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_messages.png b/core/res/res/drawable-xxhdpi/perm_group_messages.png Binary files differindex 9e2ef73da431..35b56b4bb1e9 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_messages.png +++ b/core/res/res/drawable-xxhdpi/perm_group_messages.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_microphone.png b/core/res/res/drawable-xxhdpi/perm_group_microphone.png Binary files differindex 65a6bf221cfa..484407695df4 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_microphone.png +++ b/core/res/res/drawable-xxhdpi/perm_group_microphone.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_network.png b/core/res/res/drawable-xxhdpi/perm_group_network.png Binary files differindex 4bdb1bad25f8..807a6c394f53 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_network.png +++ b/core/res/res/drawable-xxhdpi/perm_group_network.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_personal_info.png b/core/res/res/drawable-xxhdpi/perm_group_personal_info.png Binary files differindex c81a2a537dbd..d3fa8fc99070 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_personal_info.png +++ b/core/res/res/drawable-xxhdpi/perm_group_personal_info.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_phone_calls.png b/core/res/res/drawable-xxhdpi/perm_group_phone_calls.png Binary files differindex e4daafb02bcd..eeab9a0a8aa2 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_phone_calls.png +++ b/core/res/res/drawable-xxhdpi/perm_group_phone_calls.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_screenlock.png b/core/res/res/drawable-xxhdpi/perm_group_screenlock.png Binary files differindex 3097363b5e96..5e0f318823e7 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_screenlock.png +++ b/core/res/res/drawable-xxhdpi/perm_group_screenlock.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_shortrange_network.png b/core/res/res/drawable-xxhdpi/perm_group_shortrange_network.png Binary files differindex 6b21718f44b5..036da3036d66 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_shortrange_network.png +++ b/core/res/res/drawable-xxhdpi/perm_group_shortrange_network.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_social_info.png b/core/res/res/drawable-xxhdpi/perm_group_social_info.png Binary files differindex 076fd194030a..9aeb15d9ef5f 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_social_info.png +++ b/core/res/res/drawable-xxhdpi/perm_group_social_info.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_status_bar.png b/core/res/res/drawable-xxhdpi/perm_group_status_bar.png Binary files differindex eda264b1d6c0..aaad7c08ae14 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_status_bar.png +++ b/core/res/res/drawable-xxhdpi/perm_group_status_bar.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_storage.png b/core/res/res/drawable-xxhdpi/perm_group_storage.png Binary files differindex 837211e74722..5294582917d3 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_storage.png +++ b/core/res/res/drawable-xxhdpi/perm_group_storage.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_sync_settings.png b/core/res/res/drawable-xxhdpi/perm_group_sync_settings.png Binary files differindex 15ab0fc1d11a..7f8e28e3610a 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_sync_settings.png +++ b/core/res/res/drawable-xxhdpi/perm_group_sync_settings.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_system_clock.png b/core/res/res/drawable-xxhdpi/perm_group_system_clock.png Binary files differindex 91494975323d..d6ee7faf9f89 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_system_clock.png +++ b/core/res/res/drawable-xxhdpi/perm_group_system_clock.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_system_tools.png b/core/res/res/drawable-xxhdpi/perm_group_system_tools.png Binary files differindex 0332e40e0d0c..d02790dfd049 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_system_tools.png +++ b/core/res/res/drawable-xxhdpi/perm_group_system_tools.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_user_dictionary.png b/core/res/res/drawable-xxhdpi/perm_group_user_dictionary.png Binary files differindex 5b6ea3b0089a..4b39e06febd6 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_user_dictionary.png +++ b/core/res/res/drawable-xxhdpi/perm_group_user_dictionary.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_user_dictionary_write.png b/core/res/res/drawable-xxhdpi/perm_group_user_dictionary_write.png Binary files differindex d92e71912afc..a2db06efc357 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_user_dictionary_write.png +++ b/core/res/res/drawable-xxhdpi/perm_group_user_dictionary_write.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_voicemail.png b/core/res/res/drawable-xxhdpi/perm_group_voicemail.png Binary files differindex 8f08516d2b50..1227f7d2b06e 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_voicemail.png +++ b/core/res/res/drawable-xxhdpi/perm_group_voicemail.png diff --git a/core/res/res/drawable-xxhdpi/perm_group_wallpaper.png b/core/res/res/drawable-xxhdpi/perm_group_wallpaper.png Binary files differindex 9c87e9aeb145..83e4fe076009 100644 --- a/core/res/res/drawable-xxhdpi/perm_group_wallpaper.png +++ b/core/res/res/drawable-xxhdpi/perm_group_wallpaper.png diff --git a/core/res/res/drawable-xxhdpi/pointer_arrow.png b/core/res/res/drawable-xxhdpi/pointer_arrow.png Binary files differindex 65e0320063ca..0074ab2b76b0 100644 --- a/core/res/res/drawable-xxhdpi/pointer_arrow.png +++ b/core/res/res/drawable-xxhdpi/pointer_arrow.png diff --git a/core/res/res/drawable-xxhdpi/popup_background_mtrl_mult.9.png b/core/res/res/drawable-xxhdpi/popup_background_mtrl_mult.9.png Binary files differindex fb7d715fae95..139a5a52886a 100644 --- a/core/res/res/drawable-xxhdpi/popup_background_mtrl_mult.9.png +++ b/core/res/res/drawable-xxhdpi/popup_background_mtrl_mult.9.png diff --git a/core/res/res/drawable-xxhdpi/popup_inline_error_above_holo_dark_am.9.png b/core/res/res/drawable-xxhdpi/popup_inline_error_above_holo_dark_am.9.png Binary files differindex 251660ad432b..1cc2662aa578 100644 --- a/core/res/res/drawable-xxhdpi/popup_inline_error_above_holo_dark_am.9.png +++ b/core/res/res/drawable-xxhdpi/popup_inline_error_above_holo_dark_am.9.png diff --git a/core/res/res/drawable-xxhdpi/popup_inline_error_above_holo_light_am.9.png b/core/res/res/drawable-xxhdpi/popup_inline_error_above_holo_light_am.9.png Binary files differindex 12b1e641aee2..414fae2cdc1f 100644 --- a/core/res/res/drawable-xxhdpi/popup_inline_error_above_holo_light_am.9.png +++ b/core/res/res/drawable-xxhdpi/popup_inline_error_above_holo_light_am.9.png diff --git a/core/res/res/drawable-xxhdpi/popup_inline_error_holo_dark_am.9.png b/core/res/res/drawable-xxhdpi/popup_inline_error_holo_dark_am.9.png Binary files differindex 5d389afd69a9..af28d78832d3 100644 --- a/core/res/res/drawable-xxhdpi/popup_inline_error_holo_dark_am.9.png +++ b/core/res/res/drawable-xxhdpi/popup_inline_error_holo_dark_am.9.png diff --git a/core/res/res/drawable-xxhdpi/popup_inline_error_holo_light_am.9.png b/core/res/res/drawable-xxhdpi/popup_inline_error_holo_light_am.9.png Binary files differindex 5e3c01b70df8..2240cd13fe4d 100644 --- a/core/res/res/drawable-xxhdpi/popup_inline_error_holo_light_am.9.png +++ b/core/res/res/drawable-xxhdpi/popup_inline_error_holo_light_am.9.png diff --git a/core/res/res/drawable-xxhdpi/presence_audio_away.png b/core/res/res/drawable-xxhdpi/presence_audio_away.png Binary files differindex e8e2b1a09c8c..a4e5eda35864 100644 --- a/core/res/res/drawable-xxhdpi/presence_audio_away.png +++ b/core/res/res/drawable-xxhdpi/presence_audio_away.png diff --git a/core/res/res/drawable-xxhdpi/presence_audio_busy.png b/core/res/res/drawable-xxhdpi/presence_audio_busy.png Binary files differindex 824b5bee6bf0..3a54540a6f5f 100644 --- a/core/res/res/drawable-xxhdpi/presence_audio_busy.png +++ b/core/res/res/drawable-xxhdpi/presence_audio_busy.png diff --git a/core/res/res/drawable-xxhdpi/presence_audio_online.png b/core/res/res/drawable-xxhdpi/presence_audio_online.png Binary files differindex 6b3cd2d43c71..456fd003f9d3 100644 --- a/core/res/res/drawable-xxhdpi/presence_audio_online.png +++ b/core/res/res/drawable-xxhdpi/presence_audio_online.png diff --git a/core/res/res/drawable-xxhdpi/presence_away.png b/core/res/res/drawable-xxhdpi/presence_away.png Binary files differindex 217f4e914c14..2ea3a5bbe809 100644 --- a/core/res/res/drawable-xxhdpi/presence_away.png +++ b/core/res/res/drawable-xxhdpi/presence_away.png diff --git a/core/res/res/drawable-xxhdpi/presence_busy.png b/core/res/res/drawable-xxhdpi/presence_busy.png Binary files differindex 9416720eb314..51b68d7cab08 100644 --- a/core/res/res/drawable-xxhdpi/presence_busy.png +++ b/core/res/res/drawable-xxhdpi/presence_busy.png diff --git a/core/res/res/drawable-xxhdpi/presence_invisible.png b/core/res/res/drawable-xxhdpi/presence_invisible.png Binary files differindex 72ada9c1f84e..d9177089ee57 100644 --- a/core/res/res/drawable-xxhdpi/presence_invisible.png +++ b/core/res/res/drawable-xxhdpi/presence_invisible.png diff --git a/core/res/res/drawable-xxhdpi/presence_offline.png b/core/res/res/drawable-xxhdpi/presence_offline.png Binary files differindex bc71d3a65632..74875aec6066 100644 --- a/core/res/res/drawable-xxhdpi/presence_offline.png +++ b/core/res/res/drawable-xxhdpi/presence_offline.png diff --git a/core/res/res/drawable-xxhdpi/presence_online.png b/core/res/res/drawable-xxhdpi/presence_online.png Binary files differindex 501a75d633eb..5ca7fa16be2f 100644 --- a/core/res/res/drawable-xxhdpi/presence_online.png +++ b/core/res/res/drawable-xxhdpi/presence_online.png diff --git a/core/res/res/drawable-xxhdpi/presence_video_away.png b/core/res/res/drawable-xxhdpi/presence_video_away.png Binary files differindex 1379bc0b87ba..eb04315ef44b 100644 --- a/core/res/res/drawable-xxhdpi/presence_video_away.png +++ b/core/res/res/drawable-xxhdpi/presence_video_away.png diff --git a/core/res/res/drawable-xxhdpi/presence_video_busy.png b/core/res/res/drawable-xxhdpi/presence_video_busy.png Binary files differindex d90297cfe2de..5d6e1737d924 100644 --- a/core/res/res/drawable-xxhdpi/presence_video_busy.png +++ b/core/res/res/drawable-xxhdpi/presence_video_busy.png diff --git a/core/res/res/drawable-xxhdpi/presence_video_online.png b/core/res/res/drawable-xxhdpi/presence_video_online.png Binary files differindex 4186408ad734..b79918a8f0a3 100644 --- a/core/res/res/drawable-xxhdpi/presence_video_online.png +++ b/core/res/res/drawable-xxhdpi/presence_video_online.png diff --git a/core/res/res/drawable-xxhdpi/progress_bg_holo_dark.9.png b/core/res/res/drawable-xxhdpi/progress_bg_holo_dark.9.png Binary files differindex 2e8c2e5eae81..d027f539113d 100644 --- a/core/res/res/drawable-xxhdpi/progress_bg_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/progress_bg_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/progress_bg_holo_light.9.png b/core/res/res/drawable-xxhdpi/progress_bg_holo_light.9.png Binary files differindex fb146c33987e..230b8d6a10db 100644 --- a/core/res/res/drawable-xxhdpi/progress_bg_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/progress_bg_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/progress_primary_holo_dark.9.png b/core/res/res/drawable-xxhdpi/progress_primary_holo_dark.9.png Binary files differindex 36078f9759f3..85106e4be748 100644 --- a/core/res/res/drawable-xxhdpi/progress_primary_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/progress_primary_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/progress_primary_holo_light.9.png b/core/res/res/drawable-xxhdpi/progress_primary_holo_light.9.png Binary files differindex add4d3838076..75a506463cba 100644 --- a/core/res/res/drawable-xxhdpi/progress_primary_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/progress_primary_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/progress_secondary_holo_dark.9.png b/core/res/res/drawable-xxhdpi/progress_secondary_holo_dark.9.png Binary files differindex 90b56fc8f609..0498aa5c88c7 100644 --- a/core/res/res/drawable-xxhdpi/progress_secondary_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/progress_secondary_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/progress_secondary_holo_light.9.png b/core/res/res/drawable-xxhdpi/progress_secondary_holo_light.9.png Binary files differindex 28b53dde3504..46204c5c9de8 100644 --- a/core/res/res/drawable-xxhdpi/progress_secondary_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/progress_secondary_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo1.png b/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo1.png Binary files differindex e75134589b29..efd419668da3 100644 --- a/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo1.png +++ b/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo1.png diff --git a/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo2.png b/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo2.png Binary files differindex 663965f09891..bce0c2fbceb5 100644 --- a/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo2.png +++ b/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo2.png diff --git a/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo3.png b/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo3.png Binary files differindex 3574c9a1953f..9d5fd200cac0 100644 --- a/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo3.png +++ b/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo3.png diff --git a/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo4.png b/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo4.png Binary files differindex a289d33ed081..18b7182963fb 100644 --- a/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo4.png +++ b/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo4.png diff --git a/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo5.png b/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo5.png Binary files differindex 6fa2fbb3a802..6e2f23c51d36 100644 --- a/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo5.png +++ b/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo5.png diff --git a/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo6.png b/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo6.png Binary files differindex 01175430e0e3..1caa90662d7c 100644 --- a/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo6.png +++ b/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo6.png diff --git a/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo7.png b/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo7.png Binary files differindex 681fe1db9377..863a1aa8a99c 100644 --- a/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo7.png +++ b/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo7.png diff --git a/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo8.png b/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo8.png Binary files differindex bbc39990701a..370939baa4ef 100644 --- a/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo8.png +++ b/core/res/res/drawable-xxhdpi/progressbar_indeterminate_holo8.png diff --git a/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_focused_dark_am.9.png b/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_focused_dark_am.9.png Binary files differindex 8eda0f104a19..b89d5b1a1ca4 100644 --- a/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_focused_dark_am.9.png +++ b/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_focused_dark_am.9.png diff --git a/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_focused_light_am.9.png b/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_focused_light_am.9.png Binary files differindex c7cd27a34d3c..2450c61a9546 100644 --- a/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_focused_light_am.9.png +++ b/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_focused_light_am.9.png diff --git a/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_normal_dark_am.9.png b/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_normal_dark_am.9.png Binary files differindex 09c8cbd1fa96..dab00a549a7a 100644 --- a/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_normal_dark_am.9.png +++ b/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_normal_dark_am.9.png diff --git a/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_normal_light_am.9.png b/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_normal_light_am.9.png Binary files differindex d0a5a711c1ff..f814d8581b18 100644 --- a/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_normal_light_am.9.png +++ b/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_normal_light_am.9.png diff --git a/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_pressed_dark_am.9.png b/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_pressed_dark_am.9.png Binary files differindex 432436f1ec81..c999d6a1ec41 100644 --- a/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_pressed_dark_am.9.png +++ b/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_pressed_dark_am.9.png diff --git a/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_pressed_light_am.9.png b/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_pressed_light_am.9.png Binary files differindex b18aed6ff87c..84225e4f662f 100644 --- a/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_pressed_light_am.9.png +++ b/core/res/res/drawable-xxhdpi/quickcontact_badge_overlay_pressed_light_am.9.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_big_half_holo_dark.png b/core/res/res/drawable-xxhdpi/rate_star_big_half_holo_dark.png Binary files differindex ede3db5426af..cc61ae137f02 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_big_half_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/rate_star_big_half_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_big_half_holo_light.png b/core/res/res/drawable-xxhdpi/rate_star_big_half_holo_light.png Binary files differindex 906dbe1dddd7..a36b59f1eae5 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_big_half_holo_light.png +++ b/core/res/res/drawable-xxhdpi/rate_star_big_half_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_big_off_holo_dark.png b/core/res/res/drawable-xxhdpi/rate_star_big_off_holo_dark.png Binary files differindex cff58d398df2..168e2edb8f3b 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_big_off_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/rate_star_big_off_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_big_off_holo_light.png b/core/res/res/drawable-xxhdpi/rate_star_big_off_holo_light.png Binary files differindex 7e1a770228bd..c9ec0a365d4b 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_big_off_holo_light.png +++ b/core/res/res/drawable-xxhdpi/rate_star_big_off_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_big_on_holo_dark.png b/core/res/res/drawable-xxhdpi/rate_star_big_on_holo_dark.png Binary files differindex ab3f4d3b0129..0f7e3489fef6 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_big_on_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/rate_star_big_on_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_big_on_holo_light.png b/core/res/res/drawable-xxhdpi/rate_star_big_on_holo_light.png Binary files differindex ab7a496a9a83..c90c8e784a07 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_big_on_holo_light.png +++ b/core/res/res/drawable-xxhdpi/rate_star_big_on_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_med_half_holo_dark.png b/core/res/res/drawable-xxhdpi/rate_star_med_half_holo_dark.png Binary files differindex 8bb8aa01b499..fbe0266fb674 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_med_half_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/rate_star_med_half_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_med_half_holo_light.png b/core/res/res/drawable-xxhdpi/rate_star_med_half_holo_light.png Binary files differindex 44e6696e00a7..f7bbb8a37073 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_med_half_holo_light.png +++ b/core/res/res/drawable-xxhdpi/rate_star_med_half_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_med_off_holo_dark.png b/core/res/res/drawable-xxhdpi/rate_star_med_off_holo_dark.png Binary files differindex 94ec824e58c9..08076aca2376 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_med_off_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/rate_star_med_off_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_med_off_holo_light.png b/core/res/res/drawable-xxhdpi/rate_star_med_off_holo_light.png Binary files differindex 0a12fc93448d..869f0f169a48 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_med_off_holo_light.png +++ b/core/res/res/drawable-xxhdpi/rate_star_med_off_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_med_on_holo_dark.png b/core/res/res/drawable-xxhdpi/rate_star_med_on_holo_dark.png Binary files differindex 48946583f2e2..0a6ac460f4d5 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_med_on_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/rate_star_med_on_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_med_on_holo_light.png b/core/res/res/drawable-xxhdpi/rate_star_med_on_holo_light.png Binary files differindex 4bb8a73c7676..fa39236cf8da 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_med_on_holo_light.png +++ b/core/res/res/drawable-xxhdpi/rate_star_med_on_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_small_half_holo_dark.png b/core/res/res/drawable-xxhdpi/rate_star_small_half_holo_dark.png Binary files differindex 9e215d70fbb8..ebe2fd0e6407 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_small_half_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/rate_star_small_half_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_small_half_holo_light.png b/core/res/res/drawable-xxhdpi/rate_star_small_half_holo_light.png Binary files differindex e6ce5968a72b..a970d1d83472 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_small_half_holo_light.png +++ b/core/res/res/drawable-xxhdpi/rate_star_small_half_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_small_off_holo_dark.png b/core/res/res/drawable-xxhdpi/rate_star_small_off_holo_dark.png Binary files differindex 2a9fc21e4dd6..2e7fb9c88058 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_small_off_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/rate_star_small_off_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_small_off_holo_light.png b/core/res/res/drawable-xxhdpi/rate_star_small_off_holo_light.png Binary files differindex 42cad5ebd556..dc1c198c5c25 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_small_off_holo_light.png +++ b/core/res/res/drawable-xxhdpi/rate_star_small_off_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_small_on_holo_dark.png b/core/res/res/drawable-xxhdpi/rate_star_small_on_holo_dark.png Binary files differindex 0612b25f3fb7..ca6e09869ebe 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_small_on_holo_dark.png +++ b/core/res/res/drawable-xxhdpi/rate_star_small_on_holo_dark.png diff --git a/core/res/res/drawable-xxhdpi/rate_star_small_on_holo_light.png b/core/res/res/drawable-xxhdpi/rate_star_small_on_holo_light.png Binary files differindex aaa3d0f401a3..883a8fd673e4 100644 --- a/core/res/res/drawable-xxhdpi/rate_star_small_on_holo_light.png +++ b/core/res/res/drawable-xxhdpi/rate_star_small_on_holo_light.png diff --git a/core/res/res/drawable-xxhdpi/scrollbar_handle_holo_dark.9.png b/core/res/res/drawable-xxhdpi/scrollbar_handle_holo_dark.9.png Binary files differindex 66b3e9d61a97..f9b77f0761b6 100644 --- a/core/res/res/drawable-xxhdpi/scrollbar_handle_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/scrollbar_handle_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/scrollbar_handle_holo_light.9.png b/core/res/res/drawable-xxhdpi/scrollbar_handle_holo_light.9.png Binary files differindex 5fbd72389843..74e5cafd1a10 100644 --- a/core/res/res/drawable-xxhdpi/scrollbar_handle_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/scrollbar_handle_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_disabled_holo.png b/core/res/res/drawable-xxhdpi/scrubber_control_disabled_holo.png Binary files differindex 74b74316a2b8..b96b27e4a45c 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_disabled_holo.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_disabled_holo.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_focused_holo.png b/core/res/res/drawable-xxhdpi/scrubber_control_focused_holo.png Binary files differindex 2945fbdf8cf1..d84c785369a2 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_focused_holo.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_focused_holo.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_000.png b/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_000.png Binary files differindex 46aa533e2f6f..38f00794bf56 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_000.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_000.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_001.png b/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_001.png Binary files differindex a74946965385..c7a7c093ba05 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_001.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_001.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_002.png b/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_002.png Binary files differindex ef43f003ee1b..62b1b997df7a 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_002.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_002.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_003.png b/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_003.png Binary files differindex eebddc3840c4..538fb1132757 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_003.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_003.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_004.png b/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_004.png Binary files differindex 44b654d75431..90ddad016ed0 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_004.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_004.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_005.png b/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_005.png Binary files differindex 6e768c172f8d..58393584a908 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_005.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_from_pressed_mtrl_005.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_normal_holo.png b/core/res/res/drawable-xxhdpi/scrubber_control_normal_holo.png Binary files differindex 9dde7da44bb4..00ade29711d2 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_normal_holo.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_normal_holo.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_off_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/scrubber_control_off_mtrl_alpha.png Binary files differindex a2b5716f6d32..5606035a80f6 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_off_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_off_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_off_pressed_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/scrubber_control_off_pressed_mtrl_alpha.png Binary files differindex 0319bd83f1c7..374271fc29c7 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_off_pressed_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_off_pressed_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_on_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/scrubber_control_on_mtrl_alpha.png Binary files differindex caabc2c1bc21..03824f0dd2d4 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_on_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_on_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_on_pressed_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/scrubber_control_on_pressed_mtrl_alpha.png Binary files differindex b46ee1c528ed..96ca66d40716 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_on_pressed_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_on_pressed_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_pressed_holo.png b/core/res/res/drawable-xxhdpi/scrubber_control_pressed_holo.png Binary files differindex 8afbb6d901ca..4bd9ec468748 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_pressed_holo.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_pressed_holo.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_000.png b/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_000.png Binary files differindex 2ac6daed61e5..adffc1472e3d 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_000.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_000.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_001.png b/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_001.png Binary files differindex 91c49cee0249..7c3723371ab2 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_001.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_001.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_002.png b/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_002.png Binary files differindex 4b4bd1f1dfeb..65f9189fcbfd 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_002.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_002.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_003.png b/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_003.png Binary files differindex 637e5968eaeb..54da41255748 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_003.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_003.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_004.png b/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_004.png Binary files differindex 42d4d2a49a77..c804c1f6fe25 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_004.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_004.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_005.png b/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_005.png Binary files differindex 995d1b27435e..f3d16d57598e 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_005.png +++ b/core/res/res/drawable-xxhdpi/scrubber_control_to_pressed_mtrl_005.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_primary_holo.9.png b/core/res/res/drawable-xxhdpi/scrubber_primary_holo.9.png Binary files differindex 209df49b8695..aa0979402975 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_primary_holo.9.png +++ b/core/res/res/drawable-xxhdpi/scrubber_primary_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_primary_mtrl_alpha.9.png b/core/res/res/drawable-xxhdpi/scrubber_primary_mtrl_alpha.9.png Binary files differindex 6a82af5081a5..dc3241ce35a6 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_primary_mtrl_alpha.9.png +++ b/core/res/res/drawable-xxhdpi/scrubber_primary_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_secondary_holo.9.png b/core/res/res/drawable-xxhdpi/scrubber_secondary_holo.9.png Binary files differindex 3dbcc4845dea..83bf5508e38b 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_secondary_holo.9.png +++ b/core/res/res/drawable-xxhdpi/scrubber_secondary_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_track_holo_dark.9.png b/core/res/res/drawable-xxhdpi/scrubber_track_holo_dark.9.png Binary files differindex 4014860d6c2f..df2c3f5d7357 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_track_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/scrubber_track_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_track_holo_light.9.png b/core/res/res/drawable-xxhdpi/scrubber_track_holo_light.9.png Binary files differindex 1a6f577fcb9e..2e2196d74dc0 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_track_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/scrubber_track_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/scrubber_track_mtrl_alpha.9.png b/core/res/res/drawable-xxhdpi/scrubber_track_mtrl_alpha.9.png Binary files differindex c3791fc66147..ef2c4953915b 100644 --- a/core/res/res/drawable-xxhdpi/scrubber_track_mtrl_alpha.9.png +++ b/core/res/res/drawable-xxhdpi/scrubber_track_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_16_inner_holo.png b/core/res/res/drawable-xxhdpi/spinner_16_inner_holo.png Binary files differindex 30f0db3189a7..c3620660342e 100644 --- a/core/res/res/drawable-xxhdpi/spinner_16_inner_holo.png +++ b/core/res/res/drawable-xxhdpi/spinner_16_inner_holo.png diff --git a/core/res/res/drawable-xxhdpi/spinner_16_outer_holo.png b/core/res/res/drawable-xxhdpi/spinner_16_outer_holo.png Binary files differindex d0729da0291b..917089935312 100644 --- a/core/res/res/drawable-xxhdpi/spinner_16_outer_holo.png +++ b/core/res/res/drawable-xxhdpi/spinner_16_outer_holo.png diff --git a/core/res/res/drawable-xxhdpi/spinner_48_inner_holo.png b/core/res/res/drawable-xxhdpi/spinner_48_inner_holo.png Binary files differindex eca7a46995ba..5a296a405862 100644 --- a/core/res/res/drawable-xxhdpi/spinner_48_inner_holo.png +++ b/core/res/res/drawable-xxhdpi/spinner_48_inner_holo.png diff --git a/core/res/res/drawable-xxhdpi/spinner_48_outer_holo.png b/core/res/res/drawable-xxhdpi/spinner_48_outer_holo.png Binary files differindex 3511d52098dd..39f0a501f931 100644 --- a/core/res/res/drawable-xxhdpi/spinner_48_outer_holo.png +++ b/core/res/res/drawable-xxhdpi/spinner_48_outer_holo.png diff --git a/core/res/res/drawable-xxhdpi/spinner_76_inner_holo.png b/core/res/res/drawable-xxhdpi/spinner_76_inner_holo.png Binary files differindex 21ad59f256c7..f492076bf31f 100644 --- a/core/res/res/drawable-xxhdpi/spinner_76_inner_holo.png +++ b/core/res/res/drawable-xxhdpi/spinner_76_inner_holo.png diff --git a/core/res/res/drawable-xxhdpi/spinner_76_outer_holo.png b/core/res/res/drawable-xxhdpi/spinner_76_outer_holo.png Binary files differindex 471d78c7b294..500d884bd6d0 100644 --- a/core/res/res/drawable-xxhdpi/spinner_76_outer_holo.png +++ b/core/res/res/drawable-xxhdpi/spinner_76_outer_holo.png diff --git a/core/res/res/drawable-xxhdpi/spinner_ab_activated_holo_dark.9.png b/core/res/res/drawable-xxhdpi/spinner_ab_activated_holo_dark.9.png Binary files differindex 6be9e6b7ab10..8579313296f1 100644 --- a/core/res/res/drawable-xxhdpi/spinner_ab_activated_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_ab_activated_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_ab_activated_holo_light.9.png b/core/res/res/drawable-xxhdpi/spinner_ab_activated_holo_light.9.png Binary files differindex 0b9a0773f4bf..8579313296f1 100644 --- a/core/res/res/drawable-xxhdpi/spinner_ab_activated_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_ab_activated_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_ab_default_holo_dark_am.9.png b/core/res/res/drawable-xxhdpi/spinner_ab_default_holo_dark_am.9.png Binary files differindex 71075a71bae1..b7ba3650e140 100644 --- a/core/res/res/drawable-xxhdpi/spinner_ab_default_holo_dark_am.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_ab_default_holo_dark_am.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_ab_default_holo_light_am.9.png b/core/res/res/drawable-xxhdpi/spinner_ab_default_holo_light_am.9.png Binary files differindex 6aabc3cb0047..8d90750209df 100644 --- a/core/res/res/drawable-xxhdpi/spinner_ab_default_holo_light_am.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_ab_default_holo_light_am.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_ab_disabled_holo_dark_am.9.png b/core/res/res/drawable-xxhdpi/spinner_ab_disabled_holo_dark_am.9.png Binary files differindex a2045e12f08d..804848713abe 100644 --- a/core/res/res/drawable-xxhdpi/spinner_ab_disabled_holo_dark_am.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_ab_disabled_holo_dark_am.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_ab_disabled_holo_light_am.9.png b/core/res/res/drawable-xxhdpi/spinner_ab_disabled_holo_light_am.9.png Binary files differindex 1f4d1617bc0f..0ee6f17d2f92 100644 --- a/core/res/res/drawable-xxhdpi/spinner_ab_disabled_holo_light_am.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_ab_disabled_holo_light_am.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_ab_focused_holo_dark_am.9.png b/core/res/res/drawable-xxhdpi/spinner_ab_focused_holo_dark_am.9.png Binary files differindex 85b06346382e..9fe3e24a27db 100644 --- a/core/res/res/drawable-xxhdpi/spinner_ab_focused_holo_dark_am.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_ab_focused_holo_dark_am.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_ab_focused_holo_light_am.9.png b/core/res/res/drawable-xxhdpi/spinner_ab_focused_holo_light_am.9.png Binary files differindex 52e29fc692e0..fb9d899a3e45 100644 --- a/core/res/res/drawable-xxhdpi/spinner_ab_focused_holo_light_am.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_ab_focused_holo_light_am.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_ab_pressed_holo_dark_am.9.png b/core/res/res/drawable-xxhdpi/spinner_ab_pressed_holo_dark_am.9.png Binary files differindex e78bfd025fa6..dacab2f31a80 100644 --- a/core/res/res/drawable-xxhdpi/spinner_ab_pressed_holo_dark_am.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_ab_pressed_holo_dark_am.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_ab_pressed_holo_light_am.9.png b/core/res/res/drawable-xxhdpi/spinner_ab_pressed_holo_light_am.9.png Binary files differindex 66c80a25f4db..dba25d99ca25 100644 --- a/core/res/res/drawable-xxhdpi/spinner_ab_pressed_holo_light_am.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_ab_pressed_holo_light_am.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_activated_holo_dark.9.png b/core/res/res/drawable-xxhdpi/spinner_activated_holo_dark.9.png Binary files differindex b1a39e18965d..a51280455cec 100644 --- a/core/res/res/drawable-xxhdpi/spinner_activated_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_activated_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_activated_holo_light.9.png b/core/res/res/drawable-xxhdpi/spinner_activated_holo_light.9.png Binary files differindex 052f551f9304..a51280455cec 100644 --- a/core/res/res/drawable-xxhdpi/spinner_activated_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_activated_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_default_holo_dark_am.9.png b/core/res/res/drawable-xxhdpi/spinner_default_holo_dark_am.9.png Binary files differindex b0020f25ffa6..404712b15b13 100644 --- a/core/res/res/drawable-xxhdpi/spinner_default_holo_dark_am.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_default_holo_dark_am.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_default_holo_light_am.9.png b/core/res/res/drawable-xxhdpi/spinner_default_holo_light_am.9.png Binary files differindex 32139ce13956..3278e8981306 100644 --- a/core/res/res/drawable-xxhdpi/spinner_default_holo_light_am.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_default_holo_light_am.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_disabled_holo.9.png b/core/res/res/drawable-xxhdpi/spinner_disabled_holo.9.png Binary files differindex f666309b474a..f2ca61f6a4d8 100644 --- a/core/res/res/drawable-xxhdpi/spinner_disabled_holo.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_disabled_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_disabled_holo_dark_am.9.png b/core/res/res/drawable-xxhdpi/spinner_disabled_holo_dark_am.9.png Binary files differindex 7c12096878b1..3ee8111d006a 100644 --- a/core/res/res/drawable-xxhdpi/spinner_disabled_holo_dark_am.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_disabled_holo_dark_am.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_disabled_holo_light_am.9.png b/core/res/res/drawable-xxhdpi/spinner_disabled_holo_light_am.9.png Binary files differindex 4cef09547fdd..6c1695b8ca7e 100644 --- a/core/res/res/drawable-xxhdpi/spinner_disabled_holo_light_am.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_disabled_holo_light_am.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_focused_holo_dark_am.9.png b/core/res/res/drawable-xxhdpi/spinner_focused_holo_dark_am.9.png Binary files differindex 5ab38fde0187..35d8b4d5d42a 100644 --- a/core/res/res/drawable-xxhdpi/spinner_focused_holo_dark_am.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_focused_holo_dark_am.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_focused_holo_light_am.9.png b/core/res/res/drawable-xxhdpi/spinner_focused_holo_light_am.9.png Binary files differindex c40ce17bd785..d732c9945d5f 100644 --- a/core/res/res/drawable-xxhdpi/spinner_focused_holo_light_am.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_focused_holo_light_am.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_normal_holo.9.png b/core/res/res/drawable-xxhdpi/spinner_normal_holo.9.png Binary files differindex 48a23f6004ec..041e025b4152 100644 --- a/core/res/res/drawable-xxhdpi/spinner_normal_holo.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_normal_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_pressed_holo_dark_am.9.png b/core/res/res/drawable-xxhdpi/spinner_pressed_holo_dark_am.9.png Binary files differindex e2212a5e6c54..13d43b7b212c 100644 --- a/core/res/res/drawable-xxhdpi/spinner_pressed_holo_dark_am.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_pressed_holo_dark_am.9.png diff --git a/core/res/res/drawable-xxhdpi/spinner_pressed_holo_light_am.9.png b/core/res/res/drawable-xxhdpi/spinner_pressed_holo_light_am.9.png Binary files differindex 881ce7e8c37c..879027b9f0a6 100644 --- a/core/res/res/drawable-xxhdpi/spinner_pressed_holo_light_am.9.png +++ b/core/res/res/drawable-xxhdpi/spinner_pressed_holo_light_am.9.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_car_mode.png b/core/res/res/drawable-xxhdpi/stat_notify_car_mode.png Binary files differindex b01e00f3712f..c45446503fad 100755 --- a/core/res/res/drawable-xxhdpi/stat_notify_car_mode.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_car_mode.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_chat.png b/core/res/res/drawable-xxhdpi/stat_notify_chat.png Binary files differindex 960fdd488342..3947011cdba9 100644 --- a/core/res/res/drawable-xxhdpi/stat_notify_chat.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_chat.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_disk_full.png b/core/res/res/drawable-xxhdpi/stat_notify_disk_full.png Binary files differindex cd790a64e19f..a1019ae1a049 100755 --- a/core/res/res/drawable-xxhdpi/stat_notify_disk_full.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_disk_full.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_email_generic.png b/core/res/res/drawable-xxhdpi/stat_notify_email_generic.png Binary files differindex ba98c67a9537..9d125ab1e9b6 100755 --- a/core/res/res/drawable-xxhdpi/stat_notify_email_generic.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_email_generic.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_error.png b/core/res/res/drawable-xxhdpi/stat_notify_error.png Binary files differindex fa5f7a3392e1..a35bb29a46ea 100644 --- a/core/res/res/drawable-xxhdpi/stat_notify_error.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_error.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_gmail.png b/core/res/res/drawable-xxhdpi/stat_notify_gmail.png Binary files differindex 4640e88b377a..edd4a25143a8 100755 --- a/core/res/res/drawable-xxhdpi/stat_notify_gmail.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_gmail.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_missed_call.png b/core/res/res/drawable-xxhdpi/stat_notify_missed_call.png Binary files differindex 904df3baa20d..6e26653f2b3c 100644 --- a/core/res/res/drawable-xxhdpi/stat_notify_missed_call.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_missed_call.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_more.png b/core/res/res/drawable-xxhdpi/stat_notify_more.png Binary files differindex f3a46ec0381f..13c63023d6e7 100755 --- a/core/res/res/drawable-xxhdpi/stat_notify_more.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_more.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_rssi_in_range.png b/core/res/res/drawable-xxhdpi/stat_notify_rssi_in_range.png Binary files differindex 86c34ed18d73..c896aecb6b85 100644 --- a/core/res/res/drawable-xxhdpi/stat_notify_rssi_in_range.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_rssi_in_range.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_sdcard.png b/core/res/res/drawable-xxhdpi/stat_notify_sdcard.png Binary files differindex 87e9d206dfe4..7f0a706bcc8a 100755 --- a/core/res/res/drawable-xxhdpi/stat_notify_sdcard.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_sdcard.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_sdcard_prepare.png b/core/res/res/drawable-xxhdpi/stat_notify_sdcard_prepare.png Binary files differindex 735ccc913531..3811859d6f90 100755 --- a/core/res/res/drawable-xxhdpi/stat_notify_sdcard_prepare.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_sdcard_prepare.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_sdcard_usb.png b/core/res/res/drawable-xxhdpi/stat_notify_sdcard_usb.png Binary files differindex e7512edf77ff..43cdc8c704f0 100755 --- a/core/res/res/drawable-xxhdpi/stat_notify_sdcard_usb.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_sdcard_usb.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_sim_toolkit.png b/core/res/res/drawable-xxhdpi/stat_notify_sim_toolkit.png Binary files differindex d1cf3d76e4f4..954c0bbb712e 100755 --- a/core/res/res/drawable-xxhdpi/stat_notify_sim_toolkit.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_sim_toolkit.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_sync.png b/core/res/res/drawable-xxhdpi/stat_notify_sync.png Binary files differindex 2a36702f423a..ef5cb892938e 100755 --- a/core/res/res/drawable-xxhdpi/stat_notify_sync.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_sync.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_sync_anim0.png b/core/res/res/drawable-xxhdpi/stat_notify_sync_anim0.png Binary files differindex 2a36702f423a..ef5cb892938e 100755 --- a/core/res/res/drawable-xxhdpi/stat_notify_sync_anim0.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_sync_anim0.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_sync_error.png b/core/res/res/drawable-xxhdpi/stat_notify_sync_error.png Binary files differindex db2f0e23d37b..be26531e85c4 100755 --- a/core/res/res/drawable-xxhdpi/stat_notify_sync_error.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_sync_error.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_voicemail.png b/core/res/res/drawable-xxhdpi/stat_notify_voicemail.png Binary files differindex 71dfe682e2d4..cd59ce565864 100755 --- a/core/res/res/drawable-xxhdpi/stat_notify_voicemail.png +++ b/core/res/res/drawable-xxhdpi/stat_notify_voicemail.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_certificate_info.png b/core/res/res/drawable-xxhdpi/stat_sys_certificate_info.png Binary files differindex d96ef640bdc6..68a6ea6f216a 100644 --- a/core/res/res/drawable-xxhdpi/stat_sys_certificate_info.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_certificate_info.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_data_bluetooth.png b/core/res/res/drawable-xxhdpi/stat_sys_data_bluetooth.png Binary files differindex 6dd4d7f96765..b94d366e3848 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_data_bluetooth.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_data_bluetooth.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_data_usb.png b/core/res/res/drawable-xxhdpi/stat_sys_data_usb.png Binary files differindex 7fcf5cd999ab..f3dda218a84a 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_data_usb.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_data_usb.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_data_wimax_signal_3_fully.png b/core/res/res/drawable-xxhdpi/stat_sys_data_wimax_signal_3_fully.png Binary files differindex aeccbd63813e..edcd4c483fbd 100644 --- a/core/res/res/drawable-xxhdpi/stat_sys_data_wimax_signal_3_fully.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_data_wimax_signal_3_fully.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_data_wimax_signal_disconnected.png b/core/res/res/drawable-xxhdpi/stat_sys_data_wimax_signal_disconnected.png Binary files differindex 3cdc45d1041f..e7dad3fcc3e8 100644 --- a/core/res/res/drawable-xxhdpi/stat_sys_data_wimax_signal_disconnected.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_data_wimax_signal_disconnected.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_download_anim0.png b/core/res/res/drawable-xxhdpi/stat_sys_download_anim0.png Binary files differindex 836db122303f..962df9a07b4f 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_download_anim0.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_download_anim0.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_download_anim1.png b/core/res/res/drawable-xxhdpi/stat_sys_download_anim1.png Binary files differindex 5bc3add43770..16c4c321bcde 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_download_anim1.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_download_anim1.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_download_anim2.png b/core/res/res/drawable-xxhdpi/stat_sys_download_anim2.png Binary files differindex 962c450ff916..6302362739f7 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_download_anim2.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_download_anim2.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_download_anim3.png b/core/res/res/drawable-xxhdpi/stat_sys_download_anim3.png Binary files differindex e1d0d552fbb5..5dd9c1f425bf 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_download_anim3.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_download_anim3.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_download_anim4.png b/core/res/res/drawable-xxhdpi/stat_sys_download_anim4.png Binary files differindex 84420def9775..f0502b298887 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_download_anim4.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_download_anim4.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_download_anim5.png b/core/res/res/drawable-xxhdpi/stat_sys_download_anim5.png Binary files differindex b495943b5c25..837fd9a0667b 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_download_anim5.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_download_anim5.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_gps_on.png b/core/res/res/drawable-xxhdpi/stat_sys_gps_on.png Binary files differindex 063f61416206..b9498cb3414a 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_gps_on.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_gps_on.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_phone_call.png b/core/res/res/drawable-xxhdpi/stat_sys_phone_call.png Binary files differindex 934838484307..3f7a37d6e06a 100644 --- a/core/res/res/drawable-xxhdpi/stat_sys_phone_call.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_phone_call.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_tether_bluetooth.png b/core/res/res/drawable-xxhdpi/stat_sys_tether_bluetooth.png Binary files differindex 25acfbb01ba4..433b665b4b1b 100644 --- a/core/res/res/drawable-xxhdpi/stat_sys_tether_bluetooth.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_tether_bluetooth.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_tether_general.png b/core/res/res/drawable-xxhdpi/stat_sys_tether_general.png Binary files differindex 5c656012e615..15a4a5c2feb0 100644 --- a/core/res/res/drawable-xxhdpi/stat_sys_tether_general.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_tether_general.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_tether_usb.png b/core/res/res/drawable-xxhdpi/stat_sys_tether_usb.png Binary files differindex 28b4b5438e55..975f859338e8 100644 --- a/core/res/res/drawable-xxhdpi/stat_sys_tether_usb.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_tether_usb.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_throttled.png b/core/res/res/drawable-xxhdpi/stat_sys_throttled.png Binary files differindex c2189e490100..bf9f144531ff 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_throttled.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_throttled.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_upload_anim0.png b/core/res/res/drawable-xxhdpi/stat_sys_upload_anim0.png Binary files differindex 9e63fcac4f61..c2d17857af71 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_upload_anim0.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_upload_anim0.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_upload_anim1.png b/core/res/res/drawable-xxhdpi/stat_sys_upload_anim1.png Binary files differindex 39dd3b800cb5..7b1a402d48c5 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_upload_anim1.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_upload_anim1.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_upload_anim2.png b/core/res/res/drawable-xxhdpi/stat_sys_upload_anim2.png Binary files differindex b828430b766a..e339378a66d0 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_upload_anim2.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_upload_anim2.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_upload_anim3.png b/core/res/res/drawable-xxhdpi/stat_sys_upload_anim3.png Binary files differindex 78344607c6fd..419547c810a9 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_upload_anim3.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_upload_anim3.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_upload_anim4.png b/core/res/res/drawable-xxhdpi/stat_sys_upload_anim4.png Binary files differindex 34c6f27b98a2..5dd9b14cb9ee 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_upload_anim4.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_upload_anim4.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_upload_anim5.png b/core/res/res/drawable-xxhdpi/stat_sys_upload_anim5.png Binary files differindex 1270acf0d238..0d922bc4ab6a 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_upload_anim5.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_upload_anim5.png diff --git a/core/res/res/drawable-xxhdpi/stat_sys_warning.png b/core/res/res/drawable-xxhdpi/stat_sys_warning.png Binary files differindex 907de0f9bcff..794860cbd469 100755 --- a/core/res/res/drawable-xxhdpi/stat_sys_warning.png +++ b/core/res/res/drawable-xxhdpi/stat_sys_warning.png diff --git a/core/res/res/drawable-xxhdpi/switch_bg_disabled_holo_dark.9.png b/core/res/res/drawable-xxhdpi/switch_bg_disabled_holo_dark.9.png Binary files differindex e80453ee5f42..b8a6c8e6bd24 100644 --- a/core/res/res/drawable-xxhdpi/switch_bg_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/switch_bg_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/switch_bg_disabled_holo_light.9.png b/core/res/res/drawable-xxhdpi/switch_bg_disabled_holo_light.9.png Binary files differindex 0ec08eea8771..89c128bd35f9 100644 --- a/core/res/res/drawable-xxhdpi/switch_bg_disabled_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/switch_bg_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/switch_bg_focused_holo_dark.9.png b/core/res/res/drawable-xxhdpi/switch_bg_focused_holo_dark.9.png Binary files differindex 13f852df69e3..834d65a06772 100644 --- a/core/res/res/drawable-xxhdpi/switch_bg_focused_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/switch_bg_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/switch_bg_focused_holo_light.9.png b/core/res/res/drawable-xxhdpi/switch_bg_focused_holo_light.9.png Binary files differindex e7767b8a2621..36dd516033f9 100644 --- a/core/res/res/drawable-xxhdpi/switch_bg_focused_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/switch_bg_focused_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/switch_bg_holo_dark.9.png b/core/res/res/drawable-xxhdpi/switch_bg_holo_dark.9.png Binary files differindex d1133bf1199a..b2a36bb10f29 100644 --- a/core/res/res/drawable-xxhdpi/switch_bg_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/switch_bg_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/switch_bg_holo_light.9.png b/core/res/res/drawable-xxhdpi/switch_bg_holo_light.9.png Binary files differindex 4532035e552f..35ab3a457fc4 100644 --- a/core/res/res/drawable-xxhdpi/switch_bg_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/switch_bg_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/switch_thumb_activated_holo_dark.9.png b/core/res/res/drawable-xxhdpi/switch_thumb_activated_holo_dark.9.png Binary files differindex 2b3e1516e0e4..c7d083ea4a80 100644 --- a/core/res/res/drawable-xxhdpi/switch_thumb_activated_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/switch_thumb_activated_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/switch_thumb_activated_holo_light.9.png b/core/res/res/drawable-xxhdpi/switch_thumb_activated_holo_light.9.png Binary files differindex 77c08a5bf906..cc3dc6626a4e 100644 --- a/core/res/res/drawable-xxhdpi/switch_thumb_activated_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/switch_thumb_activated_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/switch_thumb_disabled_holo_dark.9.png b/core/res/res/drawable-xxhdpi/switch_thumb_disabled_holo_dark.9.png Binary files differindex 5f36c04a85f4..6dbfb2416cb6 100644 --- a/core/res/res/drawable-xxhdpi/switch_thumb_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/switch_thumb_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/switch_thumb_disabled_holo_light.9.png b/core/res/res/drawable-xxhdpi/switch_thumb_disabled_holo_light.9.png Binary files differindex 7c164632c6bb..85c126a25f75 100644 --- a/core/res/res/drawable-xxhdpi/switch_thumb_disabled_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/switch_thumb_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/switch_thumb_holo_dark.9.png b/core/res/res/drawable-xxhdpi/switch_thumb_holo_dark.9.png Binary files differindex f14f0d6c6443..dde9c006f09f 100644 --- a/core/res/res/drawable-xxhdpi/switch_thumb_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/switch_thumb_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/switch_thumb_holo_light.9.png b/core/res/res/drawable-xxhdpi/switch_thumb_holo_light.9.png Binary files differindex 9920f547671d..b77729e8a215 100644 --- a/core/res/res/drawable-xxhdpi/switch_thumb_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/switch_thumb_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/switch_thumb_holo_light_v2.9.png b/core/res/res/drawable-xxhdpi/switch_thumb_holo_light_v2.9.png Binary files differindex 00518adbd823..65a31ae0e7e2 100644 --- a/core/res/res/drawable-xxhdpi/switch_thumb_holo_light_v2.9.png +++ b/core/res/res/drawable-xxhdpi/switch_thumb_holo_light_v2.9.png diff --git a/core/res/res/drawable-xxhdpi/switch_thumb_pressed_holo_dark.9.png b/core/res/res/drawable-xxhdpi/switch_thumb_pressed_holo_dark.9.png Binary files differindex 98c517f8a643..2ad3474535df 100644 --- a/core/res/res/drawable-xxhdpi/switch_thumb_pressed_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/switch_thumb_pressed_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/switch_thumb_pressed_holo_light.9.png b/core/res/res/drawable-xxhdpi/switch_thumb_pressed_holo_light.9.png Binary files differindex a93ee06b6bda..1a7f64bf6032 100644 --- a/core/res/res/drawable-xxhdpi/switch_thumb_pressed_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/switch_thumb_pressed_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/sym_def_app_icon.png b/core/res/res/drawable-xxhdpi/sym_def_app_icon.png Binary files differindex 324e72cdd748..666fe5761079 100644 --- a/core/res/res/drawable-xxhdpi/sym_def_app_icon.png +++ b/core/res/res/drawable-xxhdpi/sym_def_app_icon.png diff --git a/core/res/res/drawable-xxhdpi/sym_keyboard_delete.png b/core/res/res/drawable-xxhdpi/sym_keyboard_delete.png Binary files differindex 923013508e8f..579b354bd14e 100644 --- a/core/res/res/drawable-xxhdpi/sym_keyboard_delete.png +++ b/core/res/res/drawable-xxhdpi/sym_keyboard_delete.png diff --git a/core/res/res/drawable-xxhdpi/sym_keyboard_enter.png b/core/res/res/drawable-xxhdpi/sym_keyboard_enter.png Binary files differindex a234cde4187e..02e1741362ed 100644 --- a/core/res/res/drawable-xxhdpi/sym_keyboard_enter.png +++ b/core/res/res/drawable-xxhdpi/sym_keyboard_enter.png diff --git a/core/res/res/drawable-xxhdpi/sym_keyboard_num0_no_plus.png b/core/res/res/drawable-xxhdpi/sym_keyboard_num0_no_plus.png Binary files differindex da434a4b5307..aa3edcb8209a 100644 --- a/core/res/res/drawable-xxhdpi/sym_keyboard_num0_no_plus.png +++ b/core/res/res/drawable-xxhdpi/sym_keyboard_num0_no_plus.png diff --git a/core/res/res/drawable-xxhdpi/sym_keyboard_num1.png b/core/res/res/drawable-xxhdpi/sym_keyboard_num1.png Binary files differindex 715e9aee1ad0..09ccff8ec240 100644 --- a/core/res/res/drawable-xxhdpi/sym_keyboard_num1.png +++ b/core/res/res/drawable-xxhdpi/sym_keyboard_num1.png diff --git a/core/res/res/drawable-xxhdpi/sym_keyboard_num2.png b/core/res/res/drawable-xxhdpi/sym_keyboard_num2.png Binary files differindex d0cbce228bcb..cadf76eb82de 100644 --- a/core/res/res/drawable-xxhdpi/sym_keyboard_num2.png +++ b/core/res/res/drawable-xxhdpi/sym_keyboard_num2.png diff --git a/core/res/res/drawable-xxhdpi/sym_keyboard_num3.png b/core/res/res/drawable-xxhdpi/sym_keyboard_num3.png Binary files differindex d1524425eb88..2997b5066bd5 100644 --- a/core/res/res/drawable-xxhdpi/sym_keyboard_num3.png +++ b/core/res/res/drawable-xxhdpi/sym_keyboard_num3.png diff --git a/core/res/res/drawable-xxhdpi/sym_keyboard_num4.png b/core/res/res/drawable-xxhdpi/sym_keyboard_num4.png Binary files differindex 9438f47f7e5c..7a1d35370ed2 100644 --- a/core/res/res/drawable-xxhdpi/sym_keyboard_num4.png +++ b/core/res/res/drawable-xxhdpi/sym_keyboard_num4.png diff --git a/core/res/res/drawable-xxhdpi/sym_keyboard_num5.png b/core/res/res/drawable-xxhdpi/sym_keyboard_num5.png Binary files differindex 0104cfea56d7..a95bc109bd1d 100644 --- a/core/res/res/drawable-xxhdpi/sym_keyboard_num5.png +++ b/core/res/res/drawable-xxhdpi/sym_keyboard_num5.png diff --git a/core/res/res/drawable-xxhdpi/sym_keyboard_num6.png b/core/res/res/drawable-xxhdpi/sym_keyboard_num6.png Binary files differindex 852d0a22a7f7..0d4734f68cd9 100644 --- a/core/res/res/drawable-xxhdpi/sym_keyboard_num6.png +++ b/core/res/res/drawable-xxhdpi/sym_keyboard_num6.png diff --git a/core/res/res/drawable-xxhdpi/sym_keyboard_num7.png b/core/res/res/drawable-xxhdpi/sym_keyboard_num7.png Binary files differindex bdd1e223c3ed..2397aa58a8ff 100644 --- a/core/res/res/drawable-xxhdpi/sym_keyboard_num7.png +++ b/core/res/res/drawable-xxhdpi/sym_keyboard_num7.png diff --git a/core/res/res/drawable-xxhdpi/sym_keyboard_num8.png b/core/res/res/drawable-xxhdpi/sym_keyboard_num8.png Binary files differindex 0d9a0f3caef7..ad80b0a407c9 100644 --- a/core/res/res/drawable-xxhdpi/sym_keyboard_num8.png +++ b/core/res/res/drawable-xxhdpi/sym_keyboard_num8.png diff --git a/core/res/res/drawable-xxhdpi/sym_keyboard_num9.png b/core/res/res/drawable-xxhdpi/sym_keyboard_num9.png Binary files differindex ab8789245fb9..5dfba1317da0 100644 --- a/core/res/res/drawable-xxhdpi/sym_keyboard_num9.png +++ b/core/res/res/drawable-xxhdpi/sym_keyboard_num9.png diff --git a/core/res/res/drawable-xxhdpi/sym_keyboard_return_holo.png b/core/res/res/drawable-xxhdpi/sym_keyboard_return_holo.png Binary files differindex 7d95807960fd..50f13d105859 100644 --- a/core/res/res/drawable-xxhdpi/sym_keyboard_return_holo.png +++ b/core/res/res/drawable-xxhdpi/sym_keyboard_return_holo.png diff --git a/core/res/res/drawable-xxhdpi/tab_indicator_mtrl_alpha.9.png b/core/res/res/drawable-xxhdpi/tab_indicator_mtrl_alpha.9.png Binary files differindex 248f4f8604de..25ce3b7e5908 100644 --- a/core/res/res/drawable-xxhdpi/tab_indicator_mtrl_alpha.9.png +++ b/core/res/res/drawable-xxhdpi/tab_indicator_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xxhdpi/tab_selected_focused_holo.9.png b/core/res/res/drawable-xxhdpi/tab_selected_focused_holo.9.png Binary files differindex 619efa4c0f5f..09ca002495ad 100644 --- a/core/res/res/drawable-xxhdpi/tab_selected_focused_holo.9.png +++ b/core/res/res/drawable-xxhdpi/tab_selected_focused_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/tab_selected_holo.9.png b/core/res/res/drawable-xxhdpi/tab_selected_holo.9.png Binary files differindex bee35cad65f6..a5f4dab0d0b8 100644 --- a/core/res/res/drawable-xxhdpi/tab_selected_holo.9.png +++ b/core/res/res/drawable-xxhdpi/tab_selected_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/tab_selected_pressed_holo.9.png b/core/res/res/drawable-xxhdpi/tab_selected_pressed_holo.9.png Binary files differindex ffedd02be43d..77d7ea4660aa 100644 --- a/core/res/res/drawable-xxhdpi/tab_selected_pressed_holo.9.png +++ b/core/res/res/drawable-xxhdpi/tab_selected_pressed_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/tab_unselected_focused_holo.9.png b/core/res/res/drawable-xxhdpi/tab_unselected_focused_holo.9.png Binary files differindex e9a5bf5480e1..3a9a901b434a 100644 --- a/core/res/res/drawable-xxhdpi/tab_unselected_focused_holo.9.png +++ b/core/res/res/drawable-xxhdpi/tab_unselected_focused_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/tab_unselected_holo.9.png b/core/res/res/drawable-xxhdpi/tab_unselected_holo.9.png Binary files differindex 8fcecf76c199..e8ca7927e41f 100644 --- a/core/res/res/drawable-xxhdpi/tab_unselected_holo.9.png +++ b/core/res/res/drawable-xxhdpi/tab_unselected_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/tab_unselected_pressed_holo.9.png b/core/res/res/drawable-xxhdpi/tab_unselected_pressed_holo.9.png Binary files differindex 82c69981389c..932fe011bb01 100644 --- a/core/res/res/drawable-xxhdpi/tab_unselected_pressed_holo.9.png +++ b/core/res/res/drawable-xxhdpi/tab_unselected_pressed_holo.9.png diff --git a/core/res/res/drawable-xxhdpi/text_edit_paste_window.9.png b/core/res/res/drawable-xxhdpi/text_edit_paste_window.9.png Binary files differindex 9e247e60a3da..57ca85829a61 100644 --- a/core/res/res/drawable-xxhdpi/text_edit_paste_window.9.png +++ b/core/res/res/drawable-xxhdpi/text_edit_paste_window.9.png diff --git a/core/res/res/drawable-xxhdpi/text_edit_suggestions_window.9.png b/core/res/res/drawable-xxhdpi/text_edit_suggestions_window.9.png Binary files differindex 9e247e60a3da..57ca85829a61 100644 --- a/core/res/res/drawable-xxhdpi/text_edit_suggestions_window.9.png +++ b/core/res/res/drawable-xxhdpi/text_edit_suggestions_window.9.png diff --git a/core/res/res/drawable-xxhdpi/text_select_handle_left.png b/core/res/res/drawable-xxhdpi/text_select_handle_left.png Binary files differindex 849760122137..ad5eebfcd7f8 100644 --- a/core/res/res/drawable-xxhdpi/text_select_handle_left.png +++ b/core/res/res/drawable-xxhdpi/text_select_handle_left.png diff --git a/core/res/res/drawable-xxhdpi/text_select_handle_left_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/text_select_handle_left_mtrl_alpha.png Binary files differindex d0f274a03fde..2684d0ffdb4f 100644 --- a/core/res/res/drawable-xxhdpi/text_select_handle_left_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/text_select_handle_left_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/text_select_handle_middle.png b/core/res/res/drawable-xxhdpi/text_select_handle_middle.png Binary files differindex 7b74f669e416..185602a2d8cb 100644 --- a/core/res/res/drawable-xxhdpi/text_select_handle_middle.png +++ b/core/res/res/drawable-xxhdpi/text_select_handle_middle.png diff --git a/core/res/res/drawable-xxhdpi/text_select_handle_middle_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/text_select_handle_middle_mtrl_alpha.png Binary files differindex 5753d8940053..1e6d5c05df47 100644 --- a/core/res/res/drawable-xxhdpi/text_select_handle_middle_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/text_select_handle_middle_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/text_select_handle_right.png b/core/res/res/drawable-xxhdpi/text_select_handle_right.png Binary files differindex 25e07806560a..8881c61d7e79 100644 --- a/core/res/res/drawable-xxhdpi/text_select_handle_right.png +++ b/core/res/res/drawable-xxhdpi/text_select_handle_right.png diff --git a/core/res/res/drawable-xxhdpi/text_select_handle_right_mtrl_alpha.png b/core/res/res/drawable-xxhdpi/text_select_handle_right_mtrl_alpha.png Binary files differindex f1f637a9d06b..9b4e070d31f8 100644 --- a/core/res/res/drawable-xxhdpi/text_select_handle_right_mtrl_alpha.png +++ b/core/res/res/drawable-xxhdpi/text_select_handle_right_mtrl_alpha.png diff --git a/core/res/res/drawable-xxhdpi/textfield_activated_holo_dark.9.png b/core/res/res/drawable-xxhdpi/textfield_activated_holo_dark.9.png Binary files differindex a4c891e41212..84d900d465d6 100644 --- a/core/res/res/drawable-xxhdpi/textfield_activated_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_activated_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_activated_holo_light.9.png b/core/res/res/drawable-xxhdpi/textfield_activated_holo_light.9.png Binary files differindex a4c891e41212..84d900d465d6 100644 --- a/core/res/res/drawable-xxhdpi/textfield_activated_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_activated_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_activated_mtrl_alpha.9.png b/core/res/res/drawable-xxhdpi/textfield_activated_mtrl_alpha.9.png Binary files differindex 778670abb10c..906962baea47 100644 --- a/core/res/res/drawable-xxhdpi/textfield_activated_mtrl_alpha.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_activated_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_default_holo_dark.9.png b/core/res/res/drawable-xxhdpi/textfield_default_holo_dark.9.png Binary files differindex 1e8dafa9919a..5e2b2218ea04 100644 --- a/core/res/res/drawable-xxhdpi/textfield_default_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_default_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_default_holo_light.9.png b/core/res/res/drawable-xxhdpi/textfield_default_holo_light.9.png Binary files differindex 9ece814a379f..f0061ebc42b5 100644 --- a/core/res/res/drawable-xxhdpi/textfield_default_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_default_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_default_mtrl_alpha.9.png b/core/res/res/drawable-xxhdpi/textfield_default_mtrl_alpha.9.png Binary files differindex 6dd5d4fc89a0..978522c97029 100644 --- a/core/res/res/drawable-xxhdpi/textfield_default_mtrl_alpha.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_default_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_disabled_focused_holo_dark.9.png b/core/res/res/drawable-xxhdpi/textfield_disabled_focused_holo_dark.9.png Binary files differindex e21548ee9a2c..c7fea45f29ce 100644 --- a/core/res/res/drawable-xxhdpi/textfield_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_disabled_focused_holo_light.9.png b/core/res/res/drawable-xxhdpi/textfield_disabled_focused_holo_light.9.png Binary files differindex 5bc20f97bf77..c09ace5210ed 100644 --- a/core/res/res/drawable-xxhdpi/textfield_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_disabled_holo_dark.9.png b/core/res/res/drawable-xxhdpi/textfield_disabled_holo_dark.9.png Binary files differindex 5592f76f8701..e06c3b57b9ee 100644 --- a/core/res/res/drawable-xxhdpi/textfield_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_disabled_holo_light.9.png b/core/res/res/drawable-xxhdpi/textfield_disabled_holo_light.9.png Binary files differindex 8fda94d76fd6..a88c1e0f035d 100644 --- a/core/res/res/drawable-xxhdpi/textfield_disabled_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_focused_holo_dark.9.png b/core/res/res/drawable-xxhdpi/textfield_focused_holo_dark.9.png Binary files differindex d5571642ea3f..ecb8074995e7 100644 --- a/core/res/res/drawable-xxhdpi/textfield_focused_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_focused_holo_light.9.png b/core/res/res/drawable-xxhdpi/textfield_focused_holo_light.9.png Binary files differindex d5571642ea3f..ecb8074995e7 100644 --- a/core/res/res/drawable-xxhdpi/textfield_focused_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_focused_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_multiline_activated_holo_dark.9.png b/core/res/res/drawable-xxhdpi/textfield_multiline_activated_holo_dark.9.png Binary files differindex a4c891e41212..84d900d465d6 100644 --- a/core/res/res/drawable-xxhdpi/textfield_multiline_activated_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_multiline_activated_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_multiline_activated_holo_light.9.png b/core/res/res/drawable-xxhdpi/textfield_multiline_activated_holo_light.9.png Binary files differindex a4c891e41212..84d900d465d6 100644 --- a/core/res/res/drawable-xxhdpi/textfield_multiline_activated_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_multiline_activated_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_multiline_default_holo_dark.9.png b/core/res/res/drawable-xxhdpi/textfield_multiline_default_holo_dark.9.png Binary files differindex 1e8dafa9919a..5e2b2218ea04 100644 --- a/core/res/res/drawable-xxhdpi/textfield_multiline_default_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_multiline_default_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_multiline_default_holo_light.9.png b/core/res/res/drawable-xxhdpi/textfield_multiline_default_holo_light.9.png Binary files differindex 9ece814a379f..f0061ebc42b5 100644 --- a/core/res/res/drawable-xxhdpi/textfield_multiline_default_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_multiline_default_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_multiline_disabled_focused_holo_dark.9.png b/core/res/res/drawable-xxhdpi/textfield_multiline_disabled_focused_holo_dark.9.png Binary files differindex e21548ee9a2c..c7fea45f29ce 100644 --- a/core/res/res/drawable-xxhdpi/textfield_multiline_disabled_focused_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_multiline_disabled_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_multiline_disabled_focused_holo_light.9.png b/core/res/res/drawable-xxhdpi/textfield_multiline_disabled_focused_holo_light.9.png Binary files differindex 5bc20f97bf77..c09ace5210ed 100644 --- a/core/res/res/drawable-xxhdpi/textfield_multiline_disabled_focused_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_multiline_disabled_focused_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_multiline_disabled_holo_dark.9.png b/core/res/res/drawable-xxhdpi/textfield_multiline_disabled_holo_dark.9.png Binary files differindex 5592f76f8701..e06c3b57b9ee 100644 --- a/core/res/res/drawable-xxhdpi/textfield_multiline_disabled_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_multiline_disabled_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_multiline_disabled_holo_light.9.png b/core/res/res/drawable-xxhdpi/textfield_multiline_disabled_holo_light.9.png Binary files differindex 8fda94d76fd6..a88c1e0f035d 100644 --- a/core/res/res/drawable-xxhdpi/textfield_multiline_disabled_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_multiline_disabled_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_multiline_focused_holo_dark.9.png b/core/res/res/drawable-xxhdpi/textfield_multiline_focused_holo_dark.9.png Binary files differindex d5571642ea3f..ecb8074995e7 100644 --- a/core/res/res/drawable-xxhdpi/textfield_multiline_focused_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_multiline_focused_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_multiline_focused_holo_light.9.png b/core/res/res/drawable-xxhdpi/textfield_multiline_focused_holo_light.9.png Binary files differindex d5571642ea3f..ecb8074995e7 100644 --- a/core/res/res/drawable-xxhdpi/textfield_multiline_focused_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_multiline_focused_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_search_activated_mtrl_alpha.9.png b/core/res/res/drawable-xxhdpi/textfield_search_activated_mtrl_alpha.9.png Binary files differindex b6efff3096a1..aeef5ea5993a 100644 --- a/core/res/res/drawable-xxhdpi/textfield_search_activated_mtrl_alpha.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_search_activated_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_search_default_holo_dark.9.png b/core/res/res/drawable-xxhdpi/textfield_search_default_holo_dark.9.png Binary files differindex e634c750d5ce..1a95d64e3d5f 100644 --- a/core/res/res/drawable-xxhdpi/textfield_search_default_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_search_default_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_search_default_holo_light.9.png b/core/res/res/drawable-xxhdpi/textfield_search_default_holo_light.9.png Binary files differindex ea9dd8987baf..7f99ddb939bc 100644 --- a/core/res/res/drawable-xxhdpi/textfield_search_default_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_search_default_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_search_default_mtrl_alpha.9.png b/core/res/res/drawable-xxhdpi/textfield_search_default_mtrl_alpha.9.png Binary files differindex 2b253fb266b1..7f26962d3dc3 100644 --- a/core/res/res/drawable-xxhdpi/textfield_search_default_mtrl_alpha.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_search_default_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_search_right_default_holo_dark.9.png b/core/res/res/drawable-xxhdpi/textfield_search_right_default_holo_dark.9.png Binary files differindex 6042bcfaf521..416e58c5c8ce 100644 --- a/core/res/res/drawable-xxhdpi/textfield_search_right_default_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_search_right_default_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_search_right_default_holo_light.9.png b/core/res/res/drawable-xxhdpi/textfield_search_right_default_holo_light.9.png Binary files differindex b34b5368f351..8978b87dbd61 100644 --- a/core/res/res/drawable-xxhdpi/textfield_search_right_default_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_search_right_default_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_search_right_selected_holo_dark.9.png b/core/res/res/drawable-xxhdpi/textfield_search_right_selected_holo_dark.9.png Binary files differindex 114acf41d5ca..3e274dba6733 100644 --- a/core/res/res/drawable-xxhdpi/textfield_search_right_selected_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_search_right_selected_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_search_right_selected_holo_light.9.png b/core/res/res/drawable-xxhdpi/textfield_search_right_selected_holo_light.9.png Binary files differindex 098475b4be52..22f1f32568e9 100644 --- a/core/res/res/drawable-xxhdpi/textfield_search_right_selected_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_search_right_selected_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_search_selected_holo_dark.9.png b/core/res/res/drawable-xxhdpi/textfield_search_selected_holo_dark.9.png Binary files differindex 8fcaadce9754..e75f99ac5578 100644 --- a/core/res/res/drawable-xxhdpi/textfield_search_selected_holo_dark.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_search_selected_holo_dark.9.png diff --git a/core/res/res/drawable-xxhdpi/textfield_search_selected_holo_light.9.png b/core/res/res/drawable-xxhdpi/textfield_search_selected_holo_light.9.png Binary files differindex df5c73082fe3..54287b145bbd 100644 --- a/core/res/res/drawable-xxhdpi/textfield_search_selected_holo_light.9.png +++ b/core/res/res/drawable-xxhdpi/textfield_search_selected_holo_light.9.png diff --git a/core/res/res/drawable-xxhdpi/toast_frame.9.png b/core/res/res/drawable-xxhdpi/toast_frame.9.png Binary files differindex edecb6320de5..489507378ee8 100644 --- a/core/res/res/drawable-xxhdpi/toast_frame.9.png +++ b/core/res/res/drawable-xxhdpi/toast_frame.9.png diff --git a/core/res/res/drawable-xxhdpi/transportcontrol_bg.9.png b/core/res/res/drawable-xxhdpi/transportcontrol_bg.9.png Binary files differindex a5dc6cb330f1..02ceca5fc8a4 100644 --- a/core/res/res/drawable-xxhdpi/transportcontrol_bg.9.png +++ b/core/res/res/drawable-xxhdpi/transportcontrol_bg.9.png diff --git a/core/res/res/drawable-xxhdpi/vpn_connected.png b/core/res/res/drawable-xxhdpi/vpn_connected.png Binary files differindex ea4930c4f420..1891cfe8a3eb 100644 --- a/core/res/res/drawable-xxhdpi/vpn_connected.png +++ b/core/res/res/drawable-xxhdpi/vpn_connected.png diff --git a/core/res/res/drawable-xxhdpi/vpn_disconnected.png b/core/res/res/drawable-xxhdpi/vpn_disconnected.png Binary files differindex 4cd0dd4a0226..74e6d1115db7 100644 --- a/core/res/res/drawable-xxhdpi/vpn_disconnected.png +++ b/core/res/res/drawable-xxhdpi/vpn_disconnected.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_000.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_000.png Binary files differindex 44028af07b6c..2d787a16623c 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_000.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_000.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_001.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_001.png Binary files differindex ec13a868ae02..41de28a3e9dc 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_001.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_001.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_002.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_002.png Binary files differindex 43754eb90260..c8baba215103 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_002.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_002.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_003.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_003.png Binary files differindex 39d1d64e9e84..6fc2f63edf01 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_003.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_003.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_004.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_004.png Binary files differindex f36f88391874..8ef684e87ef9 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_004.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_004.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_005.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_005.png Binary files differindex 7a4cc5ca4e0a..ba3de52316ce 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_005.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_005.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_006.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_006.png Binary files differindex 80a21ecd9979..0aa97c43c42c 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_006.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_006.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_007.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_007.png Binary files differindex 2141104cf866..c4416ddcb75c 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_007.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_007.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_008.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_008.png Binary files differindex 203bd5110587..eda84d688a27 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_008.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_008.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_009.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_009.png Binary files differindex 5df6fc589f01..9d622ed463fd 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_009.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_009.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_010.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_010.png Binary files differindex 6d0fced07d8e..bc67681892e5 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_010.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_010.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_011.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_011.png Binary files differindex 8c0c3726463f..afbfbb9ce2ed 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_011.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_011.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_012.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_012.png Binary files differindex 4fa6f53e41f1..c67ecf46f329 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_012.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_012.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_013.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_013.png Binary files differindex d3dbf7da643d..0c1f8847b81c 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_013.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_013.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_014.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_014.png Binary files differindex 4ccf8deaec05..6bc012e15b5a 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_014.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_014.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_015.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_015.png Binary files differindex adef8718013e..5e6b0d1d38cf 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_015.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_off_mtrl_015.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_000.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_000.png Binary files differindex adef8718013e..5e6b0d1d38cf 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_000.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_000.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_001.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_001.png Binary files differindex 9fc355646fc2..04034825ee22 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_001.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_001.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_002.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_002.png Binary files differindex 7f00609fa385..1ad2757e270a 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_002.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_002.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_003.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_003.png Binary files differindex e4aa58d3ab31..61790004d959 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_003.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_003.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_004.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_004.png Binary files differindex fe4e4b773880..b6469b4e9ed2 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_004.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_004.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_005.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_005.png Binary files differindex 86666cae0eec..6c25f66a5423 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_005.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_005.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_006.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_006.png Binary files differindex 608faaf3b12a..5f0ab05aa023 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_006.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_006.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_007.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_007.png Binary files differindex ec95422dcafe..9ff8a79af3be 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_007.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_007.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_008.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_008.png Binary files differindex 76e27547e61c..cfe84722632a 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_008.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_008.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_009.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_009.png Binary files differindex 3853eac24678..4b89904d8241 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_009.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_009.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_010.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_010.png Binary files differindex 621aff1b7c8e..35f4d3abe3c4 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_010.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_010.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_011.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_011.png Binary files differindex d24be2a00925..f01714708be0 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_011.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_011.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_012.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_012.png Binary files differindex df338922847a..27a40dddecad 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_012.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_012.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_013.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_013.png Binary files differindex ff4b818e529f..c173a09df152 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_013.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_013.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_014.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_014.png Binary files differindex d9793ae57bb0..2fc1fc1f0d9c 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_014.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_014.png diff --git a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_015.png b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_015.png Binary files differindex 44028af07b6c..2d787a16623c 100644 --- a/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_015.png +++ b/core/res/res/drawable-xxxhdpi/btn_radio_to_on_mtrl_015.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00001.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00001.9.png Binary files differindex 786f493cf00a..c56032b026f1 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00001.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00001.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00002.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00002.9.png Binary files differindex c6e1ac1f245d..8f6f7310a670 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00002.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00002.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00003.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00003.9.png Binary files differindex 2a65baa390c5..625f62ae3748 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00003.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00003.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00004.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00004.9.png Binary files differindex efce521e0d68..d2a72583a6a9 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00004.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00004.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00005.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00005.9.png Binary files differindex 5566524b65b6..9326d443585d 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00005.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00005.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00006.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00006.9.png Binary files differindex ee676a653625..fde05d22c5c5 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00006.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00006.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00007.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00007.9.png Binary files differindex e0bb17536c55..ec4c207581e9 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00007.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00007.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00008.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00008.9.png Binary files differindex de9eadaebfb3..abddced567c4 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00008.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00008.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00009.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00009.9.png Binary files differindex 3c59ad87b2c6..acb575845f89 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00009.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00009.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00010.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00010.9.png Binary files differindex d524098df421..00b030624010 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00010.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00010.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00011.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00011.9.png Binary files differindex 7c08d71181ec..3beecf315499 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00011.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00011.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00012.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00012.9.png Binary files differindex 017c2e1cee57..2214365a6ecf 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00012.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00012.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00001.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00001.9.png Binary files differindex d3f2a9a4d87f..df42bdd4a8e0 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00001.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00001.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00002.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00002.9.png Binary files differindex cb75295ac066..114d85fce712 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00002.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00002.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00003.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00003.9.png Binary files differindex 445644e91e78..36aaf05091d2 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00003.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00003.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00004.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00004.9.png Binary files differindex 5819f905b22b..e20ed7107b23 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00004.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00004.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00005.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00005.9.png Binary files differindex 91cb90f88fea..ab6202f44097 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00005.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00005.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00006.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00006.9.png Binary files differindex cf6147c840fb..74292fc8c8db 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00006.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00006.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00007.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00007.9.png Binary files differindex 75fca7c2f312..ec4c207581e9 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00007.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00007.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00008.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00008.9.png Binary files differindex b71a0b481e1d..e294d5318bb4 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00008.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00008.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00009.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00009.9.png Binary files differindex edb7671a4068..ab56bee42ea1 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00009.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00009.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00010.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00010.9.png Binary files differindex 5e0be17ff821..7355506fbd05 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00010.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00010.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00011.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00011.9.png Binary files differindex b727edaafbca..a6b0dd716443 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00011.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00011.9.png diff --git a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00012.9.png b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00012.9.png Binary files differindex a3caefb7f4b2..8983aea22ac7 100644 --- a/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00012.9.png +++ b/core/res/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00012.9.png diff --git a/core/res/res/drawable-xxxhdpi/ic_corp_icon.png b/core/res/res/drawable-xxxhdpi/ic_corp_icon.png Binary files differindex 359e210ea81f..0aa83d7b4b76 100644 --- a/core/res/res/drawable-xxxhdpi/ic_corp_icon.png +++ b/core/res/res/drawable-xxxhdpi/ic_corp_icon.png diff --git a/core/res/res/drawable-xxxhdpi/ic_lock_open_wht_24dp.png b/core/res/res/drawable-xxxhdpi/ic_lock_open_wht_24dp.png Binary files differindex 877441207c8e..4923071819fd 100644 --- a/core/res/res/drawable-xxxhdpi/ic_lock_open_wht_24dp.png +++ b/core/res/res/drawable-xxxhdpi/ic_lock_open_wht_24dp.png diff --git a/core/res/res/drawable-xxxhdpi/ic_lock_outline_wht_24dp.png b/core/res/res/drawable-xxxhdpi/ic_lock_outline_wht_24dp.png Binary files differindex 1375accd5c9c..41251a1175ef 100644 --- a/core/res/res/drawable-xxxhdpi/ic_lock_outline_wht_24dp.png +++ b/core/res/res/drawable-xxxhdpi/ic_lock_outline_wht_24dp.png diff --git a/core/res/res/drawable-xxxhdpi/ic_menu_search_mtrl_alpha.png b/core/res/res/drawable-xxxhdpi/ic_menu_search_mtrl_alpha.png Binary files differindex 2a28f0f04ad9..2074569710b1 100644 --- a/core/res/res/drawable-xxxhdpi/ic_menu_search_mtrl_alpha.png +++ b/core/res/res/drawable-xxxhdpi/ic_menu_search_mtrl_alpha.png diff --git a/core/res/res/drawable-xxxhdpi/ic_sim_card_multi_24px_clr.png b/core/res/res/drawable-xxxhdpi/ic_sim_card_multi_24px_clr.png Binary files differindex fbda03745e61..8130699d92d7 100644 --- a/core/res/res/drawable-xxxhdpi/ic_sim_card_multi_24px_clr.png +++ b/core/res/res/drawable-xxxhdpi/ic_sim_card_multi_24px_clr.png diff --git a/core/res/res/drawable-xxxhdpi/ic_sim_card_multi_48px_clr.png b/core/res/res/drawable-xxxhdpi/ic_sim_card_multi_48px_clr.png Binary files differindex 3316f1410106..238b39ed9c17 100644 --- a/core/res/res/drawable-xxxhdpi/ic_sim_card_multi_48px_clr.png +++ b/core/res/res/drawable-xxxhdpi/ic_sim_card_multi_48px_clr.png diff --git a/core/res/res/drawable-xxxhdpi/ic_star_black_16dp.png b/core/res/res/drawable-xxxhdpi/ic_star_black_16dp.png Binary files differindex 1fa274dfe4b9..c933f36d54a4 100644 --- a/core/res/res/drawable-xxxhdpi/ic_star_black_16dp.png +++ b/core/res/res/drawable-xxxhdpi/ic_star_black_16dp.png diff --git a/core/res/res/drawable-xxxhdpi/ic_star_black_36dp.png b/core/res/res/drawable-xxxhdpi/ic_star_black_36dp.png Binary files differindex 918a395655c9..28efb475ddc4 100644 --- a/core/res/res/drawable-xxxhdpi/ic_star_black_36dp.png +++ b/core/res/res/drawable-xxxhdpi/ic_star_black_36dp.png diff --git a/core/res/res/drawable-xxxhdpi/ic_star_black_48dp.png b/core/res/res/drawable-xxxhdpi/ic_star_black_48dp.png Binary files differindex 67e25d559787..47a23d509132 100644 --- a/core/res/res/drawable-xxxhdpi/ic_star_black_48dp.png +++ b/core/res/res/drawable-xxxhdpi/ic_star_black_48dp.png diff --git a/core/res/res/drawable-xxxhdpi/ic_star_half_black_16dp.png b/core/res/res/drawable-xxxhdpi/ic_star_half_black_16dp.png Binary files differindex 266c16726566..3c40ad6d9b4b 100644 --- a/core/res/res/drawable-xxxhdpi/ic_star_half_black_16dp.png +++ b/core/res/res/drawable-xxxhdpi/ic_star_half_black_16dp.png diff --git a/core/res/res/drawable-xxxhdpi/ic_star_half_black_36dp.png b/core/res/res/drawable-xxxhdpi/ic_star_half_black_36dp.png Binary files differindex debdb77dd013..8e9fa36fa556 100644 --- a/core/res/res/drawable-xxxhdpi/ic_star_half_black_36dp.png +++ b/core/res/res/drawable-xxxhdpi/ic_star_half_black_36dp.png diff --git a/core/res/res/drawable-xxxhdpi/ic_star_half_black_48dp.png b/core/res/res/drawable-xxxhdpi/ic_star_half_black_48dp.png Binary files differindex bfb6e61d4801..145e175a206e 100644 --- a/core/res/res/drawable-xxxhdpi/ic_star_half_black_48dp.png +++ b/core/res/res/drawable-xxxhdpi/ic_star_half_black_48dp.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_accessibility_features.png b/core/res/res/drawable-xxxhdpi/perm_group_accessibility_features.png Binary files differindex 8cebecfea0ff..f686205234b4 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_accessibility_features.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_accessibility_features.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_accounts.png b/core/res/res/drawable-xxxhdpi/perm_group_accounts.png Binary files differindex 1d9db83f4372..318af9c74708 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_accounts.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_accounts.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_affects_battery.png b/core/res/res/drawable-xxxhdpi/perm_group_affects_battery.png Binary files differindex 3b6300afb95a..82638129a5b1 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_affects_battery.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_affects_battery.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_app_info.png b/core/res/res/drawable-xxxhdpi/perm_group_app_info.png Binary files differindex b54b98a05f32..3de22bbb8dc8 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_app_info.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_app_info.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_audio_settings.png b/core/res/res/drawable-xxxhdpi/perm_group_audio_settings.png Binary files differindex ec88cdd117be..785c9a42d657 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_audio_settings.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_audio_settings.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_bluetooth.png b/core/res/res/drawable-xxxhdpi/perm_group_bluetooth.png Binary files differindex 6f6409d7a498..dc28a0f9d681 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_bluetooth.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_bluetooth.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_bookmarks.png b/core/res/res/drawable-xxxhdpi/perm_group_bookmarks.png Binary files differindex f8f3f44e8c5d..2abc79d911f1 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_bookmarks.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_bookmarks.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_calendar.png b/core/res/res/drawable-xxxhdpi/perm_group_calendar.png Binary files differindex d6243b1bf02a..0d7b935143e3 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_calendar.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_calendar.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_camera.png b/core/res/res/drawable-xxxhdpi/perm_group_camera.png Binary files differindex fdc4b44fb59b..259c5dafc792 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_camera.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_camera.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_device_alarms.png b/core/res/res/drawable-xxxhdpi/perm_group_device_alarms.png Binary files differindex 00707d4d3b86..9c1e7d57f1e1 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_device_alarms.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_device_alarms.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_display.png b/core/res/res/drawable-xxxhdpi/perm_group_display.png Binary files differindex ca4f44bc2ee7..ef9c4aa19098 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_display.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_display.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_location.png b/core/res/res/drawable-xxxhdpi/perm_group_location.png Binary files differindex a1019b2c5653..8fa5c67e8078 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_location.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_location.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_messages.png b/core/res/res/drawable-xxxhdpi/perm_group_messages.png Binary files differindex f7165fede2e9..3afb8a63e977 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_messages.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_messages.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_microphone.png b/core/res/res/drawable-xxxhdpi/perm_group_microphone.png Binary files differindex a85e4cddfc3b..92117c6a2e1e 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_microphone.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_microphone.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_network.png b/core/res/res/drawable-xxxhdpi/perm_group_network.png Binary files differindex 07f1eb717c24..21b8a5904d69 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_network.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_network.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_personal_info.png b/core/res/res/drawable-xxxhdpi/perm_group_personal_info.png Binary files differindex 11eb4536ff36..b56b56e0cd65 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_personal_info.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_personal_info.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_phone_calls.png b/core/res/res/drawable-xxxhdpi/perm_group_phone_calls.png Binary files differindex f4e6b9fb96de..a8a8c108454d 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_phone_calls.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_phone_calls.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_screenlock.png b/core/res/res/drawable-xxxhdpi/perm_group_screenlock.png Binary files differindex d559dce5ac3a..0a4cba0aa550 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_screenlock.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_screenlock.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_shortrange_network.png b/core/res/res/drawable-xxxhdpi/perm_group_shortrange_network.png Binary files differindex 3998ab6f4c6b..a7404cf60de8 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_shortrange_network.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_shortrange_network.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_social_info.png b/core/res/res/drawable-xxxhdpi/perm_group_social_info.png Binary files differindex 3b17e391df61..99527b3120e5 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_social_info.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_social_info.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_status_bar.png b/core/res/res/drawable-xxxhdpi/perm_group_status_bar.png Binary files differindex 1b02702ad470..9a6fd1b25fc8 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_status_bar.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_status_bar.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_storage.png b/core/res/res/drawable-xxxhdpi/perm_group_storage.png Binary files differindex 918b3ed0e295..dc45a466af8d 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_storage.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_storage.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_sync_settings.png b/core/res/res/drawable-xxxhdpi/perm_group_sync_settings.png Binary files differindex 12f90c5eb5fe..47be2d3aef5b 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_sync_settings.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_sync_settings.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_system_clock.png b/core/res/res/drawable-xxxhdpi/perm_group_system_clock.png Binary files differindex afd968b80259..4fe8aff7b561 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_system_clock.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_system_clock.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_system_tools.png b/core/res/res/drawable-xxxhdpi/perm_group_system_tools.png Binary files differindex dfcb702523b2..1be74fc4fcc1 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_system_tools.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_system_tools.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_user_dictionary.png b/core/res/res/drawable-xxxhdpi/perm_group_user_dictionary.png Binary files differindex 32942ca8aa53..3ec3bb933d3f 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_user_dictionary.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_user_dictionary.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_user_dictionary_write.png b/core/res/res/drawable-xxxhdpi/perm_group_user_dictionary_write.png Binary files differindex 343551fde7a9..f7a4ac3e419d 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_user_dictionary_write.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_user_dictionary_write.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_voicemail.png b/core/res/res/drawable-xxxhdpi/perm_group_voicemail.png Binary files differindex 7aeb7863f956..09aaa53d281a 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_voicemail.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_voicemail.png diff --git a/core/res/res/drawable-xxxhdpi/perm_group_wallpaper.png b/core/res/res/drawable-xxxhdpi/perm_group_wallpaper.png Binary files differindex 3c084718b860..71e4a2fb38ad 100644 --- a/core/res/res/drawable-xxxhdpi/perm_group_wallpaper.png +++ b/core/res/res/drawable-xxxhdpi/perm_group_wallpaper.png diff --git a/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_000.png b/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_000.png Binary files differindex 0c8f7468d6b3..6cdde1537f2a 100644 --- a/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_000.png +++ b/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_000.png diff --git a/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_001.png b/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_001.png Binary files differindex 5db9deb5acaf..a343f7592587 100644 --- a/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_001.png +++ b/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_001.png diff --git a/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_002.png b/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_002.png Binary files differindex 3aca6d3ec56d..85b26bd13890 100644 --- a/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_002.png +++ b/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_002.png diff --git a/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_003.png b/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_003.png Binary files differindex 746c74fdbd6d..63e4477bb2fd 100644 --- a/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_003.png +++ b/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_003.png diff --git a/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_004.png b/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_004.png Binary files differindex 454a5b21ac70..7d73586b2d4a 100644 --- a/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_004.png +++ b/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_004.png diff --git a/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_005.png b/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_005.png Binary files differindex 80ad8cc3730e..bcb47e7b68d6 100644 --- a/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_005.png +++ b/core/res/res/drawable-xxxhdpi/scrubber_control_from_pressed_mtrl_005.png diff --git a/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_000.png b/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_000.png Binary files differindex cfd0db49ad9e..e5a43bbe874f 100644 --- a/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_000.png +++ b/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_000.png diff --git a/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_001.png b/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_001.png Binary files differindex 845092f33bdb..1be535ca0596 100644 --- a/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_001.png +++ b/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_001.png diff --git a/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_002.png b/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_002.png Binary files differindex 0042db46c87a..64d3941ffa4c 100644 --- a/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_002.png +++ b/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_002.png diff --git a/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_003.png b/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_003.png Binary files differindex 77b29012440d..ba2d7613dc6d 100644 --- a/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_003.png +++ b/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_003.png diff --git a/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_004.png b/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_004.png Binary files differindex fb3c23879f68..2fec2fa61f3d 100644 --- a/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_004.png +++ b/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_004.png diff --git a/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_005.png b/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_005.png Binary files differindex 0d28c45c11c5..eeb37c1daec9 100644 --- a/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_005.png +++ b/core/res/res/drawable-xxxhdpi/scrubber_control_to_pressed_mtrl_005.png diff --git a/core/res/res/drawable-xxxhdpi/sym_def_app_icon.png b/core/res/res/drawable-xxxhdpi/sym_def_app_icon.png Binary files differindex aee44e138434..a3a4fad1fc3b 100644 --- a/core/res/res/drawable-xxxhdpi/sym_def_app_icon.png +++ b/core/res/res/drawable-xxxhdpi/sym_def_app_icon.png diff --git a/core/res/res/drawable-xxxhdpi/tab_indicator_mtrl_alpha.9.png b/core/res/res/drawable-xxxhdpi/tab_indicator_mtrl_alpha.9.png Binary files differindex 5813179d4ca5..35dd9cabd8ad 100644 --- a/core/res/res/drawable-xxxhdpi/tab_indicator_mtrl_alpha.9.png +++ b/core/res/res/drawable-xxxhdpi/tab_indicator_mtrl_alpha.9.png diff --git a/core/res/res/drawable-xxxhdpi/text_select_handle_left_mtrl_alpha.png b/core/res/res/drawable-xxxhdpi/text_select_handle_left_mtrl_alpha.png Binary files differindex 643168f15b78..11a32d5cbcc1 100644 --- a/core/res/res/drawable-xxxhdpi/text_select_handle_left_mtrl_alpha.png +++ b/core/res/res/drawable-xxxhdpi/text_select_handle_left_mtrl_alpha.png diff --git a/core/res/res/drawable-xxxhdpi/text_select_handle_right_mtrl_alpha.png b/core/res/res/drawable-xxxhdpi/text_select_handle_right_mtrl_alpha.png Binary files differindex e8f3aad7a99e..bc0be76abd33 100644 --- a/core/res/res/drawable-xxxhdpi/text_select_handle_right_mtrl_alpha.png +++ b/core/res/res/drawable-xxxhdpi/text_select_handle_right_mtrl_alpha.png diff --git a/core/res/res/mipmap-hdpi/sym_app_on_sd_unavailable_icon.png b/core/res/res/mipmap-hdpi/sym_app_on_sd_unavailable_icon.png Binary files differindex d915d416ff30..4c9e454bb02e 100644 --- a/core/res/res/mipmap-hdpi/sym_app_on_sd_unavailable_icon.png +++ b/core/res/res/mipmap-hdpi/sym_app_on_sd_unavailable_icon.png diff --git a/core/res/res/mipmap-hdpi/sym_def_app_icon.png b/core/res/res/mipmap-hdpi/sym_def_app_icon.png Binary files differindex cde69bcccec6..6857e39147d4 100644 --- a/core/res/res/mipmap-hdpi/sym_def_app_icon.png +++ b/core/res/res/mipmap-hdpi/sym_def_app_icon.png diff --git a/core/res/res/mipmap-ldpi/sym_app_on_sd_unavailable_icon.png b/core/res/res/mipmap-ldpi/sym_app_on_sd_unavailable_icon.png Binary files differindex d88250ae2325..3931e8529218 100644 --- a/core/res/res/mipmap-ldpi/sym_app_on_sd_unavailable_icon.png +++ b/core/res/res/mipmap-ldpi/sym_app_on_sd_unavailable_icon.png diff --git a/core/res/res/mipmap-ldpi/sym_def_app_icon.png b/core/res/res/mipmap-ldpi/sym_def_app_icon.png Binary files differindex 2c205c84ab4f..6e5e462fa838 100644 --- a/core/res/res/mipmap-ldpi/sym_def_app_icon.png +++ b/core/res/res/mipmap-ldpi/sym_def_app_icon.png diff --git a/core/res/res/mipmap-mdpi/sym_app_on_sd_unavailable_icon.png b/core/res/res/mipmap-mdpi/sym_app_on_sd_unavailable_icon.png Binary files differindex 47306683f374..632bd2e25fe6 100644 --- a/core/res/res/mipmap-mdpi/sym_app_on_sd_unavailable_icon.png +++ b/core/res/res/mipmap-mdpi/sym_app_on_sd_unavailable_icon.png diff --git a/core/res/res/mipmap-mdpi/sym_def_app_icon.png b/core/res/res/mipmap-mdpi/sym_def_app_icon.png Binary files differindex c133a0cbd379..d55645c03c7c 100644 --- a/core/res/res/mipmap-mdpi/sym_def_app_icon.png +++ b/core/res/res/mipmap-mdpi/sym_def_app_icon.png diff --git a/core/res/res/mipmap-xhdpi/sym_def_app_icon.png b/core/res/res/mipmap-xhdpi/sym_def_app_icon.png Binary files differindex bfa42f0e7b91..6a7d18be51a8 100644 --- a/core/res/res/mipmap-xhdpi/sym_def_app_icon.png +++ b/core/res/res/mipmap-xhdpi/sym_def_app_icon.png diff --git a/core/res/res/mipmap-xxhdpi/sym_def_app_icon.png b/core/res/res/mipmap-xxhdpi/sym_def_app_icon.png Binary files differindex 324e72cdd748..666fe5761079 100644 --- a/core/res/res/mipmap-xxhdpi/sym_def_app_icon.png +++ b/core/res/res/mipmap-xxhdpi/sym_def_app_icon.png diff --git a/core/res/res/mipmap-xxxhdpi/sym_def_app_icon.png b/core/res/res/mipmap-xxxhdpi/sym_def_app_icon.png Binary files differindex aee44e138434..a3a4fad1fc3b 100644 --- a/core/res/res/mipmap-xxxhdpi/sym_def_app_icon.png +++ b/core/res/res/mipmap-xxxhdpi/sym_def_app_icon.png diff --git a/core/res/res/values-af/strings.xml b/core/res/res/values-af/strings.xml index 204e43ef4c83..d302f15d10ce 100644 --- a/core/res/res/values-af/strings.xml +++ b/core/res/res/values-af/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Persoonlike programme"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Werk"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kontakte"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"toegang tot jou kontakte verkry en hulle wysig"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"gaan by jou kontakte in"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Ligging"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"toegang tot jou ligging verkry"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Jou sosiale inligting"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Direkte toegang tot inligting oor jou kontakte en sosiale verbindings."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalender"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"toegang tot jou kalender verkry en dit wysig"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"gaan by jou kalender in"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"toegang tot SMS verkry en dit wysig"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"bekyk en bestuur SMS-boodskappe"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Gebruikerwoordeboek"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Lees of skryf woorde in gebruikerswoordeboek."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Boekmerke en geskiedenis"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Direkte toegang tot boekmerke en blaaiergeskiedenis."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofoon"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"toestelmikrofoon gebruik"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"neem oudio op"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Kamera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"toestelkamera gebruik"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"neem foto\'s en neem video op"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Foon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"toesteltelefonie gebruik"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"maak en bestuur foonoproepe"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensors"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"toegang tot sensors en drabare toestelle verkry"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"gaan in by data vanaf sensors en drabare toestelle"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Haal venster-inhoud op"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Ondersoek die inhoud van \'n venster waarmee jy interaksie het."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Skakel Verken deur raak aan"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Vou in"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Moenie steur nie"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Staantyd"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Weeksaand"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Naweek"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Geleentheid"</string> <string name="muted_by" msgid="6147073845094180001">"Gedemp deur <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Daar is \'n interne probleem met jou toestel en dit sal dalk onstabiel wees totdat jy \'n fabriekterugstelling doen."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Daar is \'n interne probleem met jou toestel. Kontak jou vervaardiger vir besonderhede."</string> diff --git a/core/res/res/values-am/strings.xml b/core/res/res/values-am/strings.xml index f993bbacd6ca..cdbc5afee6af 100644 --- a/core/res/res/values-am/strings.xml +++ b/core/res/res/values-am/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"የግል መተግበሪያዎች"</string> <string name="managed_profile_label" msgid="6260850669674791528">"ስራ"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"ዕውቂያዎች"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"የእርስዎን ዕውቂያዎች ይድረስበት እና ያሻሽል"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"የእርስዎ እውቂያዎች ላይ ይድረሱባቸው"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"መገኛ አካባቢ"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"የእርስዎን መገኛ አካባቢ ይድረስበት"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"ማህበራዊ መረጃዎ"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"ወደ የእውቂያዎችህና የማህበራዊ ግንኙነቶችህ መረጃ ቀጥተኛ መዳረሻ።"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"ቀን መቁጠሪያ"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"የእርስዎን ቀን መቁጠሪያ ይድረስበት እና ያሻሽል"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"የእርስዎን ቀን መቁጠሪያ ይድረሱበት"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"ኤስኤምኤስ"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"ኤስኤምኤስ ላይ ይድረስበት እና ያሻሽል"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"ኤስኤምኤስ መልዕክቶችን ይመልከቱ እና ያስተዳድሩ"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"የተጠቃሚ መዝገበ ቃላት"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"በተጠቃሚ መዝገበቃላት ላይ ቃሎችን አንብብ ወይም ጻፍ።"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"ዕልባቶች እና ታሪክ"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"ወደ ዕልባቶችና የአሳሽ ታሪክ ቀጥተኛ መዳረሻ።"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"ማይክሮፎን"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"የመሣሪያ ማይክራፎን ተጠቀም"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"ኦዲዮ ይቅዱ"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"ካሜራ"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"የመሣሪያ ካሜራ ይጠቀም"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"ስዕሎች ያንሱ እና ቪዲዮ ይቅረጹ"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"ስልክ"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"የመሣሪያ ቴሌፎኒ ተጠቀም"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"የስልክ ጥሪዎች ያድርጉ እና ያስተዳድሩ"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"አነፍናፊዎች"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"አነፍናፊዎችን እና ተለባሾችን ይድረስባቸው"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"ከአነፍናፊዎች እና ተለባሽ መሣሪያዎች ውሂብ ላይ ይድረሱባቸው"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"የመስኮት ይዘት ሰርስረው ያውጡ"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"መስተጋበር የሚፈጥሩት የመስኮት ይዘት ይመርምሩ።"</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"በመንካት ያስሱን ያብሩ"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"ሰብስብ"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"አትረብሽ"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"የማይገኝበት ጊዜ"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"የሳምንት ለሊት"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"የሳምንት እረፍት ቀናት"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"ክስተት"</string> <string name="muted_by" msgid="6147073845094180001">"ድምጽ በ<xliff:g id="THIRD_PARTY">%1$s</xliff:g> ተዘግቷል"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"መሣሪያዎ ላይ የውስጣዊ ችግር አለ፣ የፋብሪካ ውሂብ ዳግም እስኪያስጀምሩት ድረስ ላይረጋጋ ይችላል።"</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"መሣሪያዎ ላይ የውስጣዊ ችግር አለ። ዝርዝሮችን ለማግኘት አምራችዎን ያነጋግሩ።"</string> diff --git a/core/res/res/values-ar/strings.xml b/core/res/res/values-ar/strings.xml index 1218957ff66b..ec1b4bcde6b2 100644 --- a/core/res/res/values-ar/strings.xml +++ b/core/res/res/values-ar/strings.xml @@ -224,27 +224,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"التطبيقات الشخصية"</string> <string name="managed_profile_label" msgid="6260850669674791528">"عمل"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"جهات الاتصال"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"الدخول إلى جهات الاتصال وتعديلها"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"الوصول إلى جهات اتصالك"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"الموقع"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"الدخول إلى موقعك"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"المعلومات الاجتماعية"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"الدخول المباشر إلى معلومات عن جهات الاتصال والاتصالات الاجتماعية."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"التقويم"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"الدخول إلى التقويم وتعديله"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"الوصول تقويمك"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"الدخول إلى SMS وتعديلها"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"عرض الرسائل القصيرة SMS وإدارتها"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"قاموس المستخدم"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"قراءة الكلمات وكتابتها في قاموس المستخدم."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"الإشارات المرجعية والسجل"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"الدخول المباشر إلى الإشارات المرجعية وسجل المتصفح."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"الميكروفون"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"استخدام ميكروفون الجهاز"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"تسجيل الصوت"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"الكاميرا"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"استخدام كاميرا الجهاز"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"التقاط صور وتسجيل فيديو"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"الهاتف"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"استخدام الاتصالات الهاتفية للجهاز"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"إجراء مكالمات هاتفية وإدارتها"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"أجهزة الاستشعار"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"الدخول إلى أجهزة الاستشعار والأجهزة القابلة للارتداء"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"الوصول إلى البيانات من مستشعرات وأجهزة قابلة للارتداء"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"استرداد محتوى النافذة"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"فحص محتوى نافذة يتم التفاعل معها."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"تشغيل الاستكشاف باللمس"</string> @@ -1536,12 +1536,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"تصغير"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"الرجاء عدم الإزعاج"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"التعطل"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"ليلة يوم من أيام الأسبوع"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"نهاية الأسبوع"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"حدث"</string> <string name="muted_by" msgid="6147073845094180001">"تم كتم الصوت بواسطة <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"حدثت مشكلة داخلية في جهازك، وقد لا يستقر وضعه حتى إجراء إعادة الضبط بحسب بيانات المصنع."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"حدثت مشكلة داخلية في جهازك. يمكنك الاتصال بالمصنِّع للحصول على تفاصيل."</string> diff --git a/core/res/res/values-bg/strings.xml b/core/res/res/values-bg/strings.xml index 402f67ff0ab4..685673ea6e71 100644 --- a/core/res/res/values-bg/strings.xml +++ b/core/res/res/values-bg/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Лични приложения"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Служебен"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Контакти"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"достъп до и промяна на контактите ви"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"достъп до контактите ви"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Местоположение"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"достъп до местоположението ви"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Социалната ви информация"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Осъществяване на директен достъп до информация за контактите и социалните ви връзки."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Календар"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"достъп до и промяна на календара ви"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"достъп до календара ви"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"достъп до и промяна на SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"преглед и управление на SMS съобщенията"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Потребителски речник"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Четене или запис на думи в потребителския речник."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Отметки и история"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Осъществяване на директен достъп до отметките и историята на браузъра."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Микрофон"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"използване на микрофона на устройството"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"запис на звук"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Камера"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"използване на камерата на устройството"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"правене на снимки и запис на видеоклипове"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Телефон"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"използване на телефонните функции на устройството"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"извършване и управление на телефонни обаждания"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Сензори"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"достъп до сензорите и носимите аксесоари"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"достъп до данните от сензорите и носимите устройства"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Извличане на съдържанието от прозореца"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Инспектиране на съдържанието на прозорец, с който взаимодействате."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Включване на изследването чрез докосване"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Свиване"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Не безпокойте"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Почивка"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Делнична нощ"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Събота и неделя"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Събитие"</string> <string name="muted_by" msgid="6147073845094180001">"Заглушено от <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Възникна вътрешен проблем с устройството ви. То може да е нестабилно, докато не възстановите фабричните настройки."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Възникна вътрешен проблем с устройството ви. За подробности се свържете с производителя."</string> diff --git a/core/res/res/values-bn-rBD/strings.xml b/core/res/res/values-bn-rBD/strings.xml index ab988edd9502..5ec1be3ca682 100644 --- a/core/res/res/values-bn-rBD/strings.xml +++ b/core/res/res/values-bn-rBD/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"ব্যক্তিগত অ্যাপ্লিকেশানগুলি"</string> <string name="managed_profile_label" msgid="6260850669674791528">"কর্মক্ষেত্র্র"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"পরিচিতি"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"আপনার পরিচিতি অ্যাক্সেস এবং সংশোধন করুন"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"আপনার পরিচিতিগুলিতে অ্যাক্সেস করুন"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"অবস্থান"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"আপনার অবস্থান অ্যাক্সেস করুন"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"আপনার সামাজিক তথ্য"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"আপনার পরিচিতিগুলি এবং সামাজিক পরিচিতিগুলি সম্পর্কিত তথ্যে সরাসরি অ্যাক্সেস৷"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"ক্যালেন্ডার"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"আপনার ক্যালেন্ডার অ্যাক্সেস এবং সংশোধন করুন"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"আপনার ক্যালেন্ডারে অ্যাক্সেস করুন"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMS অ্যাক্সেস এবং সংশোধন করুন"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS বার্তাগুলি দেখুন এবং পরিচালনা করুন"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"ব্যবহারকারীর অভিধান"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"ব্যবহারকারীর অভিধানে শব্দগুলিকে পড়ুন এবং লিখুন৷"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"বুকমার্কগুলি এবং ইতিহাস"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"বুকমার্কগুলি এবং ব্রাউজারের ইতিহাসে সরাসরি অ্যাক্সেস৷"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"মাইক্রোফোন"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"ডিভাইসের মাইক্রোফোন ব্যবহার করুন"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"অডিও রেকর্ড করুন"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"ক্যামেরা"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"ডিভাইসের ক্যামেরা ব্যবহার করুন"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"ছবি তুলুন এবং ভিডিও রেকর্ড করুন"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"ফোন"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"ডিভাইসের টেলিফোনি ব্যবহার করুন"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"ফোন কলগুলি করুন এবং পরিচালনা করুন"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"সেন্সরগুলি"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"সেন্সর এবং হালকা ও ছোট ডিভাইসগুলি অ্যাক্সেস করুন"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"সেন্সর এবং পরে থাকা যায় এমন ডিভাইসগুলি থেকে ডেটা অ্যাক্সেস করুন"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"উইন্ডোর সামগ্রী পুনরুদ্ধার করে"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"আপনি ইন্টারঅ্যাক্ট করছেন এমন একটি উইন্ডোর সামগ্রীকে সযত্নে নিরীক্ষণ করে৷"</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"স্পর্শের মাধ্যমে অন্বেষণ করা চালু করুন"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"সঙ্কুচিত করুন"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"বিরক্ত করবেন না"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"ডাউনটাইম"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"সপ্তাহান্তের রাত্রি"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"সপ্তাহান্ত"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"ইভেন্ট"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> দ্বারা নিঃশব্দ করা হয়েছে"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"আপনার ডিভাইসে একটি অভ্যন্তরীন সমস্যা হয়েছে, এবং আপনি যতক্ষণ না পর্যন্ত এটিকে ফ্যাক্টরি ডেটা রিসেট করছেন ততক্ষণ এটি ঠিকভাবে কাজ নাও করতে পারে৷"</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"আপনার ডিভাইসে একটি অভ্যন্তরীন সমস্যা হয়েছে৷ বিস্তারিত জানার জন্য প্রস্তুতকারকের সাথে যোগাযোগ করুন৷"</string> diff --git a/core/res/res/values-ca/strings.xml b/core/res/res/values-ca/strings.xml index ae21dec59064..81646b37dae5 100644 --- a/core/res/res/values-ca/strings.xml +++ b/core/res/res/values-ca/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Aplicacions personals"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Feina"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Contactes"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"accedir als contactes i modificar-los"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"accedir als contactes"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Ubicació"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"accedir a la ubicació"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Informació social"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Accés directe a informació sobre els teus contactes i sobre les teves connexions socials."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Calendari"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"accedir al calendari i modificar-lo"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"accedir al calendari"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"accedir als SMS i modificar-los"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"consultar i gestionar els missatges SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Diccionari de l\'usuari"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Llegir o escriure paraules al diccionari de l\'usuari."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Marcadors i historial"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Accés directe a l\'historial de marcadors i de navegació."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Micròfon"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"fer servir el micròfon del dispositiu"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"enregistrar àudio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Càmera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"utilitzar la càmera del dispositiu"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"fer fotos i vídeos"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telèfon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"fer servir la telefonia del dispositiu"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"fer i gestionar les trucades telefòniques"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensors"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"accedir als sensors i als complements connectats"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"accedir a les dades dels sensors i dels dispositius connectats"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Recuperar el contingut de les finestres"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Inspecciona el contingut d\'una finestra amb la qual estàs interaccionant."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Activar Exploració tàctil"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Replega"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"No molesteu"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Temps d\'inactivitat"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Nit entre setmana"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Cap de setmana"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Esdeveniment"</string> <string name="muted_by" msgid="6147073845094180001">"Silenciat per <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"S\'ha produït un error intern al dispositiu i és possible que funcioni de manera inestable fins que restableixis les dades de fàbrica."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"S\'ha produït un error intern al dispositiu. Contacta amb el fabricant del dispositiu per obtenir més informació."</string> diff --git a/core/res/res/values-cs/strings.xml b/core/res/res/values-cs/strings.xml index 35788306c1bb..d3ffb9bd5646 100644 --- a/core/res/res/values-cs/strings.xml +++ b/core/res/res/values-cs/strings.xml @@ -222,27 +222,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Osobní aplikace"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Práce"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kontakty"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"přístup k vašim kontaktům a jejich úpravy"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"přístup ke kontaktům"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Poloha"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"přístup k poloze"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Informace o vašich kontaktech a sociálních sítích"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Přímý přístup k informacím o vašich kontaktech a sociálních propojeních"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalendář"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"přístup k vašemu kalendáři a jeho úpravy"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"přístup ke kalendáři"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"přístup ke zprávám SMS a jejich úpravy"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"zobrazení a správa zpráv SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Uživatelský slovník"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Čtení a zápis slov v uživatelském slovníku"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Záložky a historie"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Přímý přístup k záložkám a historii prohlížení"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofon"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"používání mikrofonu zařízení"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"nahrávání zvuku"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Fotoaparát"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"používání fotoaparátu zařízení"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"pořizování fotografií a nahrávání videa"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"používání funkcí telefonování"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"uskutečňování a správa telefonních hovorů"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Senzory"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"přístup k senzorům a nositelným zařízením"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"přístup k datům ze senzorů a nositelných zařízení"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Načíst obsah okna"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Můžete prozkoumat obsah okna, se kterým pracujete."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Zapnout funkci Prozkoumání dotykem"</string> @@ -1510,12 +1510,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Sbalit"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Nerušit"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Období klidu"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Večer v pracovním týdnu"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Víkend"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Událost"</string> <string name="muted_by" msgid="6147073845094180001">"Ignorováno stranou <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"V zařízení došlo k internímu problému. Dokud neprovedete obnovení továrních dat, může být nestabilní."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"V zařízení došlo k internímu problému. Další informace vám sdělí výrobce."</string> diff --git a/core/res/res/values-da/strings.xml b/core/res/res/values-da/strings.xml index a5467726998e..0c56fcd027f5 100644 --- a/core/res/res/values-da/strings.xml +++ b/core/res/res/values-da/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Personlige apps"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Arbejde"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kontaktpersoner"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"få adgang til og redigere dine kontaktpersoner"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"have adgang til dine kontaktpersoner"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Placering"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"få adgang til din placering"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Dine sociale oplysninger"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Direkte adgang til oplysninger om dine kontaktpersoner og sociale forbindelser."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalender"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"få adgang til og redigere din kalender"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"have adgang til din kalender"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"Sms"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"få adgang til og redigere sms\'er"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"se og administrere sms-beskeder"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Brugerordbog"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Læse eller skrive ord i brugerordbogen."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Bogmærker og historik"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Direkte adgang til bogmærker og browserhistorik."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofon"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"bruge enhedens mikrofon"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"optage lyd"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Kamera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"bruge enhedens kamera"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"tage billeder og optage video"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"bruge enhedens telefoni"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"foretage og administrere telefonopkald"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensorer"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"få adgang til sensorer og wearables"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"have adgang til data fra sensorer og wearables"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"hente indholdet i vinduet"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"undersøge indholdet i et vindue, du interagerer med."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"aktivere Udforsk ved berøring"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Skjul"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Vil ikke forstyrres"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Nedetid"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Hverdagsaften"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Weekend"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Begivenhed"</string> <string name="muted_by" msgid="6147073845094180001">"Lyden blev afbrudt af <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Der er et internt problem med enheden, og den vil muligvis være ustabil, indtil du gendanner fabriksdataene."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Der er et internt problem med enheden. Kontakt producenten for at få yderligere oplysninger."</string> diff --git a/core/res/res/values-de/strings.xml b/core/res/res/values-de/strings.xml index a4dd9a45809c..ae08c3fa51f9 100644 --- a/core/res/res/values-de/strings.xml +++ b/core/res/res/values-de/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Private Apps"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Geschäftlich"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kontakte"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"Auf Kontakte zugreifen und diese ändern"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"Auf Kontakte zuzugreifen"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Standort"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"Auf Standort zugreifen"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Ihre sozialen Informationen"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Direkter Zugriff auf Informationen über Ihre Kontakte und sozialen Verbindungen"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalender"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"Auf Kalender zugreifen und diesen ändern"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"Auf Kalender zuzugreifen"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"Auf SMS zugreifen und diese ändern"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS abzurufen und zu verwalten"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Mein Wörterbuch"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Wörter in Mein Wörterbuch lesen oder schreiben"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Lesezeichen und Verlauf"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Direkter Zugriff auf Lesezeichen und Browserverlauf"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofon"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"Gerätemikrofon verwenden"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"Audio aufzunehmen"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Kamera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"Gerätekamera verwenden"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"Bilder und Videos aufzunehmen"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"Gerätetelefonie verwenden"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"Telefonanrufe zu tätigen und zu verwalten"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensoren"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"Auf Sensoren und Wearables zugreifen"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"Auf Daten von Sensoren und Wearables zuzugreifen"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Fensterinhalte abrufen"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Die Inhalte eines Fensters mit dem Sie interagieren werden abgerufen."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"\"Tippen & Entdecken\" aktivieren"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Minimieren"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Nicht stören"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Ruhezeit"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Abends unter der Woche"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Wochenende"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Termin"</string> <string name="muted_by" msgid="6147073845094180001">"Stummgeschaltet durch <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Es liegt ein internes Problem mit Ihrem Gerät vor. Möglicherweise verhält es sich instabil, bis Sie es auf die Werkseinstellungen zurücksetzen."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Es liegt ein internes Problem mit Ihrem Gerät vor. Bitte wenden Sie sich diesbezüglich an den Hersteller."</string> diff --git a/core/res/res/values-el/strings.xml b/core/res/res/values-el/strings.xml index c15f379e2740..72dd5bb539de 100644 --- a/core/res/res/values-el/strings.xml +++ b/core/res/res/values-el/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Προσωπικές εφαρμογές"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Εργασία"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Επαφές"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"πρόσβαση και τροποποίηση των επαφών σας"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"πρόσβαση στις επαφές σας"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Τοποθεσία"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"πρόσβαση στην τοποθεσία σας"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Οι κοινωνικές πληροφορίες σας"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Άμεση πρόσβαση σε πληροφορίες σχετικά με τις επαφές και τις κοινωνικές συνδέσεις σας."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Ημερολόγιο"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"πρόσβαση και τροποποίηση του ημερολογίου σας"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"πρόσβαση στο ημερολόγιό σας"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"πρόσβαση και τροποποίηση SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"προβολή και διαχείριση μηνυμάτων SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Λεξικό χρήστη"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Ανάγνωση ή εγγραφή λέξεων στο λεξικό χρήστη."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Σελιδοδείκτες και ιστορικό"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Άμεση πρόσβαση σε σελιδοδείκτες και ιστορικού προγράμματος περιήγησης."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Μικρόφωνο"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"χρήση μικροφώνου συσκευής"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"εγγραφή ήχου"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Κάμερα"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"χρήση της κάμερας της συσκευής"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"λήψη φωτογραφιών και εγγραφή βίντεο"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Τηλέφωνο"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"χρήση τηλεφωνίας συσκευής"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"πραγματοποίηση και διαχείριση τηλεφωνικών κλήσεων"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Αισθητήρες"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"αισθητήρες πρόσβασης και φορετές συσκευές"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"πρόσβαση σε δεδομένα από αισθητήρες και φορετές συσκευές"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Ανάκτηση του περιεχομένου του παραθύρου"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Έλεγχος του περιεχομένου ενός παραθύρου με το οποίο αλληλεπιδράτε."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Ενεργοποίηση της \"Εξερεύνησης με άγγιγμα\""</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Σύμπτυξη"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Μην ενοχλείτε"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Διακοπή λειτουργίας"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Νύχτα καθημερινής"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Σαββατοκύριακο"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Συμβάν"</string> <string name="muted_by" msgid="6147073845094180001">"Σίγαση από <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Υπάρχει ένα εσωτερικό πρόβλημα με τη συσκευή σας και ενδέχεται να είναι ασταθής μέχρι την επαναφορά των εργοστασιακών ρυθμίσεων."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Υπάρχει ένα εσωτερικό πρόβλημα με τη συσκευή σας. Επικοινωνήστε με τον κατασκευαστή σας για λεπτομέρειες."</string> diff --git a/core/res/res/values-en-rAU/strings.xml b/core/res/res/values-en-rAU/strings.xml index 3b50363d79d1..3cd9d7cec67d 100644 --- a/core/res/res/values-en-rAU/strings.xml +++ b/core/res/res/values-en-rAU/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Personal apps"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Work"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Contacts"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"access and modify your contacts"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"access your contacts"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Location"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"access your location"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Your social information"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Direct access to information about your contacts and social connections."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Calendar"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"access and modify your calendar"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"access your calendar"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"access and modify SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"view and manage SMS messages"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"User Dictionary"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Read or write words in user dictionary."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Bookmarks and History"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Direct access to bookmarks and browser history."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Microphone"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"use device microphone"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"record audio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Camera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"use device camera"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"take pictures and record video"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telephone"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"use device telephony"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"make and manage phone calls"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensors"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"access sensors and wearables"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"access data from sensors and wearable devices"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Retrieve window content"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Inspect the content of a window that you\'re interacting with."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Turn on Explore by Touch"</string> diff --git a/core/res/res/values-en-rGB/strings.xml b/core/res/res/values-en-rGB/strings.xml index 3b50363d79d1..3cd9d7cec67d 100644 --- a/core/res/res/values-en-rGB/strings.xml +++ b/core/res/res/values-en-rGB/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Personal apps"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Work"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Contacts"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"access and modify your contacts"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"access your contacts"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Location"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"access your location"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Your social information"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Direct access to information about your contacts and social connections."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Calendar"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"access and modify your calendar"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"access your calendar"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"access and modify SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"view and manage SMS messages"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"User Dictionary"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Read or write words in user dictionary."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Bookmarks and History"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Direct access to bookmarks and browser history."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Microphone"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"use device microphone"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"record audio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Camera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"use device camera"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"take pictures and record video"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telephone"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"use device telephony"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"make and manage phone calls"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensors"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"access sensors and wearables"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"access data from sensors and wearable devices"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Retrieve window content"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Inspect the content of a window that you\'re interacting with."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Turn on Explore by Touch"</string> diff --git a/core/res/res/values-en-rIN/strings.xml b/core/res/res/values-en-rIN/strings.xml index 3b50363d79d1..3cd9d7cec67d 100644 --- a/core/res/res/values-en-rIN/strings.xml +++ b/core/res/res/values-en-rIN/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Personal apps"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Work"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Contacts"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"access and modify your contacts"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"access your contacts"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Location"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"access your location"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Your social information"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Direct access to information about your contacts and social connections."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Calendar"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"access and modify your calendar"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"access your calendar"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"access and modify SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"view and manage SMS messages"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"User Dictionary"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Read or write words in user dictionary."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Bookmarks and History"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Direct access to bookmarks and browser history."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Microphone"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"use device microphone"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"record audio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Camera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"use device camera"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"take pictures and record video"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telephone"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"use device telephony"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"make and manage phone calls"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensors"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"access sensors and wearables"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"access data from sensors and wearable devices"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Retrieve window content"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Inspect the content of a window that you\'re interacting with."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Turn on Explore by Touch"</string> diff --git a/core/res/res/values-es-rUS/strings.xml b/core/res/res/values-es-rUS/strings.xml index c1ea0df4991d..cce9406bdcb1 100644 --- a/core/res/res/values-es-rUS/strings.xml +++ b/core/res/res/values-es-rUS/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Aplicaciones personales"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Trabajo"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Contactos"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"acceder a los contactos y modificarlos"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"acceder a los contactos"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Ubicación"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"acceder a tu ubicación"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Tu información social"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Acceso directo a información sobre tus contactos y conexiones sociales"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Calendario"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"acceder al calendario y modificarlo"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"acceder al calendario"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"acceder a los SMS y modificarlos"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"ver y administrar los mensajes SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Diccionario del usuario"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"leer o escribir palabras en el diccionario del usuario"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Marcadores e historial"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Acceso directo a marcadores e historial del navegador"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Micrófono"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"usar el micrófono del dispositivo"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"grabar audio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Cámara"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"usar la cámara del dispositivo"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"tomar fotografías y grabar videos"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Teléfono"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"usar el teléfono del dispositivo"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"realizar y administrar llamadas telefónicas"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensores"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"acceder a los sensores y wearables"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"acceder a los datos de los sensores y dispositivos wearable"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Recuperar el contenido de las ventanas"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Inspecciona el contenido de la ventana con la que estés interactuando."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Activar la Exploración táctil"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Contraer"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"No molestar"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Tiempo de inactividad"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Noche de entre semana"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Fin de semana"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Evento"</string> <string name="muted_by" msgid="6147073845094180001">"Silenciados por <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Existe un problema interno con el dispositivo, de modo que el dispositivo puede estar inestable hasta que restablezcas la configuración de fábrica."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Existe un problema interno con el dispositivo. Comunícate con el fabricante para obtener más información."</string> diff --git a/core/res/res/values-es/strings.xml b/core/res/res/values-es/strings.xml index 41276556a88d..65b51b5708cd 100644 --- a/core/res/res/values-es/strings.xml +++ b/core/res/res/values-es/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Aplicaciones personales"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Trabajo"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Contactos"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"acceder a tus contactos y modificarlos"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"acceder a tus contactos"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Ubicación"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"acceder a tu ubicación"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Tu información social"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Acceder directamente a la información de tus contactos y tus conexiones sociales"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Calendario"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"acceder el calendario y modificarlo"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"acceder a tu calendario"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"acceder a los SMS y modificarlos"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"ver y administrar mensajes SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Diccionario del usuario"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Leer o escribir palabras en el diccionario del usuario."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Marcadores e historial"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Acceder directamente a los marcadores y al historial del navegador"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Micrófono"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"utilizar el micrófono del dispositivo"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"grabar audio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Cámara"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"utilizar la cámara del dispositivo"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"hacer fotos y grabar vídeos"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Teléfono"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"utilizar el teléfono del dispositivo"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"hacer y administrar llamadas de teléfono"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensores"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"acceder a los sensores y a los wearables"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"acceder a datos de sensores y dispositivos wearable"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Recuperar el contenido de la ventana"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Inspecciona el contenido de una ventana con la que estés interactuando."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Activar exploración táctil"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Contraer"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"No molestar"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Tiempo de inactividad"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Noche de entre semana"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Fin de semana"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Evento"</string> <string name="muted_by" msgid="6147073845094180001">"Silenciado por <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Se ha producido un problema interno en el dispositivo y es posible que este no sea estable hasta que restablezcas los datos de fábrica."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Se ha producido un problema interno en el dispositivo. Ponte en contacto con el fabricante para obtener más información."</string> diff --git a/core/res/res/values-et-rEE/strings.xml b/core/res/res/values-et-rEE/strings.xml index 6b82b570a6f3..95b8feffd858 100644 --- a/core/res/res/values-et-rEE/strings.xml +++ b/core/res/res/values-et-rEE/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Isiklikud rakendused"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Töö"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kontaktid"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"kontaktidele juurdepääsemine ja nende muutmine"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"juurdepääs kontaktidele"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Asukoht"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"asukohale juurdepääsemine"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Teie sotsiaalne teave"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Otsene juurdepääs teie kontaktide teabele ja sotsiaalsetele sidemetele."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalender"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"kalendrile juurdepääsemine ja selle muutmine"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"juurdepääs kalendrile"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMS-idele juurdepääsemine ja nende muutmine"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS-sõnumite vaatamine ja haldamine"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Kasutaja sõnaraamat"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Kasutaja sõnaraamatus sõnade lugemine ja nende sinna kirjutamine."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Järjehoidjad ja ajalugu"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Otsene juurdepääs järjehoidjatele ja brauseri ajaloole."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofon"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"seadme mikrofoni kasutamine"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"heli salvestamine"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Kaamera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"seadme kaamera kasutamine"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"pildistamine ja video salvestamine"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"seadme telefoni kasutamine"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"helistamine ja telefonikõnede haldamine"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Andurid"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"anduritele ja kaasaskantavatele seadmetele juurdepääsemine"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"juurdepääs andmetele andurite ja aksessuaaride kaudu"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Akna sisu toomine"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Tutvuge kasutatava akna sisuga."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Puudutusega sirvimise sisselülitamine"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Ahendamine"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Mitte segada"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Puhkeaeg"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Argiõhtu"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Nädalavahetus"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Sündmus"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> vaigistas"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Seadmes ilmnes sisemine probleem ja seade võib olla ebastabiilne seni, kuni lähtestate seadme tehase andmetele."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Seadmes ilmnes sisemine probleem. Üksikasjaliku teabe saamiseks võtke ühendust tootjaga."</string> diff --git a/core/res/res/values-eu-rES/strings.xml b/core/res/res/values-eu-rES/strings.xml index 7bbe9885dc58..c8f265ce8749 100644 --- a/core/res/res/values-eu-rES/strings.xml +++ b/core/res/res/values-eu-rES/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Aplikazio pertsonalak"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Lana"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kontaktuak"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"Ikusi eta egin aldaketak kontaktuei"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"Atzitu kontaktuak"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Kokapena"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"Atzitu kokapena"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Sare sozialetako zure informazioa"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Zure kontaktuei eta konexio sozialei buruzko informaziorako sarbide zuzena."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Egutegia"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"Ikusi eta egin aldaketak egutegian"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"Atzitu egutegia"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS mezuak"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"Irakurri eta egin aldaketak SMS mezuetan"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"Ikusi eta kudeatu SMS mezuak"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Erabiltzailearen hiztegia"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Irakurri edo idatzi hitzak erabiltzaileek hiztegian."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Laster-markak eta historia"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Laster-marketarako eta arakatzailearen historiarako sarbide zuzena."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofonoa"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"Erabili gailuaren mikrofonoa"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"Grabatu audioa"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Kamera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"Erabili gailuaren kamera"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"Atera argazkiak eta grabatu bideoak"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefonoa"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"Erabili gailuaren telefono-eginbidea"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"Egin eta kudeatu telefono-deiak"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sentsoreak"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"Atzitu sentsoreak eta osagarriak"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"Atzitu sentsoreen eta gailu eramangarrien datuak"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Eskuratu leihoko edukia"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Arakatu irekita daukazun leihoko edukia."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Aktibatu ukipen bidez arakatzeko eginbidea"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Tolestu"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Ez molestatu"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Jarduerarik gabeko denbora"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Lanegunetako gaua"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Asteburua"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Gertaera"</string> <string name="muted_by" msgid="6147073845094180001">"Audioa desaktibatu da (<xliff:g id="THIRD_PARTY">%1$s</xliff:g>)"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Barneko arazo bat dago zure gailuan eta agian ezegonkor egongo da jatorrizko datuak berrezartzen dituzun arte."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Barneko arazo bat dago zure gailuan. Xehetasunak jakiteko, jarri fabrikatzailearekin harremanetan."</string> diff --git a/core/res/res/values-fa/strings.xml b/core/res/res/values-fa/strings.xml index 02046929a037..e79a3219b978 100644 --- a/core/res/res/values-fa/strings.xml +++ b/core/res/res/values-fa/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"برنامههای شخصی"</string> <string name="managed_profile_label" msgid="6260850669674791528">"محل کار"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"مخاطبین"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"دسترسی به مخاطبین شما و تغییر آنها"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"دسترسی به مخاطبین شما"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"مکان"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"دسترسی به مکان شما"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"اطلاعات اجتماعی شما"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"مستقیم به اطلاعات مخاطبین و روابط اجتماعی دسترسی داشته باشید."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"تقویم"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"دسترسی به تقویم شما و تغییر آن"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"دسترسی به تقویم شما"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"پیامک"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"دسترسی به پیامک و تغییر آن"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"مشاهده و مدیریت پیامکها"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"فرهنگ لغت کاربر"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"خواندن یا نوشتن کلمات در فرهنگ لغت کاربر."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"نشانکها و سابقه"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"مستقیم به نشانکها و سابقه مرور دسترسی داشته باشید."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"میکروفن"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"استفاده از میکروفن دستگاه"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"ضبط صدا"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"دوربین"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"استفاده از دوربین دستگاه"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"عکس گرفتن و فیلمبرداری"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"تلفن"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"استفاده از تلفن دستگاه"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"برقراری و مدیریت تماسهای تلفنی"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"حسگرها"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"دسترسی به حسگرها و فناوریهای پوشیدنی"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"دسترسی به اطلاعات به دست آمده از حسگرها و دستگاههای پوشیدنی"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"بازیابی محتوای پنجره"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"محتوای پنجرهای را که در حال تعامل با آن هستید بررسی کنید."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"فعالسازی کاوش لمسی"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"کوچک کردن"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"مزاحم نشوید"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"فرویش"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"شب آخر هفته"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"آخر هفته"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"رویداد"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> آن را بیصدا کرد"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"دستگاهتان یک مشکل داخلی دارد، و ممکن است تا زمانی که بازنشانی به داده کارخانه انجام نگیرد، بیثبات بماند."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"دستگاهتان یک مشکل داخلی دارد. برای جزئیات آن با سازندهتان تماس بگیرید."</string> diff --git a/core/res/res/values-fi/strings.xml b/core/res/res/values-fi/strings.xml index a7c4f3f6d45f..da3572eaf739 100644 --- a/core/res/res/values-fi/strings.xml +++ b/core/res/res/values-fi/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Omat sovellukset"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Työ"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kontaktit"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"käytä ja muokkaa kontakteja"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"käyttää yhteystietoja"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Sijainti"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"käytä sijaintiasi"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Sosiaaliset tietosi"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Kontaktiesi ja internet-kontaktiesi tietojen käyttöoikeus."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalenteri"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"käytä ja muokkaa kalenteria"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"käyttää kalenteria"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"Tekstiviestit"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"käytä ja muokkaa tekstiviestejä"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"tarkastella ja hallinnoida tekstiviestejä"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Käyttäjän sanakirja"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Lue tai kirjoita sanoja käyttäjän sanakirjaan."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Kirjanmerkit ja historia"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Kirjanmerkkien ja selaimen historian käyttöoikeus."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofoni"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"käytä laitteen mikrofonia"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"tallentaa ääntä"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Kamera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"käytä laitteen kameraa"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"ottaa kuvia ja videoita"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Puhelin"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"käytä laitteen puhelinta"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"soittaa ja hallinnoida puheluita"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Anturit"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"käytä antureita ja puettavia laitteita"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"käyttää antureiden ja puettavien laitteiden tietoja"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Nouda ikkunan sisältöä"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Tarkista käyttämäsi ikkunan sisältö."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Ota kosketuksella tutkiminen käyttöön"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Kutista"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Älä häiritse"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Vapaalla"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Arki-iltaisin"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Viikonloppuna"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Tapahtuma"</string> <string name="muted_by" msgid="6147073845094180001">"Mykistänyt <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Laitteellasi on sisäinen ongelma, joka aiheuttaa epävakautta. Voit korjata tilanteen palauttamalla tehdasasetukset."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Laitteesi yhdistäminen ei onnistu sisäisen virheen takia. Saat lisätietoja valmistajalta."</string> diff --git a/core/res/res/values-fr-rCA/strings.xml b/core/res/res/values-fr-rCA/strings.xml index c89d989daa11..3260fb842092 100644 --- a/core/res/res/values-fr-rCA/strings.xml +++ b/core/res/res/values-fr-rCA/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Applications personnelles"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Travail"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Contacts"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"accéder à vos contacts et les modifier"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"accéder à vos contacts"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Localisation"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"accéder à votre position"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Vos données sur les réseaux sociaux"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Accès direct aux informations sur vos contacts et vos amis sur les réseaux sociaux"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Agenda"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"accéder à votre calendrier et le modifier"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"accéder à votre agenda"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"Messagerie texte"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"accéder aux messages texte et les modifier"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"afficher et gérer les textos"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Dctionnaire personnel"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Lire ou écrire des mots dans le dictionnaire personnel."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Favoris et historique"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Accès direct aux favoris et à l\'historique du navigateur"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Microphone"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"utiliser le microphone de l\'appareil"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"enregistrer des fichiers audio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Appareil photo"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"utiliser l\'appareil photo de l\'appareil"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"prendre des photos et filmer des vidéos"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Téléphone"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"utiliser les fonctions d\'appel téléphonique de l\'appareil"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"faire et gérer des appels téléphoniques"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Capteurs"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"accéder aux capteurs et aux accessoires connectés"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"accéder aux données des capteurs et des appareils portables"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Récupérer le contenu d\'une fenêtre"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Inspecter le contenu d\'une fenêtre avec laquelle vous interagissez."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Activer la fonctionnalité Explorer au toucher"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Réduire"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Ne pas déranger"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Temps d\'arrêt"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Soirs de semaine"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Fin de semaine"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Événement"</string> <string name="muted_by" msgid="6147073845094180001">"Mis en sourdine par <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Un problème interne est survenu avec votre appareil. Il se peut qu\'il soit instable jusqu\'à ce que vous le réinitialisiez à sa configuration d\'usine."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Un problème interne est survenu avec votre appareil. Communiquez avec le fabricant pour obtenir plus de détails."</string> diff --git a/core/res/res/values-fr/strings.xml b/core/res/res/values-fr/strings.xml index 9cc881b54dca..33f1a90411a2 100644 --- a/core/res/res/values-fr/strings.xml +++ b/core/res/res/values-fr/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Applications personnelles"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Professionnel"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Contacts"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"accéder à vos contacts et les modifier"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"accéder à vos contacts"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Position"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"accéder à votre position"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Vos informations sur les réseaux sociaux"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Accès direct aux informations sur vos contacts et vos amis sur les réseaux sociaux"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Agenda"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"accéder à votre agenda et le modifier"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"accéder à votre agenda"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"accéder aux SMS et les modifier"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"afficher et gérer des SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Dictionnaire personnel"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Consulter et ajouter des mots dans le dictionnaire personnel"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Favoris et historique"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Accès direct aux favoris et à l\'historique du navigateur"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Microphone"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"utiliser le micro de l\'appareil"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"enregistrer des fichiers audio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Appareil photo"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"utiliser l\'appareil photo"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"prendre des photos et enregistrer des vidéos"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Téléphone"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"utiliser les fonctionnalités de téléphonie de l\'appareil"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"effectuer et gérer des appels téléphoniques"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Capteurs"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"accéder aux capteurs et aux accessoires connectés"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"accéder aux données issues de capteurs et d\'appareils connectés"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Récupérer le contenu d\'une fenêtre"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Inspecter le contenu d\'une fenêtre avec laquelle vous interagissez."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Activer la fonctionnalité Explorer au toucher"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Réduire"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Ne pas déranger"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Temps d\'arrêt"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Soirée de semaine"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Week-end"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Événement"</string> <string name="muted_by" msgid="6147073845094180001">"Son coupé par : <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Un problème interne lié à votre appareil est survenu. Ce dernier risque d\'être instable jusqu\'à ce que vous rétablissiez la configuration d\'usine."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Un problème interne lié à votre appareil est survenu. Veuillez contacter le fabricant pour en savoir plus."</string> diff --git a/core/res/res/values-gl-rES/strings.xml b/core/res/res/values-gl-rES/strings.xml index 9fa0aae2de67..9eaa5d82cafb 100644 --- a/core/res/res/values-gl-rES/strings.xml +++ b/core/res/res/values-gl-rES/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Aplicacións persoais"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Traballo"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Contactos"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"acceder e modificar os teus contactos"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"acceder aos teus contactos"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Localización"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"acceder á túa localización"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"A túa información social"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Acceso directo a información acerca dos teus contactos e as conexións sociais."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Calendario"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"acceder e modificar o teu calendario"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"acceder ao teu calendario"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"acceder e modificar SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"consultar e xestionar mensaxes de SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Dicionario de usuario"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Ler ou escribir palabras no dicionario de usuario."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Favoritos e historial"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Acceso directo aos favoritos e ao historial do navegador."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Micrófono"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"usar o micrófono do dispositivo"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"gravar audio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Cámara"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"usar a cámara do dispositivo"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"tirar fotos e gravar vídeos"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Teléfono"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"usar a telefonía do dispositivo"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"facer e xestionar chamadas telefónicas"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensores"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"acceder aos sensores e dispositivos que se poden levar postos"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"acceder a datos desde sensores e dispositivos que se poden levar postos"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Recuperar contido da ventá"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Inspecciona o contido dunha ventá coa que estás interactuando."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Activar a exploración táctil"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Contraer"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Non molestar"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Tempo de inactividade"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Noite da semana"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Fin de semana"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Evento"</string> <string name="muted_by" msgid="6147073845094180001">"Silenciado por <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Produciuse un erro interno no teu dispositivo e quizais funcione de maneira inestable ata o restablecemento dos datos de fábrica."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Produciuse un erro interno co teu dispositivo. Contacta co teu fabricante para obter máis información."</string> diff --git a/core/res/res/values-hi/strings.xml b/core/res/res/values-hi/strings.xml index 8fe28a7d01a8..9874c26a2541 100644 --- a/core/res/res/values-hi/strings.xml +++ b/core/res/res/values-hi/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"व्यक्तिगत ऐप्स"</string> <string name="managed_profile_label" msgid="6260850669674791528">"कार्यालय"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"संपर्क"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"अपने संपर्कों को ऐक्सेस करें और उनमें बदलाव करें"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"अपने संपर्कों को ऐक्सेस करें"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"स्थान"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"अपना स्थान ऐक्सेस करें"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"आपकी सामाजिक जानकारी"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"अपने संपर्कों और सामाजिक कनेक्शन के बारे में जानकारी पर सीधी पहुंच."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"कैलेंडर"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"अपना कैलेंडर ऐक्सेस करें और उसमें बदलाव करें"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"अपने कैलेंडर को ऐक्सेस करें"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMS ऐक्सेस करें और उसमें बदलाव करें"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS संदेश देखें और प्रबंधित करें"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"उपयोगकर्ता शब्दकोश"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"उपयोगकर्ता डिक्शनरी में शब्द पढ़ें या लिखें."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"बुकमार्क और इतिहास"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"बुकमार्क और ब्राउज़र इतिहास पर सीधी पहुंच."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"माइक्रोफ़ोन"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"डिवाइस के माइक्रोफ़ोन का उपयोग करें"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"ऑडियो रिकॉर्ड करें"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"कैमरा"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"डिवाइस के कैमरे का उपयोग करें"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"चित्र लें और वीडियो रिकॉर्ड करें"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"फ़ोन"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"डिवाइस टेलीफ़ोनी का उपयोग करें"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"फ़ोन कॉल करें और प्रबंधित करें"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"संवेदक"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"संवेदक तथा पहने जाने योग्य डिवाइस ऐक्सेस करें"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"सेंसर और पहने जाने योग्य डिवाइस से डेटा ऐक्सेस करें"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"विंडो सामग्री प्राप्त करें"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"उस विंडो की सामग्री का निरीक्षण करें जिससे आप सहभागिता कर रहे हैं."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"स्पर्श द्वारा एक्सप्लोर करें को चालू करें"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"संक्षिप्त करें"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"परेशान ना करें"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"बंद रहने का समय"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"सप्ताह की रात"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"सप्ताहांत"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"ईवेंट"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> द्वारा म्यूट किया गया"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"आपके डिवाइस के साथ कोई आंतरिक त्रुटि हुई और यह तब तक अस्थिर रह सकता है, जब तक आप फ़ैक्टरी डेटा रीसेट नहीं करते हैं."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"आपके डिवाइस के साथ कोई आंतरिक त्रुटि हुई. विवरणों के लिए अपने निर्माता से संपर्क करें."</string> diff --git a/core/res/res/values-hr/strings.xml b/core/res/res/values-hr/strings.xml index a9d5e2b00a51..cfe24cedb087 100644 --- a/core/res/res/values-hr/strings.xml +++ b/core/res/res/values-hr/strings.xml @@ -221,27 +221,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Osobne aplikacije"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Posao"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kontakti"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"pristup kontaktima i njihova izmjena"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"pristupati vašim kontaktima"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Lokacija"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"pristup vašoj lokaciji"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Informacije o vašoj društvenoj aktivnosti"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Izravan pristup informacijama o kontaktima i društvenim vezama."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalendar"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"pristup kalendaru i njegova izmjena"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"pristupati kalendaru"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"pristup SMS-ovima i njihova izmjena"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"pregledavati SMS poruke i upravljati njima"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Korisnički rječnik"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Čitanje ili pisanje riječi u korisničkom rječniku."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Oznake i povijest"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Izravan pristup oznakama i povijest preglednika."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofon"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"upotreba mikrofona uređaja"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"snimati zvuk"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Fotoaparat"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"upotreba fotoaparata uređaja"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"snimati fotografije i videozapise"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"upotreba telefonske veze na uređaju"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"uspostavljati telefonske pozive i upravljati njima"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Senzori"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"pristup senzorima i nosivim uređajima"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"pristupati podacima senzora i nosivih uređaja"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Dohvaćanje sadržaja prozora"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Istražite sadržaj prozora koji upotrebljavate."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Uključivanje značajke Istraži dodirom"</string> @@ -1497,12 +1497,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Sažmi"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Ne ometaj"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Prekid rada"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Noć radnog dana"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Vikend"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Događaj"</string> <string name="muted_by" msgid="6147073845094180001">"Zvuk je isklj. treća strana <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Na vašem uređaju postoji interni problem i možda neće biti stabilan dok ga ne vratite na tvorničko stanje."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Na vašem uređaju postoji interni problem. Obratite se proizvođaču za više pojedinosti."</string> diff --git a/core/res/res/values-hu/strings.xml b/core/res/res/values-hu/strings.xml index f8d384b1ff37..06dfb892a635 100644 --- a/core/res/res/values-hu/strings.xml +++ b/core/res/res/values-hu/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Személyes alkalmazások"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Munkahelyi"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Névjegyek"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"névjegyek elérése és módosítása"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"hozzáférés a névjegyekhez"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Helyadatok"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"hozzáférés a helyadatokhoz"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Az Ön közösségi adatai"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Közvetlen hozzáférés a névjegyekre és közösségi kapcsolatokra vonatkozó információkhoz"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Naptár"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"naptár elérése és módosítása"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"hozzáférés a naptárhoz"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMS-ek elérése és módosítása"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS-üzenetek megtekintése és kezelése"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Felhasználói szótár"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Szavak olvasása vagy írása a felhasználói szótárban."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Könyvjelzők és előzmények"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Közvetlen hozzáférés a könyvjelzőkhöz és a böngészési előzményekhez"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofon"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"az eszköz mikrofonjának használata"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"hanganyag rögzítése"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Fényképezőgép"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"eszközkamera használata"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"fotók és videók készítése"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"eszköztelefon használata"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"telefonhívások kezdeményezése és kezelése"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Érzékelők"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"hozzáférés az érzékelőkhöz és hordható eszközökhöz"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"hozzáférés az érzékelők és hordható eszközök adataihoz"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Ablaktartalom lekérdezése"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"A használt ablak tartalmának vizsgálata."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Felfedezés érintéssel bekapcsolása"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Összecsukás"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Ne zavarjanak"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Inaktivitás"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Hétköznap éjszaka"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Hétvége"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Esemény"</string> <string name="muted_by" msgid="6147073845094180001">"A(z) <xliff:g id="THIRD_PARTY">%1$s</xliff:g> elnémította"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Belső probléma van az eszközzel, és instabil lehet, amíg vissza nem állítja a gyári adatokat."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Belső probléma van az eszközzel. A részletekért vegye fel a kapcsolatot a gyártóval."</string> diff --git a/core/res/res/values-hy-rAM/strings.xml b/core/res/res/values-hy-rAM/strings.xml index 083095065ef1..98f7e5c07d93 100644 --- a/core/res/res/values-hy-rAM/strings.xml +++ b/core/res/res/values-hy-rAM/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Անձնական ծրագրեր"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Աշխատանքային"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Կոնտակտներ"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"օգտագործել և փոփոխել ձեր կոնտակտները"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"կոնտակտների հասանելիություն"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Տեղադրություն"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"օգտագործել ձեր տեղադրությունը"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Ձեր սոցիալական տեղեկությունները"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Ուղղակի մուտք ձեր կոնտակտների մասին տեղեկություններ և սոցիալական կապեր:"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Օրացույց"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"օգտագործել և փոփոխել ձեր օրացույցը"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"օրացույցի հասանելիություն"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"Կարճ հաղորդագրություն"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"տեսնել և փոփոխել կարճ հաղորդագրությունները"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS հաղորդագրությունների ընթերցում և կառավարում"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Օգտվողի բառարան"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Կարդալ կամ ավելացնել բառեր օգտվողի բառարանում:"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Էջանիշեր և պատմություն"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Ուղղակի մուտք դեպի էջանիշեր և դիտարկիչի պատմություն:"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Բարձրախոս"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"օգտագործել սարքի խոսափողը"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"ձայնագրում"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Ֆոտոխցիկ"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"օգտագործել սարքի խցիկը"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"լուսանկարում և տեսագրում"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Հեռախոս"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"օգտագործել սարքի հեռախոսակապը"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"հեռախոսազանգերի կատարում և կառավարում"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Սենսորներ"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"օգտագործել սենսորներն ու կրելի սարքերը"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"սենսորային և կրելի սարքերի տվյալների օգտագործում"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Առբերել պատուհանի բովանդակությունը"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Ստուգեք պատուհանի բովանդակությունը, որի հետ փոխգործակցում եք:"</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Միացնել Հպման միջոցով հետազոտումը"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Թաքցնել"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Չանհանգստացնել"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Անգործունության ժամանակը"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Աշխատանքային օր"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Շաբաթ-կիրակի"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Իրադարձություն"</string> <string name="muted_by" msgid="6147073845094180001">"Համրեցվել է <xliff:g id="THIRD_PARTY">%1$s</xliff:g>-ի կողմից"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Սարքում ներքին խնդիր է առաջացել և այն կարող է կրկնվել, մինչև չվերականգնեք գործարանային կարգավորումները:"</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Սարքում ներքին խնդիր է առաջացել: Մանրամասների համար կապվեք արտադրողի հետ:"</string> diff --git a/core/res/res/values-in/strings.xml b/core/res/res/values-in/strings.xml index 69ce7118f682..bc846e0b1f19 100644 --- a/core/res/res/values-in/strings.xml +++ b/core/res/res/values-in/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Aplikasi pribadi"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Kantor"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kontak"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"mengakses dan mengubah kontak"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"mengakses kontak"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Lokasi"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"mengakses lokasi Anda"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Informasi sosial Anda"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Akses langsung ke informasi tentang kontak dan hubungan sosial Anda."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalender"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"mengakses dan memodifikasi kalender"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"mengakses kalender"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"mengakses dan memodifikasi SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"melihat dan mengelola pesan SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Kamus Pengguna"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Membaca atau menulis kata dalam kamus pengguna."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Bookmark dan Riwayat"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Akses langsung ke bookmark dan riwayat browser."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofon"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"menggunakan mikrofon perangkat"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"rekam audio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Kamera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"menggunakan kamera perangkat"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"mengambil gambar dan merekam video"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telepon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"menggunakan sistem telefoni perangkat"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"melakukan dan mengelola panggilan telepon"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensor"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"mengakses sensor dan perangkat yang dapat dikenakan"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"mengakses data dari sensor dan yang dapat dikenakan"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Mengambil konten jendela"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Memeriksa konten jendela tempat Anda berinteraksi."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Mengaktifkan Jelajahi dengan Sentuhan"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Ciutkan"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Jangan ganggu"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Waktu non-operasional"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Malam hari kerja"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Akhir pekan"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Acara"</string> <string name="muted_by" msgid="6147073845094180001">"Dinonaktifkan oleh <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Ada masalah dengan perangkat. Hal ini mungkin membuat perangkat jadi tidak stabil dan perlu dikembalikan ke setelan pabrik."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Ada masalah dengan perangkat. Hubungi produsen perangkat untuk informasi selengkapnya."</string> diff --git a/core/res/res/values-is-rIS/strings.xml b/core/res/res/values-is-rIS/strings.xml index 18fd5da083b5..6d6032c00e97 100644 --- a/core/res/res/values-is-rIS/strings.xml +++ b/core/res/res/values-is-rIS/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Persónuleg forrit"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Vinna"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Tengiliðir"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"opna og breyta tengiliðum"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"fá aðgang að tengiliðunum þínum"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Staðsetning"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"fá aðgang að staðsetningu þinni"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Samfélagsupplýsingarnar þínar"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Beinn aðgangur að upplýsingum um tengiliði og samfélagstengingar."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Dagatal"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"opna og breyta dagatalinu þínu"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"fá aðgang að dagatalinu þínu"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"opna og breyta SMS-skilaboðum"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"skoða og stjórna SMS-skilaboðum"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Orðabók notanda"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Lesa eða skrifa orð í orðabók notanda."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Bókamerki og ferill"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Beinn aðgangur að bókamerkjum og vafraferli."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Hljóðnemi"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"nota hljóðnema tækisins"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"taka upp hljóð"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Myndavél"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"nota myndavél tækisins"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"taka myndir og taka upp myndskeið"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Sími"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"nota símtæki tækisins"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"hringja og stjórna símtölum"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Skynjarar"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"fá aðgang að skynjurum og búnaði til að bera á sér"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"fá aðgang að gögnum frá skynjurum og tækjum sem notandi ber á sér"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Sækja innihald glugga"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Kanna innihald glugga sem þú ert að nota."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Kveikja á snertikönnun"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Minnka"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Ónáðið ekki"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Hvíldartími"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Virkt kvöld"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Helgi"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Viðburður"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> tók hljóðið af"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Innra vandamál kom upp í tækinu og það kann að vera óstöðugt þangað til þú núllstillir það."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Innra vandamál kom upp í tækinu. Hafðu samband við framleiðanda til að fá nánari upplýsingar."</string> diff --git a/core/res/res/values-it/strings.xml b/core/res/res/values-it/strings.xml index 3def7ae82336..fb2b1bba680a 100644 --- a/core/res/res/values-it/strings.xml +++ b/core/res/res/values-it/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"App personali"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Lavoro"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Contatti"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"accesso e modifica ai contatti"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"accesso ai contatti"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Posizione"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"accesso alla posizione"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Le tue informazioni social"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Accesso diretto alle informazioni sui tuoi contatti e sulle tue connessioni social."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Calendario"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"accesso e modifica al calendario"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"accesso al calendario"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"accesso e modifica agli SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"lettura e gestione di messaggi SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Dizionario utente"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Lettura o scrittura delle parole contenute nel dizionario utente."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Segnalibri e cronologia"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Accesso diretto ai segnalibri e alla cronologia del browser."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Microfono"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"utilizzo del microfono del dispositivo"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"registrazione audio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Fotocamera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"utilizzo della fotocamera del dispositivo"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"acquisizione di foto e registrazione di video"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefono"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"utilizzo del servizio di telefonia del dispositivo"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"esecuzione e gestione delle telefonate"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensori"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"accesso ai sensori e ai dispositivi indossabili"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"accesso ai dati da sensori e dispositivi indossabili"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Recuperare contenuti finestra"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Esaminare i contenuti di una finestra con cui interagisci."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Attivare Esplora al tocco"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Comprimi"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Non disturbare"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Tempo di inattività"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Notte di un giorno feriale"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Fine settimana"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Evento"</string> <string name="muted_by" msgid="6147073845094180001">"Audio disattivato da <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Si è verificato un problema interno con il dispositivo, che potrebbe essere instabile fino al ripristino dei dati di fabbrica."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Si è verificato un problema interno con il dispositivo. Per informazioni dettagliate, contatta il produttore."</string> diff --git a/core/res/res/values-iw/strings.xml b/core/res/res/values-iw/strings.xml index de0f975a53b9..bbc31ad71e82 100644 --- a/core/res/res/values-iw/strings.xml +++ b/core/res/res/values-iw/strings.xml @@ -222,27 +222,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"אפליקציות אישיות"</string> <string name="managed_profile_label" msgid="6260850669674791528">"עבודה"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"אנשי קשר"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"גישה אל אנשי הקשר ושינוי שלהם"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"גישה אל אנשי הקשר"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"מיקום"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"גישה אל המיקום שלך"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"מידע על הקשרים החברתיים שלך"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"גישה ישירה למידע על אנשי קשר וקשרים חברתיים שלך."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"יומן"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"גישה אל היומן וביצוע שינויים בו"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"גישה אל היומן"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"גישה אל הודעות SMS ושינוי שלהן"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"הצגה וניהול של הודעות SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"מילון משתמש"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"קריאה או כתיבה של מילים במילון המשתמש."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"סימניות והיסטוריה"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"גישה ישירה אל סימניות והיסטוריית דפדפן."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"מיקרופון"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"שימוש במיקרופון המכשיר"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"הקלטת אודיו"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"מצלמה"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"שימוש במצלמת המכשיר"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"צילום תמונות והקלטת וידאו"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"טלפון"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"שימוש ביכולות הטלפוניה של המכשיר"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"התקשרות וניהול של שיחות טלפון"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"חיישנים"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"גישה אל חיישנים וגאדג\'טים לבישים"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"גישה לנתונים מחיישנים וממכשירים לבישים"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"אחזר תוכן של חלון"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"בדוק את התוכן של חלון שאיתו אתה מבצע אינטראקציה."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"הפעל את \'גילוי באמצעות מגע\'"</string> diff --git a/core/res/res/values-ja/strings.xml b/core/res/res/values-ja/strings.xml index f952fb66e96f..48b290e9fe55 100644 --- a/core/res/res/values-ja/strings.xml +++ b/core/res/res/values-ja/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"プライベートアプリ"</string> <string name="managed_profile_label" msgid="6260850669674791528">"職場"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"連絡先"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"連絡先へのアクセスと変更を行います"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"連絡先へのアクセス"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"位置情報"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"位置情報にアクセスします"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"ソーシャル情報"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"連絡先とソーシャルコネクションに関する情報に直接アクセスします。"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"カレンダー"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"カレンダーへのアクセスと変更を行います"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"カレンダーへのアクセス"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMSへのアクセスと変更を行います"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMSメッセージの表示と管理"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"単語リスト"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"単語リストの語句の読み取りまたは書き込みを行います"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"ブックマークと履歴"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"ブックマークとブラウザの履歴に直接アクセスします。"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"マイク"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"端末のマイクを使用します"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"音声の録音"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"カメラ"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"端末のカメラを使用します"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"写真の撮影と動画の記録"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"電話"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"端末の電話機能を使用します"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"通話の発信と管理"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"センサー"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"センサーとウェアラブルにアクセスします"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"センサーやウェアラブル端末のデータへのアクセス"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"ウィンドウコンテンツの取得"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"ユーザーがアクセスしているウィンドウのコンテンツを検査します。"</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"タッチガイドの有効化"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"折りたたむ"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"通知を非表示"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"ダウンタイム"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"平日の夜"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"週末"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"予定"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g>によりミュートになっています"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"端末で内部的な問題が発生しました。データが初期化されるまで不安定になる可能性があります。"</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"端末で内部的な問題が発生しました。詳しくはメーカーにお問い合わせください。"</string> diff --git a/core/res/res/values-ka-rGE/strings.xml b/core/res/res/values-ka-rGE/strings.xml index b88ff5b00df9..323eb7d03005 100644 --- a/core/res/res/values-ka-rGE/strings.xml +++ b/core/res/res/values-ka-rGE/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"პერსონალური აპები"</string> <string name="managed_profile_label" msgid="6260850669674791528">"სამსახური"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"კონტაქტები"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"თქვენს კონტაქტებზე წვდომა და შეცვლა"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"თქვენს კონტაქტებზე წვდომა"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"მდებარეობა"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"თქვენს მდებარეობაზე წვდომა"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"თქვენი სოციალური ინფორმაცია"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"თქვენს კონტაქტებისა და სოციალურ კავშირების შესახებ ინფორმაციაზე პირდაპირი წვდომა."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"კალენდარი"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"თქვენს კალენდარზე წვდომა და შეცვლა"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"თქვენს კალენდარზე წვდომა"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMS-ებზე წვდომა და შეცვლა"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS შეტყობინებების ნახვა და მართვა"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"მომხმარებლის ლექსიკონი"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"მომხმარებლის ლექსიკონში სიტყვების წაკითხვა ან ჩაწერა."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"სანიშნეები და ისტორია"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"პირდაპირი წვდომა სანიშნეებსა და ბრაუზერის ისტორიაზე"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"მიკროფონი"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"მოწყობილობის მიკროფონის გამოყენება"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"აუდიოს ჩწერა"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"კამერა"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"მოწყობილობის კამერის გამოყენება"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"ფოტოებისა და ვიდეოების გადაღება"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"ტელეფონი"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"მოწყობილობის ტელეფონიის გამოყენება"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"სატელეფონო ზარების განხორციელება და მართვა"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"სენსორები"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"სენსორებსა და ტარებად მოწყობილობებზე წვდომა"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"სენსორებიდან და ტარებადი მოწყობილობებიდან მონაცემებზე წვდომა"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"ფანჯრის კონტენტის მოძიება"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"შეამოწმეთ იმ ფანჯრის კონტექტი, რომელშიც მუშაობთ."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"„შეხებით აღმოჩენის“ ჩართვა"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"აკეცვა"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"არ შემაწუხოთ"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"ავარიული პაუზა"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"სამუშაო კვირის ღამე"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"შაბათ-კვირა"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"მოვლენა"</string> <string name="muted_by" msgid="6147073845094180001">"დადუმებულია <xliff:g id="THIRD_PARTY">%1$s</xliff:g>-ის მიერ"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"ფიქსირდება თქვენი მ ოწყობილობის შიდა პრობლემა და შეიძლება არასტაბილური იყოს, სანამ ქარხნულ მონაცემების არ განაახლებთ."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"ფიქსირდება თქვენი მოწყობილობის შიდა პრობლემა. დეტალებისათვის, მიმართეთ თქვენს მწარმოებელს."</string> diff --git a/core/res/res/values-kk-rKZ/strings.xml b/core/res/res/values-kk-rKZ/strings.xml index 34a44c2e7636..e5655b0044e5 100644 --- a/core/res/res/values-kk-rKZ/strings.xml +++ b/core/res/res/values-kk-rKZ/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Жеке қолданбалар"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Жұмыс"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Контактілер"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"Контактілеріңізге кіру және өзгерту"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"контактілерге кіру"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Орын"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"орныңызға кіру"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Сіздің әлеуметтік ақпаратыңыз"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Байланыстарыңыз бен әлеуметтік контактілеріңіз туралы ақпаратқа тікелей қол жетімділік."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Күнтізбе"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"Күнтізбеңізге кіру және өзгерту"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"күнтізбеге кіру"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMS кіру және өзгерту"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS хабарларды қарау және басқару"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Пайдаланушы сөздігі"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Пайдаланушы сөздігінде сөздерді оқыңыз не жазыңыз."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Бетбелгілер және Тарих"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Бетбелгілер мен браузерге тікелей қол жетімділік."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Микрофон"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"құрылғы микрофонын пайдалану"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"аудио жазу"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Камера"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"құрылғы камерасын пайдалану"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"суретке түсіріп, бейне жазу"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Телефон"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"құрылғы телефониясын пайдалану"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"қоңырау шалу және телефон қоңырауларын басқару"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Сенсорлар"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"сенсорлы және киілетін құрылғыларға кіру"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"датчиктер мен киілетін құрылғылардан деректерге кіру"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Терез мазмұнына қол жеткізу"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Сіз қатынасып отырған терезе мазмұнын тексеру."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Шарлауды Түрту арқылы қосыңыз"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Тасалау"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Мазаламауыңызды сұраймын"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Бос тұру уақыты"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Апта түндері"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Апта соңы"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Оқиға"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> үнін өшірген"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"There\'s an internal problem with your device, and it may be unstable until you factory data reset."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"There\'s an internal problem with your device. Contact your manufacturer for details."</string> diff --git a/core/res/res/values-km-rKH/strings.xml b/core/res/res/values-km-rKH/strings.xml index c0ea05960517..b3f976404f51 100644 --- a/core/res/res/values-km-rKH/strings.xml +++ b/core/res/res/values-km-rKH/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"កម្មវិធីផ្ទាល់ខ្លួន"</string> <string name="managed_profile_label" msgid="6260850669674791528">"កន្លែងធ្វើការ"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"ទំនាក់ទំនង"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"ចូលដំណើរការ និងកែប្រែទំនាក់ទំនងរបស់អ្នក"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"ចូលប្រើទំនាក់ទំនងរបស់អ្នក"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"ទីតាំង"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"ចូលដំណើរការទីតាំងរបស់អ្នក"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"ព័ត៌មានសង្គមរបស់អ្នក"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"ចូលដំណើរការព័ត៌មានដោយផ្ទាល់អំពីទំនាក់ទំនង និងការភ្ជាប់សង្គមរបស់អ្នក។"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"ប្រតិទិន"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"ចូលដំណើរការ និងកែប្រែប្រតិទិនរបស់អ្នក"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"ចូលប្រើប្រិតិទិនរបស់អ្នក"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"សារ SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"ចូលដំណើរការ និងកែប្រែសារ SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"មើល និងគ្រប់គ្រប់សារ SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"វចនានុក្រមអ្នកប្រើ"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"អាន ឬសរសេរនៅក្នុងវចនានុក្រមអ្នកប្រើ។"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"ចំណាំ និងប្រវត្តិ"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"ចូលដំណើរការចំណាំ និងប្រវត្តិកម្មវិធីអ៊ីនធឺណិតដោយផ្ទាល់។"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"មីក្រូហ្វូន"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"ប្រើមីក្រូហ្វូនរបស់ឧបករណ៍"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"ថតសំឡេង"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"ម៉ាស៊ីនថត"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"ប្រើកាមេរ៉ារបស់ឧបករណ៍"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"ថតរូប និងថតវីដេអូ"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"ទូរស័ព្ទ"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"ប្រើមុខងារទូរស័ព្ទរបស់ឧបករណ៍"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"ហៅទូរស័ព្ទ និងគ្រប់គ្រងការហៅទូរស័ព្ទ"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"ឧបករណ៍ចាប់សញ្ញា"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"ចួលដំណើរការឧបករណ៍ចាប់សញ្ញា និងនាឡិកាឆ្លាតវៃ"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"ចូលប្រើទិន្នន័យពីឧបករណ៍ចាប់សញ្ញា និងឧបករណ៍សម្រាប់ពាក់"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"ទៅយកមាតិកាបង្អួច"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"ពិនិត្យមាតិកាបង្អួចដែលអ្នកកំពុងទាក់ទងជាមួយ។"</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"បើកការរកមើលដោយប៉ះ"</string> @@ -1486,12 +1486,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"បង្រួម"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"កុំរំខាន"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"ពេលមិនដំណើរការ"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"យប់ថ្ងៃធម្មតា"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"ចុងសប្ដាហ៍"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"ព្រឹត្តិការណ៍"</string> <string name="muted_by" msgid="6147073845094180001">"បានបិទសំឡេងដោយ <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"មានបញ្ហាខាងក្នុងឧបករណ៍របស់អ្នក ហើយវាអ្នកមិនមានស្ថេរភាព រហូតទាល់តែអ្នកកំណត់ដូចដើមវិញទាំងស្រុង។"</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"មានបញ្ហាខាងក្នុងឧបករណ៍របស់អ្នក ទំនាក់ទំនងក្រុមហ៊ុនផលិតឧបករណ៍របស់អ្នកសម្រាប់ព័ត៌មានបន្ថែម។"</string> diff --git a/core/res/res/values-kn-rIN/strings.xml b/core/res/res/values-kn-rIN/strings.xml index 41fe302789ee..175b9466e158 100644 --- a/core/res/res/values-kn-rIN/strings.xml +++ b/core/res/res/values-kn-rIN/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"ವೈಯಕ್ತಿಕ ಅಪ್ಲಿಕೇಶನ್ಗಳು"</string> <string name="managed_profile_label" msgid="6260850669674791528">"ಕಚೇರಿ"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"ಸಂಪರ್ಕಗಳು"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"ನಿಮ್ಮ ಸಂಪರ್ಕಗಳನ್ನು ಪ್ರವೇಶಿಸಿ ಮತ್ತು ಮಾರ್ಪಡಿಸಿ"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"ನಿಮ್ಮ ಸಂಪರ್ಕಗಳನ್ನು ಪ್ರವೇಶಿಸಿ"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"ಸ್ಥಳ"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"ನಿಮ್ಮ ಸ್ಥಳವನ್ನು ಪ್ರವೇಶಿಸಿ"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"ನಿಮ್ಮ ಸಾಮಾಜಿಕ ಮಾಹಿತಿ"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"ನಿಮ್ಮ ಸಂಪರ್ಕಗಳು ಮತ್ತು ಸಾಮಾಜಿಕ ಸಂಪರ್ಕಗಳ ಕುರಿತ ಮಾಹಿತಿಗೆ ನೇರ ಪ್ರವೇಶ."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"ಕ್ಯಾಲೆಂಡರ್"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"ನಿಮ್ಮ ಕ್ಯಾಲೆಂಡರ್ ಪ್ರವೇಶಿಸಿ ಮತ್ತು ಮಾರ್ಪಡಿಸಿ"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"ನಿಮ್ಮ ಕ್ಯಾಲೆಂಡರ್ ಪ್ರವೇಶಿಸಿ"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMS ಪ್ರವೇಶಿಸಿ ಮತ್ತು ಮಾರ್ಪಡಿಸಿ"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS ಸಂದೇಶಗಳನ್ನು ವೀಕ್ಷಿಸಿ ಮತ್ತು ನಿರ್ವಹಿಸಿ"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"ಬಳಕೆದಾರರ ನಿಘಂಟು"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"ಬಳಕೆದಾರರ ನಿಘಂಟಿನಲ್ಲಿನ ಪದಗಳನ್ನು ಓದಿ ಮತ್ತು ಬರೆಯಿರಿ."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"ಬುಕ್ಮಾರ್ಕ್ಗಳು ಮತ್ತು ಇತಿಹಾಸ"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"ಬುಕ್ಮಾರ್ಕ್ಗಳು ಮತ್ತು ಬ್ರೌಸರ್ ಇತಿಹಾಸಕ್ಕೆ ನೇರ ಪ್ರವೇಶ."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"ಮೈಕ್ರೋಫೋನ್"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"ಸಾಧನ ಮೈಕ್ರೊಫೋನ್ ಬಳಸಿ"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"ಆಡಿಯೊ ರೆಕಾರ್ಡ್ ಮಾಡಿ"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"ಕ್ಯಾಮರಾ"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"ಸಾಧನ ಕ್ಯಾಮರಾ ಬಳಸಿ"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"ಚಿತ್ರಗಳನ್ನು ತೆಗೆಯಿರಿ ಹಾಗೂ ವೀಡಿಯೊ ರೆಕಾರ್ಡ್ ಮಾಡಿ"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"ಫೋನ್"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"ಸಾಧನ ದೂರವಾಣಿ ಬಳಸಿ"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"ಫೋನ್ ಕರೆಗಳನ್ನು ಮಾಡಿ ಮತ್ತು ನಿರ್ವಹಿಸಿ"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"ಸಂವೇದಕಗಳು"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"ಸಂವೇದಕಗಳು ಮತ್ತು ವೇರಬಲ್ಗಳನ್ನು ಪ್ರವೇಶಿಸಿ"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"ಸೆನ್ಸಾರ್ಗಳು ಹಾಗೂ ಧರಿಸುವಂತಹ ಸಾಧನಗಳಿಂದ ಡೇಟಾವನ್ನು ಪ್ರವೇಶಿಸಿ"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"ವಿಂಡೋ ವಿಷಯವನ್ನು ಹಿಂಪಡೆದುಕೊಳ್ಳಿ"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"ನೀವು ಸಂವಹನ ನಡೆಸುತ್ತಿರುವ ವಿಂಡೋದ ವಿಷಯವನ್ನು ಪರೀಕ್ಷಿಸಿ."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"ಸ್ಪರ್ಶಿಸುವ ಮೂಲಕ ಎಕ್ಸ್ಪ್ಲೋರ್ ಆನ್ ಮಾಡಿ"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"ಸಂಕುಚಿಸು"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"ಅಡಚಣೆ ಮಾಡಬೇಡಿ"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"ಸ್ಥಗಿತಕಾಲ"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"ವಾರದ ರಾತ್ರಿ"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"ವಾರಾಂತ್ಯ"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"ಈವೆಂಟ್"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> ಅವರಿಂದ ಮ್ಯೂಟ್ ಮಾಡಲಾಗಿದೆ"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"ನಿಮ್ಮ ಸಾಧನದಲ್ಲಿ ಆಂತರಿಕ ಸಮಸ್ಯೆಯಿದೆ ಹಾಗೂ ನೀವು ಫ್ಯಾಕ್ಟರಿ ಡೇಟಾವನ್ನು ಮರುಹೊಂದಿಸುವರೆಗೂ ಅದು ಅಸ್ಥಿರವಾಗಬಹುದು."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"ನಿಮ್ಮ ಸಾಧನದಲ್ಲಿ ಆಂತರಿಕ ಸಮಸ್ಯೆಯಿದೆ. ವಿವರಗಳಿಗಾಗಿ ನಿಮ್ಮ ತಯಾರಕರನ್ನು ಸಂಪರ್ಕಿಸಿ."</string> diff --git a/core/res/res/values-ko/strings.xml b/core/res/res/values-ko/strings.xml index 7b5aec8d65a6..53c56af7fc8e 100644 --- a/core/res/res/values-ko/strings.xml +++ b/core/res/res/values-ko/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"개인 앱"</string> <string name="managed_profile_label" msgid="6260850669674791528">"직장"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"주소록"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"내 주소록 액세스 및 수정"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"주소록 액세스"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"위치"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"내 위치 액세스"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"소셜 정보"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"내 연락처 및 소셜 친구의 개인 정보에 직접 액세스합니다."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"캘린더"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"내 캘린더 액세스 및 수정"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"캘린더 액세스"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMS 액세스 및 수정"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS 메시지 보기 및 관리"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"사용자 사전"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"사용자 사전의 단어를 읽거나 씁니다."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"북마크 및 기록"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"북마크 및 브라우저 기록에 직접 액세스합니다."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"마이크"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"기기 마이크 사용"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"오디오 녹음"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"카메라"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"기기 카메라 사용"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"사진 찍기 및 동영상 녹화"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"전화"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"기기 전화 기능 사용"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"전화 걸기 및 관리"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"센서"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"센서 및 웨어러블 액세스"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"센서 및 웨어러블 기기의 데이터 액세스"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"창 콘텐츠 가져오기"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"상호작용 중인 창의 콘텐츠를 검사합니다."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"터치하여 탐색 사용"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"접기"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"알림 일시중지"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"다운타임"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"평일 밤"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"주말"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"일정"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g>에서 알림음 음소거"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"사용 중인 기기 내부에 문제가 발생했습니다. 초기화할 때까지 불안정할 수 있습니다."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"사용 중인 기기 내부에 문제가 발생했습니다. 자세한 내용은 제조업체에 문의하세요."</string> diff --git a/core/res/res/values-ky-rKG/strings.xml b/core/res/res/values-ky-rKG/strings.xml index 3776ef2b6015..0cebaca41fce 100644 --- a/core/res/res/values-ky-rKG/strings.xml +++ b/core/res/res/values-ky-rKG/strings.xml @@ -328,27 +328,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Жеке колдономолор"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Жумуш"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Байланыштар"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"байланыштарыңызга кирип, өзгөртүңүз"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"байланыштарыңызга уруксат"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Жайгашкан жер"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"жайгашкан жериңизге кирүү"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Сиздин социалдык маалыматыңыз"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Сиздин байланыштарыңыз жана социалдык байланыштарыңыз тууралуу маалыматтарга түз жетки алуу."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Күнбарак"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"жылнаамаңызга кирип, өзгөртүңүз"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"күнбарагыңызга уруксат"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMS\'ке кирип, өзгөртүү"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS билдирүүлөрдү көрүү жана башкаруу"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Колдонуучунун сөздүгү"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Колдонуучунун сөздүгүндөгү сөздөрдү окуу же жазуу"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Бүктөмөлөр жана тарых"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Бүктөмөлөргө же серепчи тарыхына түз жетки алуу."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Микрофон"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"түзмөктүн микрофонун колдонуу"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"аудио жаздыруу"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Камера"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"түзмөктүн камерасын колдонуу"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"сүрөт тартуу жана видео жаздыруу"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Телефон"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"түзмөктүн телефониясын колдонуу"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"телефон чалуу жана аларды башкаруу"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Сенсорлор"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"сенсорлор менен тагынмаларга кирүү"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"сенсорлордон жана тагынма түзмөктөрдөн маалымат алуу"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Терезе мазмунун алуу"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Сиз иштеп жаткан терезенин мазмунун изилдөө."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Сыйпалап изилдөөнү жандыруу"</string> @@ -1901,12 +1901,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Жыйнап коюу"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Тынчымды алба"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Аракетсиз убакыт"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Жумуш күндөрүнүн кечтери"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Дем алыш"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Иш-чара"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> тарабынан үнсүздөлдү"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Түзмөгүңүздө ички көйгөй бар жана ал баштапкы абалга кайтарылмайынча туруктуу иштебей коюшу мүмкүн."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Түзмөгүңүздө ички көйгөй бар. Анын чоо-жайын билүү үчүн өндүрүүчүңүзгө кайрылыңыз."</string> diff --git a/core/res/res/values-lo-rLA/strings.xml b/core/res/res/values-lo-rLA/strings.xml index 3a598002f09b..4a8d964ac7ca 100644 --- a/core/res/res/values-lo-rLA/strings.xml +++ b/core/res/res/values-lo-rLA/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"ແອັບຯສ່ວນໂຕ"</string> <string name="managed_profile_label" msgid="6260850669674791528">"ບ່ອນເຮັດວຽກ"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"ລາຍຊື່"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"ເຂົ້າຫາ ແລະແກ້ໄຂລາຍຊື່ຂອງທ່ານ"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"ເຂົ້າຫາລາຍຊື່ຂອງທ່ານ"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"ສະຖານທີ່"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"ເຂົ້າຫາທີ່ຕັ້ງຂອງທ່ານ"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"ຂໍ້ມູນສັງຄົມຂອງທ່ານ"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"ເຂົ້າເຖິງຂໍ້ມູນກ່ຽວກັບລາຍຊື່ຜູ່ຕິດຕໍ່ ແລະການເຊື່ອມຕໍ່ທາງສັງຄົມຂອງທ່ານໂດຍກົງ."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"ປະຕິທິນ"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"ເຂົ້າຫາ ແລະແກ້ໄຂປະຕິທິນຂອງທ່ານ"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"ເຂົ້າຫາປະຕິທິນຂອງທ່ານ"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"ເຂົ້າຫາ ແລະແກ້ໄຂ SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"ເບິ່ງ ແລະຈັດການຂໍ້ຄວາມ SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"ວັດຈະນານຸກົມຜູ່ໃຊ້"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"ອ່ານ ຫຼືຂຽນຄຳສັບໃນວັດຈະນານຸກົມຜູ້ໃຊ້."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"ບຸກມາກ ແລະປະຫວັດເວັບໄຊ"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"ເຂົ້ານຳໃຊ້ບຸກແລະປະຫວັດການທ່ອງເວັບໂດຍກົງ."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"ໄມໂຄຣໂຟນ"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"ໃຊ້ໄມໂຄຣໂຟນຂອງອຸປະກອນ"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"ບັນທຶກສຽງ"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"ກ້ອງ"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"ໃຊ້ກ້ອງຖ່າຍຮູບຂອງອຸປະກອນ"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"ຖ່າຍຮູບ ແລະບັນທຶກວິດີໂອ"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"ໂທລະສັບ"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"ໃຊ້ລະບົບໂທລະສັບຂອງອຸປະກອນ"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"ໂທ ແລະຈັດການການໂທລະສັບ"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"ເຊັນເຊີ"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"ເຂົ້າຫາເຊັນເຊີ ແລະສິ່ງທີ່ສາມາດສວມໃສ່ໄດ້"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"ເຂົ້າຫາຂໍ້ມູນຈາກເຊັນເຊີ ແລະອຸປະກອນສວມໃສ່ໄດ້"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"ດຶງຂໍ້ມູນເນື້ອຫາໃນໜ້າຈໍ"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"ກວດກາເນື້ອຫາຂອງໜ້າຈໍທີ່ທ່ານກຳລັງມີປະຕິສຳພັນນຳ."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"ເປີດໃຊ້ \"ການສຳຫຼວດໂດຍສຳພັດ\""</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"ຫຍໍ້"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"ຫ້າມລົບກວນ"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"ເວລາປິດເຮັດວຽກ"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"ຄ່ຳຄືນໃນອາທິດ"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"ທ້າຍອາທິດ"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"ການນັດໝາຍ"</string> <string name="muted_by" msgid="6147073845094180001">"ຖືກປິດສຽງໂດຍ <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"ມີບັນຫາພາຍໃນກັບອຸປະກອນຂອງທ່ານ, ແລະມັນອາດຈະບໍ່ສະຖຽນຈົນກວ່າທ່ານຕັ້ງເປັນຂໍ້ມູນໂຮງງານຄືນແລ້ວ."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"ມີບັນຫາພາຍໃນກັບອຸປະກອນຂອງທ່ານ. ຕິດຕໍ່ຜູ້ຜະລິດຂອງທ່ານສຳລັບລາຍລະອຽດຕ່າງໆ."</string> diff --git a/core/res/res/values-lt/strings.xml b/core/res/res/values-lt/strings.xml index 8bb6d1c784cc..e14374759fb2 100644 --- a/core/res/res/values-lt/strings.xml +++ b/core/res/res/values-lt/strings.xml @@ -222,27 +222,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Asmeninės programos"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Darbo"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kontaktai"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"pasiekti ir keisti kontaktus"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"pasiekti kontaktus"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Vietovė"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"pasiekti vietovę"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Socialinė informacija"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Tiesioginė prieiga prie kontaktų ir socialinių ryšių informacijos."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalendorius"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"pasiekti ir keisti kalendorių"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"pasiekti kalendorių"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"pasiekti ir keisti SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"žiūrėti ir tvarkyti SMS pranešimus"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Naudotojo žodynas"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Skaityti arba rašyti žodžius naudotojo žodyne."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Žymės ir istorija"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Tiesioginė prieiga prie žymių ir naršyklės istorijos."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofonas"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"naudoti įrenginio mikrofoną"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"įrašyti garso įrašą"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Fotoaparatas"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"naudoti įrenginio fotoaparatą"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"fotografuoti ir filmuoti"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefonas"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"naudoti įrenginio telefonijos funkcijas"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"skambinti ir tvarkyti telefonų skambučius"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Jutikliai"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"pasiekti jutiklius ir nešiojamuosius"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"pasiekti duomenis iš jutiklių ir nešiojamųjų įrenginių"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Gauti lango turinį"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Tikrinti lango, su kuriuo sąveikaujate, turinį."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Įjungti „Naršyti paliečiant“"</string> @@ -1510,12 +1510,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Sutraukti"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Netrukdyti"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Prastova"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Savaitgalio vakarą"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Savaitgalį"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Įvykis"</string> <string name="muted_by" msgid="6147073845094180001">"Nutildė <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Iškilo vidinė su jūsų įrenginiu susijusi problema, todėl įrenginys gali veikti nestabiliai, kol neatkursite gamyklinių duomenų."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Iškilo vidinė su jūsų įrenginiu susijusi problema. Jei reikia išsamios informacijos, susisiekite su gamintoju."</string> diff --git a/core/res/res/values-lv/strings.xml b/core/res/res/values-lv/strings.xml index cf758c0b24b1..023dc7461f16 100644 --- a/core/res/res/values-lv/strings.xml +++ b/core/res/res/values-lv/strings.xml @@ -221,27 +221,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Personīgās lietotnes"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Darba"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kontaktpersonas"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"piekļūt jūsu kontaktpersonām un tās mainīt"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"piekļūt jūsu kontaktpersonu datiem"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Atrašanās vieta"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"piekļūt jūsu atrašanās vietas informācijai"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Jūsu sociālo tīklu informācija"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Tieša piekļuve informācijai par jūsu kontaktpersonām un sociālajiem savienojumiem."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalendārs"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"piekļūt jūsu kalendāram un to mainīt"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"piekļūt jūsu kalendāram"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"Īsziņas"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"piekļūt īsziņām un tās mainīt"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"skatīt un pārvaldīt īsziņas"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Lietotāja vārdnīca"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Lasīt vai rakstīt vārdus lietotāja vārdnīcā."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Grāmatzīmes un vēsture"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Tieša piekļuve grāmatzīmēm un pārlūkprogrammas vēsturei."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofons"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"izmantot ierīces mikrofonu"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"ierakstīt audio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Kamera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"izmantot ierīces kameru"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"uzņemt attēlus un ierakstīt videoklipus"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Tālrunis"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"izmantot ierīces tālruņa funkcijas"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"veikt un pārvaldīt tālruņa zvanus"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensori"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"piekļūt sensoriem un valkājamām ierīcēm"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"piekļūt sensoru un valkājamo ierīču datiem"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Izgūt loga saturu."</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Skatīt tā loga saturu, ar kuru mijiedarbojaties."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Aktivizēt funkciju “Pārlūkot pieskaroties”."</string> @@ -1497,12 +1497,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Sakļaut"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Netraucēt"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Dīkstāve"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Darbadienas vakarā"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Nedēļas nogalē"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Pasākums"</string> <string name="muted_by" msgid="6147073845094180001">"Skaņu izslēdza <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Jūsu ierīcē ir radusies iekšēja problēma, un ierīce var darboties nestabili. Lai to labotu, veiciet rūpnīcas datu atiestatīšanu."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Jūsu ierīcē ir radusies iekšēja problēma. Lai iegūtu plašāku informāciju, lūdzu, sazinieties ar ražotāju."</string> diff --git a/core/res/res/values-mk-rMK/strings.xml b/core/res/res/values-mk-rMK/strings.xml index 3937ee175d4b..0fc4b148e5ee 100644 --- a/core/res/res/values-mk-rMK/strings.xml +++ b/core/res/res/values-mk-rMK/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Лични апликации"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Работа"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Контакти"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"пристапи до и менувај ги контактите"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"пристапи до контактите"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Локација"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"пристапи до локацијата"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Тво социјални информации"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Директен пристап до информации за вашите контакти и социјални врски."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Календар"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"пристапи до и менувај го календарот"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"пристапи до календарот"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"СМС"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"пристапи до и менувај СМС"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"прегледај и управувај со СМС пораки"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Кориснички речник"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Читајте или пишувајте зборови во корисничкиот речник."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Обележувачи и историја"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Директен пристап до обележувачи и историја на прелистувач."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Микрофон"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"користи го микрофонот на уредот"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"снимај аудио"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Фотоапарат"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"користи го фотоапаратот на уредот"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"фотографирај и снимај видео"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Телефон"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"користи ја телефонијата на уредот"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"повикувај и управувај со телефонски повици"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Сензори"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"пристапи до сензорите и уредите за носење"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"пристапи до податоци од сензори и уреди за носење"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Врати содржина на прозорец"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Провери ја содржината на прозорецот со кој се комуницира."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Вклучи „Истражувај со допир“"</string> @@ -1486,12 +1486,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Собери"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Не вознемирувај"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Пауза"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Вечер од седмицата"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Викенд"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Настан"</string> <string name="muted_by" msgid="6147073845094180001">"Звукот го исклучи <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Настана внатрешен проблем со уредот и може да биде нестабилен сè додека не ресетирате на фабричките податоци."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Настана внатрешен проблем со уредот. Контактирајте го производителот за детали."</string> diff --git a/core/res/res/values-ml-rIN/strings.xml b/core/res/res/values-ml-rIN/strings.xml index 93a3a0fbf383..9a5121ab4d9a 100644 --- a/core/res/res/values-ml-rIN/strings.xml +++ b/core/res/res/values-ml-rIN/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"വ്യക്തിഗത അപ്ലിക്കേഷനുകൾ"</string> <string name="managed_profile_label" msgid="6260850669674791528">"ഔദ്യോഗിക പ്രൊഫൈൽ"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"കോൺടാക്റ്റുകൾ"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"നിങ്ങളുടെ കോൺടാക്റ്റുകൾ ആക്സസ്സ് ചെയ്ത് പരിഷ്ക്കരിക്കുക"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"നിങ്ങളുടെ കോൺടാക്റ്റുകൾ ആക്സസ്സ് ചെയ്യുക"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"ലൊക്കേഷൻ"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"നിങ്ങളുടെ ലൊക്കേഷൻ ആക്സസ്സ് ചെയ്യുക"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"നിങ്ങളുടെ സോഷ്യൽ വിവരം"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"നിങ്ങളുടെ കോൺടാക്റ്റുകളേയും സോഷ്യൽ കണക്ഷനുകളേയും സംബന്ധിച്ച വിവരങ്ങളിലേക്കുള്ള നേരിട്ടുള്ള ആക്സസ്സ്."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"കലണ്ടർ"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"നിങ്ങളുടെ കലണ്ടർ ആക്സസ്സ് ചെയ്ത് പരിഷ്ക്കരിക്കുക"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"നിങ്ങളുടെ കലണ്ടർ ആക്സസ്സ് ചെയ്യുക"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMS ആക്സസ്സുചെയ്ത് പരിഷ്ക്കരിക്കുക"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS സന്ദേശങ്ങൾ കാണുക, നിയന്ത്രിക്കുക"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"ഉപയോക്തൃ നിഘണ്ടു"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"ഉപയോക്തൃ നിഘണ്ടുവിലെ പദങ്ങൾ വായിക്കുകയോ എഴുതുകയോ ചെയ്യുക."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"ബുക്ക്മാർക്കുകളും ചരിത്രവും"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"ബുക്ക്മാർക്കുകളിലേക്കും ബ്രൗസർ ചരിത്രത്തിലേക്കുമുള്ള നേരിട്ടുള്ള ആക്സസ്സ്."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"മൈക്രോഫോണ്"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"ഉപകരണ മൈക്രോഫോൺ ഉപയോഗിക്കുക"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"ഓഡിയോ റെക്കോർഡ് ചെയ്യുക"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"ക്യാമറ"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"ഉപകരണ ക്യാമറ ഉപയോഗിക്കുക"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"ചിത്രങ്ങളെടുത്ത് വീഡിയോ റെക്കോർഡുചെയ്യുക"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"ഫോണ്"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"ഉപകരണ ടെലിഫോണി ഉപയോഗിക്കുക"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"ഫോൺ വിളിക്കുകയും നിയന്ത്രിക്കുകയും ചെയ്യുക"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"സെൻസറുകൾ"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"സെൻസറുകളും ധരിക്കാനാകുന്നവയും ആക്സസ്സ് ചെയ്യുക"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"സെൻസറുകളിൽ നിന്നും ധരിക്കാനാവുന്ന ഉപകരണങ്ങളിൽ നിന്നും വിവരം ആക്സസ്സ് ചെയ്യുക"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"വിൻഡോ ഉള്ളടക്കം വീണ്ടെടുക്കുക"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"നിങ്ങൾ സംവദിക്കുന്ന ഒരു വിൻഡോയുടെ ഉള്ളടക്കം പരിശോധിക്കുക."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"സ്പർശനം വഴി പര്യവേക്ഷണം ചെയ്യുക ഓൺ ചെയ്യുക"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"ചുരുക്കുക"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"ശല്യപ്പെടുത്തരുത്"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"പ്രവർത്തനരഹിതമായ സമയം"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"പ്രവൃത്തിദിനരാവ്"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"വാരാന്ത്യം"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"ഇവന്റ്"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g>, മ്യൂട്ടുചെയ്തു"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"നിങ്ങളുടെ ഉപകരണത്തിൽ ഒരു ആന്തരിക പ്രശ്നമുണ്ട്, ഫാക്ടറി വിവര പുനഃസജ്ജീകരണം ചെയ്യുന്നതുവരെ ഇതു അസ്ഥിരമായിരിക്കാനിടയുണ്ട്."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"നിങ്ങളുടെ ഉപകരണത്തിൽ ഒരു ആന്തരിക പ്രശ്നമുണ്ട്. വിശദാംശങ്ങൾക്കായി നിർമ്മാതാവിനെ ബന്ധപ്പെടുക."</string> diff --git a/core/res/res/values-mn-rMN/strings.xml b/core/res/res/values-mn-rMN/strings.xml index 47ddb37d74c1..ce18c9f2b417 100644 --- a/core/res/res/values-mn-rMN/strings.xml +++ b/core/res/res/values-mn-rMN/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Хувийн апп-ууд"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Ажил"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Харилцагчдын хаяг"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"өөрийн харилцагчийн хаягт хандах, өөрчлөх"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"өөрийн харилцагчдад нэвтрэх"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Байршил"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"Байршилдаа хандах"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Таны нийтийн мэдээлэл"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Таны харилцагчид болон нийтийн холбооны тухай мэдээлэлд шууд хандах."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Календарь"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"өөрийн хуанлид хандах, өөрчлөх"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"Хуанлид нэвтрэх"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"Мессеж"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"Мессеждээ хандах,өөрчлөх"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"Өөрин SMS мессежийг харж, удирдах"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Хэрэглэгчийн толь бичиг"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Хэрэглэгчийн толь бичигт үг унших,бичих"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Хавчуурга болон түүх"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Хавчуурга болон хөтчийн түүхрүү шууд хандах."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Микрофон"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"төхөөрөмжийн микрофонийг ашиглах"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"аудио бичих"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Камер"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"төхөөрөмжийн камерыг ашиглах"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"зураг авч бичлэг хийх"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Утас"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"төхөөрөмжийн телефоныг ашиглах"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"утасны дуудлага хийх болон удирдах"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Мэдрэгчүүд"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"мэдрэгч болон wearables-д хандах"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"мэдрэгч болон зүүсгэл төхөөрөмжөөс өгөгдөлд нэвтрэх"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Цонхны контентыг авах"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Таны харилцан үйлчлэх цонхны контентоос шалгах."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Хүрч танихыг асаах"</string> @@ -1482,12 +1482,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Хумих"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Бүү саад бол"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Сул зогсолт"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Ажлын өдрийн шөнө"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Амралтын өдөр"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Үйл явдал"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g>-с хаасан"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Таны төхөөрөмжид дотоод алдаа байна.Та төхөөрөмжөө үйлдвэрээс гарсан төлөвт шилжүүлэх хүртэл таны төхөөрөмж чинь тогтворгүй байж болох юм."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Таны төхөөрөмжид дотоод алдаа байна. Дэлгэрэнгүй мэдээлэл авахыг хүсвэл үйлдвэрлэгчтэйгээ холбоо барина уу."</string> diff --git a/core/res/res/values-mr-rIN/strings.xml b/core/res/res/values-mr-rIN/strings.xml index 507d38c9d589..5ef773b257a2 100644 --- a/core/res/res/values-mr-rIN/strings.xml +++ b/core/res/res/values-mr-rIN/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"वैयक्तिक अॅप्स"</string> <string name="managed_profile_label" msgid="6260850669674791528">"कार्य"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"संपर्क"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"आपल्या संपर्कांमध्ये प्रवेश करा आणि सुधारित करा"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"आपल्या संपर्कांवर प्रवेश करा"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"स्थान"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"आपल्या स्थानामध्ये प्रवेश करा"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"आपली सामाजिक माहिती"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"आपले संपर्क आणि सामाजिक कनेक्शनविषयीच्या माहितीवर प्रत्यक्ष प्रवेश करेल."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"कॅलेंडर"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"आपल्या कॅलेंडरमध्ये प्रवेश करा आणि सुधारित करा"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"आपल्या कॅलेंडरवर प्रवेश करा"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMS मध्ये प्रवेश करा आणि सुधारित करा"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS संदेश पहा आणि व्यवस्थापित करा"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"वापरकर्ता शब्दकोश"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"वापरकर्ता शब्दकोशामध्ये शब्द वाचा किंवा लिहा."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"बुकमार्क आणि इतिहास"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"बुकमार्कवर आणि ब्राउझर इतिहासावर प्रत्यक्ष प्रवेश करेल."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"मायक्रोफोन"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"डिव्हाइस मायक्रोफोनचा वापर करा"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"ऑडिओ रेकॉर्ड करा"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"कॅमेरा"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"डिव्हाइस कॅमेरा वापरा"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"चित्रे घ्या आणि व्हिडिओ रेकॉर्ड करा"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"फोन"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"डिव्हाइस टेलिफोनी वापरा"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"फोन कॉल करा आणि व्यवस्थापित करा"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"सेन्सर"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"सेन्सर आणि घालण्यायोग्यमध्ये प्रवेश करा"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"सेन्सर आणि घालण्यायोग्य डिव्हाइसेसवरून डेटावर प्रवेश करा"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"विंडो सामग्री पुनर्प्राप्त करा"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"आपण परस्परसंवाद करीत असलेल्या विंडोची सामग्री तपासा."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"स्पर्श करून अन्वेषण चालू करा"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"संक्षिप्त करा"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"व्यत्यय आणू नका"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"कार्य न करण्याचा कालावधी"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"आठवड्याची शेवटची रात्र"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"आठवड्याच्या शेवटी"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"इव्हेंट"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> द्वारे नि:शब्द केले"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"आपल्या डिव्हाइसमध्ये अंतर्गत समस्या आहे आणि आपला फॅक्टरी डेटा रीसेट होईपर्यंत ती अस्थिर असू शकते."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"आपल्या डिव्हाइसमध्ये अंतर्गत समस्या आहे. तपशीलांसाठी आपल्या निर्मात्याशी संपर्क साधा."</string> diff --git a/core/res/res/values-ms-rMY/strings.xml b/core/res/res/values-ms-rMY/strings.xml index 1900a8534d9a..dad9c163bda6 100644 --- a/core/res/res/values-ms-rMY/strings.xml +++ b/core/res/res/values-ms-rMY/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Apl peribadi"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Tempat Kerja"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kenalan"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"akses dan ubah suai kenalan anda"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"akses kenalan anda"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Lokasi"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"akses lokasi anda"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Maklumat sosial anda"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Akses langsung ke maklumat tentang kenalan anda dan sambungan sosial."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalendar"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"akses dan ubah suai kalendar anda"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"akses kalendar anda"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"akses dan ubah suai SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"lihat dan urus mesej SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Kamus Pengguna"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Baca atau tulis perkataan dalam kamus pengguna."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Penanda halaman dan Sejarah"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Akses langsung ke penanda halaman dan sejarah penyemak imbas."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofon"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"gunakan mikrofon peranti"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"rakam audio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Kamera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"gunakan kamera peranti"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"ambil gambar dan rakam video"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"gunakan telefoni peranti"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"buat dan urus panggilan telefon"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Penderia"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"akses penderia dan item boleh dipakai"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"akses data daripada penderia dan peranti boleh dipakai"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Dapatkan kembali kandungan tetingkap"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Periksa kandungan tetingkap yang berinteraksi dengan anda."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Hidupkan Jelajah melalui Sentuhan"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Runtuhkan"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Jangan ganggu"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Waktu gendala"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Malam selain hujung minggu"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Hujung minggu"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Acara"</string> <string name="muted_by" msgid="6147073845094180001">"Diredam oleh <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Terdapat masalah dalaman dengan peranti anda. Peranti mungkin tidak stabil sehingga anda membuat tetapan semula data kilang."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Terdapat masalah dalaman dengan peranti anda. Hubungi pengilang untuk mengetahui butirannya."</string> diff --git a/core/res/res/values-my-rMM/strings.xml b/core/res/res/values-my-rMM/strings.xml index 4ec9749d74a7..3df4a5589772 100644 --- a/core/res/res/values-my-rMM/strings.xml +++ b/core/res/res/values-my-rMM/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"ကိုယ်ပိုင် appများ"</string> <string name="managed_profile_label" msgid="6260850669674791528">"အလုပ်"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"အဆက်အသွယ်များ"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"သင့် အဆက်အသွယ်များအား ဝင်ရောက်သုံးရန်နှင့် ပြင်ဆင်ရန်"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"သင့် အဆက်အသွယ်များအား ဝင်ရောက်သုံးရန်"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"တည်နေရာ"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"သင်၏ တည်နေရာအား ဝင်ရောက်သုံးရန်"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"သင်၏ ဆိုရှယ် သတင်းအချက်အလက်"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"သင်၏ အဆက်အသွယ်များနှင့် ဆိုရှယ်လ် အဆက်အသွယ်များအား၏ သတင်းအချက်အလက်များအား တိုက်ရိုက်အသုံးပြုခွင့် ရယူရန်"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"ပြက္ခဒိန်"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"သင်၏ ပြက္ခဒိန်သို့ ဝင်ရောက်သုံးရန်နှင့် ပြင်ဆင်ရန်"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"သင့်ပြက္ခဒိန်အား ဝင်ရောက်သုံးရန်"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"စာတိုစနစ်"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMS အား ဝင်ရောက်သုံးရန်နှင့် ပြင်ဆင်ရန်"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS စာတိုများအား ကြည့်ပြီး စီမံရန်"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"သုံးစွဲသူ အဘိဓာန်"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"သုံးစွဲသူ အဘိဓာန်တွင် စာလုံးများ ဖတ်ရန် သို့မဟုတ် ရေးရန်"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"မှတ်တမ်း နှင့် အမှတ်အသား နေရာများ"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"ဘရောင်ဇာ မှတ်တမ်း နှင့် အမှတ်နေရာများအား တိုက်ရိုက် ရယူရန်"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"မိုက်ခရိုဖုန်း"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"စက်ကိရိယာ၏ မိုက်ကရိုဖုန်းအား သုံးရန်"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"အသံဖမ်းခြင်း"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"ကင်မရာ"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"စက်ကိရိယာ၏ ကင်မရာအား သုံးရန်"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"ဓာတ်ပုံ ရိုက်ပြီးနောက် ဗွီဒီယို မှတ်တမ်းတင်ရန်"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"ဖုန်း"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"စက်ကိရိယာ၏ ဖုန်းခေါ်မှုဆိုင်ရာများအား သုံးရန်"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"ဖုန်းခေါ်ဆိုမှုများ ပြုလုပ်ရန်နှင့် စီမံရန်"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"အာရုံခံကိရိယာများ"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"အာရုံခံကိရိယာများနှင့် wearable များအား ဝင်ရောက်သုံးရန်"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"အာရုံခံများနှင့် ဝတ်ဆင်ထားနိုင်သည့် ကိရိယာများမှ ဒေတာအား ဝင်ရောက်သုံးရန်"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"ဝင်းဒိုးမှာပါရှိသည်များကို ထုတ်ယူခြင်း"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"သင် အပြန်အလှန်လုပ်နေသော ဝင်းဒိုးမှာပါရှိသည်များကို သေချာစွာ ကြည့်ရှုစစ်ဆေးပါ"</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"ထိတို့ခြင်းဖြင့် ရှာဖွေပေးနိုင်တာကို ဖွင့်လိုက်ပါ"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"ခေါက်ရန်"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"မနှောက်ယှက်ပါနှင့်"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"ကျချိန်"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"ကြားရက်ည"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"စနေ၊တနင်္ဂနွေ"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"ဖြစ်ရပ်"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> အသံပိတ်သည်"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"သင့်ကိရိယာအတွင်းပိုင်းတွင် ပြဿနာရှိနေပြီး၊ မူလစက်ရုံထုတ်အခြေအနေအဖြစ် ပြန်လည်ရယူနိုင်သည်အထိ အခြေအနေမတည်ငြိမ်နိုင်ပါ။"</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"သင့်ကိရိယာအတွင်းပိုင်းတွင် ပြဿနာရှိနေ၏။ အသေးစိတ်သိရန်အတွက် ပစ္စည်းထုတ်လုပ်သူအား ဆက်သွယ်ပါ။"</string> diff --git a/core/res/res/values-nb/strings.xml b/core/res/res/values-nb/strings.xml index 623df7b09a55..5424b48817ef 100644 --- a/core/res/res/values-nb/strings.xml +++ b/core/res/res/values-nb/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Personlige apper"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Jobb"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kontakter"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"få tilgang til og endre kontakene dine"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"få tilgang til kontaktene dine"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Posisjon"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"få tilgang til posisjonen din"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Den sosiale informasjonen din"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Direkte tilgang til informasjon om kontaktene og de sosiale forbindelsene dine."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalenderen"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"få tilgang til og endre kalenderen din"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"få tilgang til kalenderen din"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"få tilgang til og endre SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"se og administrer SMS-meldinger"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Brukerordlisten"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Les eller skriv inn ord i brukerordlisten."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Bokmerkene og loggen"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Direkte tilgang til bokmerker og nettleserloggen."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofonen"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"bruke mikrofonen på enheten"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"spill inn lyd"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Kameraet"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"bruke kameraet på enheten"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"ta bilder og ta opp video"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"bruke enhetstelefoni"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"ring og administrer anrop"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensorer"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"få tilgang til sensorer og hapå-teknologi"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"få tilgang til data fra sensorer og enheter du har på deg"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Hent innholdet i vinduet"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Inspiser innholdet i et vindu du samhandler med."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Slå på for Berøringsutforsking"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Skjul"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"«Ikke forstyrr»"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Nedetid"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Hverdagskveld"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Helg"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Aktivitet"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> har kuttet lyden"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Det har oppstått et internt problem på enheten din, og den kan være ustabil til du tilbakestiller den til fabrikkdata."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Det har oppstått et internt problem på enheten din. Ta kontakt med produsenten for mer informasjon."</string> diff --git a/core/res/res/values-ne-rNP/strings.xml b/core/res/res/values-ne-rNP/strings.xml index 8a72ae26febe..c3edab13845a 100644 --- a/core/res/res/values-ne-rNP/strings.xml +++ b/core/res/res/values-ne-rNP/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"व्यक्तिगत अनुप्रयोगहरू"</string> <string name="managed_profile_label" msgid="6260850669674791528">"काम"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"सम्पर्कहरू"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"तपाईँको सम्पर्कहरूका पहुँच गरी परिमार्जन गर्नुहोस्"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"तपाईँको सम्पर्कमा पहुँच"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"स्थान"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"तपाईँको स्थान पहुँच गर्नुहोस्"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"तपाईँको सामाजिक सूचना"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"तपाईँको सम्पर्कहरू र सामाजिक जडानहरूको बारेको जानकारीमा सिधा पहुँच पुर्याउनुहोस्।"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"पात्रो"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"तपाईँको पात्रोलाई पहुँच गरी परिमार्जन गर्नुहोस्"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"तपाईँको पात्रोमा पहुँच"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMS पहुँच गरी परिमार्जन गर्नुहोस्"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS सन्देशहरू हेर्नुहोस् र व्यवस्थापन गर्नुहोस्"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"प्रयोगकर्ता शब्दकोश"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"प्रयोगकर्ता शब्दकोशमा शब्दहरू पढ्नुहोस् वा लेख्नुहोस्।"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"बुकमार्कहरू र इतिहास"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"बुकमार्कहरू र ब्राउजर इतिहासमा सिधा पहुँच।"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"माइक्रोफोन"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"यन्त्र माइक्रोफोन प्रयोग गर्नुहोस्"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"अडियो रेकर्ड गर्नुहोस्"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"क्यामेरा"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"यन्त्र क्यामेरा प्रयोग गर्नुहोस्"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"तस्वीर तथा भिडियो रेकर्ड गर्नुहोस्"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"फोन"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"यन्त्र टेलिफोनी प्रयोग गर्नुहोस्"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"फोन कलहरू गर्नुहोस् र व्यवस्थापन गर्नुहोस्"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"सेन्सरहरू"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"सेन्सर र पहिरनयोग्यहरू पहुँच गर्नुहोस्"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"सेंसर र पहिरनयोग्य यन्त्रहरूबाट डेटा पहुँच"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"विन्डो सामग्रीको पुनःबहाली गर्नुहोस्।"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"तपाईँको अन्तरक्रिया भइरहेको विन्डोको सामग्रीको निरीक्षण गर्नुहोस्।"</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"छोएर गरिने खोजलाई सुचारु गर्नुहोस्"</string> @@ -1490,12 +1490,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"संक्षिप्त पार्नुहोस्"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"अवरोध नपुर्याउँनुहोस्"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"डाउनटाइम"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"हरेक हप्तादिनको राति"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"शनिवार"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"घटना"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> द्वारा मौन गरिएको"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"तपाईंको यन्त्रसँग आन्तरिक समस्या छ, र तपाईंले फ्याक्ट्री डाटा रिसेट नगर्दासम्म यो अस्थिर रहन्छ।"</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"तपाईंको यन्त्रसँग आन्तरिक समस्या छ। विवरणहरूको लागि आफ्नो निर्मातासँग सम्पर्क गर्नुहोस्।"</string> diff --git a/core/res/res/values-nl/strings.xml b/core/res/res/values-nl/strings.xml index ad2a49205bc9..af0a47789090 100644 --- a/core/res/res/values-nl/strings.xml +++ b/core/res/res/values-nl/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Persoonlijke apps"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Werk"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Contacten"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"toegang krijgen tot uw contacten en wijzigingen aanbrengen"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"toegang krijgen tot uw contacten"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Locatie"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"toegang krijgen tot uw locatie"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Uw sociale informatie"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Rechtstreeks toegang krijgen tot informatie over uw contacten en sociale connecties."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Agenda"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"toegang krijgen tot uw agenda en wijzigingen aanbrengen"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"toegang krijgen tot uw agenda"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"Sms"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"toegang krijgen tot sms en wijzigingen aanbrengen"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"sms\'jes bekijken en beheren"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Gebruikerswoordenboek"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Woorden lezen of schrijven in gebruikerswoordenboek."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Bladwijzers en geschiedenis"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Rechtstreeks toegang krijgen tot bladwijzers en browsergeschiedenis."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Microfoon"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"microfoon van apparaat gebruiken"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"audio opnemen"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Camera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"camera van apparaat gebruiken"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"foto\'s maken en video opnemen"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefoon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"telefoonfuncties van apparaat gebruiken"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"bellen en telefoontjes beheren"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensoren"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"toegang krijgen tot sensoren en wearables"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"toegang krijgen tot gegevens van sensoren en wearable-apparaten"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Inhoud van vensters ophalen"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"De inhoud inspecteren van een venster waarmee u interactie heeft."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Verkennen via aanraking inschakelen"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Samenvouwen"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Niet storen"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Downtime"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Doordeweekse avond"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Weekend"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Evenement"</string> <string name="muted_by" msgid="6147073845094180001">"Gedempt door <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Er is een intern probleem met uw apparaat. Het apparaat kan instabiel zijn totdat u het apparaat terugzet naar de fabrieksinstellingen."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Er is een intern probleem met uw apparaat. Neem contact op met de fabrikant voor meer informatie."</string> diff --git a/core/res/res/values-pl/strings.xml b/core/res/res/values-pl/strings.xml index 8aa5eaaeab43..f293edfb00b4 100644 --- a/core/res/res/values-pl/strings.xml +++ b/core/res/res/values-pl/strings.xml @@ -222,27 +222,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Aplikacje osobiste"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Praca"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kontakty"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"dostęp do kontaktów i ich modyfikowanie"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"dostęp do kontaktów"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Lokalizacja"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"dostęp do informacji o Twojej lokalizacji"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Twoje informacje społecznościowe"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Bezpośredni dostęp do informacji o Twoich kontaktach i powiązaniach społecznościowych."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalendarz"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"otwieranie i modyfikowanie Twojego kalendarza"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"dostęp do kalendarza"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"dostęp do SMS-ów i ich modyfikowanie"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"przeglądanie SMS-ów i zarządzanie nimi"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Słownik użytkownika"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Odczytywanie lub zapisywanie słów w słowniku użytkownika."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Zakładki i historia"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Bezpośredni dostęp do zakładek i historii przeglądarki."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofon"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"używanie mikrofonu urządzenia"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"nagrywanie dźwięku"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Aparat"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"używanie aparatu fotograficznego urządzenia"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"robienie zdjęć i nagrywanie filmów"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"korzystanie z funkcji telefonu urządzenia"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"nawiązywanie połączeń telefonicznych i zarządzanie nimi"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Czujniki"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"dostęp do czujników i akcesoriów do noszenia"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"dostęp do danych z czujników i urządzeń do noszenia"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Pobieranie zawartości okna"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Sprawdzanie zawartości okna, z którego korzystasz."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Włączenie czytania dotykiem"</string> @@ -1510,12 +1510,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Zwiń"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Nie przeszkadzać"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Powiadomienia wyłączone"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Noc poza weekendem"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Weekend"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Wydarzenie"</string> <string name="muted_by" msgid="6147073845094180001">"Ściszone przez: <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"W Twoim urządzeniu wystąpił problem wewnętrzny. Może być ono niestabilne, dopóki nie przywrócisz danych fabrycznych."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"W Twoim urządzeniu wystąpił problem wewnętrzny. Skontaktuj się z jego producentem, by otrzymać szczegółowe informacje."</string> diff --git a/core/res/res/values-pt-rPT/strings.xml b/core/res/res/values-pt-rPT/strings.xml index a7f9eb933766..3b19143be750 100644 --- a/core/res/res/values-pt-rPT/strings.xml +++ b/core/res/res/values-pt-rPT/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Aplicações pessoais"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Trabalho"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Contactos"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"aceder e modificar os contactos"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"aceder aos contactos"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Localização"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"aceder à sua localização"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"As suas informações sociais"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Acesso direto às informações sobre os seus contactos e ligações sociais."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Calendário"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"aceder e modificar o calendário"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"aceder ao calendário"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"aceder e modificar SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"ver e gerir mensagens SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Dicionário do Utilizador"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Ler ou escrever palavras no dicionário do utilizador."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Marcadores e Histórico"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Acesso direto aos marcadores e histórico do navegador."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Microfone"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"utilizar o microfone do dispositivo"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"gravar áudio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Câmara"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"utilizar a câmara do dispositivo"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"tirar fotografias e gravar vídeos"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telemóvel"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"utilizar a telefonia do dispositivo"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"fazer e gerir chamadas"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensores"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"aceder a sensores e a dispositivos de vestir"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"aceder aos dados de sensores e dispositivos de vestir"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Obter conteúdo da janela"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Inspecionar o conteúdo de uma janela com a qual está a interagir."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Ativar Explorar Através do Toque"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Reduzir"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Não incomodar"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Período de inatividade"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Dias da semana à noite"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Fim de semana"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Evento"</string> <string name="muted_by" msgid="6147073845094180001">"Som desativado por <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Existe um problema interno no seu dispositivo e pode ficar instável até efetuar uma reposição de dados de fábrica."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Existe um problema interno no seu dispositivo. Contacte o fabricante para obter mais informações."</string> diff --git a/core/res/res/values-pt/strings.xml b/core/res/res/values-pt/strings.xml index a64b1835d127..ce623438b78a 100644 --- a/core/res/res/values-pt/strings.xml +++ b/core/res/res/values-pt/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Apps pessoais"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Trabalho"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Contatos"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"acessar e modificar seus contatos"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"acessar seus contatos"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Local"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"acessar seu local"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Suas informações sociais"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Acesso direto às informações de seus contatos e conexões sociais."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Agenda"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"acessar e modificar sua agenda"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"acessar sua agenda"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"acessar e modificar SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"ver e gerenciar mensagens SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Dicionário do usuário"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Ler ou escrever as palavras do dicionário do usuário."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Favoritos e histórico"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Acesso direto aos favoritos e histórico do navegador."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Microfone"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"usar o microfone do dispositivo"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"gravar áudio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Câmera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"usar a câmera do dispositivo"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"tirar fotos e gravar vídeos"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefone"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"usar a telefonia do dispositivo"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"fazer e gerenciar chamadas telefônicas"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensores"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"acessar sensores e wearables"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"acessar dados de sensores e dispositivos wearable"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Recuperar cont. da janela"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Inspecionar o conteúdo da janela com que você está interagindo."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Ativar Explorar por toque"</string> @@ -897,7 +897,7 @@ <string name="whichHomeApplication" msgid="4307587691506919691">"Selecione um app de Página inicial"</string> <string name="whichHomeApplicationNamed" msgid="4493438593214760979">"Usar %1$s como Página inicial"</string> <string name="alwaysUse" msgid="4583018368000610438">"Usar como padrão para esta ação."</string> - <string name="use_a_different_app" msgid="8134926230585710243">"Usar um app diferente"</string> + <string name="use_a_different_app" msgid="8134926230585710243">"Usar outro app"</string> <string name="clearDefaultHintMsg" msgid="3252584689512077257">"Padrão claro em Configurações do sistema > Apps > Baixado."</string> <string name="chooseActivity" msgid="7486876147751803333">"Escolher uma ação"</string> <string name="chooseUsbActivity" msgid="6894748416073583509">"Selecione um app para o dispositivo USB"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Recolher"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Não perturbe"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Tempo de inatividade"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Durante a semana à noite"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Fim de semana"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Evento"</string> <string name="muted_by" msgid="6147073845094180001">"Som desativado por <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Há um problema interno com seu dispositivo. Ele pode ficar instável até que você faça a redefinição para configuração original."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Há um problema interno com seu dispositivo. Entre em contato com o fabricante para saber mais detalhes."</string> diff --git a/core/res/res/values-ro/strings.xml b/core/res/res/values-ro/strings.xml index e77e85f88de7..dc975abba4c2 100644 --- a/core/res/res/values-ro/strings.xml +++ b/core/res/res/values-ro/strings.xml @@ -221,27 +221,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Aplicații personale"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Serviciu"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Persoane de contact"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"accesează și modifică persoanele de contact"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"accesează persoanele de contact"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Locație"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"accesează locația dvs."</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Informaţiile dvs. sociale"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Acces direct la informaţii despre persoanele de contact și conexiunile dvs. sociale."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Calendarul"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"accesează și modifică calendarul"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"accesează calendarul"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"accesează și modifică mesajele SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"vede și gestionează mesajele SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Dicţionarul utilizatorului"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Citește sau scrie cuvinte în dicționarul utilizatorului."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Marcajele și Istoricul"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Acces direct la marcaje și la istoricul navigării."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Microfonul"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"folosește microfonul dispozitivului"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"înregistrează conținut audio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Camera foto"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"folosește camera foto a dispozitivului"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"fotografiază și înregistrează videoclipuri"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"folosește serviciul de telefonie al dispozitivului"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"inițiază și gestionează apeluri telefonice"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Senzori"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"accesează senzorii și accesoriile inteligente"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"accesează datele de la senzori și dispozitivele portabile"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Recuperează conținutul ferestrei"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Inspectează conținutul unei ferestre cu care interacționați."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Activează funcția Explorați prin atingere"</string> @@ -1497,12 +1497,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Restrângeți"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Nu deranja"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Inactivitate"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Nopțile din zilele lucrătoare"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Weekend"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Eveniment"</string> <string name="muted_by" msgid="6147073845094180001">"Dezactivate de <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"A apărut o problemă internă pe dispozitiv, iar acesta poate fi instabil până la revenirea la setările din fabrică."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"A apărut o problemă internă pe dispozitiv. Pentru detalii, contactați producătorul."</string> diff --git a/core/res/res/values-ru/strings.xml b/core/res/res/values-ru/strings.xml index 9270d76fb61d..bccb53e4bda3 100644 --- a/core/res/res/values-ru/strings.xml +++ b/core/res/res/values-ru/strings.xml @@ -222,27 +222,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Персональные приложения"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Работа"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Контакты"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"доступ к контактам и их изменение"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"доступ к контактам"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Местоположение"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"доступ к данным о местоположении"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Информация о моих контактах"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Прямой доступ к информации о моих контактах и социальных связях."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Календарь"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"доступ к календарю и его изменение"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"доступ к календарю"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"доступ к SMS и их изменение"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"просмотр SMS-сообщений и управление ими"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Пользовательский словарь"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Чтение слов в пользовательском словаре или их запись."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Закладки и история"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Прямой доступ к закладкам и истории браузера."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Микрофон"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"доступ к микрофону устройства"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"запись аудио"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Камера"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"доступ к камере устройства"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"фото- и видеосъемка"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Телефон"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"доступ к телефонной сети"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"осуществление телефонных звонков и управление ими"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Датчики"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"доступ к датчикам и носимым устройствам"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"доступ к данным с датчиков и носимых устройств"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Читать содержимое окна."</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Распознавать содержимое окна, в котором вы находитесь."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Включать аудиоподсказки."</string> @@ -1510,12 +1510,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Свернуть"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Не беспокоить"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Режим оповещения"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Будний вечер"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Выходные"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Мероприятие"</string> <string name="muted_by" msgid="6147073845094180001">"Звук отключен приложением \"<xliff:g id="THIRD_PARTY">%1$s</xliff:g>\""</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Произошла внутренняя ошибка, и устройство может работать нестабильно, пока вы не выполните сброс настроек."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Произошла внутренняя ошибка. Обратитесь к производителю устройства за подробными сведениями."</string> diff --git a/core/res/res/values-si-rLK/strings.xml b/core/res/res/values-si-rLK/strings.xml index 0939f332ed14..d2f1dd82c9f7 100644 --- a/core/res/res/values-si-rLK/strings.xml +++ b/core/res/res/values-si-rLK/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"පුද්ගලික යෙදුම්"</string> <string name="managed_profile_label" msgid="6260850669674791528">"කාර්යාලය"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"සම්බන්ධතා"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"ඔබේ සම්බන්ධතා ප්රවේශ කරන්න සහ වෙනස් කරන්න"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"ඔබේ සම්බන්ධතාවලට පිවිසෙන්න"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"ස්ථානය"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"ඔබගේ ස්ථානය ප්රවේශ කිරීම"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"ඔබගේ සමාජයීය තොරතුරු"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"ඔබගේ සම්බන්ධතා සහ සාමාජ සම්බන්ධයන් ගැන තොරතුරු වෙත ඍජු ප්රවේශය."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"දින දර්ශනය"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"ඔබේ දින දර්ශනය ප්රවේශ කරන්න සහ වෙනස් කරන්න"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"ඔබේ දින දර්ශනයට පිවිසෙන්න"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"කෙටි පණිවිඩ"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"කෙටි පණිවුඩ ප්රවේශ කිරීම සහ වෙනස් කිරීම"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS පණිවිඩ බැලීම සහ කළමනාකරණය කිරීම"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"පරිශීලක ශබ්ද කෝෂය"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"පරිශීලක ශබ්ද කෝෂයේ වචන කියවීම සහ ලිවිම."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"පිටුසන් සහ ඉතිහාසය"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"පිටුසන් සහ බ්රව්සර ඉතිහාසය වෙත ඍජු ප්රවේශය."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"මයික්රොෆෝනය"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"උපාංග මයික්රෝෆෝනය භාවිතය"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"ශ්රව්ය පටිගත කරන්න"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"කැමරාව"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"උපාංග කැමරා භාවිතය"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"පින්තූර ගැනීම සහ වීඩියෝ පටිගත කිරීම"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"දුරකථනය"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"උපාංග දුරකථන භාවිතය"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"දුරකථන ඇමතුම් සිදු කිරීම සහ කළමනාකරණය කිරීම"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"සංවේදක"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"සංවේදක සහ පැළඳිය හැකි උපාංග ප්රවේශ කරන්න"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"සංවේදක සහ පැළඳිය හැකි උපාංගවලින් දත්තවලට පිවිසෙන්න"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"කවුළු අන්න්තර්ගතය ලබාගන්න"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"ඔබ අන්තර්ක්රියාකාරී වන කවුළුවේ අන්තර්ගතය පරීක්ෂා කරන්න."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"ස්පර්ශයෙන් ගවේෂණය සක්රිය කරන්න"</string> @@ -1486,12 +1486,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"හකුළන්න"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"බාධා නොකරන්න"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"බිඳවැටුම් කාලය"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Weeknight"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"සති අන්තය"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"සිදුවීම"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> විසින් නිශ්ශබ්ද කරන ලදි"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"ඔබේ උපාංගය සමගින් ගැටලුවක් ඇති අතර, ඔබේ කර්මාන්තශාලා දත්ත යළි සකසන තෙක් එය අස්ථායි විය හැකිය."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"ඔබේ උපාංගය සමගින් අභ්යන්තර ගැටලුවක් ඇත. විස්තර සඳහා ඔබේ නිෂ්පාදක අමතන්න."</string> diff --git a/core/res/res/values-sk/strings.xml b/core/res/res/values-sk/strings.xml index 41d840951132..ce5850571d4a 100644 --- a/core/res/res/values-sk/strings.xml +++ b/core/res/res/values-sk/strings.xml @@ -222,27 +222,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Osobné aplikácie"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Práca"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kontakty"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"prístup ku kontaktom a ich úprava"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"prístup k vašim kontaktom"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Poloha"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"prístup k polohe"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Vaše sociálne informácie"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Priamy prístup k informáciám o vašich kontaktoch a sociálnych prepojeniach."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalendár"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"prístup ku kalendáru a jeho úprava"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"prístup ku kalendáru"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"prístup k správam SMS a ich úprava"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"zobrazenie a správa správ SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Používateľský slovník"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Čítanie a zadávanie slov v používateľskom slovníku."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Záložky a história"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Priamy prístup k záložkám a histórii prehliadača."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofón"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"používanie mikrofónu zariadenia"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"zaznamenávanie zvuku"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Fotoaparát"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"používanie fotoaparátu zariadenia"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"fotenie a zaznamenávanie videí"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefón"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"používanie telefonických služieb zariadenia"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"telefonovanie a správa hovorov"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Senzory"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"prístup k senzorom a nositeľným zariadeniam"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"prístup k údajom zo senzorov a nositeľných zariadení"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Načítať obsah okna"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Preskúmať obsah okna s ktorým interagujete."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Zapnúť funkciu Preskúmanie dotykom"</string> @@ -1510,12 +1510,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Zbaliť"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Nerušiť"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Doba pokoja"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Noc pracovného dňa"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Víkend"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Udalosť"</string> <string name="muted_by" msgid="6147073845094180001">"Stlmené aplikáciou <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Vo vašom zariadení došlo k internému problému. Môže byť nestabilné, kým neobnovíte jeho továrenské nastavenia."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Vo vašom zariadení došlo k internému problému. Ak chcete získať podrobné informácie, obráťte sa na jeho výrobcu."</string> diff --git a/core/res/res/values-sl/strings.xml b/core/res/res/values-sl/strings.xml index 234bd6a50634..b5ff1651a69b 100644 --- a/core/res/res/values-sl/strings.xml +++ b/core/res/res/values-sl/strings.xml @@ -222,27 +222,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Osebne aplikacije"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Služba"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Stiki"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"dostop do stikov in njihovo spreminjanje"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"dostop do stikov"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Lokacija"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"dostop do vaše lokacije"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Podatki v družabnih omrežjih"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Neposreden dostop do podatkov o stikih in družabnih povezav."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Google Koledar"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"dostop do koledarja in njegovo spreminjanje"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"dostop do koledarja"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"dostop do SMS-jev in njihovo spreminjanje"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"ogled in upravljanje sporočil SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Uporabniški slovar"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Branje besed iz uporabniškega slovarja ali pisanje besed vanj."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Zaznamki in zgodovina"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Neposreden dostop do zaznamkov in zgodovine brskalnika."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofon"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"uporaba mikrofona naprave"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"snemanje zvoka"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Fotoaparat"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"uporaba fotoaparata naprave"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"fotografiranje in snemanje videoposnetkov"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"uporaba telefonije naprave"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"opravljanje in upravljanje telefonskih klicev"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Tipala"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"dostop do tipal in nosljivih naprav"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"dostop do podatkov tipal in nosljivih naprav"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Pridobivanje vsebine okna"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Preverite vsebino okna, ki ga uporabljate."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Vklop raziskovanja z dotikom"</string> @@ -1510,12 +1510,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Strni"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Ne moti"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Čas nedelovanja"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Večer med tednom"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Konec tedna"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Dogodek"</string> <string name="muted_by" msgid="6147073845094180001">"Izklop zvoka: <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Vaša naprava ima notranjo napako in bo morda nestabilna, dokler je ne ponastavite na tovarniške nastavitve."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Vaša naprava ima notranjo napako. Če želite več informacij, se obrnite na proizvajalca."</string> diff --git a/core/res/res/values-sr/strings.xml b/core/res/res/values-sr/strings.xml index b5c17f9322b4..e918fb24158e 100644 --- a/core/res/res/values-sr/strings.xml +++ b/core/res/res/values-sr/strings.xml @@ -221,27 +221,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Личне апликације"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Посао"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Контакти"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"приступ контактима и њихова измена"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"приступ контактима"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Локација"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"приступ вашој локацији"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Информације са друштвених мрежа"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Директан приступ информацијама о контактима и друштвеним везама."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Календар"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"приступ календару и његова измена"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"приступ календару"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"приступ SMS-овима и њихова измена"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"приказ SMS порука и управљање њима"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Кориснички речник"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Читање или писање речи у корисничком речнику."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Обележивачи и историја"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Директан приступ обележивачима и историји прегледача."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Микрофон"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"коришћење микрофона уређаја"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"снимање аудио снимака"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Камера"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"коришћење камере уређаја"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"снимање слика и видео снимака"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Телефон"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"коришћење телефоније уређаја"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"упућивање телефонских позива и управљање њима"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Сензори"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"приступ сензорима и уређајима за ношење"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"приступ подацима са сензора и носивих уређаја"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Преузимање садржаја прозора"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Проверава садржај прозора са којим остварујете интеракцију."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Укључивање Истраживања додиром"</string> @@ -1497,12 +1497,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Скупи"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Не узнемиравај"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Одмор"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Радни дан увече"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Викенд"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Догађај"</string> <string name="muted_by" msgid="6147073845094180001">"Звук је искључио/ла <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Дошло је до интерног проблема у вези са уређајем и можда ће бити нестабилан док не обавите ресетовање на фабричка подешавања."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Дошло је до интерног проблема у вези са уређајем. Потражите детаље од произвођача."</string> diff --git a/core/res/res/values-sv/strings.xml b/core/res/res/values-sv/strings.xml index 57a833bf0818..dfee604ea0de 100644 --- a/core/res/res/values-sv/strings.xml +++ b/core/res/res/values-sv/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Personliga appar"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Arbetet"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kontakter"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"få åtkomst till och ändra dina kontakter"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"få tillgång till dina kontakter"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Plats"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"få åtkomst till din plats"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Dina sociala uppgifter"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Direktåtkomst till information om dina kontakter och sociala kontakter."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalender"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"få åtkomst till och ändra kalendern"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"få tillgång till din kalender"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"Sms"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"få åtkomst till och ändra sms"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"visa och hantera sms"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Egen ordlista"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Läsa eller skriva ord i användarordlistan."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Bokmärken och historik"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Direktåtkomst till bokmärken och webbläsarhistorik."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofon"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"använda enhetens mikrofon"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"spela in ljud"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Kamera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"använda enhetens kamera"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"ta bilder och spela in video"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Mobil"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"använda enhetens telefonfunktion"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"ringa och hantera telefonsamtal"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensorer"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"få åtkomst till sensorer och smarta accessoarer"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"få tillgång till data från sensorer och smarta accessoarer"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Hämta fönsterinnehåll"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Granska innehållet i ett fönster som du interagerar med."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Aktivera Explore by Touch"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Komprimera"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Stör ej"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Avbrottstid"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Vardagskväll"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"I helgen"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Händelse"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> har stängt av ljudet"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Ett internt problem har uppstått i enheten, och det kan hända att problemet kvarstår tills du återställer standardinställningarna."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Ett internt problem har uppstått i enheten. Kontakta tillverkaren om du vill veta mer."</string> diff --git a/core/res/res/values-sw/strings.xml b/core/res/res/values-sw/strings.xml index 28d9429bf75f..cbb2f4849010 100644 --- a/core/res/res/values-sw/strings.xml +++ b/core/res/res/values-sw/strings.xml @@ -222,27 +222,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Programu binafsi"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Kazini"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Anwani"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"kufikia na kurekebisha anwani zako"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"fikia anwani zako"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Mahali"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"kufikia mahali ulipo"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Taarifa yako ya kijamii"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Kufikia moja kwa moja taarifa kuhusu anwani zako na miunganisho ya kijamii."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalenda"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"kufikia na kurekebisha kalenda yako"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"fikia kalenda yako"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"kufikia na kurekebisha SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"angalia na udhibiti ujumbe wa SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Kamusi ya Mtumiaji"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Kusoma au kuandika maneno katika kamusi ya mtumiaji."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Alamisho na Historia"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Kufikia, moja kwa moja, alamisho na historia ya kivinjari."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Kipokea sauti"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"kutumia maikrofoni ya kifaa"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"rekodi sauti"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Kamera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"kutumia kamera ya kifaa"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"piga picha na urekodi video"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Simu"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"kutumia simu ya kifaa"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"piga na udhibiti simu"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Vihisi"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"kufikia vihisi na vifaa vya kuvaliwa"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"fikia data kutoka vihisi na vifaa vya kuvaliwa"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Rejesha maudhui ya dirisha"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Chunguza maudhui ya dirisha unaloingiliana nalo."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Washa Chunguza kwa Mguso"</string> @@ -1051,7 +1051,7 @@ <string name="usb_accessory_notification_title" msgid="7848236974087653666">"Imeunganishwa kwa kifuasi cha USB"</string> <string name="usb_notification_message" msgid="2290859399983720271">"Gusa ili uone chaguo zingine za USB."</string> <string name="extmedia_format_title" product="nosdcard" msgid="9020092196061007262">"Fomati hifadhi ya USB?"</string> - <string name="extmedia_format_title" product="default" msgid="3648415921526526069">"Umbiza kadi ya SD."</string> + <string name="extmedia_format_title" product="default" msgid="3648415921526526069">"Ungependa kutayarisha kadi ya SD ili iweze kutumika?"</string> <string name="extmedia_format_message" product="nosdcard" msgid="3934016853425761078">"Faili zote zilizohifadhiwa katika hifadhi yako ya USB zitafutwa. Hatua hii haiwezi kubadilishwa!"</string> <string name="extmedia_format_message" product="default" msgid="14131895027543830">"Data yote kwenye kadi yako itapotea."</string> <string name="extmedia_format_button_format" msgid="4131064560127478695">"Fomati"</string> @@ -1486,12 +1486,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Kunja"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Usinisumbue"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Wakati wa hali tuli"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Usiku wa wiki"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Wikendi"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Tukio"</string> <string name="muted_by" msgid="6147073845094180001">"Sauti imezimwa na <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Kuna hitilafu ya ndani ya kifaa chako, na huenda kisiwe thabiti mpaka urejeshe mipangilio ya kiwandani."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Kuna hitilafu ya ndani ya kifaa chako. Wasiliana na mtengenezaji wa kifaa chako kwa maelezo."</string> diff --git a/core/res/res/values-ta-rIN/strings.xml b/core/res/res/values-ta-rIN/strings.xml index 88a8b9129982..1b251ae002d4 100644 --- a/core/res/res/values-ta-rIN/strings.xml +++ b/core/res/res/values-ta-rIN/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"தனிப்பட்ட பயன்பாடுகள்"</string> <string name="managed_profile_label" msgid="6260850669674791528">"பணியிடம்"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"தொடர்புகள்"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"தொடர்புகளை அணுகும், மாற்றும்"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"தொடர்புகளை அணுகும்"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"இருப்பிடம்"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"இருப்பிடத்தை அணுகும்"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"உங்கள் சமூகத் தகவல்"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"உங்கள் தொடர்புகள் மற்றும் சமூக இணைப்புகள் குறித்த தகவலுக்கான நேரடி அணுகல்."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"கேலெண்டர்"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"கேலெண்டரை அணுகும், மாற்றும்"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"கேலெண்டரை அணுகும்"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMSஐ அணுகும், மாற்றும்"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS செய்திகளைப் படிக்கும், நிர்வகிக்கும்"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"பயனர் அகராதி"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"பயனர் அகராதியில் சொற்களைப் படிக்கும் அல்லது எழுதும்."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"புத்தகக்குறிகள் மற்றும் வரலாறு"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"புத்தகக்குறிகள் மற்றும் உலாவியின் வரலாற்றுக்கான நேரடி அணுகல்."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"மைக்ரோஃபோன்"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"சாதனத்தின் மைக்ரோஃபோனை அணுகும்"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"ஆடியோவைப் பதிவுசெய்யும்"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"கேமரா"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"சாதனத்தின் கேமராவைப் பயன்படுத்தும்"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"படங்களை எடுக்கும், வீடியோவைப் பதிவுசெய்யும்"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"ஃபோன்"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"சாதனத்தின் டெலிஃபோனியைப் பயன்படுத்தும்"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"மொபைல் அழைப்புகளைச் செய்யும், பெறும்"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"உணர்விகள்"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"உணர்விகளையும் அணியக்கூடிய சாதனங்களையும் அணுகும்"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"சென்சார்கள், அணியக்கூடிய சாதனங்களிலிருந்து தரவை அணுகும்"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"சாளர உள்ளடக்கத்தைப் பெறவும்"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"நீங்கள் ஊடாடிக்கொண்டிருக்கும் சாளரத்தின் உள்ளடக்கத்தைப் பார்க்கலாம்."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"தொடுவதன் மூலம் அறிவதை இயக்கவும்"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"சுருக்கு"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"தொந்தரவு செய்ய வேண்டாம்"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"செயலற்ற நேரம்"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"வார இரவு"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"வார இறுதி"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"நிகழ்வு"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> ஒலியடக்கினார்"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"சாதனத்தில் அகச் சிக்கல் இருக்கிறது, அதனை ஆரம்பநிலைக்கு மீட்டமைக்கும் வரை நிலையற்று இயங்கலாம்."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"சாதனத்தில் அகச் சிக்கல் இருக்கிறது. விவரங்களுக்கு சாதன தயாரிப்பாளரைத் தொடர்புகொள்ளவும்."</string> diff --git a/core/res/res/values-te-rIN/strings.xml b/core/res/res/values-te-rIN/strings.xml index 685d75f190d0..86f078ab11df 100644 --- a/core/res/res/values-te-rIN/strings.xml +++ b/core/res/res/values-te-rIN/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"వ్యక్తిగత అనువర్తనాలు"</string> <string name="managed_profile_label" msgid="6260850669674791528">"కార్యాలయం"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"పరిచయాలు"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"మీ పరిచయాలను ప్రాప్యత చేస్తుంది మరియు సవరిస్తుంది"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"మీ పరిచయాలను ప్రాప్యత చేస్తుంది"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"స్థానం"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"మీ స్థానాన్ని ప్రాప్యత చేస్తుంది"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"మీ సామాజిక సమాచారం"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"మీ పరిచయాలు మరియు సామాజిక బాంధవ్యాలకు సంబంధించిన సమాచారానికి ప్రత్యక్ష ప్రాప్యత."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"క్యాలెండర్"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"మీ క్యాలెండర్ను ప్రాప్యత చేస్తుంది మరియు సవరిస్తుంది"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"మీ క్యాలెండర్ను ప్రాప్యత చేస్తుంది"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMSను ప్రాప్యత చేస్తుంది మరియు సవరిస్తుంది"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS సందేశాలను వీక్షిస్తుంది మరియు నిర్వహిస్తుంది"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"వినియోగదారు నిఘంటువు"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"వినియోగదారు నిఘంటువులో పదాలు చదువుతుంది లేదా వ్రాస్తుంది."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"బుక్మార్క్లు మరియు చరిత్ర"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"బుక్మార్క్లు మరియు బ్రౌజర్ చరిత్రకు ప్రత్యక్ష ప్రాప్యత."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"మైక్రోఫోన్"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"పరికర మైక్రోఫోన్ను ఉపయోగిస్తుంది"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"ఆడియోను రికార్డ్ చేస్తుంది"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"కెమెరా"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"పరికర కెమెరాను ఉపయోగిస్తుంది"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"చిత్రాలను తీస్తుంది మరియు వీడియోను రికార్డ్ చేస్తుంది"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"ఫోన్"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"పరికర టెలిఫోనీ సాంకేతికతను ఉపయోగిస్తుంది"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"ఫోన్ కాల్లను చేస్తుంది మరియు నిర్వహిస్తుంది"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"సెన్సార్లు"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"సెన్సార్లను మరియు ధరింపదగిన వాటిని ప్రాప్యత చేస్తుంది"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"సెన్సార్లు మరియు వేరబుల్ పరికరాల డేటాను ప్రాప్యత చేస్తుంది"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"విండో కంటెంట్ను మరలా పొందండి"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"మీరు పరస్పర చర్య చేస్తున్న విండో కంటెంట్ను పరిశీలించండి."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"తాకడం ద్వారా విశ్లేషణను ప్రారంభించండి"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"కుదించండి"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"అంతరాయం కలిగించవద్దు"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"ముఖ్యమైన పనిలో ఉన్నప్పుడు"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"వారపు రోజుల్లో రాత్రి"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"వారాంతం"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"ఈవెంట్"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> ద్వారా మ్యూట్ చేయబడింది"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"మీ పరికరంతో అంతర్గత సమస్య ఏర్పడింది మరియు మీరు ఫ్యాక్టరీ డేటా రీసెట్ చేసే వరకు అస్థిరంగా ఉంటుంది."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"మీ పరికరంతో అంతర్గత సమస్య ఏర్పడింది. వివరాల కోసం మీ తయారీదారుని సంప్రదించండి."</string> diff --git a/core/res/res/values-th/strings.xml b/core/res/res/values-th/strings.xml index a658c193c454..320676cb416d 100644 --- a/core/res/res/values-th/strings.xml +++ b/core/res/res/values-th/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"แอปส่วนตัว"</string> <string name="managed_profile_label" msgid="6260850669674791528">"ที่ทำงาน"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"รายชื่อติดต่อ"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"เข้าถึงและปรับเปลี่ยนรายชื่อติดต่อของคุณ"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"เข้าถึงรายชื่อติดต่อ"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"ตำแหน่ง"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"เข้าถึงตำแหน่งของคุณ"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"ข้อมูลทางสังคมของคุณ"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"เข้าถึงข้อมูลเกี่ยวกับผู้ติดต่อและเครือข่ายสังคมของคุณโดยตรง"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"ปฏิทิน"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"เข้าถึงและปรับเปลี่ยนปฏิทินของคุณ"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"เข้าถึงปฏิทิน"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"เข้าถึงและปรับเปลี่ยน SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"ดูและจัดการข้อความ SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"พจนานุกรมผู้ใช้"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"อ่านหรือเขียนคำในพจนานุกรมผู้ใช้"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"บุ๊กมาร์กและประวัติ"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"เข้าถึงบุ๊กมาร์กและประวัติของเบราว์เซอร์โดยตรง"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"ไมโครโฟน"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"ใช้ไมโครโฟนของอุปกรณ์"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"บันทึกเสียง"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"กล้องถ่ายรูป"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"ใช้กล้องของอุปกรณ์"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"ถ่ายภาพและบันทึกวิดีโอ"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"โทรศัพท์"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"ใช้โทรศัพท์ของอุปกรณ์"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"โทรและจัดการการโทร"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"เซ็นเซอร์"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"เข้าถึงเซ็นเซอร์และอุปกรณ์ที่สวมใส่ได้"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"เข้าถึงข้อมูลจากเซ็นเซอร์และอุปกรณ์ที่สวมใส่ได้"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"เรียกข้อมูลเนื้อหาของหน้าต่าง"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"ตรวจสอบเนื้อหาของหน้าต่างที่คุณกำลังโต้ตอบอยู่"</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"เปิด \"แตะเพื่อสำรวจ\""</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"ยุบ"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"ห้ามรบกวน"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"ช่วงเวลาเครื่องไม่ทำงาน"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"คืนวันธรรมดา"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"สุดสัปดาห์"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"กิจกรรม"</string> <string name="muted_by" msgid="6147073845094180001">"ปิดเสียงโดย <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"อุปกรณ์ของคุณเกิดปัญหาภายในเครื่อง อุปกรณ์อาจทำงานไม่เสถียรจนกว่าคุณจะรีเซ็ตข้อมูลเป็นค่าเริ่มต้น"</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"อุปกรณ์ของคุณเกิดปัญหาภายในเครื่อง โปรดติดต่อผู้ผลิตเพื่อขอรายละเอียดเพิ่มเติม"</string> diff --git a/core/res/res/values-tl/strings.xml b/core/res/res/values-tl/strings.xml index 343344a31ce8..0ec01504c52f 100644 --- a/core/res/res/values-tl/strings.xml +++ b/core/res/res/values-tl/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Mga personal na app"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Trabaho"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Mga Contact"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"i-access at baguhin ang iyong mga contact"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"ina-access ang iyong mga contact"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Lokasyon"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"i-access ang iyong lokasyon"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Ang iyong social na impormasyon"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Direktang access sa impormasyon tungkol sa iyong mga contact at social na koneksyon."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Kalendaryo"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"i-access at baguhin ang iyong kalendaryo"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"ina-access ang iyong kalendaryo"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"i-access at baguhin ang SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"tumitingin at namamahala sa mga mensaheng SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Diksyunaryo ng User"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Magbasa o magsulat ng mga salita sa diksyunaryo ng user"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Mga Bookmark at Kasaysayan"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Direktang access sa mga bookmark at kasaysayan ng browser."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikropono"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"gumamit ng mikropono sa device"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"nagre-record ng audio"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Camera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"gumamit ng camera sa device"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"kumukuha ng mga larawan at nagre-record ng video"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telepono"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"gumamit ng telephony sa device"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"tumatawag sa telepono at namamahala sa mga tawag sa telepono"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Mga Sensor"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"i-access ang mga sensor at nasusuot"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"ina-access ang data mula sa mga sensor at nasusuot na device"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Kunin ang nilalaman ng window"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Siyasatin ang nilalaman ng isang window kung saan ka nakikipag-ugnayan."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"I-on ang Explore by Touch"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"I-collapse"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Huwag istorbohin"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Walang serbisyo"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Weeknight"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Weekend"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Kaganapan"</string> <string name="muted_by" msgid="6147073845094180001">"Na-mute ng <xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"May internal na problema sa iyong device, at maaaring hindi ito maging stable hanggang sa i-reset mo ang factory data."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"May internal na problema sa iyong device. Makipag-ugnayan sa iyong manufacturer upang malaman ang mga detalye."</string> diff --git a/core/res/res/values-tr/strings.xml b/core/res/res/values-tr/strings.xml index 574e45ece7da..1ae1351dd062 100644 --- a/core/res/res/values-tr/strings.xml +++ b/core/res/res/values-tr/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Kişisel uygulamalar"</string> <string name="managed_profile_label" msgid="6260850669674791528">"İş"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kişiler"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"kişilerinize erişme ve değişiklik yapma"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"kişilerinize erişme"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Konum"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"konumunuza erişme"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Sosyal bilgileriniz"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Kişileriniz ve sosyal bağlantılarınızla ilgili bilgilere doğrudan erişim."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Takvim"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"takviminize erişme ve değişiklik yapma"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"takviminize erişme"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMS\'e erişme ve değişiklik yapma"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS iletilerini görüntüleme ve yönetme"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Kullanıcı Sözlüğü"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Kullanıcı sözlüğündeki kelimeleri okuma veya yazma"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Yer İşaretleri ve Geçmiş"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Yer işaretlerine ve tarayıcı geçmişine doğrudan erişim."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofon"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"cihaz mikrofonunu kullanma"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"ses kaydetme"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Kamera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"cihaz kamerasını kullanma"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"fotoğraf çekme ve video kaydetme"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"cihaz telefonunu kullanma"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"telefon aramaları yapma ve çağrıları yönetme"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensörler"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"sensörlere ve giyilebilir cihazlara erişme"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"sensörlerden ve giyilebilir cihazlardan gelen verilere erişme"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Pencere içeriğini alma"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Etkileşim kurduğunuz pencerenin içeriğini inceler."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Dokunarak Keşfet\'i açma"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Daralt"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Rahatsız etmeyin"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Bildirim istenmeyen zaman"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Hafta içi gece"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Hafta sonu"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Etkinlik"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> tarafından kapatıldı"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Cihazınızla ilgili dahili bir sorun oluştu ve fabrika verilerine sıfırlama işlemi gerçekleştirilene kadar kararsız çalışabilir."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Cihazınızla ilgili dahili bir sorun oluştu. Ayrıntılı bilgi için üreticinizle iletişim kurun."</string> diff --git a/core/res/res/values-uk/strings.xml b/core/res/res/values-uk/strings.xml index 02114ec10f81..c036cb05b0de 100644 --- a/core/res/res/values-uk/strings.xml +++ b/core/res/res/values-uk/strings.xml @@ -222,27 +222,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Особисті додатки"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Службовий профіль"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Контактні дані"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"відкривати та змінювати контактні дані"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"отримувати доступ до контактів"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Геодані"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"використовувати геодані"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Соціальна інформація"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Безпосередній доступ до інформації про ваші контакти та соціальні зв’язки."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Календар"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"відкривати та змінювати календар"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"отримувати доступ до календаря"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"відкривати та змінювати SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"переглядати SMS і керувати ними"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Словник користувача"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Переглядати або додавати слова в словнику користувача."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Закладки й історія"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Безпосередній доступ до закладок та історії веб-переглядача."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Мікрофон"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"використовувати мікрофон пристрою"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"записувати аудіо"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Камера"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"використовувати камеру пристрою"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"фотографувати та записувати відео"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Телефон"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"використовувати телефонний зв’язок пристрою"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"телефонувати та керувати дзвінками"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Датчики"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"отримувати доступ до датчиків і пристроїв Wear"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"отримувати доступ до даних із датчиків і пристроїв Wear"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Отримувати вміст вікна"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Перевіряти вміст вікна, з яким ви взаємодієте."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Увімкнути функцію дослідження дотиком"</string> @@ -1510,12 +1510,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Згорнути"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Не турбувати"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Простій"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Увечері в будні"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"На вихідних"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Подія"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> вимикає звук"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Через внутрішню помилку ваш пристрій може працювати нестабільно. Відновіть заводські налаштування."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"На пристрої сталася внутрішня помилка. Зв’яжіться з виробником пристрою, щоб дізнатися більше."</string> diff --git a/core/res/res/values-ur-rPK/strings.xml b/core/res/res/values-ur-rPK/strings.xml index f8acd34b91b8..ff5f1829106b 100644 --- a/core/res/res/values-ur-rPK/strings.xml +++ b/core/res/res/values-ur-rPK/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"ذاتی ایپس"</string> <string name="managed_profile_label" msgid="6260850669674791528">"دفتر"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"رابطے"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"اپنے رابطوں تک رسائی حاصل کریں اور ان میں ترمیم کریں"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"اپنے رابطوں تک رسائی حاصل کریں"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"مقام"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"اپنے مقام تک رسائی حاصل کریں"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"آپ کی سوشل معلومات"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"اپنے رابطوں اور سوشل کنکشنز کے بارے میں معلومات تک براہ راست رسائی۔"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"کیلنڈر"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"اپنے کیلنڈر تک رسائی حاصل کریں اور اس میں ترمیم کریں"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"اپنے کیلنڈر تک رسائی حاصل کریں"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMS تک رسائی حاصل کریں اور اس میں ترمیم کریں"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS پیغامات دیکھیں اور ان کا نظم کریں"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"صارف کی لغت"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"صارف کی لغت میں الفاظ پڑھیں یا لکھیں۔"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"بُک مارکس اور سرگزشت"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"بک مارکس اور براؤزر کی سرگزشت تک براہ راست رسائی۔"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"مائکروفون"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"آلہ کا مائیکروفون استعمال کریں"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"آڈیو ریکارڈ کریں"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"کیمرا"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"آلہ کا کیمرہ استعمال کریں"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"تصاویر لیں اور ویڈیو ریکارڈ کریں"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"فون"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"آلہ کا ٹیلیفونی استعمال کریں"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"فون کالز کریں اور ان کا نظم کریں"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"سینسرز"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"سینسرز اور ویئرایبلز تک رسائی حاصل کریں"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"سینسرز اور ویئرایبل آلات سے ڈیٹا تک رسائی حاصل کریں"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"ونڈو مواد کی بازیافت کریں"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"کسی ایسے ونڈو کے مواد کا معائنہ کریں جس کے ساتھ آپ تعامل کر رہے ہیں۔"</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"ٹچ کے ذریعے دریافت کریں کو آن کریں"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"سکیڑیں"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"ڈسٹرب نہ کریں"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"ڈاؤن ٹائم"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"ویک نائٹ"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"ویک اینڈ"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"ایونٹ"</string> <string name="muted_by" msgid="6147073845094180001">"<xliff:g id="THIRD_PARTY">%1$s</xliff:g> کے ذریعے خاموش کردہ"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"آپ کے آلہ میں ایک داخلی مسئلہ ہے اور جب تک آپ فیکٹری ڈیٹا کو دوبارہ ترتیب نہیں دے دیتے ہیں، ہوسکتا ہے کہ یہ غیر مستحکم رہے۔"</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"آپ کے آلہ میں ایک داخلی مسئلہ ہے۔ تفصیلات کیلئے اپنے مینوفیکچرر سے رابطہ کریں۔"</string> diff --git a/core/res/res/values-uz-rUZ/strings.xml b/core/res/res/values-uz-rUZ/strings.xml index 6731d33be03e..b3c4d932a0ce 100644 --- a/core/res/res/values-uz-rUZ/strings.xml +++ b/core/res/res/values-uz-rUZ/strings.xml @@ -202,8 +202,8 @@ <string name="global_action_lock" msgid="2844945191792119712">"Ekranni qulflash"</string> <string name="global_action_power_off" msgid="4471879440839879722">"O‘chirish"</string> <string name="global_action_bug_report" msgid="7934010578922304799">"Nosozlik haqida ma’lumot berish"</string> - <string name="bugreport_title" msgid="2667494803742548533">"Xatoliklar hisobotini olish"</string> - <string name="bugreport_message" msgid="398447048750350456">"U e-pochta xabari sifatida yuborish uchun joriy qurilmangiz holati to‘g‘risidagi ma’lumotlarni to‘playdi. Xatoliklar hisobotini to‘plash boshlanganidan uni yuborishga tayyorlaguncha biroz vaqt ketadi; iltimos, sabrli bo‘ling."</string> + <string name="bugreport_title" msgid="2667494803742548533">"Xatoliklar hisoboti"</string> + <string name="bugreport_message" msgid="398447048750350456">"Qurilmangiz holati haqidagi ma’lumotlar to‘planib, e-pochta orqali yuboriladi. Hisobotni tayyorlash biroz vaqt olishi mumkin."</string> <string name="global_action_toggle_silent_mode" msgid="8219525344246810925">"Ovozsiz usul"</string> <string name="global_action_silent_mode_on_status" msgid="3289841937003758806">"Tovush o‘chirilgan"</string> <string name="global_action_silent_mode_off_status" msgid="1506046579177066419">"Tovush yoqilgan"</string> @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Shaxsiy ilovalar"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Ish"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Kontaktlar"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"kontaktlaringizni ko‘rish va o‘zgartirish"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"kontaktlarga kirish"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Joylashuv"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"joylashuvingizni ko‘rish"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Ijtimoiy ma’lumotingiz"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Kontaktlaringiz va ijtimoiy aloqalaringiz haqidagi ma’lumotga to‘g‘ridan to‘g‘ri o‘tadi."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Taqvim"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"taqvimingizni ko‘rish va o‘zgartirish"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"taqvimga kirish"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"SMS xabarlarni ko‘rish va o‘zgartirish"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"SMS xabarlarni ko‘rish va boshqarish"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Foydalanuvchi lug‘ati"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Foydalanuvchi lug‘atida so‘zlarni o‘qish yoki yozish"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Xatcho‘plar va tarix"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Xatcho‘plar va brauzer tarixiga to‘g‘ridan to‘g‘ri kirishga ruxsat."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Mikrofon"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"qurilma mikrofonidan foydalanish"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"audioni yozib olish"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Kamera"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"qurilma kamerasidan foydalanish"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"rasmlar tushirish va videolarga olish"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Telefon"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"qurilma telefon xizmatidan foydalanish"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"telefonda qo‘ng‘iroq qilish va ularni boshqarish"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Sensorlar"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"taqiladigan qurilmalar va sensorlarni ko‘rish"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"Sensor va taqiladigan qurilmalardagi ma’lumotlarga kirish"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Oynadagi kontentni o‘qiydi"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Joriy oynadagi kontent mazmunini aniqlaydi."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Tegib o‘rganish xizmatini yoqish"</string> @@ -517,7 +517,7 @@ <string name="policydesc_resetPassword" msgid="1278323891710619128">"Ekran qulfini o‘zgartiradi."</string> <string name="policylab_forceLock" msgid="2274085384704248431">"Ekranni qulflash"</string> <string name="policydesc_forceLock" msgid="1141797588403827138">"Ekranning qachon va qanday qulflanishini boshqaradi."</string> - <string name="policylab_wipeData" msgid="3910545446758639713">"Barcha ma’lumotlarni o‘chirish"</string> + <string name="policylab_wipeData" msgid="3910545446758639713">"Barcha ma’lumotlarni tozalash"</string> <string name="policydesc_wipeData" product="tablet" msgid="4306184096067756876">"Planshet ma’lumotlarini ogohlantirishlarsiz ishlab chiqarilgan holatiga tiklash orqali o‘chirish"</string> <string name="policydesc_wipeData" product="tv" msgid="5816221315214527028">"Zavod sozlamalarini qayta tiklash orqali televizordagi ma’lumotlarni ogohlantirishsiz o‘chirib tashlaydi."</string> <string name="policydesc_wipeData" product="default" msgid="5096895604574188391">"Telefon ma’lumotlarini ogohlantirishlarsiz zavod sozlamalarini tiklash orqali o‘chirish"</string> @@ -911,7 +911,7 @@ <string name="anr_application_process" msgid="8941757607340481057">"<xliff:g id="APPLICATION">%1$s</xliff:g> javob bermayapti. Uni yopishni xohlaysizmi?"</string> <string name="anr_process" msgid="6513209874880517125">"<xliff:g id="PROCESS">%1$s</xliff:g> jarayoni javob bermayapti.\n\nUni yopishni xohlaysizmi?"</string> <string name="force_close" msgid="8346072094521265605">"OK"</string> - <string name="report" msgid="4060218260984795706">"Ma’lumot berish"</string> + <string name="report" msgid="4060218260984795706">"Xabar berish"</string> <string name="wait" msgid="7147118217226317732">"Kuting"</string> <string name="webpage_unresponsive" msgid="3272758351138122503">"Sahifa javob bermayapti.\n\nUni yopishni xohlaysizmi?"</string> <string name="launch_warning_title" msgid="1547997780506713581">"Ilova qayta yo‘naltirildi"</string> @@ -990,7 +990,7 @@ <string name="wifi_p2p_from_message" msgid="570389174731951769">"Kimdan:"</string> <string name="wifi_p2p_to_message" msgid="248968974522044099">"Kimga:"</string> <string name="wifi_p2p_enter_pin_message" msgid="5920929550367828970">"So‘ralgan PIN kodni kiriting:"</string> - <string name="wifi_p2p_show_pin_message" msgid="8530563323880921094">"PIN:"</string> + <string name="wifi_p2p_show_pin_message" msgid="8530563323880921094">"PIN-kod:"</string> <string name="wifi_p2p_frequency_conflict_message" product="tablet" msgid="8012981257742232475">"Planshet <xliff:g id="DEVICE_NAME">%1$s</xliff:g> ga ulanganligi tufayli vaqtincha Wi-Fi tarmog‘idan uzildi."</string> <string name="wifi_p2p_frequency_conflict_message" product="tv" msgid="3087858235069421128">"Televizor <xliff:g id="DEVICE_NAME">%1$s</xliff:g> qurilmasiga ulangan vaqtda Wi-Fi tarmog‘idan vaqtinchalik uziladi"</string> <string name="wifi_p2p_frequency_conflict_message" product="default" msgid="7363907213787469151">"Telefon <xliff:g id="DEVICE_NAME">%1$s</xliff:g>ga ulanganligi tufayli vaqtincha Wi-Fi tarmog‘idan uzildi."</string> @@ -1234,7 +1234,7 @@ <string name="data_usage_wifi_limit_snoozed_title" msgid="8743856006384825974">"Wi-Fi ma’lumot cheklovdan o‘tdi"</string> <string name="data_usage_limit_snoozed_body" msgid="7035490278298441767">"Chegaradan <xliff:g id="SIZE">%s</xliff:g> oshib ketdi."</string> <string name="data_usage_restricted_title" msgid="5965157361036321914">"Orqa fon ma’lumotlari cheklangan"</string> - <string name="data_usage_restricted_body" msgid="6741521330997452990">"Cheklovni olib tashlash uchun bosing."</string> + <string name="data_usage_restricted_body" msgid="6741521330997452990">"Cheklovni olib tashlash…"</string> <string name="ssl_certificate" msgid="6510040486049237639">"Xavfsizlik sertifikati"</string> <string name="ssl_certificate_is_valid" msgid="6825263250774569373">"Ushbu sertifikat - to‘g‘ri."</string> <string name="issued_to" msgid="454239480274921032">"Tegishli:"</string> @@ -1243,12 +1243,12 @@ <string name="org_unit" msgid="7265981890422070383">"Tashkilotning bir qismi:"</string> <string name="issued_by" msgid="2647584988057481566">"Tegishli:"</string> <string name="validity_period" msgid="8818886137545983110">"Yaroqliligi:"</string> - <string name="issued_on" msgid="5895017404361397232">"E’lon qilingan:"</string> - <string name="expires_on" msgid="3676242949915959821">"Eskirish sanasi:"</string> + <string name="issued_on" msgid="5895017404361397232">"Chiqarilgan sana:"</string> + <string name="expires_on" msgid="3676242949915959821">"Amal qilish muddati:"</string> <string name="serial_number" msgid="758814067660862493">"Serial raqam:"</string> <string name="fingerprints" msgid="4516019619850763049">"Barmoq izlari:"</string> - <string name="sha256_fingerprint" msgid="4391271286477279263">"SHA-256 imzo:"</string> - <string name="sha1_fingerprint" msgid="7930330235269404581">"SHA-1 imzo:"</string> + <string name="sha256_fingerprint" msgid="4391271286477279263">"SHA-256 barmoq izi:"</string> + <string name="sha1_fingerprint" msgid="7930330235269404581">"SHA-1 barmoq izi:"</string> <string name="activity_chooser_view_see_all" msgid="4292569383976636200">"Barchasini ko‘rish"</string> <string name="activity_chooser_view_dialog_title_default" msgid="4710013864974040615">"Harakat turini tanlang"</string> <string name="share_action_provider_share_with" msgid="5247684435979149216">"Ulashish"</string> @@ -1455,7 +1455,7 @@ <string name="lock_to_app_toast_locked" msgid="9125176335701699164">"Ilova qadab qo‘yilgan. Uni ekrandan yechish ushbu qurilmada ta’qiqlangan."</string> <string name="lock_to_app_start" msgid="6643342070839862795">"Ekran qadab qo‘yildi"</string> <string name="lock_to_app_exit" msgid="8598219838213787430">"Ekran bo‘shatildi"</string> - <string name="lock_to_app_unlock_pin" msgid="2552556656504331634">"Bo‘shatishdan oldin PIN kod so‘ralsin"</string> + <string name="lock_to_app_unlock_pin" msgid="2552556656504331634">"Yechishda PIN-kod so‘ralsin"</string> <string name="lock_to_app_unlock_pattern" msgid="4182192144797225137">"Bo‘shatishdan oldin chizmali parol so‘ralsin"</string> <string name="lock_to_app_unlock_password" msgid="6380979775916974414">"Bo‘shatishdan oldin parol so‘ralsin"</string> <string name="package_installed_device_owner" msgid="8420696545959087545">"Administratoringiz tomonidan o‘rnatilgan"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Yig‘ish"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Bezovta qilinmasin"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Nofaol vaqt"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Dam olish kunlari kechqurun"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Dam olish kunlari"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Tadbir"</string> <string name="muted_by" msgid="6147073845094180001">"“<xliff:g id="THIRD_PARTY">%1$s</xliff:g>” tomonidan ovozsiz qilingan"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Qurilmangiz bilan bog‘liq ichki muammo mavjud. U zavod sozlamalari tiklanmaguncha barqaror ishlamasligi mumkin."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Qurilmangiz bilan bog‘liq ichki muammo mavjud. Tafsilotlar uchun qurilmangiz ishlab chiqaruvchisiga murojaat qiling."</string> diff --git a/core/res/res/values-vi/strings.xml b/core/res/res/values-vi/strings.xml index 7450aeeb7f62..38d22a59c435 100644 --- a/core/res/res/values-vi/strings.xml +++ b/core/res/res/values-vi/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Ứng dụng cá nhân"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Cơ quan"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Danh bạ"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"truy cập và sửa đổi danh bạ của bạn"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"truy cập vào danh bạ của bạn"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Vị trí"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"truy cập vị trí của bạn"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Thông tin xã hội của bạn"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Truy cập trực tiếp vào thông tin về các địa chỉ liên hệ và các kết nối xã hội của bạn."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Lịch"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"truy cập và sửa đổi lịch của bạn"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"truy cập lịch của bạn"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"Tin nhắn SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"truy cập và sửa đổi tin nhắn SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"xem và quản lý tin nhắn SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Từ điển người dùng"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Đọc hoặc viết các từ trong từ điển người dùng."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Dấu trang và lịch sử"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Truy cập trực tiếp vào dấu trang và lịch sử trình duyệt."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"Micrô"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"sử dụng micrô của thiết bị"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"ghi âm"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Máy ảnh"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"sử dụng máy ảnh của thiết bị"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"chụp ảnh và quay video"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Điện thoại"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"sử dụng điện thoại của thiết bị"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"thực hiện và quản lý cuộc gọi điện thoại"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Cảm biến"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"truy cập cảm biến và thiết bị đeo được"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"truy cập dữ liệu từ cảm biến và các thiết bị có thể đeo"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Truy xuất nội dung cửa sổ"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Kiểm tra nội dung của cửa sổ bạn đang tương tác."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Bật Khám phá bằng cách chạm"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Thu gọn"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Không làm phiền"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Thời gian ngừng hoạt động"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Đêm trong tuần"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Cuối tuần"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Sự kiện"</string> <string name="muted_by" msgid="6147073845094180001">"Do <xliff:g id="THIRD_PARTY">%1$s</xliff:g> tắt tiếng"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Đã xảy ra sự cố nội bộ với thiết bị của bạn và thiết bị có thể sẽ không ổn định cho tới khi bạn thiết lập lại dữ liệu ban đầu."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Đã xảy ra sự cố nội bộ với thiết bị. Hãy liên hệ với nhà sản xuất của bạn để biết chi tiết."</string> diff --git a/core/res/res/values-zh-rCN/strings.xml b/core/res/res/values-zh-rCN/strings.xml index 41f7648dc61b..fce3d4a03a4b 100644 --- a/core/res/res/values-zh-rCN/strings.xml +++ b/core/res/res/values-zh-rCN/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"个人应用"</string> <string name="managed_profile_label" msgid="6260850669674791528">"工作"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"通讯录"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"存取和修改您的通讯录"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"使用您的通讯录"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"位置信息"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"存取您的位置信息"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"您的社交信息"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"直接访问与您的联系人和社交人脉相关的信息。"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"日历"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"存取和修改您的日历"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"访问您的日历"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"短信"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"存取和修改短信"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"查看和管理短信"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"用户字典"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"读取用户字典中的字词或写入新字词。"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"书签和历史记录"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"直接访问书签和浏览器历史记录。"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"麦克风"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"使用设备的麦克风"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"录制音频"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"相机"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"使用设备的摄像头"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"拍摄照片和录制视频"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"电话"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"使用设备的电话服务"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"拨打电话和管理通话"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"传感器"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"存取传感器和穿戴式设备的数据"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"访问传感器和穿戴式设备的数据"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"检索窗口内容"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"检查您正与其进行互动的窗口的内容。"</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"启用触摸浏览"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"收起"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"勿扰"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"休息时间"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"周一至周五夜间"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"周末"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"活动"</string> <string name="muted_by" msgid="6147073845094180001">"已被<xliff:g id="THIRD_PARTY">%1$s</xliff:g>设为静音"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"您的设备内部出现了问题。如果不将设备恢复出厂设置,设备运行可能会不稳定。"</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"您的设备内部出现了问题。请联系您的设备制造商了解详情。"</string> diff --git a/core/res/res/values-zh-rHK/strings.xml b/core/res/res/values-zh-rHK/strings.xml index bf7d8caa3f50..e06a32d7dd22 100644 --- a/core/res/res/values-zh-rHK/strings.xml +++ b/core/res/res/values-zh-rHK/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"個人應用程式"</string> <string name="managed_profile_label" msgid="6260850669674791528">"公司"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"通訊錄"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"存取和修改您的聯絡人"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"存取你的通訊錄"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"位置"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"存取您的位置"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"您的社交資訊"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"直接存取您的聯絡人資訊和社交網站資訊。"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"日曆"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"存取和修改您的日曆"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"存取你的日曆"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"短訊"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"存取和修改短訊"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"查看及管理短訊"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"使用者字典"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"讀取或寫入使用者字典中的字詞。"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"書籤和記錄"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"直接存取書籤和瀏覽器紀錄。"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"麥克風"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"使用裝置上的麥克風"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"錄製語音訊息"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"相機"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"使用裝置上的相機"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"拍照及錄製影片"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"電話"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"使用裝置上的電話"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"撥打電話及管理通話"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"感應器"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"存取感應器和穿戴式裝置"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"從感應器及穿戴式裝置存取資料"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"擷取視窗內容"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"檢查您使用中的視窗內容。"</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"開啟「輕觸探索」功能"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"收合"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"請勿干擾"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"休息時間"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"平日夜間"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"週末"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"活動"</string> <string name="muted_by" msgid="6147073845094180001">"靜音設定者:<xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"您裝置的系統發生問題,回復原廠設定後即可解決該問題。"</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"您裝置的系統發生問題,請聯絡您的製造商瞭解詳情。"</string> diff --git a/core/res/res/values-zh-rTW/strings.xml b/core/res/res/values-zh-rTW/strings.xml index 917748294824..ea405e75b8d5 100644 --- a/core/res/res/values-zh-rTW/strings.xml +++ b/core/res/res/values-zh-rTW/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"個人應用程式"</string> <string name="managed_profile_label" msgid="6260850669674791528">"公司"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"聯絡人"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"存取及修改您的聯絡人資料"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"存取您的聯絡人"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"位置"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"存取您的位置資訊"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"您的社交資訊"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"直接存取您的聯絡人資訊與社交網站資訊。"</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"日曆"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"存取及修改您的日曆資料"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"存取您的日曆"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"簡訊"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"存取及修改簡訊"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"查看及管理簡訊"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"使用者字典"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"讀取使用者字典中的字詞或寫入新字詞"</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"書籤與紀錄"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"直接存取書籤和瀏覽器紀錄。"</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"麥克風"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"使用裝置麥克風"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"錄音"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"相機"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"使用裝置相機"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"拍照及錄製影片"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"電話"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"使用裝置電話通訊系統"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"撥打電話及管理通話"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"感應器"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"存取感應器和穿戴式裝置"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"存取感應器和穿戴式裝置的資料"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"擷取視窗內容"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"檢查您存取的視窗內容。"</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"啟用輕觸探索功能"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"收合"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"零打擾"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"停機"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"週間晚上"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"週末"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"活動"</string> <string name="muted_by" msgid="6147073845094180001">"由 <xliff:g id="THIRD_PARTY">%1$s</xliff:g> 設為靜音"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"您的裝置發生內部問題,必須將裝置恢復原廠設定才能解除不穩定狀態。"</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"您的裝置發生內部問題,詳情請洽裝置製造商。"</string> diff --git a/core/res/res/values-zu/strings.xml b/core/res/res/values-zu/strings.xml index 822d84269d05..1bb2115f91c9 100644 --- a/core/res/res/values-zu/strings.xml +++ b/core/res/res/values-zu/strings.xml @@ -220,27 +220,27 @@ <string name="user_owner_label" msgid="6465364741001216388">"Izinhlelo zokusebenza zomuntu siqu"</string> <string name="managed_profile_label" msgid="6260850669674791528">"Umsebenzi"</string> <string name="permgrouplab_contacts" msgid="3657758145679177612">"Oxhumana nabo"</string> - <string name="permgroupdesc_contacts" msgid="1437393511338346185">"finyelela uphinde ulungise oxhumana nabo"</string> + <string name="permgroupdesc_contacts" msgid="6951499528303668046">"finyelela koxhumana nabo"</string> <string name="permgrouplab_location" msgid="7275582855722310164">"Indawo"</string> <string name="permgroupdesc_location" msgid="536889867433972794">"finyelela kundawo yakho"</string> <string name="permgrouplab_socialInfo" msgid="5799096623412043791">"Ulwazi lakho lomphakathi"</string> <string name="permgroupdesc_socialInfo" msgid="7129842457611643493">"Ukufinyelela okuqondile kulwazi mayelana noxhumana nabo bomphakathi."</string> <string name="permgrouplab_calendar" msgid="5863508437783683902">"Ikhalenda"</string> - <string name="permgroupdesc_calendar" msgid="2116049656685591803">"finyelela uphinde ulungise ikhalenda yakho"</string> + <string name="permgroupdesc_calendar" msgid="3889615280211184106">"finyelela kukhalenda yakho"</string> <string name="permgrouplab_sms" msgid="228308803364967808">"I-SMS"</string> - <string name="permgroupdesc_sms" msgid="3695085582674524761">"finyelela uphinde ulungise i-SMS"</string> + <string name="permgroupdesc_sms" msgid="3714409903876407981">"buka uphinde uphathe imilayezo ye-SMS"</string> <string name="permgrouplab_dictionary" msgid="8114410334955871144">"Isichazamazwi somsebenzisi"</string> <string name="permgroupdesc_dictionary" msgid="7586787746354378335">"Funda noma bhala amagama kusichazamazwi somsebenzisi."</string> <string name="permgrouplab_bookmarks" msgid="1949519673103968229">"Amabhukhimakhi nomlando"</string> <string name="permgroupdesc_bookmarks" msgid="4169771606257963028">"Ukufinyelela okuqondile kumlando wamabhukimakhi nesiphequluli."</string> <string name="permgrouplab_microphone" msgid="171539900250043464">"I-Microphone"</string> - <string name="permgroupdesc_microphone" msgid="1296196977187629181">"sebenzisa imakrofoni yedivayisi"</string> + <string name="permgroupdesc_microphone" msgid="4988812113943554584">"rekhoda ividiyo"</string> <string name="permgrouplab_camera" msgid="4820372495894586615">"Ikhamela"</string> - <string name="permgroupdesc_camera" msgid="2429930670410559293">"sebenzisa ikhamela yedivayisi"</string> + <string name="permgroupdesc_camera" msgid="3250611594678347720">"thatha izithombe uphinde urekhode ividiyo"</string> <string name="permgrouplab_phone" msgid="5229115638567440675">"Ifoni"</string> - <string name="permgroupdesc_phone" msgid="2016641188146068700">"sebenzisa ifoni yedivayisi"</string> + <string name="permgroupdesc_phone" msgid="6234224354060641055">"yenza uphinde uphathe amakholi wefoni"</string> <string name="permgrouplab_sensors" msgid="7416703484233940260">"Izinzwa"</string> - <string name="permgroupdesc_sensors" msgid="2987451839455524494">"finyelela izinzwa nokugqokwayo"</string> + <string name="permgroupdesc_sensors" msgid="6376772456799240169">"finyelela kudatha esuka kuzinzwa namadivayisi agqokekayo"</string> <string name="capability_title_canRetrieveWindowContent" msgid="3901717936930170320">"Thola okuqukethwe kwewindi"</string> <string name="capability_desc_canRetrieveWindowContent" msgid="3772225008605310672">"Hlola okuqukethwe kwewindi ohlanganyela nalo."</string> <string name="capability_title_canRequestTouchExploration" msgid="3108723364676667320">"Vula ukuhlola ngokuthinta"</string> @@ -1484,12 +1484,9 @@ <string name="toolbar_collapse_description" msgid="2821479483960330739">"Goqa"</string> <string name="zen_mode_feature_name" msgid="5254089399895895004">"Ungaphazamisi"</string> <string name="zen_mode_downtime_feature_name" msgid="2626974636779860146">"Isikhathi sokuphumula"</string> - <!-- no translation found for zen_mode_default_weeknights_name (3081318299464998143) --> - <skip /> - <!-- no translation found for zen_mode_default_weekends_name (2786495801019345244) --> - <skip /> - <!-- no translation found for zen_mode_default_events_name (8158334939013085363) --> - <skip /> + <string name="zen_mode_default_weeknights_name" msgid="3081318299464998143">"Ubusuku beviki"</string> + <string name="zen_mode_default_weekends_name" msgid="2786495801019345244">"Ngempelasonto"</string> + <string name="zen_mode_default_events_name" msgid="8158334939013085363">"Umcimbi"</string> <string name="muted_by" msgid="6147073845094180001">"Ithuliswe ngu-<xliff:g id="THIRD_PARTY">%1$s</xliff:g>"</string> <string name="system_error_wipe_data" msgid="6608165524785354962">"Kukhona inkinga yangaphakathi ngedivayisi yakho, futhi ingase ibe engazinzile kuze kube yilapho usetha kabusha yonke idatha."</string> <string name="system_error_manufacturer" msgid="8086872414744210668">"Kukhona inkinga yangaphakathi ngedivayisi yakho. Xhumana nomkhiqizi wakho ukuze uthole imininingwane."</string> diff --git a/docs/html/design/index.jd b/docs/html/design/index.jd index 638f35b27929..1ffb0a30e566 100644 --- a/docs/html/design/index.jd +++ b/docs/html/design/index.jd @@ -41,8 +41,12 @@ footer.hide=1 </div> </div> </section> - -<section class="dac-section dac-gray dac-small dac-invert"><div class="wrap"> +<div class="wrap dac-offset-parent"> + <a class="dac-fab dac-scroll-button" data-scroll-button href="#latest"> + <i class="dac-sprite dac-arrow-down-gray"></i> + </a> +</div> +<section class="dac-section dac-gray dac-small dac-invert" id="latest"><div class="wrap"> <h2 class="norule">Latest</h2> <div class="resource-widget resource-flow-layout col-16" data-query="collection:design/landing/latest" diff --git a/docs/html/develop/index.jd b/docs/html/develop/index.jd index 970adedcd771..80e42f2a1750 100644 --- a/docs/html/develop/index.jd +++ b/docs/html/develop/index.jd @@ -9,41 +9,52 @@ tabbedList=1 excludeFromSuggestions=true @jd:body -<section class="dac-expand dac-hero dac-light"> + <section class="dac-expand dac-hero dac-blue"> <div class="wrap"> <div class="cols dac-hero-content"> <div class="col-1of2 col-push-1of2 dac-hero-figure"> <img class="dac-hero-image" src="/images/develop/hero-android-studio-on-device.png"> </div> <div class="col-1of2 col-pull-1of2"> - <h1 class="dac-hero-title">Start!</h1> + <h1 class="dac-hero-title">Get Started with Android</h1> <p class="dac-hero-description"> - Set up your environment and create an app. Build faster with sample projects and templates. + Everything you need to build incredible app experiences on phones and tablets, Wear, TV, and Auto. </p> + +<!--Set up your environment and create an app. Build faster with sample projects and templates.--> </p> - <a class="dac-hero-cta" href="/sdk/index.html"> + <a class="dac-hero-cta" href="{@docRoot}sdk/index.html"> <span class="dac-sprite dac-auto-chevron"></span> Set up Android Studio </a><br> - <a class="dac-hero-cta" href="/training/basics/firstapp/index.html"> + <a class="dac-hero-cta" href="{@docRoot}training/basics/firstapp/index.html"> <span class="dac-sprite dac-auto-chevron"></span> - Make your first app + Build your first app </a><br> - <a class="dac-hero-cta" href="/guide/index.html"> + <a class="dac-hero-cta" href="{@docRoot}guide/index.html"> <span class="dac-sprite dac-auto-chevron"></span> Learn about Android </a><br> + <a class="dac-hero-cta" href="{@docRoot}guide/index.html"> + <span class="dac-sprite dac-auto-chevron"></span> + Sample projects + </a><br> </div> </div> - <div class="dac-section dac-small"> + <!--<div class="dac-section dac-small"> <div class="resource-widget resource-flow-layout col-16" data-query="collection:develop/landing/mainlinks" data-cardSizes="6x2" data-maxResults="6"></div> - </div> + </div>--> </div> </section> +<div class="wrap dac-offset-parent"> + <a class="dac-fab dac-scroll-button" data-scroll-button href="#latest"> + <i class="dac-sprite dac-arrow-down-gray"></i> + </a> +</div> -<section class="dac-section dac-gray dac-small dac-invert"><div class="wrap"> +<section class="dac-section dac-gray dac-small dac-invert" id="latest"><div class="wrap"> <h2 class="norule">Latest</h2> <div class="resource-widget resource-flow-layout col-16" data-query="collection:develop/landing/latest" @@ -51,6 +62,19 @@ excludeFromSuggestions=true data-maxResults="3"></div> </div></section> +<section class="dac-section dac-section-light"><div class="wrap"> + <h1 class="dac-section-title">Tools for building apps</h1> + <div class="dac-section-subtitle"> + Insights into Android's tools and libraries to speed your development. + </div> + <div class="resource-widget resource-flow-layout col-16" + data-query="collection:develop/landing/tools" + data-cardSizes="6x6" + data-maxResults="3" + data-sortOrder="random"></div> + <ul class="dac-section-links"> + </ul> +</div></section> <section class="dac-section dac-light"><div class="wrap"> <h1 class="dac-section-title">Android performance patterns</h1> @@ -69,21 +93,8 @@ excludeFromSuggestions=true </ul> </div></section> -<section class="dac-section dac-section-light"><div class="wrap"> - <h1 class="dac-section-title">Tools for building apps</h1> - <div class="dac-section-subtitle"> - Insights into Android's tools and libraries to speed your development. - </div> - <div class="resource-widget resource-flow-layout col-16" - data-query="collection:develop/landing/tools" - data-cardSizes="6x6" - data-maxResults="3"></div> - <ul class="dac-section-links"> - </ul> -</div></section> - -<section class="dac-section dac-light"><div class="wrap"> - <h1 class="dac-section-title">Ubiquitous computing</h1> +<section class="dac-section dac-gray"><div class="wrap"> + <h1 class="dac-section-title">Ubiquitous computing on Android</h1> <div class="dac-section-subtitle"> Opening up new stuff. </div> @@ -107,9 +118,10 @@ excludeFromSuggestions=true </ul> </div></section> -<section class="dac-section dac-gray"><div class="wrap"> - <h1 class="dac-section-title">Courses</h1> - <div class="dac-section-subtitle">Free online courses from Android experts that bring you step-by-step to building your own apps.</div> +<section class="dac-section dac-light"><div class="wrap"> + <h1 class="dac-section-title">Online Courses</h1> + <div class="dac-section-subtitle">Free online courses from Android + experts that bring you step-by-step to building your own apps.</div> <div class="resource-widget resource-flow-layout col-16" data-query="collection:develop/landing/courses" data-cardSizes="6x6" diff --git a/docs/html/distribute/engage/ads.jd b/docs/html/distribute/engage/ads.jd new file mode 100644 index 000000000000..9ca72f34c8b3 --- /dev/null +++ b/docs/html/distribute/engage/ads.jd @@ -0,0 +1,58 @@ +page.title=Drive engagement with AdWords Ads +page.metaDescription=Keep users coming back. AdWords offers re-engagement tools to help your app stay top of mind with users. +page.tags="engagement, adwords" +page.image=images/cards/adwords_2x.jpg +@jd:body + +<p>Successful apps keep users coming back again and again. AdWords offers app +re-engagement tools to help your app stay top of mind with users who’ve +already installed it on their phone. AdWords can remind them of key features +and encourage them to try your app again, or help them complete an activity +they didn't know your app could handle.</p> + +<p> + <a href="https://support.google.com/adwords/answer/6032073">Get started with AdWords mobile + app engagement campaigns</a>. +</p> + +<div> + <div class="figure-left" style="width:46%;"> + <h3>From search</h3> + <img src="/images/distribute/promote_ads.png"> + <p class="figure-caption">Add deep links to your app, then bring users straight + to relevant app content when they’re searching.</p> + </div> + <div class="figure-right" style="width:46%;"> + <h3>From apps</h3> + <img src="/images/distribute/promote_ads_inapp.png"> + <p class="figure-caption">Use remarketing and deep links to bring users to just the right + place in your app to re-engage and convert, from other apps and games they love.</p> + </div> +</div> + +<h3 id="tips">Tips</h2> + +<ul> + <li> Track what users do in your app after they click an ad, by installing the + AdWords <a href="https://developers.google.com/app-conversion-tracking/">conversion tracking + SDK</a>. + <li> Advertise a compelling reason for users to re-engage with your app, such as a + reminder or a special offer. + <li> <a href="https://developers.google.com/app-indexing/webmasters/app">Add deep links</a> to + your app and bring users directly to the most relevant and interesting + parts of your app, where they can easily take action. + <li> Re-engage with your app users across the Display Network with remarketing lists +and search with keywords. + <li> Use remarketing lists to target high value users so that you can drive more +conversions in your app. +</ul> + +<h2 id="related_resources">Related resources</h2> + +<div class="resource-widget resource-flow-layout col-13" + data-query="collection:distribute/engage/reengage" + data-sortorder="-timestamp" + data-cardsizes="9x3" + data-maxresults="6"> +</div> + diff --git a/docs/html/distribute/engage/appindexing.jd b/docs/html/distribute/engage/appindexing.jd new file mode 100644 index 000000000000..2b8f315a49c8 --- /dev/null +++ b/docs/html/distribute/engage/appindexing.jd @@ -0,0 +1,61 @@ +page.title=Bring Users from Google Search +page.metaDescription=Use search to bring your existing users back into your app. +page.image=images/cards/adwords_2x.jpg +page.tags="engagement, search" +@jd:body + +<p>Use the features of Google Search for Android to drive the use of your apps: </p> + +<ul> +<li>Once users have installed your app, search can bring them back with <strong>deep-links</strong> direct to your app. </li> + <li>When users use <strong>voice commands</strong> to ask Google to perform a task, your app can be one of those +completing the task.</li> + +<li>You can also take advantage of <strong>Google Now</strong> to +display cards for event, flight, hotel, and restaurant reservations you notify +to users’ gmail addresses, and bring users back from the email linked to the +card.</li> +</ul> + +<p>Start now by <a href="https://developers.google.com/app-indexing/">indexing your app</a>, then take advantage of <a href="https://developers.google.com/voice-actions/">Voice Actions</a>, the <a href="https://developers.google.com/app-indexing/webmasters/appindexingapi">App Indexing API</a>, and <a href="https://developers.google.com/schemas/now/cards">Google Now Cards</a>.</p> + + +<h2 id="help_users_find_your_information">Help Users Find Your Information</h2> + +<p>Re-engage with your users with deep-links displayed in search results, links +that take users directly to content within your app.</p> + + +<div style="margin-top:1.5em;margin-left:24px"> +<img src="{@docRoot}images/distribute/more-app-engagement.png"> +</div> +<h2 id="empower_users_in_your_app">Empower your users to get things done in your app</h2> + +<p>Brings your users into your app to take action with voice actions such as “Ok +Google, play a song” with the music app of choice, or “Ok Google, search for +hotels in Maui on TripAdvisor” in the TripAdvisor app.</p> + +<div style="margin-top:1em"> +<img src="{@docRoot}images/distribute/music-action.png"> +</div> + + +<h2 id="assist_your_users">Assist your users where and when they need it</h2> + +<div class="figure"> +<img src="https://developers.google.com/schemas/images/now_eventconfirmation.png"> +</div> + +<p>Inform your users of their reservations with cards created from structured data +markup delivered in Gmail notifications. Cards also lead users quickly back to +your email message, for further engagement.</p> + +<h2 style="clear:both" id="related-resources">Related Resources</h2> + +<div class="resource-widget resource-flow-layout col-13" + data-query="collection:distribute/engage/appindexing" + data-sortOrder="-timestamp" + data-cardSizes="9x3" + data-maxResults="6"></div> + + diff --git a/docs/html/distribute/engage/deep-linking.jd b/docs/html/distribute/engage/deep-linking.jd index ea1f1debf13b..b8d974c4705a 100644 --- a/docs/html/distribute/engage/deep-linking.jd +++ b/docs/html/distribute/engage/deep-linking.jd @@ -26,27 +26,26 @@ page.image=images/cards/google-search_2x.png before accessing the resource. </p> -<div style="padding:2em, auto;width:550px;"> - <div style="float:right; width:260px; padding-left:1em;"> - <img src="{@docRoot}images/gp-engage-5.jpg" class="border-img"> - <p class="img-caption"> + +<div style="inline-block"> + +<div class="col-5"> + <img src="{@docRoot}images/gp-engage-5.jpg"> + <p class="figure-caption"> G+ Post with Deep Link to Buy </p> - </div> +</div> - <div style="width:260px;float:left;"> - <img src="{@docRoot}images/gp-engage-6.jpg" class="border-img"> - <p class="img-caption"> +<div class="col-5"> + <img src="{@docRoot}images/gp-engage-6.jpg"> + <p class="figure-caption"> Purchase page within app </p> - </div> </div> - -<div class="headerLine"> -<h2>Deep Linking from Google Search — App Indexing</h2> </div> +<h2 style="clear:both">Deep Linking from Google Search — App Indexing</h2> <div style="float:right;"> <img src="/images/gp-listing-4.jpg" style="padding-top:1em;padding-left:2em;"> @@ -65,15 +64,15 @@ page.image=images/cards/google-search_2x.png content</a>. </p> -<div class="clearfloat" style="margin-top:2em;"></div> -<div style="float:right;width:340px;padding-left:2em;"> - <img src="/images/gp-ads-linking2.jpg" style="padding-top:1em;"> -</div> -<div class="headerLine "> -<h2>Deep Linking from Google Ads</h2> +<h2 style="clear:both" style="padding-top:2em">Deep Linking from Google Ads</h2> + + +<div class="col-5" style="float:right"> + <img src="{@docRoot}images/gp-ads-linking2.jpg" > </div> + <p> Ads can remind users about the apps they already have. </p> diff --git a/docs/html/distribute/engage/engage_toc.cs b/docs/html/distribute/engage/engage_toc.cs index eb176f941b0d..4639d5500be0 100644 --- a/docs/html/distribute/engage/engage_toc.cs +++ b/docs/html/distribute/engage/engage_toc.cs @@ -31,18 +31,37 @@ </li> <li class="nav-section"> <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs - var:toroot?>distribute/engage/game-services.html"> - <span class="en">Encourage Competition</span></a> + var:toroot?>distribute/engage/ads.html"> + <span class="en">Drive engagement with Ads</span></a> </div> </li> <li class="nav-section"> <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs + var:toroot?>distribute/engage/appindexing.html"> + <span class="en">Bring Users from Search</span></a> + </div> + </li> + <li class="nav-section"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs + var:toroot?>distribute/engage/intents.html"> + <span class="en">Use the Power of Intents</span></a> + </div> + </li> + + <li class="nav-section"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/engage/analytics.html"> <span class="en">Understand User Behavior</span></a> </div> </li> <li class="nav-section"> <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs + var:toroot?>distribute/engage/game-services.html"> + <span class="en">Encourage Competition</span></a> + </div> + </li> + <li class="nav-section"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/engage/app-updates.html"> <span class="en">Update Regularly</span></a> </div> diff --git a/docs/html/distribute/engage/index.jd b/docs/html/distribute/engage/index.jd index 2b103c3c637f..a47e004228b6 100644 --- a/docs/html/distribute/engage/index.jd +++ b/docs/html/distribute/engage/index.jd @@ -1,5 +1,5 @@ page.title=Engage & Retain Users -page.metaDescription=Engaging and retaining active users is the key to success. Here are some resources to help you build an active user base. +page.metaDescription=Engaging and retaining active users are the keys to success. Here are some resources to help you build an active user base. section.landing=true nonavpage=true @@ -15,8 +15,13 @@ nonavpage=true <div class="resource-widget resource-flow-layout landing col-16" data-query="collection:distribute/engagelanding" - data-cardSizes="9x6,9x6,6x6,6x6,6x6,9x6,9x6,6x6,6x6,6x6" - data-maxResults="10"> + data-cardSizes="6x6" + data-maxResults="6"> + </div> + <div class="resource-widget resource-flow-layout landing col-16" + data-query="collection:distribute/engagelanding" + data-cardSizes="6x2" + data-maxResults="20"> </div> <h3>Related Resources</h3> diff --git a/docs/html/distribute/engage/intents.jd b/docs/html/distribute/engage/intents.jd new file mode 100644 index 000000000000..0371ac439979 --- /dev/null +++ b/docs/html/distribute/engage/intents.jd @@ -0,0 +1,39 @@ +page.title=Drive On-Device Discovery through Android Intents +page.metaDescription=Make your app available to users as they perform tasks in other apps through Intents. +page.tags="engagement" +@jd:body + +<p>Let the user choose <em>your app</em> to handle specific tasks from another app, +such as sharing a picture, sending a message, or playing music. You can do this though +Android's open Intents system. By adding Intent filters for the tasks your app can handle, +you make it easy for the user to access your app’s features from other apps and from voice +commands in Google Now.</p> + +<img src="{@docRoot}images/distribute/engage-intents.png"> + +<p>By declaring Intent Filters in your app, it informs the Android OS about the +actions it can perform for other apps. And in addition to making it easy for +your users to make full use of your app’s features, it can help them discover +features they didn’t know it supported.</p> + +<p>To learn about all the ways you can use Intents, check out <a +href="{@docRoot}guide/components/intents-filters.html">Intents and Intent Filters</a>.</p> + +<h2 id=tips>Tips</h2> + +<ul> + <li> Identify and package any features your app can offer to other apps. + <li> Use the "view" intent to give users the option to open any links to your +website within your app instead. + <li> Familiarize yourself with actions commonly accomplished with intents, such as +sharing, so that you can focus on your app's core functionality and outsource +common actions. +</ul> + +<h2 style="clear:both" id="related-resources">Related Resources</h2> + +<div class="resource-widget resource-flow-layout col-13" + data-query="collection:distribute/engage/intents" + data-sortOrder="-timestamp" + data-cardSizes="9x3" + data-maxResults="6"></div> diff --git a/docs/html/distribute/index.jd b/docs/html/distribute/index.jd index c49fe3eb59f6..bff8df6d223c 100644 --- a/docs/html/distribute/index.jd +++ b/docs/html/distribute/index.jd @@ -10,7 +10,13 @@ page.metaDescription=The most visited store in the world for Android apps. Cloud <div class="dac-hero-carousel" data-carousel-query="collection:distribute/landing/carousel"> </div> -<section class="dac-section dac-gray dac-small dac-invert"><div class="wrap"> +<div class="wrap dac-offset-parent"> + <a class="dac-fab dac-scroll-button" data-scroll-button href="#latest"> + <i class="dac-sprite dac-arrow-down-gray"></i> + </a> +</div> + +<section class="dac-section dac-gray dac-small dac-invert" id="latest"><div class="wrap"> <h2 class="norule">Latest</h2> <div class="resource-widget resource-flow-layout col-16" data-query="type:youtube+tag:googleplay+tag:developerstory+tag:featured, type:blog+tag:googleplay+tag:distribute+tag:featured" diff --git a/docs/html/distribute/monetize/ads.jd b/docs/html/distribute/monetize/ads.jd index b5c5f4ad6e91..8f6c8b0c98bf 100644 --- a/docs/html/distribute/monetize/ads.jd +++ b/docs/html/distribute/monetize/ads.jd @@ -1,138 +1,129 @@ -page.title=Monetize with Ads -page.metaDescription=Ads are a quick and easy way to incorporate a monetization option into both your free and paid apps. -page.tags="monetizing", "free", "freemium", "ads" -page.image=/distribute/images/advertising.jpg - +page.title=Earn Revenue from AdMob Ads +page.metaDescription=Gain insights about your users, drive more in-app purchases, and maximize your ad revenue. +page.tags="monetizing", "ads", "admob", "ads" +page.image=distribute/images/advertising.jpg @jd:body <div class="figure"> <img src="{@docRoot}distribute/images/advertising.jpg" style="width:460px;"> </div> -<p> - Ads can be a quick and easy way to earn more from your <a href= - "{@docRoot}distribute/monetize/freemium.html">freemium</a>, <a href= - "{@docRoot}distribute/monetize/premium.html">premium</a>, and <a href= - "{@docRoot}distribute/monetize/subscriptions.html">subscription</a> apps. - AdMob and the Google Mobile Ads SDK let you add advertising to your apps with - just a few lines of code. -</p> - -<p> - The question is: which model gets the best results for your app? Google's ad - tools are made to help you figure out what combination works best for both - your audience and your bottom line. </p> - -<p>Start by linking your AdMob and Google - Analytics accounts to get better insights and more earning power: for - instance, AdMob can promote in-app purchases to the people who buy them most - often, while showing income-generating ads to those less likely to buy right - now. -</p> - -<p> - Using <a href= - "http://www.google.com/ads/admob/monetize.html#subid=us-en-et-dac">AdMob</a> - and the <a href="{@docRoot}google/play-services/ads.html">Google Mobile Ads - SDK</a> included in Google Play Services, you’re able to add advertising into - your apps, with just a few lines of code. -</p> - -<p> - When including ads in your apps you should consider: -</p> +<p>Ads are an effective and easy way to earn revenue from your apps. AdMob brings +together best-in-class technology in a single ad platform for your app, so you +can gain insights about your users, drive more in-app purchases, and maximize +your ad revenue. You won’t need to rely on a combination of tools or use +precious development resources to build your own solution.</p> + +<p>Why choose AdMob?</p> <ul> - <li> - <p> - <strong>Placement within your apps</strong> — Well-placed ads make - it more likely that users will click through and convert. Poorly-placed - ads lead to lower click-through rates, and even poor ratings and users - abandoning your apps. Our <a href= - "{@docRoot}training/monetization/ads-and-ux.html">developer training</a> - on using ads shows some of the best ways to place ads. - </p> - </li> - - <li> - <p> - <strong>Ad formats</strong> — Every app offers a different type of - experience for users, so it’s important that your ad formats match that - experience. While banner ads may work well for a flashlight utility app, - an immersive gaming app may benefit more from a video interstitial. - Mismatched ad formats can make users unhappy and leave money on the - table. - </p> - </li> - - <li> - <p> - <strong>Maximizing your performance</strong> — Make sure you’re - optimizing your advertising revenue by maximizing your CPMs and fill - rate. Ad providers often cite their very high CPMs but don't mention low - fill rates that can severely decrease your effective CPM. Be sure to look - at both of these figures. Consider using a <a href= - "https://support.google.com/admob/v2/answer/3063564?hl=en&ref_topic=3063091#subid=us-en-et-dac"> - mediation</a> solution if you’d like to use multiple ad providers in your - apps. Look for solutions that offer yield management or <a href= - "https://support.google.com/admob/v2/answer/3379794?hl=en&ref_topic=3379793#subid=us-en-et-dac"> - network optimization</a> features to serve the highest paying ad for each - impression. - </p> - </li> - - <li> - <p> - <strong>Exercising control options</strong> — A variety of ads may - show up within your app. It may make sense to <a href= - "https://support.google.com/admob/v2/answer/3150235?hl=enl#subid=us-en-et-dac"> - block</a> certain of those advertisements from appearing, depending on - your goals and the type of experience you want to provide. Some - developers, for instance, don’t want ads for apps in their same category - showing to their users, while others don’t mind at all. - </p> - </li> - - <li> - <p> - <strong>Cross promoting your other apps</strong> — Ads can do more - than earn revenue. Consider running <a href= - "https://support.google.com/admob/v2/answer/3210452?hl=en#subid=us-en-et-dac"> - house ads</a> within your apps to promote other apps in your portfolio. - When you launch a new app, this kind of promotion is a free and easy way - to attract new users quickly. - </p> - </li> + <li> Over 650,000 apps use AdMob + <li> $1 billion+ paid to developers in the last 2 years + <li> Fast, reliable payment in local currencies + <li> High CPMs and the best fill rates + <li> Industry-leading mediation platform </ul> -<p> - Don't forget that paid channels like AdWords and YouTube can help you cast a - wider net by reaching targeted audiences outside the app ecosystem. They're a - great way to find new users at a price that you control. <a href= - "https://support.google.com/adwords/answer/2549053">Learn more</a>. -</p> +<p><a href="http://www.google.com/ads/admob/#subid=us-en-et-dac">Sign-up for AdMob</a> +today and start showing ads by integrating the <a +href="https://developers.google.com/mobile-ads-sdk/download">Google Mobile Ads SDK</a> +in your app with a few lines of code.</p> + +<h2 id="key_features">Key features</h2> + +<div style="display:inline-block"> +<h3 id="maximize_your_ad_revenue">Maximize your ad revenue</h3> + +<div class="col-4"> + <h4 id="maximize_earnings">Maximize earnings</h4> + <p>Earn more with our industry-leading ad service, which includes <a href= + "https://support.google.com/admob/answer/3063564">free mediation</a> to + automatically improve your earnings, and access to all of Google’s advertiser + demand from AdMob, AdWords, and the DoubleClick Ad Exchange.</p> +</div> + +<div class="col-4"> + <h4 id="get_paid_fast">Get paid fast</h4> + <p>Get paid in local currencies quickly and reliably, with no wire fees charged by + AdMob.</p> +</div> + +<div class="col-4"> + <h4 id="easy_and_free">Easy and free</h4> + <p>The SDK can be installed quickly, and there are no standard fees for using the + platform.</p> +</div> +</div> + +<div style="display:inline-block"> +<h3 id="grow_your_business_with_a_trusted_partner">Grow your business with a trusted partner</h3> + +<div class="col-6"> + <h4 id="powered_by_googles_ad_technology">Powered by Google’s ad technology</h4> + <p>For over a decade, Google has helped millions of developers grow their digital + businesses.</p> +</div> + +<div class="col-6"> +<h4 id="auto_updates_on_google_play">Auto updates on Google Play</h4> +<p>AdMob’s integration with Google Play services pushes automatic performance + improvements to Android apps without additional SDK changes.</p> +</div> +</div> + +<div style="display:inline-block"> +<h3 id="drive_more_in-app_purchases_and_downloads">Drive more in-app purchases and downloads</h3> + +<div class="col-6"> +<h4 id="sell_more_in-app_purchases">Sell more in-app purchases</h4> +<p>Earn more revenue by intelligently promoting your in-app purchases to the users +most likely to buy them.</p> +</div> + +<div class="col-6"> +<h4 id="promote_your_apps_for_free">Promote your apps for free</h4> +<p>Cross-sell your other apps (or your friend’s apps) to your existing users, +using free AdMob <a href="https://support.google.com/admob/answer/3210452">house ads</a>.</p> +</div> +</div> + +<div style="display:inline-block"> +<h3 id="drive_more_in-app_purchases_and_downloads">Drive more in-app purchases and downloads</h3> -<p> - To start monetizing with ads, sign up for AdMob and integrate the Google - Mobile Ads SDK into your apps. If you also need to manage direct deals with - advertisers, consider using DoubleClick for Publishers Small Business. -</p> +<div class="col-6"> +<h4 id="analytics_for_apps">Analytics for apps</h4> +<p>Analyze your app’s performance from within AdMob with Google Analytics. +Discover where people are downloading your app, and the features they use the +most in real time.</p> +</div> + +<div class="col-6"> +<h4 id="flow_visualization_reports">Flow visualization reports</h4> +<p>In Analytics, see how people are navigating through your app with graphical +<a href="https://support.google.com/analytics/answer/2519986">flow reports</a>. +View the path they take to making a purchase, and the point where they exit +the app, plus much more.</p> +</div> +</div> -<p> - To start monetizing with ads sign up for <a href= - "http://www.google.com/ads/admob/#subid=us-en-et-dac">AdMob</a> and integrate - the <a href="https://developers.google.com/mobile-ads-sdk/download">Google - Mobile Ads SDK</a> into your apps. If you also need to manage direct deals - with advertisers, consider using <a href= - "http://www.google.com/doubleclick/publishers/small-business/index.html#subid=us-en-et-dac"> - DoubleClick for Publishers Small Business</a>. -</p> +<h2 id=tips>Tips</h2> + +<ul> + <li> Place ads wisely, they shouldn't be too intrusive but still need to be clearly +visible to attract clickthroughs. + <li> Use banner, interstitial, and other ad formats appropriately. + <li> Make use of targeting features to match ads with your users and your app. + <li> Remember that ads form part of your app and must match its age rating. + <li> Exercise control options sensibly, don't get carried away excluding potentially +competing ads at the expense of revenue. +</ul> + -<div class="headerLine"><h2 id="related-resources">Related resources</h2></div> +<h2 id=related_resources>Related resources</h2> <div class="resource-widget resource-flow-layout col-13" - data-query="collection:distribute/monetize/advertising" + data-query="collection:distribute/monetize/admob" data-sortOrder="-timestamp" data-cardSizes="9x3" data-maxResults="6"></div> diff --git a/docs/html/distribute/monetize/monetize_toc.cs b/docs/html/distribute/monetize/monetize_toc.cs index 82116899cd60..aa1bdd62e532 100644 --- a/docs/html/distribute/monetize/monetize_toc.cs +++ b/docs/html/distribute/monetize/monetize_toc.cs @@ -24,7 +24,7 @@ </li> <li class="nav-section"> <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/ads.html"> - <span class="en">Ads</span> + <span class="en">AdMob Ads</span> </a> </div> </li> diff --git a/docs/html/distribute/users/appindexing.jd b/docs/html/distribute/users/appindexing.jd new file mode 100644 index 000000000000..6a3fec629fc8 --- /dev/null +++ b/docs/html/distribute/users/appindexing.jd @@ -0,0 +1,46 @@ +page.title=Drive installs from Google Search +page.metaDescription=Surface the content of your apps in Google Search and link it to app installs. +meta.tags="getusers", "search", "appindexing" +page.image=images/cards/google-search_2x.png +@jd:body + +<p>Google Search now helps users discover your app, with App Indexing. When users +search with Google on their Android device the results will include details of +relevant, indexed apps. The search results will include an install button that +takes users to your app in the Google Play store. And when your app is +installed, the user will be taken straight to the right content within it.</p> + +<div class="figure-left"> +<img src="{@docRoot}images/distribute/appindexing.gif"> +</div> + +<p>This free service expands your opportunities to turn the investment you’ve made +in creating an outstanding app or game into installs. </p> + +<p>Start now by adding deep linking support to your app, verifying your app’s +official website, and defining deep links. To learn how, check out these <a +href="https://developers.google.com/app-indexing/webmasters/details">instructions</a>. </p> + +<p>Once your app is index, links to its content will join the 30 billion app index +links already available to Google Search.</p> + +<h2 id=tips>Tips</h2> + +<ul> + <li> App Indexing will also be used as a ranking signal for all users on Android, +regardless of whether they have your app installed or not. + <li> App Indexing also helps drive use of your app — when your app is installed on a +user’s device, search results will include deep links to your app that bring +the user straight to the relevant app content. + <li> Use the App Indexing API to help users discover relevant content in your app +before they complete a query with auto-completions. +</ul> + +<h2 id=related_resources>Related resources</h2> + +<div class="resource-widget resource-flow-layout col-13" + data-query="collection:distribute/users/appindexing" + data-sortOrder="-timestamp" + data-cardSizes="9x3" + data-maxResults="6"></div> + diff --git a/docs/html/distribute/users/promote-with-ads.jd b/docs/html/distribute/users/promote-with-ads.jd index c1d79fcd8db8..d71b8c9a8400 100644 --- a/docs/html/distribute/users/promote-with-ads.jd +++ b/docs/html/distribute/users/promote-with-ads.jd @@ -1,43 +1,126 @@ page.title=Promote Your App with Ads -page.metaDescription=Promote your app through AdMob, AdWords, and YouTube to find new users at the right moment. +page.metaDescription=Promote your app with AdWords to find new users at the right moment. page.image=images/cards/adwords_2x.jpg -page.tags="users, ads, analytics" - +page.tags="users, ads, adwords" @jd:body -<p> - AdMob is Google's advertising platform for mobile apps. You can use it to - monetize your app and promote your apps, and you can link your Google - Analytics account to AdMob so you can analyze your apps — all in one - place. -</p> - -<p> - <a href="http://www.google.com/ads/admob/">AdMob</a> is the largest mobile ad - app network. But you get more than just massive scale: AdMob will soon help - you find the right users in related apps. If your app is for bicycling, AdMob - can promote your app on other fitness and cycling-related apps worldwide. - <a href= - "https://apps.admob.com/admob/signup?subid=us-en-et-dac&_adc=ww-ww-et-admob2&hl=en"> - Sign up for AdMob</a>. -</p> - -<p> - AdMob also offers new solutions to help you achieve app-related goals such as - downloads, re-engagement and in-app purchases using Google search and the - Google Display Network. These solutions include streamlined campaign creation - flows and tools to track performance across the entire app lifecycle. - <a href="https://support.google.com/adwords/answer/2549053?hl=en">Learn - More</a>. -</p> -<div style="margin-top:2em;"> - <img src="{@docRoot}images/gp-ads-console.jpg"> +<p>Users have a huge amount of choice when it comes to which apps they install and +use, so it’s important to actively find new ways to promote your app and drive +ongoing engagement. AdWords is a powerful and effective way to do both.</p> + + +<h2 id=drive_installs>Drive installs</h2> + +<p><a href="http://adwords.google.com">AdWords</a> promotes your app to interested users where they spend time on phones and +tablets – with app install ads on Google Search, YouTube, Gmail, and within +apps and across the web on the Google Display Network. AdWords is a powerful +way to scale app promotion across Google networks and find customers that are +most likely to install your app. </p> + +<p><a href="https://support.google.com/adwords/answer/6032059">Get started with AdWords app install ads</a>.</p> + +<div style="display:inline-block"> + <div class="figure-left" style="width:40%;"> + <h3>From Google Play</h3> + <img src="/images/distribute/promote_ads_play.png"> + <p class="figure-caption">Search ads on Google Play are still undergoing testing and not yet available to +buy. <a href="http://android-developers.blogspot.com/2015/02/a-new-way-to-promote-your-app-on-google.html">Find out more</a>.</p> + </div> + <div class="figure-right" style="width:40%;"> + <h3>From apps</h3> + <img src="/images/distribute/promote_ads_search.png"> + <p class="figure-caption">Connect with users as they search for content and services provided by your +app.</p> + </div> </div> -<div class="headerLine"> -<h2 id="related-resources">Related Resources</h2> +<div style="display:inline-block"> + <div class="figure-left" style="width:40%;"> + <h3>From YouTube</h3> + <img src="/images/distribute/promote_ads_youtube.png"> + <p class="figure-caption">Promote your app when users are watching related videos.</p> + </div> + <div class="figure-right" style="width:40%;"> + <h3>From apps</h3> + <img src="/images/distribute/promote_ads_apps.png"> + <p class="figure-caption">Reach users while they’re engaged with apps and games across the AdMob network.</p> + </div> +</div> + +<div style="display:inline-block"> + <div class="figure-left" style="width:40%;"> + <h3>From the web</h3> + <img src="/images/distribute/promote_ads_web.png"> + <p class="figure-caption">Reach users while they’re engaged with websites across the Google Display Network.</p> + </div> + <div class="figure-right" style="width:40%;"> + <h3>From Gmail</h3> + <img src="/images/distribute/promote_ads_gmail.png"> + <p class="figure-caption">Promote your app while users communicate and get things done in Gmail.</p> + </div> +</div> + +<h3>Tips</h3> + +<ul> + <li> Estimate how much an app user is worth to your business, so that you can work +out an appropriate cost-per-install that you’re willing to pay. + <li> Ensure that your ads and Play Store listing are compelling and clearly describe +your app’s value. + <li> Check that you’re accurately tracking and attributing installs by installing +the AdWords <a href="https://developers.google.com/app-conversion-tracking/">conversion tracking SDK</a>. + <li> Promote your app broadly across display, search, and video to reach even more +potential users and drive a higher volume of installs. + <li> Start with broader targeting and then fine tune your bidding once you’ve +assessed your campaign results. + <li> Use Conversion Optimizer to automate your bidding so that your ads target users +who are most likely to install your app. + <li> Use Conversion Optimizer for in-app buyers to automate your bidding so that +your ads target high value users who are most likely to make purchases in your +app. +</ul> + + +<h2 id=engage_with_users>Engage with users</h2> + +<p>Getting a user to install an app is one thing, but you'll also want them to +open it regularly. AdWords offers app re-engagement tools to help your app stay +in mind with users who’ve already installed it on their phone. AdWords can +remind them of key features and encourage them to try your app again, or help +them complete an activity they didn't know your app could handle.</p> + +<div> + <div class="figure-left" style="width:46%;"> + <h3>From search</h3> + <img src="/images/distribute/promote_ads.png"> + <p class="figure-caption">Add deep links to your app, then bring users straight + to relevant app content when they’re searching.</p> + </div> + <div class="figure-right" style="width:46%;"> + <h3>From apps</h3> + <img src="/images/distribute/promote_ads_inapp.png"> + <p class="figure-caption">Use remarketing and deep links to bring users to just the right + place in your app to re-engage and convert, from other apps and games they love.</p> + </div> </div> +<h3>Tips</h3> + +<ul> + <li> Track what users do in your app after they’ve clicked an ad, by installing the +AdWords <a href="https://developers.google.com/app-conversion-tracking/">conversion tracking SDK</a>. + <li> Advertise a compelling reason for users to re-engage with your app (such as a +reminder or a special offer). + <li> <a href="https://developers.google.com/app-indexing/webmasters/app">Add deep links</a> to your app that’ll take users directly to the parts of your app that will be +most relevant and interesting to them, where they can easily take action. + <li> Re-engage your app users across the display network with remarketing lists and +search with keywords. + <li> Use remarketing lists to target high value users so that you can drive more +conversions in your app. +</ul> + +<h2 id="related-resources">Related Resources</h2> + <div class="resource-widget resource-flow-layout col-13" data-query="collection:distribute/users/promotewithads" data-sortOrder="-timestamp" diff --git a/docs/html/distribute/users/users_toc.cs b/docs/html/distribute/users/users_toc.cs index edfa87401fce..2e796c8162d3 100644 --- a/docs/html/distribute/users/users_toc.cs +++ b/docs/html/distribute/users/users_toc.cs @@ -11,26 +11,32 @@ </div> </li> <li class="nav-section"> - <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/users/build-buzz.html"> - <span class="en">Build Buzz</span> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/users/expand-to-new-markets.html"> + <span class="en">Expand to New Markets</span> </a> </div> </li> <li class="nav-section"> - <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/users/build-community.html"> - <span class="en">Build Community</span> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/users/promote-with-ads.html"> + <span class="en">Promote with Ads</span> </a> </div> </li> <li class="nav-section"> - <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/users/expand-to-new-markets.html"> - <span class="en">Expand to New Markets</span> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/users/appindexing.html"> + <span class="en">Drive Installs through Search</span> </a> </div> </li> <li class="nav-section"> - <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/users/promote-with-ads.html"> - <span class="en">Promote with Ads</span> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/users/build-buzz.html"> + <span class="en">Build Buzz</span> + </a> + </div> + </li> + <li class="nav-section"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/users/build-community.html"> + <span class="en">Build Community</span> </a> </div> </li> diff --git a/docs/html/images/distribute/appindexing.gif b/docs/html/images/distribute/appindexing.gif Binary files differnew file mode 100644 index 000000000000..6015d143861d --- /dev/null +++ b/docs/html/images/distribute/appindexing.gif diff --git a/docs/html/images/distribute/engage-intents.png b/docs/html/images/distribute/engage-intents.png Binary files differnew file mode 100644 index 000000000000..2889c087dad4 --- /dev/null +++ b/docs/html/images/distribute/engage-intents.png diff --git a/docs/html/images/distribute/more-app-engagement.png b/docs/html/images/distribute/more-app-engagement.png Binary files differnew file mode 100644 index 000000000000..31cbede29694 --- /dev/null +++ b/docs/html/images/distribute/more-app-engagement.png diff --git a/docs/html/images/distribute/music-action.png b/docs/html/images/distribute/music-action.png Binary files differnew file mode 100644 index 000000000000..24d6dc8953e4 --- /dev/null +++ b/docs/html/images/distribute/music-action.png diff --git a/docs/html/images/distribute/promote-ads-apps.png b/docs/html/images/distribute/promote-ads-apps.png Binary files differnew file mode 100644 index 000000000000..9009a3720df2 --- /dev/null +++ b/docs/html/images/distribute/promote-ads-apps.png diff --git a/docs/html/images/distribute/promote-ads-web.png b/docs/html/images/distribute/promote-ads-web.png Binary files differnew file mode 100644 index 000000000000..2f9630ef6e8e --- /dev/null +++ b/docs/html/images/distribute/promote-ads-web.png diff --git a/docs/html/images/distribute/promote_ads.png b/docs/html/images/distribute/promote_ads.png Binary files differnew file mode 100644 index 000000000000..38517aa93c60 --- /dev/null +++ b/docs/html/images/distribute/promote_ads.png diff --git a/docs/html/images/distribute/promote_ads_apps.png b/docs/html/images/distribute/promote_ads_apps.png Binary files differnew file mode 100644 index 000000000000..2f578651e7f4 --- /dev/null +++ b/docs/html/images/distribute/promote_ads_apps.png diff --git a/docs/html/images/distribute/promote_ads_gmail.png b/docs/html/images/distribute/promote_ads_gmail.png Binary files differnew file mode 100644 index 000000000000..1d21b4a3cdf9 --- /dev/null +++ b/docs/html/images/distribute/promote_ads_gmail.png diff --git a/docs/html/images/distribute/promote_ads_inapp.png b/docs/html/images/distribute/promote_ads_inapp.png Binary files differnew file mode 100644 index 000000000000..8aeee579b44e --- /dev/null +++ b/docs/html/images/distribute/promote_ads_inapp.png diff --git a/docs/html/images/distribute/promote_ads_play.png b/docs/html/images/distribute/promote_ads_play.png Binary files differnew file mode 100644 index 000000000000..1cf51b273f9c --- /dev/null +++ b/docs/html/images/distribute/promote_ads_play.png diff --git a/docs/html/images/distribute/promote_ads_search.png b/docs/html/images/distribute/promote_ads_search.png Binary files differnew file mode 100644 index 000000000000..27c0b38e2f04 --- /dev/null +++ b/docs/html/images/distribute/promote_ads_search.png diff --git a/docs/html/images/distribute/promote_ads_web.png b/docs/html/images/distribute/promote_ads_web.png Binary files differnew file mode 100644 index 000000000000..588a3d4487a1 --- /dev/null +++ b/docs/html/images/distribute/promote_ads_web.png diff --git a/docs/html/images/distribute/promote_ads_youtube.png b/docs/html/images/distribute/promote_ads_youtube.png Binary files differnew file mode 100644 index 000000000000..e88a7965f6de --- /dev/null +++ b/docs/html/images/distribute/promote_ads_youtube.png diff --git a/docs/html/index.jd b/docs/html/index.jd index cfbe7b67d671..ffc676953b09 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -10,7 +10,10 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3 </div> <div class="actions-bar dac-expand dac-invert"> - <div class="wrap"> + <div class="wrap dac-offset-parent"> + <a class="dac-fab dac-scroll-button" data-scroll-button href="#build-apps"> + <i class="dac-sprite dac-arrow-down-gray"></i> + </a> <div class="actions"> <div><a href="{@docRoot}sdk/index.html"> <span class="dac-sprite dac-auto-chevron-large"></span> @@ -32,7 +35,7 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3 </div><!-- end .wrap --> </div><!-- end .actions-bar --> -<section class="dac-section dac-section-light"><div class="wrap"> +<section class="dac-section dac-section-light" id="build-apps"><div class="wrap"> <h1 class="dac-section-title">Build Beautiful Apps</h1> <div class="dac-section-subtitle"> See what’s new or find the resources to get you started with designing and developing for Android. diff --git a/docs/html/jd_collections.js b/docs/html/jd_collections.js index 834eac11be04..c89b31075d46 100644 --- a/docs/html/jd_collections.js +++ b/docs/html/jd_collections.js @@ -104,15 +104,18 @@ var RESOURCE_COLLECTIONS = { "resources": [ "https://www.youtube.com/watch?v=AK38PJZmIW8&list=PLWz5rJ2EKKc-kIrPiq098QH9dOle-fLef", "https://www.youtube.com/watch?v=6K_jxccHv5M&index=1&list=PLOU2XLYxmsILFBfx66ens76VMLMEPJAB0", - "https://www.youtube.com/watch?v=KNKGM4ss5Sc&index=4&list=PLWz5rJ2EKKc9BdE_PSLNIGjXXr3h_orXM" + "https://www.youtube.com/watch?v=ctiaVxgclsg&list=PLWz5rJ2EKKc9BdE_PSLNIGjXXr3h_orXM" ] }, "develop/landing/tools": { "title": "", "resources": [ - "https://www.youtube.com/watch?v=K2dodTXARqc&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ&index=1", - "https://www.youtube.com/watch?v=3PIc-DuEU2s&index=1&list=PLWz5rJ2EKKc9e0d55YHgJFHXNZbGHEXJX", - "https://www.youtube.com/watch?v=FOn64iqlphk&index=1&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf" + "https://www.youtube.com/watch?v=K2dodTXARqc&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ", + "https://www.youtube.com/watch?v=3PIc-DuEU2s&list=PLWz5rJ2EKKc9e0d55YHgJFHXNZbGHEXJX", + "https://www.youtube.com/watch?v=cD7NPxuuXYY&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ", + "https://www.youtube.com/watch?v=JLLnhwtDoHw&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ", + "https://www.youtube.com/watch?v=2I6fuD20qlY&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ", + "https://www.youtube.com/watch?v=5Be2mJzP-Uw&list=PLWz5rJ2EKKc9e0d55YHgJFHXNZbGHEXJX" ] }, "develop/landing/courses": { @@ -123,6 +126,14 @@ var RESOURCE_COLLECTIONS = { "https://www.udacity.com/course/android-performance--ud825" ] }, + "preview/landing/herolinks": { + "title": "", + "resources": [ + "https://www.udacity.com/course/ux-design-for-mobile-developers--ud849", + "https://www.udacity.com/course/developing-android-apps--ud853", + "https://www.udacity.com/course/android-performance--ud825" + ] + }, "distribute/landing/carousel": { "title": "", "resources": [ @@ -143,12 +154,12 @@ var RESOURCE_COLLECTIONS = { "distribute/landing/more": { "title": "", "resources": [ - "distribute/users/promote-with-ads.html", - "distribute/monetize/ads.html", - "distribute/analyze/index.html", - "distribute/engage/deep-linking.html", - "distribute/engage/easy-signin.html", - "https://cloud.google.com/docs/" + "distribute/users/promote-with-ads.html", + "distribute/monetize/ads.html", + "distribute/analyze/index.html", + "distribute/engage/deep-linking.html", + "distribute/engage/easy-signin.html", + "https://cloud.google.com/docs/" ] }, "distribute/edu/videos/stories": { @@ -271,10 +282,11 @@ var RESOURCE_COLLECTIONS = { "resources": [ "distribute/users/know-your-user.html", "distribute/users/your-listing.html", - "distribute/users/build-buzz.html", - "distribute/users/build-community.html", "distribute/users/expand-to-new-markets.html", - "distribute/users/promote-with-ads.html" + "distribute/users/promote-with-ads.html", + "distribute/users/appindexing.html", + "distribute/users/build-buzz.html", + "distribute/users/build-community.html" ] }, "distribute/engagelanding": { @@ -284,8 +296,11 @@ var RESOURCE_COLLECTIONS = { "distribute/engage/gcm.html", "distribute/engage/easy-signin.html", "distribute/engage/deep-linking.html", - "distribute/engage/game-services.html", + "distribute/engage/ads.html", + "distribute/engage/appindexing.html", + "distribute/engage/intents.html", "distribute/engage/analytics.html", + "distribute/engage/game-services.html", "distribute/engage/app-updates.html", "distribute/engage/community.html", "distribute/engage/video.html" @@ -541,8 +556,10 @@ var RESOURCE_COLLECTIONS = { "distribute/users/promotewithads": { "title": "", "resources": [ - "http://www.google.com/ads/admob/#subid=us-en-et-dac", - "distribute/essentials/optimizing-your-app.html" + "https://support.google.com/adwords/answer/6032059", + "https://support.google.com/adwords/answer/6032073", + "https://support.google.com/adwords/answer/6167164", + "https://support.google.com/adwords/answer/6167162" ] }, "distribute/users/buildbuzz": { @@ -574,6 +591,14 @@ var RESOURCE_COLLECTIONS = { "http://www.youtube.com/yt/dev/" ] }, + "distribute/users/appindexing": { + "title": "", + "resources": [ + "https://developers.google.com/app-indexing/", + "https://developers.google.com/app-indexing/webmasters/details", + "distribute/engage/search.html" + ] + }, "distribute/toolsreference/bestpractices/apps": { "title": "", "resources": [ @@ -797,6 +822,31 @@ var RESOURCE_COLLECTIONS = { "guide/topics/appwidgets/index.html" ] }, + "distribute/engage/reengage": { + "title": "", + "resources": [ + "https://support.google.com/adwords/answer/6032073", + "distribute/engage/deep-linking.html", + "https://support.google.com/adwords/answer/6167162", + "distribute/users/promote-with-ads.html" + ] + }, + "distribute/engage/appindexing": { + "title": "", + "resources": [ + "distribute/engage/intents.html", + "distribute/engage/appindexing.html", + "distribute/users/appindexing.html" + ] + }, + "distribute/engage/intents": { + "title": "", + "resources": [ + "guide/components/intents-filters.html", + "distribute/engage/appindexing.html", + "distribute/engage/ads.html" + ] + }, "distribute/getusers/expandnewmarkets": { "title": "", "resources": [ @@ -1223,6 +1273,17 @@ var RESOURCE_COLLECTIONS = { "training/monetization/ads-and-ux.html" ] }, + "distribute/monetize/admob": { + "title": "", + "resources": [ + "https://support.google.com/admob/topic/2784623", + "https://developers.google.com/mobile-ads-sdk/download", + "http://analyticsacademy.withgoogle.com/mobile-app", + "http://support.google.com/googleplay/android-developer/topic/2985714", + "https://support.google.com/admob/answer/2753860", + "https://support.google.com/admob/" + ] + }, "distribute/monetize/paymentmethods": { "title": "", "resources": [ @@ -1233,9 +1294,12 @@ var RESOURCE_COLLECTIONS = { "preview/landing/resources": { "title": "", "resources": [ + "preview/overview.html", "preview/api-overview.html", "preview/setup-sdk.html", - "preview/samples.html" + "preview/samples.html", + "preview/reference.html", + "preview/support.html" ] }, "autolanding": { diff --git a/docs/html/jd_extras.js b/docs/html/jd_extras.js index cc11da529f85..150a9d4ca155 100644 --- a/docs/html/jd_extras.js +++ b/docs/html/jd_extras.js @@ -14,6 +14,8 @@ ALL_RESOURCES_BY_URL. */ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ + /* TODO Remove standard resources from here, such as below + */ { "title":"Quizlet Developer Story", "titleFriendly":"", @@ -174,7 +176,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "title":"Introduction to Android Studio", "titleFriendly":"", "summary":"Learn why you should migrate your projects to Android Studio now and how it can help you be more productive as a developer. Rich layout editor, handy suggestions and fixes, new Android project view - these are just some of the things you can expect from the IDE, which is built on the successful IntelliJ IDEA.", - "url":"https://www.youtube.com/watch?v=K2dodTXARqc&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ&index=1", + "url":"https://www.youtube.com/watch?v=K2dodTXARqc&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ", "group":"", "keywords": ["studio", "tools"], "tags": [ @@ -186,7 +188,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "title":"Google Play Services 7.3", "titleFriendly":"", "summary":"Google Play Services 7.3 brings a ton of great new features to help you BUILD BETTER APPS! This update brings the ability to connect multiple wearables simultaneously to a single phone.", - "url":"https://www.youtube.com/watch?v=FOn64iqlphk&index=1&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf", + "url":"https://www.youtube.com/watch?v=FOn64iqlphk&list=PLWz5rJ2EKKc9Qk1_iCZNbBp6adYnJf9Vf", "group":"", "keywords": ["google play services"], "tags": [ @@ -219,10 +221,10 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "type":"video" }, { - "title":"Under the Hood of Android Auto", + "title":"Introduction to Android Auto", "titleFriendly":"", - "summary":"Your car contains some serious technology. Learn about the Android Auto architecture, which enables you to control Android apps and services running on your phone through your car. ", - "url":"https://www.youtube.com/watch?v=KNKGM4ss5Sc&index=4&list=PLWz5rJ2EKKc9BdE_PSLNIGjXXr3h_orXM", + "summary":"Android Auto brings the Android platform to the car in a way that's optimized for the driving experience. It's the same platform you already use for phones, tablets, televisions, wearables, and more. ", + "url":"https://www.youtube.com/watch?v=ctiaVxgclsg&list=PLWz5rJ2EKKc9BdE_PSLNIGjXXr3h_orXM", "group":"", "keywords": ["auto"], "tags": [ @@ -1122,7 +1124,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ ], "url": "http://www.google.com/analytics/mobile/", "timestamp": 1383243492000, - "image": "http://www.google.com//analytics/images/heros/mobile-index.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "Google Mobile App Analytics", "summary": "Mobile App Analytics measures what matters most at all key stages: from first discovery and download to in-app purchases. ", "keywords": ["analytics,user behavior"], @@ -1137,9 +1139,9 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ ], "url": "https://developers.google.com/app-indexing/", "timestamp": 1383243492000, - "image": "https://developers.google.com/app-indexing/images/allthecooks_srp.png", + "image": "https://www.gstatic.com/images/icons/material/product/2x/search_64dp.png", "title": "Sign Up for App Indexing", - "summary": "Google is working with app developers and webmasters to index the content of apps and relate them to websites. When relevant, Google Search results on Android will include deep links to apps.", + "summary": "Surface your app content in Google seaerch. Deep link direct to your apps.", "keywords": [], "type": "guide", "titleFriendly": "" @@ -1169,7 +1171,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "url": "https://developers.google.com/+/mobile/android/people", "timestamp": 1383243492000, "image": "images/google/gps-googleplus.png", - "title": "Sign Up for App Indexing", + "title": "Google Sign In", "summary": "After you let users sign in with Google, you can access their age range, language, public profile information, and people that they have circled.", "keywords": ["googleplus"], "type": "guide", @@ -1448,20 +1450,6 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "lang": "en", "group": "", "tags": ["monetize", "ads"], - "url": "http://www.google.com/ads/admob/#subid=us-en-et-dac", - "timestamp": null, - "image": "distribute/images/advertising.png", - "title": "AdMob", - "summary": "Make money by connecting with over a million Google advertisers all over the world, so your revenue scales with your app.", - "keywords": ["ads"], - "type": "distribute", - "titleFriendly": "" - }, - - { - "lang": "en", - "group": "", - "tags": ["monetize", "ads"], "url": "http://www.google.com/doubleclick/publishers/small-business/index.html", "timestamp": null, "image": "http://www.google.com/doubleclick/publishers/small-business/images/define_ad.png", @@ -1478,6 +1466,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "url": "http://support.google.com/googleplay/android-developer/topic/2985714", "timestamp": null, "image": "http://storage.googleapis.com/support-kms-prod/SNP_712EA2784949DDF085C46E3BE7B1DC618A09_4389397_en_v0", + "image": "https://www.gstatic.com/images/icons/material/product/2x/play_64dp.png", "title": "Policy Center: Ads", "summary": "Introduction to ads and system interference policies in Google Play", "keywords": ["ads"], @@ -1815,7 +1804,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://developers.google.com/analytics/solutions/mobile-implementation-guide", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "Mobile Analytics Implementation Guide", "summary": "Learn how you can implement additional Google Analytics features to better understand your users and their behavior.", "keywords": ["analytics", "Play", "users"], @@ -1841,7 +1830,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://analyticsacademy.withgoogle.com/course04", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "Mobile App Analytics Fundamentals", "summary": "This self-paced online course on mobile app measurement shows you how Google Analytics data can help you make your app more discoverable and profitable.", "keywords": ["analytics"], @@ -1854,7 +1843,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://github.com/googleanalytics/google-analytics-plugin-for-unity", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "Analytics Plugin for Unity", "summary": "If you're building games with Unity, you can now implement Analytics once and ship it on multiple platforms automatically.", "keywords": ["analytics", "unity"], @@ -1867,7 +1856,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://developers.google.com/analytics/devguides/collection/android/v4/enhanced-ecommerce", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "In-App Purchases & Ecommerce", "summary": "If your app sells virtual or real goods, ecommerce tracking can help you understand what behaviors lead to purchases.", "keywords": ["analytics, ecommerce"], @@ -1880,7 +1869,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://support.google.com/analytics/answer/1032415", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "Goals", "summary": "Track important actions in your app as goals and measure performance against your objectives.", "keywords": ["analytics"], @@ -1893,7 +1882,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://support.google.com/analytics/answer/2568874?ref_topic=6012392", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "Active Users", "summary": "The active user report displays your 1-day, 7-day, 14-day and 30-day trailing active users next to each other, to help you analyze performance over time.", "keywords": ["analytics"], @@ -1906,7 +1895,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://developers.google.com/analytics/devguides/collection/android/v4/events", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "Events", "summary": "Events let you measure granular in-app activities and understand user journeys.", "keywords": ["analytics"], @@ -1919,7 +1908,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://developers.google.com/analytics/devguides/collection/android/v4/customdimsmets", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "Custom Dimensions", "summary": "Custom dimensions enable the association of metadata with hits, users, and sessions in Google Analytics.", "keywords": ["analytics"], @@ -1932,7 +1921,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://developers.google.com/analytics/devguides/collection/android/v4/user-id", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "User ID", "summary": "The User ID feature enables Google Analytics to measure user activities that span across devices.", "keywords": ["analytics"], @@ -1945,7 +1934,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://developers.google.com/analytics/devguides/collection/android/v4/display-features", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "Demographic Reporting", "summary": "By enabling display features, you can see just how different user segments engage and monetize.", "keywords": ["analytics"], @@ -1958,7 +1947,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://support.google.com/analytics/answer/3123906", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "User Segmentation", "summary": "Segments let you compare metrics for different subsets of users to identify trends and opportunities for your apps.", "keywords": ["analytics"], @@ -1971,7 +1960,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://developers.google.com/analytics/devguides/collection/android/v4/campaigns", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "Campaign Tracking", "summary": "Measuring campaigns in Google Analytics enables the attribution of campaigns and traffic sources to user activity within your app.", "keywords": ["analytics"], @@ -1997,7 +1986,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://support.google.com/analytics/answer/1033961", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "AdWords Integration", "summary": "Link Analytics and AdWords to see the entire picture of customer behavior, from ad click or impression through your site to conversion. ", "keywords": ["adwords, analytics"], @@ -2010,7 +1999,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://developers.google.com/analytics/devguides/collection/android/v4/campaigns#google-play-url-builder", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "Campaign URL builder for Google Play", "summary": "Easily create your URLs to track install campaigns.", "keywords": ["play, analytics"], @@ -2036,7 +2025,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://support.google.com/analytics/answer/2785577", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "Behavior Flow", "summary": "The Behavior Flow report visualizes the path users traveled from one Screen or Event to the next. This report can help you discover what content keeps users engaged with your app.", "keywords": ["analytics"], @@ -2049,7 +2038,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://support.google.com/analytics/answer/1151300", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "Custom Reports", "summary": "Custom Reports let you create your own reports in your Google Analytics account.", "keywords": ["analytics"], @@ -2062,7 +2051,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://support.google.com/analytics/answer/2611268", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "Audience Lists & Remarketing", "summary": "Remarketing with Google Analytics lets you deliver targeted ads to users who've already been to your site or app. You can even base those ads on the behavior those users displayed during their sessions.", "keywords": ["analytics"], @@ -2075,7 +2064,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://support.google.com/admob/answer/3508177", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "AdMob Integration", "summary": "With Google Analytics in AdMob, you can view Google Analytics data for your linked apps from within your AdMob account.", "keywords": ["analytics"], @@ -2088,7 +2077,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://developers.google.com/analytics/solutions/mobile-campaign-deep-link", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "Deep-Linking", "summary": "Google Analytics gives you a full view of how returning users are interacting with your app, for a holistic view beyond the install.", "keywords": ["analytics"], @@ -2101,7 +2090,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://support.google.com/admob/answer/3508177", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "AdMob Integration", "summary": "With Google Analytics in AdMob, you can view Google Analytics data for your linked apps from within your AdMob account.", "keywords": ["analytics"], @@ -2114,7 +2103,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "https://support.google.com/analytics/answer/2568874", "timestamp": null, - "image": "distribute/images/gp-analytics-logo.jpg", + "image": "images/cards/analytics-mobile_2x.jpg", "title": "Active User Report", "summary": "Active user report displays your 1-day, 7-day, 14-day and 30-day trailing active users next to each other, to help you run benchmark analyses of their performance over time.", "keywords": ["analytics"], @@ -2251,7 +2240,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "type": "materialdesign", "titleFriendly": "" }, - { + { "lang": "en", "group": "", "tags": [ @@ -2268,6 +2257,187 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "type": "material design", "titleFriendly": "" }, + + { + "lang": "en", + "group": "", + "tags": [], + "url": "https://support.google.com/adwords/answer/6032059", + "timestamp": null, + "image": "https://www.gstatic.com/images/icons/material/product/2x/admob_64dp.png", + "title": "Setting up Mobile App Install Ads", + "summary": "With Mobile app installs campaigns on the Search and Display Networks, and TrueView for mobile app promotion on YouTube, you can create custom app install ads that run exclusively on phones and tablets.", + "keywords": ["marketing", "admob"], + "type": "distribute", + "titleFriendly": "" + }, + { + "lang": "en", + "group": "", + "tags": [], + "url": "https://support.google.com/adwords/answer/6167164", + "timestamp": null, + "image": "https://www.gstatic.com/images/icons/material/product/2x/admob_64dp.png", + "title": "Best practices for Mobile App Engagement", + "summary": "Learn how to market to your user base to drive re-engagement with your app. ", + "keywords": ["marketing", "admob"], + "type": "distribute", + "titleFriendly": "" + }, + { + "lang": "en", + "group": "", + "tags": [ + "marketing", + "engagement", + "adwords1" + ], + "url": "https://support.google.com/adwords/answer/6032073", + "timestamp": null, + "image": "https://www.gstatic.com/images/icons/material/product/2x/adwords_64dp.png", + "title": "Setting up Mobile App Engagement Ads", + "summary": "Mobile app engagement campaigns are a great choice for advertisers focused on connecting with people who already have their app.", + "keywords": [ + "marketing", + "engagement", + "adwords" + ], + "type": "distribute", + "titleFriendly": "" + }, + { + "lang": "en", + "group": "", + "tags": [ + "marketing", + "engagement" + ], + "url": "https://support.google.com/adwords/answer/6167162", + "timestamp": null, + "image": "https://www.gstatic.com/images/icons/material/product/2x/adwords_64dp.png", + "title": "Best Practices for Mobile App Installs", + "summary": "Getting your mobile app discovered can be challenging. Learn how to drive downloads of your app and grow a valuable user base.", + "keywords": ["marketing", "adwords"], + "type": "distribute", + "titleFriendly": "" + }, + + + + + + + + + { + "lang": "en", + "group": "", + "tags": [], + "url": "https://support.google.com/admob/topic/2784623", + "timestamp": null, + "image": "https://www.gstatic.com/images/icons/material/product/2x/admob_64dp.png", + "title": "Set up your AdMob account", + "summary": "Guide to setting up your account so that you get the most value.", + "keywords": ["marketing", "admob"], + "type": "distribute", + "titleFriendly": "" + }, + { + "lang": "en", + "group": "", + "tags": [], + "url": "http://analyticsacademy.withgoogle.com/mobile-app", + "timestamp": null, + "image": "https://www.gstatic.com/images/icons/material/product/2x/admob_64dp.png", + "title": "Analytics Academy for Mobile Apps", + "summary": "Learn how to use Google Analytics to make your app more discoverable and profitable.", + "keywords": ["marketing", "analytics"], + "type": "distribute", + "titleFriendly": "" + }, + { + "lang": "en", + "group": "", + "tags": [], + "url": "https://developers.google.com/mobile-ads-sdk/download", + "timestamp": null, + "image": "https://www.gstatic.com/images/icons/material/product/2x/admob_64dp.png", + "title": "Google Mobile Ads SDK", + "summary": "Use the Mobile Ads SDK to start showing AdMob ads in your apps.", + "keywords": ["marketing", "adwords"], + "type": "distribute", + "titleFriendly": "" + }, + { + "lang": "en", + "group": "", + "tags": [], + "url": "https://support.google.com/admob/", + "timestamp": null, + "image": "https://www.gstatic.com/images/icons/material/product/2x/admob_64dp.png", + "title": "AdMob Help Center", + "summary": "For setup assistance, general info, and fixes for specific problems check out the AdMob Help Center.", + "keywords": ["admob"], + "type": "distribute", + "titleFriendly": "" + }, + { + "lang": "en", + "group": "", + "tags": [], + "url": "https://support.google.com/admob/answer/2753860", + "timestamp": null, + "image": "https://www.gstatic.com/images/icons/material/product/2x/admob_64dp.png", + "title": "AdMob Policy Guidelines", + "summary": "Learn about best practices for displaying AdMob ads in your apps to maximize revenue.", + "keywords": ["admob"], + "type": "distribute", + "titleFriendly": "" + }, + { + "lang": "en", + "group": "", + "tags": ["appindexing", "search", "getusers"], + "url": "https://developers.google.com/app-indexing/", + "timestamp": 1383243492000, + "image": "https://www.gstatic.com/images/icons/material/product/2x/search_64dp.png", + "title": "Set Up App Indexing", + "summary": "Learn more about how Google Search can help users discover your app, along with other ways you can integrate with Google Search.", + "keywords": ["search"], + "type": "guide", + "titleFriendly": "" + }, + { + "lang": "en", + "group": "", + "tags": ["appindexing", "search", "getusers"], + "url": "https://developers.google.com/app-indexing/webmasters/details", + "timestamp": null, + "image": "https://www.gstatic.com/images/icons/material/product/2x/search_64dp.png", + "title": "Verify and Create Deep Links", + "summary": "Index your app today by adding deep links and verifying its official web site to ensure it starts appearing in Google Search results.", + "keywords": ["search"], + "type": "distribute", + "titleFriendly": "" + }, + { + "lang": "en", + "group": "", + "tags": [ + "appindexing", + "search", + "getusers", + ], + "url": "https://support.google.com/admob/answer/2753860", + "timestamp": null, + "image": "https://www.gstatic.com/images/icons/material/product/2x/search_64dp.png", + "title": "Drive use with Google Search", + "summary": "More about how app indexing and deep links can drive users directly to the content in your app. ", + "keywords": [], + "type": "distribute", + "titleFriendly": "" + }, + // TODO remove this? { "title":"Android Wear Materials", "titleFriendly":"", @@ -2328,12 +2498,11 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "lang":"en", "type":"video" }, - { "title":"Android Support Library", "titleFriendly":"", "summary":"These essential components help you build a great app that works on the huge variety of Android devices, faster.", - "url":"https://www.youtube.com/watch?v=3PIc-DuEU2s&index=1&list=PLWz5rJ2EKKc9e0d55YHgJFHXNZbGHEXJX", + "url":"https://www.youtube.com/watch?v=3PIc-DuEU2s&list=PLWz5rJ2EKKc9e0d55YHgJFHXNZbGHEXJX", "group":"", "keywords": ["support", "compatibility"], "tags": [], @@ -2342,13 +2511,61 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "type":"Video" }, { + "title":"Consistent Design with the AppCompat Support Library", + "titleFriendly":"", + "summary":"Getting a great looking app doesn't have to be hard: AppCompat, part of the Android Support Library, gives you a consistent design baseline that works on all Android 2.1 or higher devices.", + "url":"https://www.youtube.com/watch?v=5Be2mJzP-Uw&list=PLWz5rJ2EKKc9e0d55YHgJFHXNZbGHEXJX", + "group":"", + "keywords": ["support", "compatibility","design-code"], + "tags": [], + "image":"http://i1.ytimg.com/vi/5Be2mJzP-Uw/maxresdefault.jpg", + "lang":"en", + "type":"Video" + }, + { + "title":"Introducing Gradle", + "titleFriendly":"", + "summary":"Android Studio uses an entirely new and flexible Gradle-based build system. You will be able to create multiple build variants for a single project, manage library dependencies and always be sure that your application builds correctly across different environments.", + "url":"https://www.youtube.com/watch?v=cD7NPxuuXYY&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ", + "group":"", + "keywords": ["tools", "studio","gradle"], + "tags": [], + "image":"http://i1.ytimg.com/vi/cD7NPxuuXYY/maxresdefault.jpg", + "lang":"en", + "type":"Video" + }, + { + "title":"Android Studio Layout Editor", + "titleFriendly":"", + "summary":"Android Studio includes a rich, visual layout editor that helps developers create better user interfaces. It eliminates the need to deploy the APK on a real device with each change, making iterations faster and helping eliminate common errors earlier in the development process.", + "url":"https://www.youtube.com/watch?v=JLLnhwtDoHw&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ", + "group":"", + "keywords": ["tools", "studio","layout"], + "tags": [], + "image":"http://i1.ytimg.com/vi/JLLnhwtDoHw/maxresdefault.jpg", + "lang":"en", + "type":"Video" + }, + { + "title":"Debugging and testing in Android Studio", + "titleFriendly":"", + "summary":"Learn about new debugger features in Android Studio 1.2: value inlining, quick access to referring objects and a Java .class decompiler, just to name a few. See some new tools and views that let you monitor the CPU and memory performance of your app from within the IDE. ", + "url":"https://www.youtube.com/watch?v=2I6fuD20qlY&list=PLWz5rJ2EKKc8I9gHTMh5yKkwRRGE8BjbQ", + "group":"", + "keywords": ["tools", "studio","debugging","profiling","performance"], + "tags": [], + "image":"http://i1.ytimg.com/vi/2I6fuD20qlY/maxresdefault.jpg", + "lang":"en", + "type":"Video" + }, + { "tags": [ "android", "developerstory", "googleplay", "featured" ], - "title": "Android Developer Storys: Jelly Button Games — Growing globally through data driven development", + "title": "Android Developer Story: Jelly Button Games — Growing globally through data driven development", "type": "youtube", "url": "http://www.youtube.com/watch?v=Pd49vTkvu0U" }, diff --git a/docs/html/preview/data-binding/guide.jd b/docs/html/preview/data-binding/guide.jd new file mode 100644 index 000000000000..49b690f91262 --- /dev/null +++ b/docs/html/preview/data-binding/guide.jd @@ -0,0 +1,908 @@ +page.title=Data Binding Guide + +@jd:body +<p>Data Binding allows you write declarative layouts and minimize the glue code +that is necessary to bind your application logic and layouts.</p> + + +<h2 id=build_environment>Build Environment</h2> + + +<p><strong>Setting Up Work Environment:</strong></p> + +<p>Data Binding EAP only supports gradle.</p> + +<p>To set up your application, unzip the provided bundle to a location. It has 3 +sections</p> + +<ul> + <li> <em>maven-repo:</em> which keeps the data-binding libraries + <li> <em>samples:</em> Sample applications + <li> <em>databinding.properties:</em> Properties file that can be used to integrate with your app +</ul> + +<p>Add the following section to the project’s build.gradle file (not the module's +build.gradle) and replace <code><BUNDLE_FOLDER> </code>with the absolute path of the bundle that you’ve unzipped in the previous step.</p> + +<pre class=prettyprint> +buildscript { + <strong>def </strong>eapFolder = '<BUNDLE_FOLDER>' +<strong> def </strong>Properties props = <strong>new </strong>Properties() + props.load(<strong>new </strong>FileInputStream(<strong>"</strong>${eapFolder}<strong>/databinding.properties"</strong>)) + props.mavenRepoDir = <strong>"</strong>${eapFolder}<strong>/</strong>${props.mavenRepoName}<strong>" + </strong>ext.config = props + repositories { + jcenter() + maven { + url config.mavenRepoDir + } + } + dependencies { + classpath <strong>"com.android.tools.build:gradle:1.1.3" + </strong>classpath <strong>"com.android.databinding:dataBinder:</strong>${config.snapshotVersion}<strong>" +<em></strong> </em>} +} +allprojects { + repositories { + jcenter() + maven { + url config.mavenRepoDir + } + } +} +</pre> + +<p>Next, add the following lines to the <em>build.gradle</em> +file of each module that will use data-binding. The application module must +have this, even if only its libraries use data binding.</p> + +<pre class=prettyprint> +apply plugin: <strong>'com.android.databinding' +</strong>dependencies { + compile <strong>"com.android.databinding:library:</strong>${config.snapshotVersion}<strong>" +</strong> compile <strong>"com.android.databinding:baseLibrary:</strong>${config.snapshotVersion}<strong>" +</strong> compile <strong>"com.android.databinding:adapters:</strong>${config.snapshotVersion}<strong>" +</strong> provided <strong>"com.android.databinding:annotationprocessor:</strong>${config.snapshotVersion}<strong>" +</strong>} +</pre> + + +<h2 id="data_binding_layout_files">Data Binding Layout Files</h2> + + +<h3 id="writing_expressions">Writing your first data binding expressions:</h3> + +<p>Data-binding layout files are slightly different and start with a root tag of +<strong>layout</strong> followed by a <strong>data</strong> element and a +<strong>view</strong> root element. This view element is what your root would +be in a non-binding layout file.A sample file looks like this:</p> + +<pre class=prettyprint> +<em><?<strong></em>xml version="1.0" encoding="utf-8"<em></strong>?> +</em><<strong>layout xmlns:android="http://schemas.android.com/apk/res/android"</strong>> + <<strong>data</strong>> + <<strong>variable name="user" type="com.example.User"</strong>/> + </<strong>data</strong>> + <<strong>LinearLayout + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="match_parent"</strong>> + <<strong>TextView android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@{user.firstName}"</strong>/> + <<strong>TextView android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@{user.lastName}"</strong>/> + </<strong>LinearLayout</strong>> +</<strong>layout</strong>> +</pre> + +<p>The user <strong>variable</strong> within <strong>data</strong> describes a property that may be used within this layout.</p> + +<pre class=prettyprint> +<<strong>variable name="user" type="com.example.User"</strong>/> +</pre> + +<p>Expressions within the layout are written in the attribute properties using the +“<code>@{}</code>” syntax. Here, the TextView’s text is set to the firstName property of user:</p> +<pre class=prettyprint> +<<strong>TextView android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@{user.firstName}"</strong>/> +</pre> + + +<h3 id="data_object">Data Object</h3> + +<p>Let’s assume for now that you have a plain-old Java object (POJO) for User:</p> +<pre class=prettyprint> +<strong>public class </strong>User { + <strong>public final </strong>String <strong>firstName</strong>; + <strong>public final </strong>String <strong>lastName</strong>; + <strong>public </strong>User(String firstName, String lastName) { + <strong>this</strong>.<strong>firstName </strong>= firstName; + <strong>this</strong>.<strong>lastName </strong>= lastName; + } +} +</pre> + +<p>This type of object has data that never changes. It is common in applications +to have data that is read once and never changes thereafter. It is also +possible to use a JavaBeans objects:</p> +<pre class=prettyprint> +<strong>public class </strong>User { + <strong>private final </strong>String <strong>firstName</strong>; + <strong>private final </strong>String <strong>lastName</strong>; + <strong>public </strong>User(String firstName, String lastName) { + <strong>this</strong>.<strong>firstName </strong>= firstName; + <strong>this</strong>.<strong>lastName </strong>= lastName; + } + <strong>public </strong>String getFirstName() { + <strong>return this</strong>.<strong>firstName</strong>; + } + <strong>public </strong>String getLastName() { + <strong>return this</strong>.<strong>lastName</strong>; + } +} +</pre> + +<p>From the perspective of data binding, these two classes are equivalent. The +expression <strong><code>@{user.lastName}</code></strong> used for the TextView’s <strong><code>android:text</code></strong> attribute will access the <strong><code>firstName</code></strong> field in the former class and the <code>getFirstName()</code> method in the latter class. +</p><h3 id=binding_data>Binding Data</h3> + +<p>By default, a Binding class will be generated based on the name of the layout +file, converting it to Pascal case and suffixing “Binding” to it. The above +layout file was <code>activity_main.xml</code> so the generate class was <code>ActivityMainBinding</code>. This class holds all the bindings from the layout properties (e.g. the <code>user</code> variable) to the layout’s Views and knows how to assign values for the binding +expressions.The easiest means for creating the bindings is to do it while inflating: +</p> + +<pre class=prettyprint> +@Override +<strong>protected void </strong>onCreate(Bundle savedInstanceState) { + <strong>super</strong>.onCreate(savedInstanceState); + ActivityMainBinding binding = DataBindingUtil.<em>setContentView</em>(<strong>this</strong>, R.layout.<em><strong>main_activity</strong></em>); + User user = <strong>new </strong>User(<strong>"Test"</strong>, <strong>"User"</strong>); + binding.setUser(user); +} +</pre> + +<p>You’re done! Run the application and you’ll see Test User in the UI.Alternatively, you can get the view via: +</p><pre class=prettyprint> +MainActivityBinding binding = MainActivityBinding.<em>inflate</em>(getLayoutInflater()); +</pre> + +<p>If you are using data binding items inside a ListView or RecyclerView adapter, +you may prefer to use: +</p><pre class=prettyprint> +ListItemBinding binding = ListItemBinding.inflate(layoutInflater, viewGroup, +false); +//or +ListItemBinding binding = DataBindingUtil.<em>inflate</em>(layoutInflater, R.layout.<em><strong>list_item</strong></em>, viewGroup, <strong>false</strong>); +</pre> + + +<h2 id=layout_details>Layout Details</h2> + + +<h3 id=imports>Imports</h3> + +<p>Zero or more <strong><code>import</code></strong> elements may be used inside the <strong><code>data</code></strong> element. These allow easy reference to classes inside your layout file, just +like in Java. +</p><pre class=prettyprint> +<<strong>data</strong>> + <<strong>import type="android.view.View"</strong>/> +</<strong>data</strong>> +</pre> + +<p>Now, View may be used within your binding expression: +</p><pre class=prettyprint> +<<strong>TextView + android:text="@{user.lastName}" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:visibility="@{user.isAdult ? View.VISIBLE : View.GONE}"</strong>/> +</pre> + +<p>When there are class name conflicts, one of the classes may be renamed to an +“alias:”</p> +<pre class=prettyprint> +<<strong>import type="android.view.View"</strong>/> +<<strong>import type="com.example.real.estate.View" + alias="Vista"</strong>/> +</pre> + +<p>Now, <strong><code>Vista</code></strong> may be used to reference the <code>com.example.real.estate.View</code> and <strong><code>View</code></strong> may be used to reference <code>android.view.View </code>within the layout file.Imported types may be used as type references in variables and expressions:</p> +<pre class=prettyprint> +<<strong>data</strong>> + <<strong>import type="com.example.User"</strong>/> + <<strong>import type="java.util.List"</strong>/> + <<strong>variable name="user" type="User"</strong>/> + <<strong>variable name="userList" type="List<User>"</strong>/> +</<strong>data</strong>> +… +<<strong>TextView + android:text="@{((User)(user.connection)).lastName}" + android:layout_width="wrap_content" + android:layout_height="wrap_content"</strong>/> +</pre> + +<p>Imported types may also be used when referencing static fields and methods in +expressions:</p> +<pre class=prettyprint> +<<strong>data</strong>> + <<strong>import type="com.example.MyStringUtils"</strong>/> + <<strong>variable name="user" type="com.example.User"</strong>/> +</<strong>data</strong>> +… +<<strong>TextView + android:text="@{MyStringUtils.capitalize(user.lastName)}" + android:layout_width="wrap_content" + android:layout_height="wrap_content"</strong>/> +</pre> + +<p>Just as in Java, <code>java.lang.*</code> is imported automatically.</p> +<h3 id=variables>Variables</h3> + +<p>Any number of <strong><code>variable</code></strong> elements may be used inside the <strong><code>data</code></strong> element. Each <strong><code>variable</code></strong> element describes a property that may be set on the layout to be used in +binding expressions within the layout file.</p> +<pre class=prettyprint> +<<strong>data</strong>> + <<strong>import type="android.graphics.drawable.Drawable"</strong>/> + <<strong>variable name="user" type="com.example.User"</strong>/> + <<strong>variable name="image" type="Drawable"</strong>/> + <<strong>variable name="note" type="String"</strong>/> +</<strong>data</strong>> +</pre> + +<p>The variable types are inspected at compile time, so if a variable implements <a href="#observable_objects">Observable</a>, <a href="#observable_collections">observable collection</a>, that should be reflected in the type. If the variable is a base class or + interface that does not implement the Observable* interface, the variables will <strong>not be</strong> observed!</p> + +<p>When there are different layout files for various configurations (e.g. +landscape or portrait), the variables will be combined. There must not be +conflicting variable definitions between these layout files.</p> + +<p>The generated binding class will have a setter and getter for each of the +described variables. The variables will take the default Java values until the +setter is called — <code>null</code> for reference types, <code>0</code> for <code>int</code>, <code>false</code> for <code>boolean</code>, etc.</p> + +<h3 id=custom_binding_class_names>Custom Binding Class Names</h3> + +<p>By default, a Binding class is generated based on the name of the layout file, +starting it with upper-case, removing underscores ( _ ) and capitalizing the +following letter and then suffixing “Binding”. This class will be placed in a +databinding package under the module package. For example, the layout file <code>contact_item.xml</code> will generate <code>ContactItemBinding</code>. If the module package is <code>com.example.my.app</code>, then it will be placed in <code>com.example.my.app.databinding</code>.</p> + +<p>Binding classes may be renamed or placed in different packages by adjusting the <strong><code>class</code></strong> attribute of the <strong><code>data</code></strong> element. For example:</p> +<pre class=prettyprint> +<<strong>data class="ContactItem"</strong>> + ... +</<strong>data</strong>> +</pre> + +<p>This generates the binding class as <code>ContactItem</code> in the databinding package in the module package. If the class should be +generated in a different package within the module package, it may be prefixed +with “.”:</p> +<pre class=prettyprint> +<<strong>data class=".ContactItem"</strong>> + ... +</<strong>data</strong>> +</pre> + +In this case, <code>ContactItem</code> is generated in the module package directly.Any package may be used if the full package is provided: +<pre class=prettyprint> +<<strong>data class="com.example.ContactItem"</strong>> + ... +</<strong>data</strong>> +</pre> + + +<h3 id=includes>Includes</h3> + +<p>Variables may be passed into an included layout's binding from the containing +layout by using the application namespace and the variable name in an +attribute:</p> +<pre class=prettyprint> +<em><?<strong></em>xml version="1.0" encoding="utf-8"<em></strong>?> +</em><<strong>layout xmlns:android="http://schemas.android.com/apk/res/android" +</strong> <strong> xmlns:bind="http://schemas.android.com/apk/res-auto"</strong>> + <<strong>data</strong>> + <<strong>variable name="user" type="com.example.User"</strong>/> + </<strong>data</strong>> + <<strong>LinearLayout + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="match_parent"</strong>> + <<strong>include layout="@layout/name" + bind:user="@{user}"</strong>/> + <<strong>include layout="@layout/contact" + bind:user="@{user}"</strong>/> + </<strong>LinearLayout</strong>> +</<strong>layout</strong>> +</pre> + +<p>Here, there must be a <code>user</code> variable in both the <code>name.xml </code>and <code>contact.xml </code>layout files.</p> +<h3 id=expression_language>Expression Language</h3> + + +<h4 id=common_features>Common Features</h4> + +<p>The expression language looks a lot like a Java expression. These are the same:</p> +<ul> + <li> Mathematical <strong><code>+ - / * %</code></strong> + <li> String concatenation <strong><code>+</code></strong> + <li> <code>L</code>ogical <strong><code>&& ||</code></strong> + <li> Binary <strong><code>&</code> <code>|</code> <code>^</code></strong> + <li> Unary <strong><code>+ - ! ~</code></strong> + <li> Shift <strong><code>>> >>> <<</code></strong> + <li> Comparison <strong><code>== > < >= <=</code></strong> + <li> <strong><code>instanceof</code></strong> + <li> Grouping <strong><code>()</code></strong> + <li> Literals - character, String, numeric, <strong><code>null</code></strong> + <li> Cast + <li> Method calls + <li> Field access + <li> Array access <strong><code>[]</code></strong> + <li> Ternary operator <strong><code>?:</code></strong> +</ul> +<p>Examples:</p> +<pre class=prettyprint> +<strong>android:text="@{String.valueOf(index + 1)}" +android:visibility="@{age < 13 ? View.GONE : View.VISIBLE}" +android:transitionName='@{"image_" + id}'</strong> +</pre> + + +<h4 id=missing_operations>Missing Operations</h4> + +<p>A few operations are missing from the expression syntax that you can use in +Java.</p> +<ul> + <li> <strong><code>this</code></strong> + <li> <strong><code>super</code></strong> + <li> <strong><code>new</code></strong> + <li> Explicit generic invocation +</ul> + +<h4 id=null_coalescing_operator>Null Coalescing Operator</h4> + +<p>The null coalescing operator (<strong><code>??</code></strong>) chooses the left operand if it is not null or the right if it is null.</p> +<pre class=prettyprint> +<strong>android:text="@{user.displayName ?? user.lastName}"</strong> +</pre> + +<p>This is functionally equivalent to:</p> +<pre class=prettyprint> +<strong>android:text="@{user.displayName != null ? user.displayName : user.lastName}"</strong> +</pre> + + +<h4 id=property_reference>Property Reference</h4> + +<p>The first was already discussed in the <a href="#writing_your_first_data_binding_expressions">Writing your first data binding expressions</a> above: short form JavaBean references. When an expression references a +property on a class, it uses the same format for fields, getters, and +ObservableFields.</p> +<pre class=prettyprint> +<strong>android:text="@{user.lastName}"</strong> +</pre> + + +<h4 id=collections>Collections</h4> + +<p>Common collections: arrays, lists, sparse lists, and maps, may be accessed +using the <code>[]</code> operator for convenience.</p> +<pre class=prettyprint> +<<strong>data</strong>> + <<strong>import type="android.util.SparseArray"</strong>/> + <<strong>import type="java.util.Map"</strong>/> + <<strong>import type="java.util.List"</strong>/> + <<strong>variable name="list" type="List<String>"</strong>/> + <<strong>variable name="sparse" type="SparseArray<String>"</strong>/> + <<strong>variable name="map" type="Map<String, String>"</strong>/> + <<strong>variable name="index" type="int"</strong>/> + <<strong>variable name="key" type="String"</strong>/> +</<strong>data</strong>> +… +<strong>android:text="@{list[index]}" +</strong>… +<strong>android:text="@{sparse[index]}" +</strong>… +<strong>android:text="@{map[key]}" +</strong> +</pre> + + +<h4 id=string_literals>String Literals</h4> + +<p>When using single quotes around the attribute value, it is easy to use double +quotes in the expression:</p> +<pre class=prettyprint> +<strong>android:text='@{map["firstName"]}'</strong> +</pre> + +<p>It is also possible to use double quotes to surround the attribute value. When +doing so, String literals should either use the " or back quote (`).</p> +<pre class=prettyprint> +<strong>android:text="@{map[`firstName`}" +android:text="@{map["firstName"]}"</strong> +</pre> + + +<h4 id=resources>Resources</h4> + +<p>It is possible to access resources as part of expressions using the normal +syntax:</p> +<pre class=prettyprint> +<strong>android:padding="@{large? @dimen/largePadding : @dimen/smallPadding}"</strong> +</pre> + +<p>Format strings and plurals may be evaluated by providing parameters:</p> +<pre class=prettyprint> +<strong>android:text="@{@string/nameFormat(firstName, lastName)}" +android:text="@{@plurals/banana(bananaCount)}"</strong> +</pre> + +<p>Some resources require explicit type evaluation.</p> + +<table> + <tr> + <th>Type</th> + <th>Normal Reference</th> + <th>Expression Reference</th> + </tr> + <tr> + <td> +<pre class=prettyprint> +String[]</td> + <td> +@array</td> + <td> +@stringArray</td> + </tr> + <tr> + <td> +int[]</td> + <td> +@array</td> + <td> +@intArray</td> + </tr> + <tr> + <td> +TypedArray</td> + <td> +@array</td> + <td> +@typedArray</td> + </tr> + <tr> + <td> +Animator</td> + <td> +@animator</td> + <td> +@animator</td> + </tr> + <tr> + <td> +StateListAnimator</td> + <td> +@animator</td> + <td> +@stateListAnimator</td> + </tr> + <tr> + <td> +</pre> + +color <code>int</code></td> + <td> +<pre class=prettyprint> +@color</td> + <td> +@color</td> + </tr> + <tr> + <td> +ColorStateList</td> + <td> +@color</td> + <td> +@colorStateList</td> + </tr> +</table> + +</pre> + + +<h2 id="data_objects">Data Objects</h2> + + +<p>Any plain old Java object (POJO) may be used for data binding, but modifying a +POJO will not cause the UI to update. The real power of data binding can be +used by giving your data objects the ability to notify when data changes. There +are three different data change notification mechanisms, <code>Observable </code>objects, <code>ObservableField</code>s, and <code>observable collections</code>.</p> + +<p>When one of these observable data object is bound to the UI and a property of +the data object changes, the UI will be updated automatically.</p> + +<h3 id=observable_objects>Observable Objects</h3> + + +<p>A class implementing <code>android.databinding.Observable</code> interface will allow the binding to attach a single listener to a bound object +to listen for changes of all properties on that object.</p> + +<p>The <code>Observable</code> interface has a mechanism to add and remove listeners, but notifying is up to +the developer. To make development easier, a base class, <code>BaseObservable,</code> was created to implement the listener registration mechanism. The data class +implementer is still responsible for notifying when the properties change. This +is done by assigning an <code>Bindable </code>annotation to the getter and notifying in the setter.</p> + +<pre class=prettyprint> +<strong>private static class </strong>User <strong>extends </strong>BaseObservable { + <strong>private </strong>String <strong>firstName</strong>; + <strong>private </strong>String <strong>lastName</strong>; + @Bindable + <strong>public </strong>String getFirstName() { + <strong>return this</strong>.<strong>firstName</strong>; + } + @Bindable + <strong>public </strong>String getFirstName() { + <strong>return this</strong>.<strong>lastName</strong>; + } + <strong>public void </strong>setFirstName(String firstName) { + <strong>this</strong>.<strong>firstName </strong>= firstName; + notifyPropertyChanged(BR.firstName); + } + <strong>public void </strong>setLastName(String lastName) { + <strong>this</strong>.<strong>lastName </strong>= lastName; + notifyPropertyChanged(BR.lastName); + } +} +</pre> + +<p>The <code>Bindable </code>annotation generates an entry in the BR class file during compilation. The BR +class file will be generated in the module package.If the base class for data classes cannot be changed, the <code>Observable</code> interface may be implemented using the convenient <code>PropertyChangeRegistry</code> to store and notify listeners efficiently.</p> + +<h3 id=observablefields>ObservableFields</h3> + +<p>A little work is involved in creating Observable classes, so developers who +want to save time or have few properties may use ObservableFields. +ObservableFields are self-contained observable objects that have a single +field. There are versions for all primitive types and one for reference types. +To use, create a public final field in the data class:</p> +<pre class=prettyprint> +<strong>private static class </strong>User <strong>extends </strong>BaseObservable { + <strong>public final </strong>ObservableField<String> <strong>firstName </strong>= + <strong>new </strong>ObservableField<>(); + <strong>public final </strong>ObservableField<String> <strong>lastName </strong>= + <strong>new </strong>ObservableField<>(); + <strong>public final </strong>ObservableInt <strong>age </strong>= <strong>new </strong>ObservableInt(); +} +</pre> + +<p>That's it! To access the value, use the set and get accessor methods:</p> +<pre class=prettyprint> +user.<strong>firstName</strong>.set(<strong>"Google"</strong>); +<strong>int </strong>age = user.<strong>age</strong>.get(); +</pre> + + +<h3 id=observable_collections>Observable Collections</h3> + +<p>Some applications use more dynamic structures to hold data. Observable + collections allow keyed access to these data objects.ObservableArrayMap is useful when the key is a reference type, such as String.</p> + +<pre class=prettyprint> +ObservableArrayMap<String, Object> user = <strong>new </strong>ObservableArrayMap<>(); +user.put(<strong>"firstName"</strong>, <strong>"Google"</strong>); +user.put(<strong>"lastName"</strong>, <strong>"Inc."</strong>); +user.put(<strong>"age"</strong>, 17); +</pre> + +In the layout, the map may be accessed through the String keys: +<pre class=prettyprint> +<<strong>data</strong>> + <<strong>import type="android.databinding.ObservableMap"</strong>/> + <<strong>variable name="user" type="ObservableMap<String, Object>"</strong>/> +</<strong>data</strong>> +… +<<strong>TextView + android:text='@{user["lastName"]}' + android:layout_width="wrap_content" + android:layout_height="wrap_content"</strong>/> +<<strong>TextView + android:text='@{String.valueOf(1 + (Integer)user["age"])}' + android:layout_width="wrap_content" + android:layout_height="wrap_content"</strong>/> +</pre> + +<p>ObservableArrayList is useful when the key is an integer:</p> +<pre class=prettyprint> +ObservableArrayList<Object> user = <strong>new </strong>ObservableArrayList<>(); +user.add(<strong>"Google"</strong>); +user.add(<strong>"Inc."</strong>); +user.add(17); +</pre> + +<p>In the layout, the list may be accessed through the indices:</p> +<pre class=prettyprint> +<<strong>data</strong>> + <<strong>import type="android.databinding.ObservableList"</strong>/> + <<strong>import type="com.example.my.app.Fields"</strong>/> + <<strong>variable name="user" type="ObservableList<Object>"</strong>/> +</<strong>data</strong>> +… +<<strong>TextView + android:text='@{user[Fields.LAST_NAME]}' + android:layout_width="wrap_content" + android:layout_height="wrap_content"</strong>/> +<<strong>TextView + android:text='@{String.valueOf(1 + (Integer)user[Fields.AGE])}' + android:layout_width="wrap_content" + android:layout_height="wrap_content"</strong>/> +</pre> + + +<h2 id=generated_binding>Generated Binding</h2> + +<p>The generated binding class links the layout variables with the Views within +the layout. As discussed earlier, the name and package of the Binding may be <a href="#custom_binding_class_names">customized</a>. The Generated binding classes all extend <code>android.databinding.ViewDataBinding</code>.</p> +<h3 id=creating>Creating</h3> + +<p>The binding should be created soon after inflation to ensure that the View +hierarchy is not disturbed prior to binding to the Views with expressions +within the layout. There are a few ways to bind to a layout. The most common is +to use the static methods on the Binding class.The inflate method inflates the View hierarchy and binds to it all it one step. +There are versions that attach the View to its parent and that inflate without +attaching.</p> +<pre class=prettyprint> +MyLayoutBinding binding = MyLayoutBinding.<em>inflate</em>(<strong>this</strong>); +MyLayoutBinding binding = MyLayoutBinding.<em>inflate</em>(viewGroup); +</pre> + +<p>If the layout was inflated using a different mechanism, it may be bound +separately:</p> +<pre class=prettyprint> +MyLayoutBinding binding = MyLayoutBinding.<em>bind</em>(viewRoot); +</pre> + +<p>Sometimes the binding cannot be known in advance. In such cases, the binding +can be created using the DataBindingUtil class:</p> +<pre class=prettyprint> +ViewDataBinding binding = DataBindingUtil.<em>inflate</em>(context, layoutId, + parent, attachToParent); +ViewDataBinding binding = DataBindingUtil.<em>bindTo</em>(viewRoot, layoutId); +</pre> + + +<h3 id=views_with_ids>Views With IDs</h3> + +<p>A public final field will be generated for each View with an ID in the layout. +The binding does a single pass on the View hierarchy, extracting the Views with +IDs. This mechanism can be faster than calling findViewById for several Views. For example:</p> +<pre class=prettyprint> +<<strong>layout xmlns:android="http://schemas.android.com/apk/res/android"</strong>> + <<strong>data</strong>> + <<strong>variable name="user" type="com.example.User"</strong>/> + </<strong>data</strong>> + <<strong>LinearLayout + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="match_parent"</strong>> + <<strong>TextView android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@{user.firstName}" +</strong> <strong>android:id="@+id/firstName"</strong>/> + <<strong>TextView android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@{user.lastName}"</strong> <strong>android:id="@+id/lastName"</strong>/> + </<strong>LinearLayout</strong>> +</<strong>layout</strong>> +</pre> + +Will generate a binding class with: +<pre class=prettyprint> +<strong>public final </strong>TextView <strong>firstName</strong>; +<strong>public final </strong>TextView <strong>lastName</strong>; +</pre> + +<p>IDs are not nearly as necessary as without data binding, but there are still +some instances where access to Views are still necessary from code.</p> +<h3 id=variables>Variables</h3> + +<p>Each variable will be given a accessor methods.</p> +<pre class=prettyprint> +<<strong>data</strong>> + <<strong>import type="android.graphics.drawable.Drawable"</strong>/> + <<strong>variable name="user" type="com.example.User"</strong>/> + <<strong>variable name="image" type="Drawable"</strong>/> + <<strong>variable name="note" type="String"</strong>/> +</<strong>data</strong>> +</pre> + +<p>will generate setters and getters in the binding:</p> +<pre class=prettyprint> +<strong>public abstract </strong>com.example.User getUser(); +<strong>public abstract void </strong>setUser(com.example.User user); +<strong>public abstract </strong>Drawable getImage(); +<strong>public abstract void </strong>setImage(Drawable image); +<strong>public abstract </strong>String getNote(); +<strong>public abstract void </strong>setNote(String note); +</pre> + + +<h3 id=viewstubs>ViewStubs</h3> + +<p>ViewStubs are a little different from normal Views. They start off invisible +and when they either are made visible or are explicitly told to inflate, they +replace themselves in the layout by inflating another layout.</p> + +<p>Because the ViewStub essentially disappears from the View hierarchy, the View +in the binding object must also disappear to allow collection. Because the +Views are final, a ViewStubProxy object takes the place of the ViewStub, giving +the developer access to the ViewStub when it exists and also access to the +inflated View hierarchy when the ViewStub has been inflated.</p> + +<p>When inflating another layout, a binding must be established for the new +layout. Therefore, the ViewStubProxy must listen to the ViewStub's +OnInflateListener and establish the binding at that time. Since only one can +exist, the ViewStubProxy allows the developer to set an OnInflateListener on it +that it will call after establishing the binding.</p> + +<h3 id=advanced_binding>Advanced Binding</h3> + + +<h4 id=dynamic_variables>Dynamic Variables</h4> + +<p>At times, the specific binding class won't be known. For example, a +RecyclerView Adapter operating against arbitrary layouts won't know the +specific binding class. It still must assign the binding value during the +onBindViewHolder.</p> + +<p>In this example, all layouts that the RecyclerView binds to have an "item" +variable. The BindingHolder has a getBinding method returning the <code>ViewDataBinding</code> base.</p> +<pre class=prettyprint> +<strong>public void </strong>onBindViewHolder(BindingHolder holder, <strong>int </strong>position) { + <strong>final </strong>T item = <strong>mItems</strong>.get(position); + holder.getBinding().setVariable(BR.item, item); + holder.getBinding().executePendingBindings(); +} +</pre> + + +<h4 id=immediate_binding>Immediate Binding</h4> + +<p>When a variable or observable changes, the binding will be scheduled to change +before the next frame. There are times, however, when binding must be executed +immediately. To force execution, use the executePendingBindings() method.</p> +<h2 id=attribute_setters>Attribute Setters</h2> + +<p>Whenever a bound value changes, the generated binding class must call a setter +method on the View with the binding expression. The data binding framework has +ways to customize which method to call to set the value.</p> +<h3 id=automatic_setters>Automatic Setters</h3> + +For an attribute, data binding tries to find the method setAttribute. The +namespace for the attribute does not matter, only the attribute name itself. + +<p>For example, an expression associated with TextView's attribute <strong><code>android:text</code></strong> will look for a setText(String). If the expression returns an int, data +binding will search for a setText(int) method. Be careful to have the +expression return the correct type, casting if necessary.Note that data binding will work even if no attribute exists with the given +name. You can then easily "create" attributes for any setter by using data +binding. For example, support DrawerLayout doesn't have any attributes, but +plenty of setters. You can use the automatic setters to use one of these.</p> +<pre class=prettyprint> +<android.support.v4.widget.<strong>DrawerLayout + android:layout_width="wrap_content" + android:layout_height="wrap_content" + app:scrimColor="@{@color/scrim}" + app:drawerListener="@{fragment.drawerListener}"/></strong> +</pre> + + +<h3 id=renamed_setters>Renamed Setters</h3> + +<p>Some attributes have setters that don't match by name. For these methods, an +attribute may be associated with the setter through BindingMethods annotation. +This must be associated with a class and contains BindingMethod annotations, +one for each renamed method. For example, the <strong><code>android:tint</code></strong> attribute is really associated with setImageTintList, not setTint.</p> +<pre class=prettyprint> +@BindingMethods({ + @BindingMethod(type = <strong>"android.widget.ImageView"</strong>, + attribute = <strong>"android:tint"</strong>, + method = <strong>"setImageTintList"</strong>), +}) +</pre> + +<p>It is unlikely that developers will need to rename setters; the android +framework attributes have already been implemented.</p> +<h3 id=custom_setters>Custom Setters</h3> + +<p>Some attributes need custom binding logic. For example, there is no associated +setter for the <strong><code>android:paddingLeft</code></strong> attribute. Instead, setPadding(left, top, right, bottom) exists. A static +binding adapter method with the BindingAdapter annotation allows the developer +to customize how a setter for an attribute is called.</p> + +<p>The android attributes have already had BindingAdapters created. For example, +here is the one for paddingLeft:</p> +<pre class=prettyprint></p> +@BindingAdapter(<strong>"android:paddingLeft"</strong>) +<strong>public static void </strong>setPaddingLeft(View view, <strong>int </strong>padding) { + view.setPadding(padding, + view.getPaddingTop(), + view.getPaddingRight(), + view.getPaddingBottom()); +} +</pre> + +<p>Binding adapters are useful for other types of customization. For example, a + custom loader can be called off-thread to load an image.</p> + +<p>Developer-created binding adapters will override the data binding default +adapters when there is a conflict.</p> + +<p>You can also have adapters that receive multiple parameters. </p> +<pre class=prettyprint> +@BindingAdapter(attributes = {<strong>"bind:imageUrl"</strong>, <strong>"bind:error"</strong>}) +<strong>public static void </strong>loadImage(ImageView view, String url, Drawable error) { + Picasso.<em>with</em>(view.getContext()).load(url).error(error).into(view); +} +</pre> + +<p>This adapter will be called if both <strong>imageUrl </strong>and <strong>error </strong>are used for an ImageView and <em>imageUrl </em>is a string and <em>error</em> is a drawable.</p> +<ul> + <li> Custom namespaces are ignore during matching. + <li> You can also write adapters for android namespace. +</ul> + +<pre class=prettyprint> +<ImageView app:imageUrl=“@{venue.imageUrl}” +app:error=“@{@drawable/venueError}”/> +</pre> + + +<h2 id=converters>Converters</h2> + + +<h3 id=object_conversions>Object Conversions</h3> + +<p>When an Object is returned from a binding expression, a setter will be chosen +from the automatic, renamed, and custom setters. The Object will be cast to a +parameter type of the chosen setter.</p><p>This is a convenience for those using ObservableMaps to hold data. for example:</p> +<pre class=prettyprint> +<<strong>TextView + android:text='@{userMap["lastName"]}' + android:layout_width="wrap_content" + android:layout_height="wrap_content"</strong>/> +</pre> + +<p>The userMap returns an Object and that Object will be automatically cast to +parameter type found in the setter <code>setText(CharSequence)</code>. When there may be confusion about the parameter type, the developer will need +to cast in the expression.</p> +<h3 id=custom_conversions>Custom Conversions</h3> + +<p>Sometimes conversions should be automatic between specific types. For example, +when setting the background:</p> +<pre class=prettyprint> +<<strong>View + android:background="@{isError ? @color/red : @color/white}" + android:layout_width="wrap_content" + android:layout_height="wrap_content"</strong>/> +</pre> + +<p>Here, the background takes a <code>Drawable</code>, but the color is an integer. Whenever a <code>Drawable</code> is expected and an integer is returned, the <code>int</code> should be converted to a <code>ColorDrawable</code>. This conversion is done using a static method with a BindingConversion +annotation:</p> +<pre class=prettyprint> +@BindingConversion +<strong>public static </strong>ColorDrawable convertColorToDrawable(<strong>int </strong>color) { + <strong>return new </strong>ColorDrawable(color); +} +</pre> + +<p>Note that conversions only happen at the setter level, so it is <strong>not allowed </strong>to mix types like this:</p> +<pre class=prettyprint> +<<strong>View + android:background="@{isError ? @drawable/error : @color/white}" + android:layout_width="wrap_content" + android:layout_height="wrap_content"</strong>/> +</pre> + diff --git a/docs/html/preview/index.html b/docs/html/preview/index.html deleted file mode 100644 index af99e2d812a7..000000000000 --- a/docs/html/preview/index.html +++ /dev/null @@ -1,372 +0,0 @@ -<!DOCTYPE html> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<html> -<head> - - -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="viewport" content="width=970" /> - -<meta name="Description" content="Test and build your apps against the next version of Android to ensure they're ready when the platform officially launches."> -<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> -<title>Android M Developer Preview | Android Developers</title> - -<!-- STYLESHEETS --> -<link rel="stylesheet" -href="//fonts.googleapis.com/css?family=Roboto+Condensed"> -<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold" - title="roboto"> -<link href="/assets/css/default.css" rel="stylesheet" type="text/css"> - - - -<!-- JAVASCRIPT --> -<script src="//www.google.com/jsapi" type="text/javascript"></script> -<script src="/assets/js/android_3p-bundle.js" type="text/javascript"></script> -<script type="text/javascript"> - var toRoot = "/"; - var metaTags = []; - var devsite = false; -</script> -<script src="/assets/js/docs.js" type="text/javascript"></script> - -<script> - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - - ga('create', 'UA-5831155-1', 'android.com'); - ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'}); // New tracker); - ga('send', 'pageview'); - ga('universal.send', 'pageview'); // Send page view for new tracker. -</script> - -</head> - -<body class="gc-documentation - -" itemscope itemtype="http://schema.org/Article"> - - -<a name="top"></a> -<div id="body-content"> -<div class="fullpage" > -<div id="jd-content"> - <div class="jd-descr" itemprop="articleBody"> - <style> -.fullpage>#footer, -#jd-content>.content-footer.wrap { - display:none; -} -</style> - -<style> -#footer { - display: none; -} -.content-footer { - display: none; -} -</style> - -<!-- -<div style="height:20px"></div> -<div id="butterbar-wrapper"> - <div id="butterbar"> - <a href="#" id="butterbar-message"> - butterbar message - </a> - </div> -</div> ---> - - <div class="landing-rest-of-page"> - <div class="landing-section" style="padding-top:60px"> - <div class="wrap"> - <div class="landing-section-header"> - <div class="landing-h1">Android M Developer Preview</div> - <div class="landing-subhead"> - Get an early look at the next release and prepare your apps for the - official platform launch. - </div> - - <img src="/preview/images/dev-prev.png" style=" margin:0px 0 0 40px" width="860px"/> - <div class="col-6" style="margin-left:660px; margin-top:-105px"> - <a href="/preview/setup-sdk.html" class="landing-button landing-primary" - style="position:absolute;z-index:100;float:right;margin-top: 0px;"> - Get Started</a> - </div> - </div> - </div> <!-- end .wrap --> - </div> <!-- end .landing-section --> - - - - <div class="landing-section landing-gray-background" - style="margin-top:-105px; padding-bottom:20px"> - <div class="wrap"> - <div class="cols"> - <div class="landing-body" style="margin-top:-80px" > - - <div class="landing-breakout cols"> - <div class="col-4"> - <p>This Feature</p> - <p class="landing-small"> - Kevin ham hock pig cupim brisket picanha, doner pork tri-tip frankfurter - leberkas turkey. - </p> - <p class="landing-small"> - <a href="/preview/api-overview.html">Learn about this feature</a> - </p> - </div> - <div class="col-4"> - <p>That Feature</p> - <p class="landing-small"> - Bacon ipsum dolor amet meatball tongue pork loin fatback, andouille shoulder - chicken picanha pig landjaeger kielbasa shankle pastrami flank meatloaf. - </p> - <p class="landing-small"> - <a href="/preview/api-overview.html">Learn about that feature</a> - </p> - </div> - <div class="col-4"> - <p style="width:230px">Another Feature</p> - <p class="landing-small"> - Landjaeger tri-tip tenderloin pork loin jowl, meatloaf t-bone kielbasa sausage - swine spare ribs drumstick corned beef ham. - </p> - <p class="landing-small"> - <a href="/preview/api-overview.html">Learn about notifications</a> - </p> - </div> - <div class="col-4"> - <p>Moar Features</p> - <p class="landing-small"> - <b>Feature Name</b> is our effort to meatloaf boudin meatball sausage strip - steak hamburger, chuck ham pork chop. - </p> - <p class="landing-small"> - <a href="/preview/api-overview.html">Learn about moar feature</a> - </p> - </div> - </div> - <p style="margin-left:20px">See the <a href="/preview/api-overview.html">API - overview</a> for more information on the rest of the new and updated features.</p> - </div> - </div></div></div> - <div class="landing-section"> - <div class="wrap"> - <div class="cols"> - <div class="landing-body"> - <div class="col-3-wide"> - <a target="_blank" href="https://code.google.com/p/android-developer-preview/"> - <img class="landing-social-image" src="/preview/images/bugs.png" alt=""> - </a> - <div class="landing-social-copy"> - <p>Issue Tracker</p> - <p class="landing-small"> - Let us know when you encounter problems, so we can fix them and make - the platform better for you and your users. - </p><p class="landing-small"> - <a href="https://code.google.com/p/android-developer-preview/"> - Report Issues</a> - </p> - <p></p> - </div> - </div> - <div class="col-3-wide"> - <a target="_blank" href="http://g.co/androidldevpreview"> - <img class="landing-social-image" src="//www.google.com/images/icons/product/gplus-128.png" alt=""> - </a> - <div class="landing-social-copy"> - <p>Google+ </p> - <p class="landing-small"> - Join the community of Android developers testing out the M Developer Preview and - share your thoughts and experiences. - </p><p class="landing-small"> - <a href="http://g.co/androidldevpreview"> - Discuss on Google+</a> - </p> - </div> - </div> - <div class="col-3-wide"> - <a target="_blank" href="/preview/support.html"> - <img class="landing-social-image" src="/preview/images/updates.png" alt=""> - </a> - <div class="landing-social-copy"> - <p>Support and Updates</p> - <p class="landing-small"> - Updates to the preview are delivered - in the Android SDK Manager. Check back periodically - for news about the changes. - </p> - <p class="landing-small"> - <a href="/preview/support.html">Get Support</a> - </p> - </div> - </div> - </div> - </div> - </div> - </div> - - <div class="content-footer wrap" itemscope="" itemtype="http://schema.org/SiteNavigationElement"> - <div class="layout-content-col col-16" style="padding-top:4px"> - <style>#___plusone_0 {float:right !important;}</style> - <div class="g-plusone" data-size="medium"></div> - </div> - </div> - <div id="footer" class="wrap" style="width:940px;position:relative;top:-35px;z-index:-1"> - <div id="copyright"> - Except as noted, this content is - licensed under <a href="http://creativecommons.org/licenses/by/2.5/"> - Creative Commons Attribution 2.5</a>. For details and - restrictions, see the <a href="/license.html">Content - License</a>. - </div> - </div> - </div> <!-- end landing-body-content --> - - <script> - $("a.landing-down-arrow").on("click", function(e) { - $("body").animate({ - scrollTop: $(".preview-hero").height() + 76 - }, 1000, "easeOutQuint"); - e.preventDefault(); - }); - </script> - </div> - - <div class="content-footer wrap" - itemscope itemtype="http://schema.org/SiteNavigationElement"> - - <div class="paging-links layout-content-col col-10"> - - </div> - <div class="layout-content-col plus-container col-2" > - <style>#___plusone_0 {float:right !important;}</style> - <div class="g-plusone" data-size="medium"></div> - - </div> - - </div> - - - - - </div> <!-- end jd-content --> - -<div id="footer" class="wrap" style="width:940px"> - - - <div id="copyright"> - - Except as noted, this content is - licensed under <a href="http://creativecommons.org/licenses/by/2.5/"> - Creative Commons Attribution 2.5</a>. For details and - restrictions, see the <a href="/license.html">Content - License</a>. - </div> - - -</div> <!-- end footer --> -</div><!-- end doc-content --> - -</div> <!-- end body-content --> - - - - - - <script src="https://developer.android.com/ytblogger_lists_unified.js" type="text/javascript"></script> - <script src="/jd_lists_unified.js" type="text/javascript"></script> - <script src="/jd_extras.js" type="text/javascript"></script> - <script src="/jd_collections.js" type="text/javascript"></script> - <script src="/jd_tag_helpers.js" type="text/javascript"></script> - -</body> -</html> diff --git a/docs/html/preview/index.jd b/docs/html/preview/index.jd index a2d0b18ce9f2..c6c20686bd56 100644 --- a/docs/html/preview/index.jd +++ b/docs/html/preview/index.jd @@ -17,44 +17,36 @@ footer.hide=1 <div class="col-1of2 col-pull-1of2"> <h1 class="dac-hero-title">M Developer Preview</h1> <p class="dac-hero-description"> - Get ready for the next official release of the platform. Test your apps - and give us feedback! + Get ready for the next official release of the platform. The preview program gives + you an advance look at new APIs, features, and behaviors coming to Android. + Test your apps and give us feedback! </p> - <a class="dac-hero-cta" href="{@docRoot}preview/setup-sdk.html"> + + <a class="dac-hero-cta" href="{@docRoot}preview/overview.html"> <span class="dac-sprite dac-auto-chevron"></span> - Set up the Preview SDK + Preview Program Overview </a><br> <a class="dac-hero-cta" href="{@docRoot}preview/api-overview.html"> <span class="dac-sprite dac-auto-chevron"></span> Review the API changes </a><br> + <a class="dac-hero-cta" href="{@docRoot}preview/setup-sdk.html"> + <span class="dac-sprite dac-auto-chevron"></span> + Set up the Preview SDK + </a><br> <a class="dac-hero-cta" href="https://code.google.com/p/android-developer-preview/"> <span class="dac-sprite dac-auto-chevron"></span> Report issues </a><br> + </div> </div> - </div> -</section> - -<section class="dac-section dac-gray dac-small dac-invert"><div class="wrap"> - <h2 class="norule">Latest</h2> - <div class="resource-widget resource-flow-layout col-16" - data-query="collection:develop/landing/latest" - data-cardSizes="6x6" - data-maxResults="3"></div> -</div></section> - -<section class="dac-section"><div class="wrap"> - <h1 class="dac-section-title">Resources</h1> - <div class="dac-section-subtitle"> - Check out these resources to help you get started with the M Developer Preview. + <div class="dac-section dac-small"> + <div class="resource-widget resource-flow-layout col-16" + data-query="collection:preview/landing/resources" + data-cardSizes="6x2" + data-maxResults="6"></div> + </div> </div> - <div class="resource-widget resource-flow-layout col-16" - data-query="collection:preview/landing/resources" - data-cardSizes="6x6" - data-maxResults="6"></div> -</div></section> - - +</section>
\ No newline at end of file diff --git a/docs/html/preview/license.html b/docs/html/preview/license.html deleted file mode 100644 index deb16aa8b136..000000000000 --- a/docs/html/preview/license.html +++ /dev/null @@ -1,274 +0,0 @@ -<!DOCTYPE html> - -<html> -<head> - - -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="viewport" content="width=970" /> - -<meta name="Description" content="To get started with the Android SDK Preview, you must agree to the following terms and conditions. As described below, please note that this is a preview version of the Android SDK, subject to change, that you use at your own risk."> -<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> -<title>License Agreement | Android Developers</title> - -<!-- STYLESHEETS --> -<link rel="stylesheet" -href="//fonts.googleapis.com/css?family=Roboto+Condensed"> -<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold" - title="roboto"> -<link href="/assets/css/default.css" rel="stylesheet" type="text/css"> - - - -<!-- JAVASCRIPT --> -<script src="//www.google.com/jsapi" type="text/javascript"></script> -<script src="/assets/js/android_3p-bundle.js" type="text/javascript"></script> -<script type="text/javascript"> - var toRoot = "/"; - var metaTags = []; - var devsite = false; -</script> -<script src="/assets/js/docs.js" type="text/javascript"></script> - -<script> - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - - ga('create', 'UA-5831155-1', 'android.com'); - ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'}); // New tracker); - ga('send', 'pageview'); - ga('universal.send', 'pageview'); // Send page view for new tracker. -</script> - -</head> - - -<body class="gc-documentation" itemscope="" itemtype="http://schema.org/Article"> - - -<a name="top"></a> -<div id="body-content"> -<div class="fullpage"> -<div id="jd-content"> - <div class="jd-descr" itemprop="articleBody"> -<style> -body,html, #qv {background-color:#e9e9e9} - -#qv * { font-weight:bold;} - -.fullpage>#footer, -#jd-content>.content-footer.wrap { - display:none; -} - -.content-footer { - display: none; -} -</style> - - <div style="border-bottom: 1px solid #a5c43a; position: absolute; left: 0; right: 0; top: 0;"> - <div class="wrap" style="position: relative; height: 45px; padding: 0 20px;"> - <a href="/index.html" style="position:absolute;top:8px"> - <img src="/assets/images/dac_logo.png" srcset="/assets/images/dac_logo@2x.png 2x" width="123" height="25" alt="Android Developers home page"> - </a> - </div> - </div> - - <div class="landing-rest-of-page"> - <div class="landing-section" style="padding:55px 10px 0"> - -<div class="wrap"> - -<div class="col-16" id="doc-col" > - - <h1 itemprop="name" >L Developer Preview License Agreement</h1> - -<div class="jd-descr" itemprop="articleBody"> - <p> -If you are using the Android SDK -Preview, you must agree to the following terms -and conditions. As described below, please note that the preview version of the -Android SDK is subject to change, and that you use it at your own risk. The -Android SDK Preview is not a stable release, and may contain errors and defects -that can result in serious damage to your computer systems, devices and data. -</p> - -<p> -This is the Android SDK Preview License Agreement (the “License Agreement”). -</p> - -<div class="sdk-terms" style="height:auto;border:0;padding:0;width:940px"> -1. Introduction - -1.1 The Android SDK Preview (referred to in the License Agreement as the “Preview” and specifically including the Android system files, packaged APIs, and Preview library files, if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the Preview. - -1.2 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time. - -1.3 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States. - -2. Accepting the License Agreement - -2.1 In order to use the Preview, you must first agree to the License Agreement. You may not use the Preview if you do not accept the License Agreement. - -2.2 By clicking to accept and/or using the Preview, you hereby agree to the terms of the License Agreement. - -2.3 You may not use the Preview and may not accept the License Agreement if you are a person barred from receiving the Preview under the laws of the United States or other countries including the country in which you are resident or from which you use the Preview. - -2.4 If you will use the Preview internally within your company or organization you agree to be bound by the License Agreement on behalf of your employer or other entity, and you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the Preview on behalf of your employer or other entity. - -3. Preview License from Google - -3.1 Subject to the terms of the License Agreement, Google grants you a royalty-free, non-assignable, non-exclusive, non-sublicensable, limited, revocable license to use the Preview, personally or internally within your company or organization, solely to develop applications to run on the Android platform. - -3.2 You agree that Google or third parties owns all legal right, title and interest in and to the Preview, including any Intellectual Property Rights that subsist in the Preview. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you. - -3.3 You may not use the Preview for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the Preview or any part of the Preview; or (b) load any part of the Preview onto a mobile handset or any other hardware device except a personal computer, combine any part of the Preview with other software, or distribute any software or device incorporating a part of the Preview. - -3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the Preview. - -3.5 Use, reproduction and distribution of components of the Preview licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. You agree to remain a licensee in good standing in regard to such open source software licenses under all the rights granted and to refrain from any actions that may terminate, suspend, or breach such rights. - -3.6 You agree that the form and nature of the Preview that Google provides may change without prior notice to you and that future versions of the Preview may be incompatible with applications developed on previous versions of the Preview. You agree that Google may stop (permanently or temporarily) providing the Preview (or any features within the Preview) to you or to users generally at Google's sole discretion, without prior notice to you. - -3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features. - -3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the Preview. - -4. Use of the Preview by You - -4.1 Google agrees that nothing in the License Agreement gives Google any right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the Preview, including any intellectual property rights that subsist in those applications. - -4.2 You agree to use the Preview and write applications only for purposes that are permitted by (a) the License Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries). - -4.3 You agree that if you use the Preview to develop applications, you will protect the privacy and legal rights of users. If users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If users provide you with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, each user has given you permission to do so. - -4.4 You agree that you will not engage in any activity with the Preview, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of Google or any third party. - -4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so. - -4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach. - -4.7 The Preview is in development, and your testing and feedback are an important part of the development process. By using the Preview, you acknowledge that implementation of some features are still under development and that you should not rely on the Preview having the full functionality of a stable release. You agree not to publicly distribute or ship any application using this Preview as this Preview will no longer be supported after the official Android SDK is released. - -5. Your Developer Credentials - -5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials. - -6. Privacy and Information - -6.1 In order to continually innovate and improve the Preview, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the Preview are being used and how they are being used. Before any of this information is collected, the Preview will notify you and seek your consent. If you withhold consent, the information will not be collected. - -6.2 The data collected is examined in the aggregate to improve the Preview and is maintained in accordance with Google's Privacy Policy located at http://www.google.com/policies/privacy/. - -7. Third Party Applications - -7.1 If you use the Preview to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources. - -7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners. - -7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. - -8. Using Google APIs - -8.1 Google APIs - -8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service. - -8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so. - -9. Terminating the License Agreement - -9.1 the License Agreement will continue to apply until terminated by either you or Google as set out below. - -9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the Preview and any relevant developer credentials. - -9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to you. - -9.4 The License Agreement will automatically terminate without notice or other action upon the earlier of: -(A) when Google ceases to provide the Preview or certain parts of the Preview to users in the country in which you are resident or from which you use the service; and -(B) Google issues a final release version of the Android SDK. - -9.5 When the License Agreement is terminated, the license granted to you in the License Agreement will terminate, you will immediately cease all use of the Preview, and the provisions of paragraphs 10, 11, 12 and 14 shall survive indefinitely. - -10. DISCLAIMERS - -10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE PREVIEW IS AT YOUR SOLE RISK AND THAT THE PREVIEW IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE. - -10.2 YOUR USE OF THE PREVIEW AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE PREVIEW IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. WITHOUT LIMITING THE FOREGOING, YOU UNDERSTAND THAT THE PREVIEW IS NOT A STABLE RELEASE AND MAY CONTAIN ERRORS, DEFECTS AND SECURITY VULNERABILITIES THAT CAN RESULT IN SIGNIFICANT DAMAGE, INCLUDING THE COMPLETE, IRRECOVERABLE LOSS OF USE OF YOUR COMPUTER SYSTEM OR OTHER DEVICE. - -10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. - -11. LIMITATION OF LIABILITY - -11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING. - -12. Indemnification - -12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys’ fees) arising out of or accruing from (a) your use of the Preview, (b) any application you develop on the Preview that infringes any Intellectual Property Rights of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you of the License Agreement. - -13. Changes to the License Agreement - -13.1 Google may make changes to the License Agreement as it distributes new versions of the Preview. When these changes are made, Google will make a new version of the License Agreement available on the website where the Preview is made available. - -14. General Legal Terms - -14.1 the License Agreement constitutes the whole legal agreement between you and Google and governs your use of the Preview (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the Preview. - -14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google. - -14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable. - -14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement. - -14.5 EXPORT RESTRICTIONS. THE PREVIEW IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE PREVIEW. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE. - -14.6 The License Agreement may not be assigned or transferred by you without the prior written approval of Google, and any attempted assignment without such approval will be void. You shall not delegate your responsibilities or obligations under the License Agreement without the prior written approval of Google. - -14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction. - - -</div> - </div> - </div> - -</div> - </div> <!-- end landing-body-content --> - - </div> - - <div class="content-footer wrap" itemscope="" - itemtype="http://schema.org/SiteNavigationElement"> - - <div class="paging-links layout-content-col col-10"> - - </div> - - </div> - - - - - </div> <!-- end jd-content --> - -<div id="footer" class="wrap" style="width:940px"> - - - <div id="copyright"> - - Except as noted, this content is - licensed under <a href="http://creativecommons.org/licenses/by/2.5/"> - Creative Commons Attribution 2.5</a>. For details and - restrictions, see the <a href="https://developer.android.com/license.html">Content - License</a>. - </div> - - -</div> <!-- end footer --> -</div><!-- end doc-content --> - -</div> <!-- end body-content --> - -</body> -</html> diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index a352f65072f2..8da052e80720 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -55,7 +55,6 @@ sdk.win_installer_checksum=e764ea93aa72766737f9be3b9fb3e42d879ab599 <style type="text/css"> .offline {display:none;} - a.download-bundle-button {display:block;} h2.feature { padding-top:30px; margin-top:0; @@ -66,19 +65,6 @@ sdk.win_installer_checksum=e764ea93aa72766737f9be3b9fb3e42d879ab599 padding-top:40px; } - .landing-button.green { - font-size:16px; - background-color:#90c653; - padding:8px 10px 10px; - margin:0; - width:206px; - text-align:center; - } - - .landing-button.green:hover { - background-color:#85b84f; - } - .landing-button .small { font-size: 12px; font-weight: normal; @@ -284,7 +270,7 @@ This is the Android Software Development Kit License Agreement <img src="{@docRoot}images/tools/studio-hero.png" srcset="{@docRoot}images/tools/studio-hero_2x.png 2x, {@docRoot}images/tools/studio-hero.png 1x" -width="760" height="400" alt="" style="margin-bottom:100px" /> +width="760" height="400" alt="" /> <div style="color: #fff; width:226px; height:0; overflow:visible; position:absolute; top:40px; left:25px"> @@ -300,7 +286,7 @@ width: 400px;text-align: center;">The official Android IDE</p> <li>Android 5.0 emulator system image with Google APIs</li> </ul> -<a class="online landing-button green download-bundle-button" style="margin-top:30px;" +<a class="online landing-button green download-bundle-button" href="#Other" >Download Android Studio</a> <!-- this appears when viewing the offline docs --> @@ -308,8 +294,9 @@ href="#Other" >Download Android Studio</a> To get Android Studio or stand-alone SDK tools, visit <a href="http://developer.android.com/sdk/index.html">developer.android.com/sdk/</a> </p> +</div> -<ul style="margin-top:50px;color:#444"> +<ul> <li><a href="#Requirements">System Requirements</a></li> <li><a href="#Other">Other Download Options</a></li> <li><a href="{@docRoot}sdk/installing/migrate.html">Migrating to Android Studio</a></li> @@ -317,7 +304,6 @@ href="http://developer.android.com/sdk/index.html">developer.android.com/sdk/</a target="_blank">Take a Survey</a></li> </ul> -</div> @@ -403,8 +389,7 @@ srcset="{@docRoot}images/tools/studio-hero-gradle_2x.png 2x, {@docRoot}images/to <p>Build APKs from Android Studio or the command line.</p> </div> - - +</div> <h2 class="feature norule">More about Android Studio</h2> <div style="background:#424242;padding:30px; color:#fff;margin:0 0 15px;"> diff --git a/graphics/java/android/graphics/drawable/Icon.java b/graphics/java/android/graphics/drawable/Icon.java index 47a1f774345c..b2c3ab7efff3 100644 --- a/graphics/java/android/graphics/drawable/Icon.java +++ b/graphics/java/android/graphics/drawable/Icon.java @@ -29,9 +29,9 @@ import android.os.Handler; import android.os.Message; import android.os.Parcel; import android.os.Parcelable; +import android.os.UserHandle; import android.util.Log; -import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; @@ -177,14 +177,13 @@ public final class Icon implements Parcelable { * Invokes {@link #loadDrawable(Context)} on a background thread * and then runs <code>andThen</code> on the UI thread when finished. * - * @param context {@link android.content.Context Context} in which to load the drawable; see + * @param context {@link Context Context} in which to load the drawable; see * {@link #loadDrawable(Context)} - * @param handler {@link android.os.Handler} on which to run <code>andThen</code>. * @param listener a callback to run on the provided - * Handler once the drawable is available. + * @param handler {@link Handler} on which to run <code>andThen</code>. */ - public void loadDrawableAsync(Context context, Handler handler, - final OnDrawableLoadedListener listener) { + public void loadDrawableAsync(Context context, final OnDrawableLoadedListener listener, + Handler handler) { new LoadDrawableTask(context, handler, listener).runAsync(); } @@ -211,14 +210,21 @@ public final class Icon implements Parcelable { try { mObj1 = pm.getResourcesForApplication(getResPackage()); } catch (PackageManager.NameNotFoundException e) { - Log.e(TAG, - String.format("Unable to find package '%s'", getResPackage()), + Log.e(TAG, String.format("Unable to find pkg=%s", + getResPackage()), e); break; } } } - return getResources().getDrawable(getResId(), context.getTheme()); + try { + return getResources().getDrawable(getResId(), context.getTheme()); + } catch (RuntimeException e) { + Log.e(TAG, String.format("Unable to load resource 0x%08x from pkg=%s", + getResId(), + getResPackage()), + e); + } case TYPE_DATA: return new BitmapDrawable(context.getResources(), BitmapFactory.decodeByteArray(getDataBytes(), getDataOffset(), getDataLength()) @@ -250,25 +256,62 @@ public final class Icon implements Parcelable { return null; } + /** + * Load the requested resources under the given userId, if the system allows it, + * before actually loading the drawable. + * + * @hide + */ + public Drawable loadDrawableAsUser(Context context, int userId) { + if (mType == TYPE_RESOURCE) { + if (getResources() == null + && getResPackage() != null + && !(getResPackage().equals("android"))) { + final PackageManager pm = context.getPackageManager(); + try { + mObj1 = pm.getResourcesForApplicationAsUser(getResPackage(), userId); + } catch (PackageManager.NameNotFoundException e) { + Log.e(TAG, String.format("Unable to find pkg=%s user=%d", + getResPackage(), + userId), + e); + } + } + } + return loadDrawable(context); + } + private Icon(int mType) { this.mType = mType; } /** - * Create a Icon pointing to a drawable resource. + * Create an Icon pointing to a drawable resource. * @param res Resources for a package containing the resource in question - * @param resid ID of the drawable resource + * @param resId ID of the drawable resource */ - public static Icon createWithResource(Resources res, @DrawableRes int resid) { + public static Icon createWithResource(Resources res, @DrawableRes int resId) { final Icon rep = new Icon(TYPE_RESOURCE); rep.mObj1 = res; - rep.mInt1 = resid; - rep.mString1 = res.getResourcePackageName(resid); + rep.mInt1 = resId; + rep.mString1 = res.getResourcePackageName(resId); + return rep; + } + + /** + * Create an Icon pointing to a drawable resource. + * @param resPackage Name of the package containing the resource in question + * @param resId ID of the drawable resource + */ + public static Icon createWithResource(String resPackage, @DrawableRes int resId) { + final Icon rep = new Icon(TYPE_RESOURCE); + rep.mInt1 = resId; + rep.mString1 = resPackage; return rep; } /** - * Create a Icon pointing to a bitmap in memory. + * Create an Icon pointing to a bitmap in memory. * @param bits A valid {@link android.graphics.Bitmap} object */ public static Icon createWithBitmap(Bitmap bits) { @@ -278,7 +321,7 @@ public final class Icon implements Parcelable { } /** - * Create a Icon pointing to a compressed bitmap stored in a byte array. + * Create an Icon pointing to a compressed bitmap stored in a byte array. * @param data Byte array storing compressed bitmap data of a type that * {@link android.graphics.BitmapFactory} * can decode (see {@link android.graphics.Bitmap.CompressFormat}). @@ -294,7 +337,7 @@ public final class Icon implements Parcelable { } /** - * Create a Icon pointing to a content specified by URI. + * Create an Icon pointing to an image file specified by URI. * * @param uri A uri referring to local content:// or file:// image data. */ @@ -305,7 +348,7 @@ public final class Icon implements Parcelable { } /** - * Create a Icon pointing to a content specified by URI. + * Create an Icon pointing to an image file specified by URI. * * @param uri A uri referring to local content:// or file:// image data. */ @@ -316,7 +359,7 @@ public final class Icon implements Parcelable { } /** - * Create a Icon pointing to + * Create an Icon pointing to an image file specified by path. * * @param path A path to a file that contains compressed bitmap data of * a type that {@link android.graphics.BitmapFactory} can decode. @@ -437,8 +480,8 @@ public final class Icon implements Parcelable { }; /** - * Implement this interface to receive notification when - * {@link #loadDrawableAsync(Context, Handler, OnDrawableLoadedListener) loadDrawableAsync} + * Implement this interface to receive a callback when + * {@link #loadDrawableAsync(Context, OnDrawableLoadedListener, Handler) loadDrawableAsync} * is finished and your Drawable is ready. */ public interface OnDrawableLoadedListener { diff --git a/graphics/tests/graphicstests/src/android/graphics/drawable/IconTest.java b/graphics/tests/graphicstests/src/android/graphics/drawable/IconTest.java index 2b9bf50b3f0d..a7f8023f549b 100644 --- a/graphics/tests/graphicstests/src/android/graphics/drawable/IconTest.java +++ b/graphics/tests/graphicstests/src/android/graphics/drawable/IconTest.java @@ -27,15 +27,11 @@ import android.util.Log; import java.io.ByteArrayOutputStream; import java.io.File; -import java.io.FileDescriptor; -import java.io.FileInputStream; import java.io.FileOutputStream; import java.lang.Override; import java.util.Arrays; import java.util.ArrayList; -import junit.framework.TestCase; - import com.android.frameworks.graphicstests.R; public class IconTest extends AndroidTestCase { @@ -173,7 +169,7 @@ public class IconTest extends AndroidTestCase { thd.start(); final Handler h = new Handler(thd.getLooper()); L(TAG, "asyncTest: dispatching load to thread: " + thd); - im1.loadDrawableAsync(mContext, h, new Icon.OnDrawableLoadedListener() { + im1.loadDrawableAsync(mContext, new Icon.OnDrawableLoadedListener() { @Override public void onDrawableLoaded(Drawable draw1) { L(TAG, "asyncTest: thread: loading drawable"); @@ -195,7 +191,7 @@ public class IconTest extends AndroidTestCase { fail("testAsync: file1 differs, check " + dir); } } - }); + }, h); L(TAG, "asyncTest: awaiting result"); Thread.sleep(500); // ;_; assertTrue("async-test.png does not exist!", new File(dir, "async-test.png").exists()); diff --git a/keystore/java/android/security/KeyStore.java b/keystore/java/android/security/KeyStore.java index 7e3193de72b4..caa4fec4548e 100644 --- a/keystore/java/android/security/KeyStore.java +++ b/keystore/java/android/security/KeyStore.java @@ -581,6 +581,44 @@ public class KeyStore { } } + /** + * Notify keystore that a user was added. + * + * @param userId the new user. + * @param parentId the parent of the new user, or -1 if the user has no parent. If parentId is + * specified then the new user's keystore will be intialized with the same secure lockscreen + * password as the parent. + */ + public void onUserAdded(int userId, int parentId) { + try { + mBinder.onUserAdded(userId, parentId); + } catch (RemoteException e) { + Log.w(TAG, "Cannot connect to keystore", e); + } + } + + /** + * Notify keystore that a user was added. + * + * @param userId the new user. + */ + public void onUserAdded(int userId) { + onUserAdded(userId, -1); + } + + /** + * Notify keystore that a user was removed. + * + * @param userId the removed user. + */ + public void onUserRemoved(int userId) { + try { + mBinder.onUserRemoved(userId); + } catch (RemoteException e) { + Log.w(TAG, "Cannot connect to keystore", e); + } + } + public boolean onUserPasswordChanged(String newPassword) { return onUserPasswordChanged(UserHandle.getUserId(Process.myUid()), newPassword); } diff --git a/libs/hwui/Android.common.mk b/libs/hwui/Android.common.mk index 8a4e6092456a..3e766560d2aa 100644 --- a/libs/hwui/Android.common.mk +++ b/libs/hwui/Android.common.mk @@ -40,11 +40,11 @@ LOCAL_SRC_FILES := \ DisplayList.cpp \ DisplayListCanvas.cpp \ Dither.cpp \ - DrawProfiler.cpp \ Extensions.cpp \ FboCache.cpp \ FontRenderer.cpp \ FrameInfo.cpp \ + FrameInfoVisualizer.cpp \ GammaFontRenderer.cpp \ GlopBuilder.cpp \ GradientCache.cpp \ diff --git a/libs/hwui/DrawProfiler.cpp b/libs/hwui/FrameInfoVisualizer.cpp index 7addef9d6759..041174265348 100644 --- a/libs/hwui/DrawProfiler.cpp +++ b/libs/hwui/FrameInfoVisualizer.cpp @@ -13,19 +13,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include "DrawProfiler.h" - -#include <cutils/compiler.h> +#include "FrameInfoVisualizer.h" #include "OpenGLRenderer.h" -#define DEFAULT_MAX_FRAMES 128 +#include <cutils/compiler.h> #define RETURN_IF_PROFILING_DISABLED() if (CC_LIKELY(mType == ProfileType::None)) return #define RETURN_IF_DISABLED() if (CC_LIKELY(mType == ProfileType::None && !mShowDirtyRegions)) return -#define NANOS_TO_MILLIS_FLOAT(nanos) ((nanos) * 0.000001f) - #define PROFILE_DRAW_WIDTH 3 #define PROFILE_DRAW_THRESHOLD_STROKE_WIDTH 2 #define PROFILE_DRAW_DP_PER_MS 7 @@ -55,15 +51,16 @@ static int dpToPx(int dp, float density) { return (int) (dp * density + 0.5f); } -DrawProfiler::DrawProfiler() { +FrameInfoVisualizer::FrameInfoVisualizer(FrameInfoSource& source) + : mFrameSource(source) { setDensity(1); } -DrawProfiler::~DrawProfiler() { +FrameInfoVisualizer::~FrameInfoVisualizer() { destroyData(); } -void DrawProfiler::setDensity(float density) { +void FrameInfoVisualizer::setDensity(float density) { if (CC_UNLIKELY(mDensity != density)) { mDensity = density; mVerticalUnit = dpToPx(PROFILE_DRAW_DP_PER_MS, density); @@ -72,35 +69,7 @@ void DrawProfiler::setDensity(float density) { } } -void DrawProfiler::startFrame(nsecs_t recordDurationNanos) { - RETURN_IF_PROFILING_DISABLED(); - mData[mCurrentFrame].record = NANOS_TO_MILLIS_FLOAT(recordDurationNanos); - mPreviousTime = systemTime(CLOCK_MONOTONIC); -} - -void DrawProfiler::markPlaybackStart() { - RETURN_IF_PROFILING_DISABLED(); - nsecs_t now = systemTime(CLOCK_MONOTONIC); - mData[mCurrentFrame].prepare = NANOS_TO_MILLIS_FLOAT(now - mPreviousTime); - mPreviousTime = now; -} - -void DrawProfiler::markPlaybackEnd() { - RETURN_IF_PROFILING_DISABLED(); - nsecs_t now = systemTime(CLOCK_MONOTONIC); - mData[mCurrentFrame].playback = NANOS_TO_MILLIS_FLOAT(now - mPreviousTime); - mPreviousTime = now; -} - -void DrawProfiler::finishFrame() { - RETURN_IF_PROFILING_DISABLED(); - nsecs_t now = systemTime(CLOCK_MONOTONIC); - mData[mCurrentFrame].swapBuffers = NANOS_TO_MILLIS_FLOAT(now - mPreviousTime); - mPreviousTime = now; - mCurrentFrame = (mCurrentFrame + 1) % mDataSize; -} - -void DrawProfiler::unionDirty(SkRect* dirty) { +void FrameInfoVisualizer::unionDirty(SkRect* dirty) { RETURN_IF_DISABLED(); // Not worth worrying about minimizing the dirty region for debugging, so just // dirty the entire viewport. @@ -110,7 +79,7 @@ void DrawProfiler::unionDirty(SkRect* dirty) { } } -void DrawProfiler::draw(OpenGLRenderer* canvas) { +void FrameInfoVisualizer::draw(OpenGLRenderer* canvas) { RETURN_IF_DISABLED(); if (mShowDirtyRegions) { @@ -131,27 +100,21 @@ void DrawProfiler::draw(OpenGLRenderer* canvas) { } } -void DrawProfiler::createData() { - if (mData) return; +void FrameInfoVisualizer::createData() { + if (mRects.get()) return; - mDataSize = property_get_int32(PROPERTY_PROFILE_MAXFRAMES, DEFAULT_MAX_FRAMES); - if (mDataSize <= 0) mDataSize = 1; - if (mDataSize > 4096) mDataSize = 4096; // Reasonable maximum - mData = (FrameTimingData*) calloc(mDataSize, sizeof(FrameTimingData)); - mRects = new float*[NUM_ELEMENTS]; + mRects.reset(new float*[mFrameSource.capacity()]); for (int i = 0; i < NUM_ELEMENTS; i++) { // 4 floats per rect - mRects[i] = (float*) calloc(mDataSize, 4 * sizeof(float)); + mRects.get()[i] = (float*) calloc(mFrameSource.capacity(), 4 * sizeof(float)); } - mCurrentFrame = 0; } -void DrawProfiler::destroyData() { - delete mData; - mData = nullptr; +void FrameInfoVisualizer::destroyData() { + mRects.reset(nullptr); } -void DrawProfiler::addRect(Rect& r, float data, float* shapeOutput) { +void FrameInfoVisualizer::addRect(Rect& r, float data, float* shapeOutput) { r.top = r.bottom - (data * mVerticalUnit); shapeOutput[0] = r.left; shapeOutput[1] = r.top; @@ -160,40 +123,40 @@ void DrawProfiler::addRect(Rect& r, float data, float* shapeOutput) { r.bottom = r.top; } -void DrawProfiler::prepareShapes(const int baseline) { +void FrameInfoVisualizer::prepareShapes(const int baseline) { Rect r; r.right = mHorizontalUnit; - for (int i = 0; i < mDataSize; i++) { + for (size_t i = 0; i < mFrameSource.size(); i++) { const int shapeIndex = i * 4; r.bottom = baseline; - addRect(r, mData[i].record, mRects[RECORD_INDEX] + shapeIndex); - addRect(r, mData[i].prepare, mRects[PREPARE_INDEX] + shapeIndex); - addRect(r, mData[i].playback, mRects[PLAYBACK_INDEX] + shapeIndex); - addRect(r, mData[i].swapBuffers, mRects[SWAPBUFFERS_INDEX] + shapeIndex); + addRect(r, recordDuration(i), mRects.get()[RECORD_INDEX] + shapeIndex); + addRect(r, prepareDuration(i), mRects.get()[PREPARE_INDEX] + shapeIndex); + addRect(r, issueDrawDuration(i), mRects.get()[PLAYBACK_INDEX] + shapeIndex); + addRect(r, swapBuffersDuration(i), mRects.get()[SWAPBUFFERS_INDEX] + shapeIndex); r.translate(mHorizontalUnit, 0); } } -void DrawProfiler::drawGraph(OpenGLRenderer* canvas) { +void FrameInfoVisualizer::drawGraph(OpenGLRenderer* canvas) { SkPaint paint; for (int i = 0; i < NUM_ELEMENTS; i++) { paint.setColor(ELEMENT_COLORS[i]); - canvas->drawRects(mRects[i], mDataSize * 4, &paint); + canvas->drawRects(mRects.get()[i], mFrameSource.capacity() * 4, &paint); } } -void DrawProfiler::drawCurrentFrame(OpenGLRenderer* canvas) { +void FrameInfoVisualizer::drawCurrentFrame(OpenGLRenderer* canvas) { // This draws a solid rect over the entirety of the current frame's shape // To do so we use the bottom of mRects[0] and the top of mRects[NUM_ELEMENTS-1] // which will therefore fully overlap the previously drawn rects SkPaint paint; paint.setColor(CURRENT_FRAME_COLOR); - const int i = mCurrentFrame * 4; - canvas->drawRect(mRects[0][i], mRects[NUM_ELEMENTS-1][i+1], mRects[0][i+2], - mRects[0][i+3], &paint); + const int i = (mFrameSource.size() - 1) * 4; + canvas->drawRect(mRects.get()[0][i], mRects.get()[NUM_ELEMENTS-1][i+1], + mRects.get()[0][i+2], mRects.get()[0][i+3], &paint); } -void DrawProfiler::drawThreshold(OpenGLRenderer* canvas) { +void FrameInfoVisualizer::drawThreshold(OpenGLRenderer* canvas) { SkPaint paint; paint.setColor(THRESHOLD_COLOR); paint.setStrokeWidth(mThresholdStroke); @@ -205,7 +168,7 @@ void DrawProfiler::drawThreshold(OpenGLRenderer* canvas) { canvas->drawLines(pts, 4, &paint); } -bool DrawProfiler::consumeProperties() { +bool FrameInfoVisualizer::consumeProperties() { bool changed = false; ProfileType newType = Properties::getProfileType(); if (newType != mType) { @@ -226,29 +189,25 @@ bool DrawProfiler::consumeProperties() { return changed; } -void DrawProfiler::dumpData(int fd) { +void FrameInfoVisualizer::dumpData(int fd) { RETURN_IF_PROFILING_DISABLED(); // This method logs the last N frames (where N is <= mDataSize) since the // last call to dumpData(). In other words if there's a dumpData(), draw frame, // dumpData(), the last dumpData() should only log 1 frame. - const FrameTimingData emptyData = {0, 0, 0, 0}; - FILE *file = fdopen(fd, "a"); fprintf(file, "\n\tDraw\tPrepare\tProcess\tExecute\n"); - for (int frameOffset = 1; frameOffset <= mDataSize; frameOffset++) { - int i = (mCurrentFrame + frameOffset) % mDataSize; - if (!memcmp(mData + i, &emptyData, sizeof(FrameTimingData))) { + for (size_t i = 0; i < mFrameSource.size(); i++) { + if (mFrameSource[i][FrameInfoIndex::kIntendedVsync] <= mLastFrameLogged) { continue; } + mLastFrameLogged = mFrameSource[i][FrameInfoIndex::kIntendedVsync]; fprintf(file, "\t%3.2f\t%3.2f\t%3.2f\t%3.2f\n", - mData[i].record, mData[i].prepare, mData[i].playback, mData[i].swapBuffers); + recordDuration(i), prepareDuration(i), + issueDrawDuration(i), swapBuffersDuration(i)); } - // reset the buffer - memset(mData, 0, sizeof(FrameTimingData) * mDataSize); - mCurrentFrame = 0; fflush(file); } diff --git a/libs/hwui/DrawProfiler.h b/libs/hwui/FrameInfoVisualizer.h index ef6101c54ce6..f62e34dacbf4 100644 --- a/libs/hwui/DrawProfiler.h +++ b/libs/hwui/FrameInfoVisualizer.h @@ -16,42 +16,41 @@ #ifndef DRAWPROFILER_H #define DRAWPROFILER_H +#include "FrameInfo.h" #include "Properties.h" #include "Rect.h" +#include "utils/RingBuffer.h" #include <utils/Timers.h> +#include <memory> + namespace android { namespace uirenderer { class OpenGLRenderer; -class DrawProfiler { +// TODO: This is a bit awkward as it needs to match the thing in CanvasContext +// A better abstraction here would be nice but iterators are painful +// and RingBuffer having the size baked into the template is also painful +// But making DrawProfiler also be templated is ALSO painful +// At least this is a compile failure if this doesn't match, so there's that. +typedef RingBuffer<FrameInfo, 120> FrameInfoSource; + +class FrameInfoVisualizer { public: - DrawProfiler(); - ~DrawProfiler(); + FrameInfoVisualizer(FrameInfoSource& source); + ~FrameInfoVisualizer(); bool consumeProperties(); void setDensity(float density); - void startFrame(nsecs_t recordDurationNanos = 0); - void markPlaybackStart(); - void markPlaybackEnd(); - void finishFrame(); - void unionDirty(SkRect* dirty); void draw(OpenGLRenderer* canvas); void dumpData(int fd); private: - typedef struct { - float record; - float prepare; - float playback; - float swapBuffers; - } FrameTimingData; - void createData(); void destroyData(); @@ -61,14 +60,39 @@ private: void drawCurrentFrame(OpenGLRenderer* canvas); void drawThreshold(OpenGLRenderer* canvas); + static inline float duration(nsecs_t start, nsecs_t end) { + float duration = ((end - start) * 0.000001f); + return duration > 0.0f ? duration : 0.0f; + } + + inline float recordDuration(size_t index) { + return duration( + mFrameSource[index][FrameInfoIndex::kIntendedVsync], + mFrameSource[index][FrameInfoIndex::kSyncStart]); + } + + inline float prepareDuration(size_t index) { + return duration( + mFrameSource[index][FrameInfoIndex::kSyncStart], + mFrameSource[index][FrameInfoIndex::kIssueDrawCommandsStart]); + } + + inline float issueDrawDuration(size_t index) { + return duration( + mFrameSource[index][FrameInfoIndex::kIssueDrawCommandsStart], + mFrameSource[index][FrameInfoIndex::kSwapBuffers]); + } + + inline float swapBuffersDuration(size_t index) { + return duration( + mFrameSource[index][FrameInfoIndex::kSwapBuffers], + mFrameSource[index][FrameInfoIndex::kFrameCompleted]); + } + ProfileType mType = ProfileType::None; float mDensity = 0; - FrameTimingData* mData = nullptr; - int mDataSize = 0; - - int mCurrentFrame = -1; - nsecs_t mPreviousTime = 0; + FrameInfoSource& mFrameSource; int mVerticalUnit = 0; int mHorizontalUnit = 0; @@ -81,11 +105,12 @@ private: * OpenGLRenderer:drawRects() that makes up all the FrameTimingData:record * information. */ - float** mRects = nullptr; + std::unique_ptr<float*> mRects; bool mShowDirtyRegions = false; SkRect mDirtyRegion; bool mFlashToggle = false; + nsecs_t mLastFrameLogged = 0; }; } /* namespace uirenderer */ diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h index e993f742831d..26d8bf754ddb 100644 --- a/libs/hwui/Properties.h +++ b/libs/hwui/Properties.h @@ -109,20 +109,6 @@ enum DebugLevel { #define PROPERTY_PROFILE_VISUALIZE_BARS "visual_bars" /** - * System property used to specify the number of frames to be used - * when doing hardware rendering profiling. - * The default value of this property is #PROFILE_MAX_FRAMES. - * - * When profiling is enabled, the adb shell dumpsys gfxinfo command will - * output extra information about the time taken to execute by the last - * frames. - * - * Possible values: - * "60", to set the limit of frames to 60 - */ -#define PROPERTY_PROFILE_MAXFRAMES "debug.hwui.profile.maxframes" - -/** * Used to enable/disable non-rectangular clipping debugging. * * The accepted values are: diff --git a/libs/hwui/renderthread/CanvasContext.cpp b/libs/hwui/renderthread/CanvasContext.cpp index 733e5e08967a..6d7dcf1e1bd3 100644 --- a/libs/hwui/renderthread/CanvasContext.cpp +++ b/libs/hwui/renderthread/CanvasContext.cpp @@ -46,7 +46,8 @@ CanvasContext::CanvasContext(RenderThread& thread, bool translucent, , mOpaque(!translucent) , mAnimationContext(contextFactory->createAnimationContext(mRenderThread.timeLord())) , mRootRenderNode(rootRenderNode) - , mJankTracker(thread.timeLord().frameIntervalNanos()) { + , mJankTracker(thread.timeLord().frameIntervalNanos()) + , mProfiler(mFrames) { mRenderThread.renderState().registerCanvasContext(this); mProfiler.setDensity(mRenderThread.mainDisplayInfo().density); } @@ -218,7 +219,6 @@ void CanvasContext::draw() { return; } - profiler().markPlaybackStart(); mCurrentFrameInfo->markIssueDrawCommandsStart(); EGLint width, height; @@ -251,8 +251,6 @@ void CanvasContext::draw() { bool drew = mCanvas->finish(); - profiler().markPlaybackEnd(); - // Even if we decided to cancel the frame, from the perspective of jank // metrics the frame was swapped at this point mCurrentFrameInfo->markSwapBuffers(); @@ -267,7 +265,6 @@ void CanvasContext::draw() { mCurrentFrameInfo->markFrameCompleted(); mJankTracker.addFrame(*mCurrentFrameInfo); mRenderThread.jankTracker().addFrame(*mCurrentFrameInfo); - profiler().finishFrame(); } // Called by choreographer to do an RT-driven animation @@ -278,7 +275,6 @@ void CanvasContext::doFrame() { ATRACE_CALL(); - profiler().startFrame(); int64_t frameInfo[UI_THREAD_FRAME_INFO_SIZE]; UiFrameInfoBuilder(frameInfo) .addFlag(FrameInfoFlags::kRTAnimation) diff --git a/libs/hwui/renderthread/CanvasContext.h b/libs/hwui/renderthread/CanvasContext.h index 8163b0ff7102..8d543044234b 100644 --- a/libs/hwui/renderthread/CanvasContext.h +++ b/libs/hwui/renderthread/CanvasContext.h @@ -18,9 +18,9 @@ #define CANVASCONTEXT_H_ #include "DamageAccumulator.h" -#include "DrawProfiler.h" #include "IContextFactory.h" #include "FrameInfo.h" +#include "FrameInfoVisualizer.h" #include "RenderNode.h" #include "utils/RingBuffer.h" #include "renderthread/RenderTask.h" @@ -103,7 +103,7 @@ public: void stopDrawing(); void notifyFramePending(); - DrawProfiler& profiler() { return mProfiler; } + FrameInfoVisualizer& profiler() { return mProfiler; } void dumpFrames(int fd); void resetFrameStats(); @@ -140,12 +140,12 @@ private: const sp<RenderNode> mRootRenderNode; - DrawProfiler mProfiler; FrameInfo* mCurrentFrameInfo = nullptr; - // Ring buffer large enough for 1 second worth of frames - RingBuffer<FrameInfo, 60> mFrames; + // Ring buffer large enough for 2 seconds worth of frames + RingBuffer<FrameInfo, 120> mFrames; std::string mName; JankTracker mJankTracker; + FrameInfoVisualizer mProfiler; std::set<RenderNode*> mPrefetechedLayers; }; diff --git a/libs/hwui/renderthread/DrawFrameTask.cpp b/libs/hwui/renderthread/DrawFrameTask.cpp index 35391b27cc96..83af4ae80418 100644 --- a/libs/hwui/renderthread/DrawFrameTask.cpp +++ b/libs/hwui/renderthread/DrawFrameTask.cpp @@ -83,8 +83,6 @@ void DrawFrameTask::postAndWait() { void DrawFrameTask::run() { ATRACE_NAME("DrawFrame"); - mContext->profiler().startFrame(); - bool canUnblockUiThread; bool canDrawThisFrame; { diff --git a/libs/hwui/utils/RingBuffer.h b/libs/hwui/utils/RingBuffer.h index fc9aec00d5ca..6d0a06b71285 100644 --- a/libs/hwui/utils/RingBuffer.h +++ b/libs/hwui/utils/RingBuffer.h @@ -31,7 +31,7 @@ public: RingBuffer() {} ~RingBuffer() {} - size_t capacity() { return SIZE; } + constexpr size_t capacity() { return SIZE; } size_t size() { return mCount; } T& next() { diff --git a/media/java/android/media/OnAudioDeviceConnectionListener.java b/media/java/android/media/AudioDeviceCallback.java index 57e9e170af7c..d7fa492cfc45 100644 --- a/media/java/android/media/OnAudioDeviceConnectionListener.java +++ b/media/java/android/media/AudioDeviceCallback.java @@ -20,12 +20,13 @@ package android.media; * OnAudioDeviceConnectionListener defines the interface for notification listeners in the * {@link AudioManager} */ -public interface OnAudioDeviceConnectionListener { +public abstract class AudioDeviceCallback { /** * Called by the {@link AudioManager} to indicate that an audio device has been * connected or disconnected. A listener will probably call the * {@link AudioManager#getDevices} method to retrieve the current list of audio * devices. */ - public void onAudioDeviceConnection(); + public void onAudioDevicesAdded(AudioDeviceInfo[] addedDevices) {} + public void onAudioDevicesRemoved(AudioDeviceInfo[] removedDevices) {} } diff --git a/media/java/android/media/AudioManager.java b/media/java/android/media/AudioManager.java index cba83f93380f..e7013a57f1e9 100644 --- a/media/java/android/media/AudioManager.java +++ b/media/java/android/media/AudioManager.java @@ -3710,11 +3710,12 @@ public class AudioManager { * The message sent to apps when the contents of the device list changes if they provide * a {#link Handler} object to addOnAudioDeviceConnectionListener(). */ - private final static int MSG_DEVICES_LIST_CHANGE = 0; + private final static int MSG_DEVICES_DEVICES_ADDED = 0; + private final static int MSG_DEVICES_DEVICES_REMOVED = 1; - private ArrayMap<OnAudioDeviceConnectionListener, NativeEventHandlerDelegate> - mDeviceConnectionListeners = - new ArrayMap<OnAudioDeviceConnectionListener, NativeEventHandlerDelegate>(); + private ArrayMap<AudioDeviceCallback, NativeEventHandlerDelegate> + mDeviceCallbacks = + new ArrayMap<AudioDeviceCallback, NativeEventHandlerDelegate>(); /** * Specifies to the {@link AudioManager#getDevices(int)} method to include @@ -3757,22 +3758,8 @@ public class AudioManager { return getDevicesStatic(flags); } - /** - * Generates a list of AudioDeviceInfo objects corresponding to the audio devices currently - * connected to the system and meeting the criteria specified in the <code>flags</code> - * parameter. - * @param flags A set of bitflags specifying the criteria to test. - * @see {@link GET_DEVICES_OUTPUTS}, {@link GET_DEVICES_INPUTS} and {@link GET_DEVICES_ALL}. - * @return A (possibly zero-length) array of AudioDeviceInfo objects. - * @hide - */ - public static AudioDeviceInfo[] getDevicesStatic(int flags) { - ArrayList<AudioDevicePort> ports = new ArrayList<AudioDevicePort>(); - int status = AudioManager.listAudioDevicePorts(ports); - if (status != AudioManager.SUCCESS) { - // fail and bail! - return new AudioDeviceInfo[0]; - } + private static AudioDeviceInfo[] + infoListFromPortList(ArrayList<AudioDevicePort> ports, int flags) { // figure out how many AudioDeviceInfo we need space for int numRecs = 0; @@ -3794,28 +3781,74 @@ public class AudioManager { return deviceList; } + /* + * Calculate the list of ports that are in ports_B, but not in ports_A + */ + private static AudioDeviceInfo[] calcListDeltas( + ArrayList<AudioDevicePort> ports_A, ArrayList<AudioDevicePort> ports_B, int flags) { + + ArrayList<AudioDevicePort> delta_ports = new ArrayList<AudioDevicePort>(); + + AudioDevicePort cur_port = null; + for (int cur_index = 0; cur_index < ports_B.size(); cur_index++) { + boolean cur_port_found = false; + cur_port = ports_B.get(cur_index); + for (int prev_index = 0; + prev_index < ports_A.size() && !cur_port_found; + prev_index++) { + cur_port_found = (cur_port.id() == ports_A.get(prev_index).id()); + } + + if (!cur_port_found) { + delta_ports.add(cur_port); + } + } + + return infoListFromPortList(delta_ports, flags); + } + + /** + * Generates a list of AudioDeviceInfo objects corresponding to the audio devices currently + * connected to the system and meeting the criteria specified in the <code>flags</code> + * parameter. + * @param flags A set of bitflags specifying the criteria to test. + * @see {@link GET_DEVICES_OUTPUTS}, {@link GET_DEVICES_INPUTS} and {@link GET_DEVICES_ALL}. + * @return A (possibly zero-length) array of AudioDeviceInfo objects. + * @hide + */ + public static AudioDeviceInfo[] getDevicesStatic(int flags) { + ArrayList<AudioDevicePort> ports = new ArrayList<AudioDevicePort>(); + int status = AudioManager.listAudioDevicePorts(ports); + if (status != AudioManager.SUCCESS) { + // fail and bail! + return new AudioDeviceInfo[0]; + } + + return infoListFromPortList(ports, flags); + } + /** - * Adds an {@link OnAudioDeviceConnectionListener} to receive notifications of changes + * Adds an {@link AudioDeviceCallback} to receive notifications of changes * to the set of connected audio devices. */ - public void addOnAudioDeviceConnectionListener(OnAudioDeviceConnectionListener listener, + public void registerAudioDeviceCallback(AudioDeviceCallback callback, android.os.Handler handler) { - if (listener != null && !mDeviceConnectionListeners.containsKey(listener)) { - synchronized (mDeviceConnectionListeners) { - mDeviceConnectionListeners.put( - listener, new NativeEventHandlerDelegate(listener, handler)); + if (callback != null && !mDeviceCallbacks.containsKey(callback)) { + synchronized (mDeviceCallbacks) { + mDeviceCallbacks.put( + callback, new NativeEventHandlerDelegate(callback, handler)); } } } /** - * Removes an {@link OnAudioDeviceConnectionListener} which has been previously registered + * Removes an {@link AudioDeviceCallback} which has been previously registered * to receive notifications of changes to the set of connected audio devices. */ - public void removeOnAudioDeviceConnectionListener(OnAudioDeviceConnectionListener listener) { - synchronized (mDeviceConnectionListeners) { - if (mDeviceConnectionListeners.containsKey(listener)) { - mDeviceConnectionListeners.remove(listener); + public void unregisterAudioDeviceCallback(AudioDeviceCallback callback) { + synchronized (mDeviceCallbacks) { + if (mDeviceCallbacks.containsKey(callback)) { + mDeviceCallbacks.remove(callback); } } } @@ -3824,14 +3857,42 @@ public class AudioManager { * Sends device list change notification to all listeners. */ private void broadcastDeviceListChange() { - Collection<NativeEventHandlerDelegate> values; - synchronized (mDeviceConnectionListeners) { - values = mDeviceConnectionListeners.values(); + int status; + + ArrayList<AudioDevicePort> previous_ports = new ArrayList<AudioDevicePort>(); + status = AudioManager.listPreviousAudioDevicePorts(previous_ports); + if (status != AudioManager.SUCCESS) { + return; } - for (NativeEventHandlerDelegate delegate : values) { - Handler handler = delegate.getHandler(); - if (handler != null) { - handler.sendEmptyMessage(MSG_DEVICES_LIST_CHANGE); + + ArrayList<AudioDevicePort> current_ports = new ArrayList<AudioDevicePort>(); + status = AudioManager.listAudioDevicePorts(current_ports); + if (status != AudioManager.SUCCESS) { + return; + } + + AudioDeviceInfo[] added_devices = + calcListDeltas(previous_ports, current_ports, GET_DEVICES_ALL); + AudioDeviceInfo[] removed_devices = + calcListDeltas(current_ports, previous_ports, GET_DEVICES_ALL); + + if (added_devices.length != 0 || removed_devices.length != 0) { + Collection<NativeEventHandlerDelegate> values; + synchronized (mDeviceCallbacks) { + values = mDeviceCallbacks.values(); + } + for (NativeEventHandlerDelegate delegate : values) { + Handler handler = delegate.getHandler(); + if (handler != null) { + if (added_devices.length != 0) { + handler.sendMessage( + Message.obtain(handler,MSG_DEVICES_DEVICES_ADDED, added_devices)); + } + if (removed_devices.length != 0) { + handler.sendMessage( + Message.obtain(handler,MSG_DEVICES_DEVICES_REMOVED, removed_devices)); + } + } } } } @@ -3869,7 +3930,7 @@ public class AudioManager { private class NativeEventHandlerDelegate { private final Handler mHandler; - NativeEventHandlerDelegate(final OnAudioDeviceConnectionListener listener, + NativeEventHandlerDelegate(final AudioDeviceCallback callback, Handler handler) { // find the looper for our new event handler Looper looper; @@ -3887,12 +3948,19 @@ public class AudioManager { @Override public void handleMessage(Message msg) { switch(msg.what) { - case MSG_DEVICES_LIST_CHANGE: + case MSG_DEVICES_DEVICES_ADDED: // call the OnAudioDeviceConnectionListener - if (listener != null) { - listener.onAudioDeviceConnection(); + if (callback != null) { + callback.onAudioDevicesAdded((AudioDeviceInfo[])msg.obj); } break; + + case MSG_DEVICES_DEVICES_REMOVED: + if (callback != null) { + callback.onAudioDevicesRemoved((AudioDeviceInfo[])msg.obj); + } + break; + default: Log.e(TAG, "Unknown native event type: " + msg.what); break; @@ -3908,5 +3976,4 @@ public class AudioManager { return mHandler; } } - } diff --git a/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java b/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java index 7eaa728e61d1..1ad7a51ba921 100644 --- a/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java +++ b/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java @@ -826,6 +826,9 @@ public class AccessPoint implements Comparable<AccessPoint> { } static String removeDoubleQuotes(String string) { + if (TextUtils.isEmpty(string)) { + return ""; + } int length = string.length(); if ((length > 1) && (string.charAt(0) == '"') && (string.charAt(length - 1) == '"')) { diff --git a/packages/SettingsLib/src/com/android/settingslib/wifi/WifiTracker.java b/packages/SettingsLib/src/com/android/settingslib/wifi/WifiTracker.java index c4e3bd6129e9..7060c64bb369 100644 --- a/packages/SettingsLib/src/com/android/settingslib/wifi/WifiTracker.java +++ b/packages/SettingsLib/src/com/android/settingslib/wifi/WifiTracker.java @@ -95,20 +95,20 @@ public class WifiTracker { public WifiTracker(Context context, WifiListener wifiListener, Looper workerLooper, boolean includeSaved, boolean includeScans, boolean includePasspoints) { this(context, wifiListener, workerLooper, includeSaved, includeScans, includePasspoints, - (WifiManager) context.getSystemService(Context.WIFI_SERVICE)); + (WifiManager) context.getSystemService(Context.WIFI_SERVICE), Looper.myLooper()); } @VisibleForTesting WifiTracker(Context context, WifiListener wifiListener, Looper workerLooper, boolean includeSaved, boolean includeScans, boolean includePasspoints, - WifiManager wifiManager) { + WifiManager wifiManager, Looper currentLooper) { if (!includeSaved && !includeScans) { throw new IllegalArgumentException("Must include either saved or scans"); } mContext = context; - mMainHandler = new MainHandler(); + mMainHandler = new MainHandler(currentLooper); mWorkHandler = new WorkHandler( - workerLooper != null ? workerLooper : Looper.myLooper()); + workerLooper != null ? workerLooper : currentLooper); mWifiManager = wifiManager; mIncludeSaved = includeSaved; mIncludeScans = includeScans; @@ -439,6 +439,10 @@ public class WifiTracker { private static final int MSG_WIFI_STATE_CHANGED = 1; private static final int MSG_ACCESS_POINT_CHANGED = 2; + public MainHandler(Looper looper) { + super(looper); + } + @Override public void handleMessage(Message msg) { if (mListener == null) { @@ -481,7 +485,7 @@ public class WifiTracker { @VisibleForTesting class Scanner extends Handler { - private static final int MSG_SCAN = 0; + static final int MSG_SCAN = 0; private int mRetry = 0; diff --git a/packages/SettingsLib/tests/src/com/android/settingslib/wifi/WifiTrackerTest.java b/packages/SettingsLib/tests/src/com/android/settingslib/wifi/WifiTrackerTest.java index 8eb1ca485881..103cd3a65659 100644 --- a/packages/SettingsLib/tests/src/com/android/settingslib/wifi/WifiTrackerTest.java +++ b/packages/SettingsLib/tests/src/com/android/settingslib/wifi/WifiTrackerTest.java @@ -23,9 +23,12 @@ import android.net.wifi.WifiConfiguration; import android.net.wifi.WifiInfo; import android.net.wifi.WifiManager; import android.net.wifi.WifiSsid; +import android.os.HandlerThread; +import android.os.Looper; import android.util.Log; import com.android.settingslib.BaseTest; +import com.android.settingslib.wifi.WifiTracker.Scanner; import com.android.settingslib.wifi.WifiTracker.WifiListener; import org.mockito.ArgumentCaptor; @@ -54,13 +57,25 @@ public class WifiTrackerTest extends BaseTest { private WifiTracker mWifiTracker; + private HandlerThread mWorkerThread; + private Looper mLooper; + private HandlerThread mMainThread; + private Looper mMainLooper; + @Override protected void setUp() throws Exception { super.setUp(); mWifiManager = Mockito.mock(WifiManager.class); mWifiListener = Mockito.mock(WifiListener.class); - mWifiTracker = new WifiTracker(mContext, mWifiListener, true, true, mWifiManager); + mWorkerThread = new HandlerThread("TestHandlerThread"); + mWorkerThread.start(); + mLooper = mWorkerThread.getLooper(); + mMainThread = new HandlerThread("TestHandlerThread"); + mMainThread.start(); + mMainLooper = mMainThread.getLooper(); + mWifiTracker = new WifiTracker(mContext, mWifiListener, mLooper, true, true, true, + mWifiManager, mMainLooper); mWifiTracker.mScanner = mWifiTracker.new Scanner(); Mockito.when(mWifiManager.isWifiEnabled()).thenReturn(true); } @@ -76,13 +91,14 @@ public class WifiTrackerTest extends BaseTest { } public void testAccessPointsCallback() { - sendScanResultsAvailable(); + sendScanResultsAndProcess(false); Mockito.verify(mWifiListener, Mockito.atLeastOnce()).onAccessPointsChanged(); } public void testConnectedCallback() { sendConnected(); + waitForThreads(); Mockito.verify(mWifiListener, Mockito.atLeastOnce()).onConnectedChanged(); assertEquals(true, mWifiTracker.isConnected()); @@ -94,6 +110,7 @@ public class WifiTrackerTest extends BaseTest { Intent i = new Intent(WifiManager.WIFI_STATE_CHANGED_ACTION); i.putExtra(WifiManager.EXTRA_WIFI_STATE, TEST_WIFI_STATE); mWifiTracker.mReceiver.onReceive(mContext, i); + waitForThreads(); ArgumentCaptor<Integer> wifiState = ArgumentCaptor.forClass(Integer.class); Mockito.verify(mWifiListener, Mockito.atLeastOnce()) @@ -106,7 +123,7 @@ public class WifiTrackerTest extends BaseTest { // Make scans be successful. Mockito.when(mWifiManager.startScan()).thenReturn(true); - mWifiTracker.mScanner.handleMessage(null); + mWifiTracker.mScanner.handleMessage(mWifiTracker.mScanner.obtainMessage(Scanner.MSG_SCAN)); Mockito.verify(mWifiManager, Mockito.atLeastOnce()).startScan(); } @@ -121,7 +138,7 @@ public class WifiTrackerTest extends BaseTest { // Send all of the configs and scan results to the tracker. Mockito.when(mWifiManager.getConfiguredNetworks()).thenReturn(wifiConfigs); Mockito.when(mWifiManager.getScanResults()).thenReturn(scanResults); - sendScanResultsAvailable(); + sendScanResultsAndProcess(false); List<AccessPoint> accessPoints = mWifiTracker.getAccessPoints(); assertEquals("Expected number of results", NUM_NETWORKS, accessPoints.size()); @@ -131,7 +148,8 @@ public class WifiTrackerTest extends BaseTest { } public void testSavedOnly() { - mWifiTracker = new WifiTracker(mContext, mWifiListener, true, false, mWifiManager); + mWifiTracker = new WifiTracker(mContext, mWifiListener, mLooper, true, false, true, + mWifiManager, mMainLooper); mWifiTracker.mScanner = mWifiTracker.new Scanner(); List<WifiConfiguration> wifiConfigs = new ArrayList<WifiConfiguration>(); @@ -144,7 +162,7 @@ public class WifiTrackerTest extends BaseTest { // Send all of the configs and scan results to the tracker. Mockito.when(mWifiManager.getConfiguredNetworks()).thenReturn(wifiConfigs); Mockito.when(mWifiManager.getScanResults()).thenReturn(scanResults); - sendScanResultsAvailable(); + sendScanResultsAndProcess(false); List<AccessPoint> accessPoints = mWifiTracker.getAccessPoints(); // Only expect the first two to come back in the results. @@ -154,7 +172,8 @@ public class WifiTrackerTest extends BaseTest { } public void testAvailableOnly() { - mWifiTracker = new WifiTracker(mContext, mWifiListener, false, true, mWifiManager); + mWifiTracker = new WifiTracker(mContext, mWifiListener, mLooper, false, true, true, + mWifiManager, mMainLooper); mWifiTracker.mScanner = mWifiTracker.new Scanner(); List<WifiConfiguration> wifiConfigs = new ArrayList<WifiConfiguration>(); @@ -167,7 +186,7 @@ public class WifiTrackerTest extends BaseTest { // Send all of the configs and scan results to the tracker. Mockito.when(mWifiManager.getConfiguredNetworks()).thenReturn(wifiConfigs); Mockito.when(mWifiManager.getScanResults()).thenReturn(scanResults); - sendScanResultsAvailable(); + sendScanResultsAndProcess(false); // Expect the last one (sorted order) to be left off since its only saved. List<AccessPoint> accessPoints = mWifiTracker.getAccessPoints(); @@ -178,12 +197,13 @@ public class WifiTrackerTest extends BaseTest { } public void testNonEphemeralConnected() { - mWifiTracker = new WifiTracker(mContext, mWifiListener, false, true, mWifiManager); + mWifiTracker = new WifiTracker(mContext, mWifiListener, mLooper, false, true, true, + mWifiManager, mMainLooper); mWifiTracker.mScanner = mWifiTracker.new Scanner(); List<WifiConfiguration> wifiConfigs = new ArrayList<WifiConfiguration>(); List<ScanResult> scanResults = new ArrayList<ScanResult>(); - String[] expectedSsids = generateTestNetworks(wifiConfigs, scanResults, false); + generateTestNetworks(wifiConfigs, scanResults, false); // Tell WifiTracker we are connected now. sendConnected(); @@ -191,9 +211,8 @@ public class WifiTrackerTest extends BaseTest { // Send all of the configs and scan results to the tracker. Mockito.when(mWifiManager.getConfiguredNetworks()).thenReturn(wifiConfigs); Mockito.when(mWifiManager.getScanResults()).thenReturn(scanResults); - sendScanResultsAvailable(); // Do this twice to catch a bug that was happening in the caching, making things ephemeral. - sendScanResultsAvailable(); + sendScanResultsAndProcess(true); List<AccessPoint> accessPoints = mWifiTracker.getAccessPoints(); assertEquals("Expected number of results", NUM_NETWORKS - 1, accessPoints.size()); @@ -299,9 +318,28 @@ public class WifiTrackerTest extends BaseTest { mWifiTracker.mReceiver.onReceive(mContext, intent); } - private void sendScanResultsAvailable() { + private void sendScanResultsAndProcess(boolean sendTwice) { Intent i = new Intent(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION); mWifiTracker.mReceiver.onReceive(mContext, i); + if (sendTwice) { + mWifiTracker.mReceiver.onReceive(mContext, i); + } + waitForThreads(); + } + + private void waitForThreads() { + // Run all processing. + mWorkerThread.quitSafely(); + try { + mWorkerThread.join(); + } catch (InterruptedException e) { + } + // Send all callbacks. + mMainThread.quitSafely(); + try { + mMainThread.join(); + } catch (InterruptedException e) { + } } } diff --git a/packages/SystemUI/res/values-af/strings.xml b/packages/SystemUI/res/values-af/strings.xml index 098d8c3be21c..da3d56b33789 100644 --- a/packages/SystemUI/res/values-af/strings.xml +++ b/packages/SystemUI/res/values-af/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Deursoek"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Kamera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Foon"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Stembystand"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Ontsluit"</string> <string name="unlock_label" msgid="8779712358041029439">"ontsluit"</string> <string name="phone_label" msgid="2320074140205331708">"maak foon oop"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"maak stembystand oop"</string> <string name="camera_label" msgid="7261107956054836961">"maak kamera oop"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Kies nuwe taakuitleg"</string> <string name="cancel" msgid="6442560571259935130">"Kanselleer"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Minder dringende kennisgewings hieronder"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Raak weer om oop te maak"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Sleep op om te ontsluit"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Swiep vanaf ikoon vir foon"</string> + <string name="voice_hint" msgid="8939888732119726665">"Swiep vanaf ikoon vir stembystand"</string> + <string name="camera_hint" msgid="7939688436797157483">"Swiep vanaf ikoon vir kamera"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Volkome stilte"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Net prioriteit"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Net wekkers"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Versteek alles"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Beëindig nou"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Vou uit"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Vou in"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Skerm is vasgespeld"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Dit hou dit in sig totdat jy dit ontspeld. Raak en hou Terug en Oorsig op dieselfde tyd om te ontspeld."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Dit hou dit in sig totdat jy ontspeld. Raak en hou Oorsig om te ontspeld."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> is die volumedialoog"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Raak om die oorspronklike terug te stel."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Jy is in die Work-profiel"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-am/strings.xml b/packages/SystemUI/res/values-am/strings.xml index 3fb27b2094af..8e5a18d19bd8 100644 --- a/packages/SystemUI/res/values-am/strings.xml +++ b/packages/SystemUI/res/values-am/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"ፈልግ"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"ካሜራ"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"ስልክ"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"የድምጽ እርዳታ"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"ክፈት"</string> <string name="unlock_label" msgid="8779712358041029439">"ክፈት"</string> <string name="phone_label" msgid="2320074140205331708">"ስልክ ክፈት"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"የድምጽ ረዳትን ክፈት"</string> <string name="camera_label" msgid="7261107956054836961">"ካሜራ ክፈት"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"የአዲስ ተግባር አቀማመጥን ይምረጡ"</string> <string name="cancel" msgid="6442560571259935130">"ይቅር"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"በጣም አስቸካይ ያልሆኑ ማሳወቂያዎች ከታች"</string> <string name="notification_tap_again" msgid="8524949573675922138">"ለመክፈት ዳግም ይንኩ"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"ለማስከፈት ወደ ላይ ያንሸራትቱ"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"ለስልክ ከአዶ ላይ ጠረግ ያድርጉ"</string> + <string name="voice_hint" msgid="8939888732119726665">"ለድምጽ ረዳት ከአዶ ጠረግ ያድርጉ"</string> + <string name="camera_hint" msgid="7939688436797157483">"ለካሜራ ከአዶ ላይ ጠረግ ያድርጉ"</string> <string name="interruption_level_none" msgid="6000083681244492992">"ሙሉ ለሙሉ ጸጥታ"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"ቅድሚያ የሚሰጠው ብቻ"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"ማንቂያዎች ብቻ"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"ሁሉንም ደብቅ"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>። <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"አሁን ጨርስ"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"አስፋ"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"ሰብስብ"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"ማያ ገጽ ተሰክቷል"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"ይህ እስከሚነቅሉት ድረስ ድረስ በዕይታ ውስጥ እንዲቆይ ያደርገዋል። ለመንቀል በተመሳሳይ ጊዜ ተመለስን እና አጠቃላይ ዕይታን አንድ ላይ ነክተው ይያዙ።"</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"ይህ እስከሚነቅሉት ድረስ በዕይታ ውስጥ ያቆየዋል። እንዲነቀል ለማድረግ አጠቃላይ ዕይታን ነካ አድርገው ይያዙት።"</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> የድምጽ መጠን መገናኛው ነው"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"የመጀመሪያውን ወደነበረበት ለመመለስ ይንኩ።"</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"እርስዎ በስራ መገለጫ ውስጥ ነዎት"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-ar/strings.xml b/packages/SystemUI/res/values-ar/strings.xml index 59be694e6a77..a0c61546d64b 100644 --- a/packages/SystemUI/res/values-ar/strings.xml +++ b/packages/SystemUI/res/values-ar/strings.xml @@ -400,4 +400,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> هو مربع حوار مستوى الصوت"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"المس لاستعادة الإعداد الأصلي."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"أنت في الملف الشخصي للعمل"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-bg/strings.xml b/packages/SystemUI/res/values-bg/strings.xml index 0898bec1acb4..1c54cbefb4cf 100644 --- a/packages/SystemUI/res/values-bg/strings.xml +++ b/packages/SystemUI/res/values-bg/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Търсене"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Камера"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Телефон"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Гласова помощ"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Отключване"</string> <string name="unlock_label" msgid="8779712358041029439">"отключване"</string> <string name="phone_label" msgid="2320074140205331708">"отваряне на телефона"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"отваряне на гласовата помощ"</string> <string name="camera_label" msgid="7261107956054836961">"отваряне на камерата"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Избиране на ново оформление за задачите"</string> <string name="cancel" msgid="6442560571259935130">"Отказ"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Ппоказване на по-малко спешните известия по-долу"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Докоснете отново за отваряне"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Прекарайте пръст нагоре, за да отключите"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Прекарайте пръст от иконата, за да използвате телефона"</string> + <string name="voice_hint" msgid="8939888732119726665">"Прекарайте пръст от иконата, за да получите гласова помощ"</string> + <string name="camera_hint" msgid="7939688436797157483">"Прекарайте пръст от иконата, за да включите камерата"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Пълна тишина"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Само с приоритет"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Само будилници"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Скриване на всичко"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Прекратяване сега"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Разгъване"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Свиване"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Екранът е фиксиран"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Така екранът ще се показва, докато не го освободите. За да направите това, докоснете и задръжте бутона за връщане назад и този за общ преглед едновременно."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Така екранът ще се показва, докато не го освободите. За да направите това, докоснете и задръжте бутона за общ преглед."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> изпълнява ролята на диалоговия прозорец за силата на звука"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Докоснете, за да възстановите оригинала."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Влезли сте в потребителски профил в Work"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-bn-rBD/strings.xml b/packages/SystemUI/res/values-bn-rBD/strings.xml index e9bc159615e8..90c4fe837266 100644 --- a/packages/SystemUI/res/values-bn-rBD/strings.xml +++ b/packages/SystemUI/res/values-bn-rBD/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"অনুসন্ধান করুন"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"ক্যামেরা"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"ফোন"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"ভয়েস সহায়তা"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"আনলক করুন"</string> <string name="unlock_label" msgid="8779712358041029439">"আনলক করুন"</string> <string name="phone_label" msgid="2320074140205331708">"ফোন খুলুন"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"ভয়েস সহায়তা খুলুন"</string> <string name="camera_label" msgid="7261107956054836961">"ক্যামেরা খুলুন"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"নতুন কার্য লেআউট নির্বাচন করুন"</string> <string name="cancel" msgid="6442560571259935130">"বাতিল করুন"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"নিচে অপেক্ষাকৃত কম জরুরী বিজ্ঞপ্তিগুলি"</string> <string name="notification_tap_again" msgid="8524949573675922138">"খোলার জন্য আবার স্পর্শ করুন"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"আনলক করতে উপরের দিকে সোয়াইপ করুন"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"ফোনের জন্য আইকন থেকে সোয়াইপ করুন"</string> + <string name="voice_hint" msgid="8939888732119726665">"ভয়েস সহায়তার জন্য আইকন থেকে সোয়াইপ করুন"</string> + <string name="camera_hint" msgid="7939688436797157483">"ক্যামেরার জন্য আইকন থেকে সোয়াইপ করুন"</string> <string name="interruption_level_none" msgid="6000083681244492992">"একদম নিরব"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"শুধুমাত্র অগ্রাধিকার"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"শুধুমাত্র অ্যালার্মগুলি"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"সবগুলি লুকান"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"এখন সমাপ্ত করুন"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"প্রসারিত করুন"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"সঙ্কুচিত করুন"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"স্ক্রীন পিন করা হয়েছে"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"এটি আপনার আনপিন না করা পর্যন্ত এটিকে দর্শনে রাখে৷ আনপিন করতে একই সময়ে ফিরুন এবং ওভারভিউ এ স্পর্শ করে ধরে রাখুন৷"</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"এটি আপনার আনপিন না করা পর্যন্ত এটিকে দর্শনে রাখে৷ আনপিন করতে ওভারভিউ এ স্পর্শ করে ধরে রাখুন৷"</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> হল ভলিউম ডায়লগ"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"আসলটি পুনঃস্থাপন করতে স্পর্শ করুন৷"</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"আপনি কাজের প্রোফাইলে রয়েছেন"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-ca/strings.xml b/packages/SystemUI/res/values-ca/strings.xml index 14e990b1d284..c5f1370a5c73 100644 --- a/packages/SystemUI/res/values-ca/strings.xml +++ b/packages/SystemUI/res/values-ca/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Cerca"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Càmera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telèfon"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Assistència per veu"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Desbloqueja"</string> <string name="unlock_label" msgid="8779712358041029439">"desbloqueja"</string> <string name="phone_label" msgid="2320074140205331708">"obre el telèfon"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"obre l\'assistència per veu"</string> <string name="camera_label" msgid="7261107956054836961">"obre la càmera"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Selecciona el disseny de la tasca nova"</string> <string name="cancel" msgid="6442560571259935130">"Cancel·la"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Notificacions menys urgents a continuació"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Torna a tocar per obrir"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Fes lliscar el dit cap amunt per desbloquejar el teclat."</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Fes lliscar el dit des de la icona per obrir el telèfon"</string> + <string name="voice_hint" msgid="8939888732119726665">"Fes lliscar el dit des de la icona per obrir l\'ass. per veu"</string> + <string name="camera_hint" msgid="7939688436797157483">"Fes lliscar el dit des de la icona per obrir la càmera"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Silenci total"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Només amb prioritat"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Només alarmes"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Amaga-les totes"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Finalitza ara"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Amplia"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Replega"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"La pantalla està fixada"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Continuarà a la visualització fins que n\'anul·lis la fixació. Per fer-ho, toca i mantén premuts els botons Enrere i Visió general a la vegada."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Continuarà a la visualització fins que n\'anul·lis la fixació. Per fer-ho, toca i mantén premut el botó Visió general."</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> és el diàleg de volum"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Toca per restaurar l\'original."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Estàs utilitzant el perfil professional"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-cs/strings.xml b/packages/SystemUI/res/values-cs/strings.xml index 3c82ccb31eea..641952f1acbf 100644 --- a/packages/SystemUI/res/values-cs/strings.xml +++ b/packages/SystemUI/res/values-cs/strings.xml @@ -85,13 +85,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Hledat"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Fotoaparát"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefon"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Hlasová asistence"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Odemknout"</string> <string name="unlock_label" msgid="8779712358041029439">"odemknout"</string> <string name="phone_label" msgid="2320074140205331708">"otevřít telefon"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"otevřít hlasovou asistenci"</string> <string name="camera_label" msgid="7261107956054836961">"spustit fotoaparát"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Vybrat nové rozvržení úkolů"</string> <string name="cancel" msgid="6442560571259935130">"Zrušit"</string> @@ -320,12 +318,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Méně urgentní oznámení níže"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Otevřete opětovným klepnutím"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Zařízení odemknete přejetím prstem nahoru"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Telefon otevřete přejetím prstem od ikony"</string> + <string name="voice_hint" msgid="8939888732119726665">"Hlasovou asistenci otevřete přejetím prstem od ikony"</string> + <string name="camera_hint" msgid="7939688436797157483">"Fotoaparát otevřete přejetím prstem od ikony"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Úplné ticho"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Pouze prioritní"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Pouze budíky"</string> @@ -389,10 +384,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Skrýt vše"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Ukončit"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Rozbalit"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Sbalit"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Obrazovka je připnuta"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Obsah bude připnut v zobrazení, dokud jej neuvolníte. Chcete-li jej uvolnit, stiskněte a podržte současně tlačítka Zpět a Přehled."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Obsah bude připnut v zobrazení, dokud jej neuvolníte. Uvolníte jej stisknutím a podržením tlačítka Přehled."</string> @@ -407,4 +400,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> je dialog hlasitosti"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Klepnutím obnovíte originál."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Nacházíte se v pracovním profilu"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-da/strings.xml b/packages/SystemUI/res/values-da/strings.xml index 5fb0f8d8a7a0..08aceee15661 100644 --- a/packages/SystemUI/res/values-da/strings.xml +++ b/packages/SystemUI/res/values-da/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Søg"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Kamera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefon"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Voice Assist"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Lås op"</string> <string name="unlock_label" msgid="8779712358041029439">"lås op"</string> <string name="phone_label" msgid="2320074140205331708">"åbn telefon"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"åbn talehjælp"</string> <string name="camera_label" msgid="7261107956054836961">"åbn kamera"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Vælg nyt opgavelayout"</string> <string name="cancel" msgid="6442560571259935130">"Annuller"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Mindre presserende underretninger nedenfor"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Tryk igen for at åbne"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Stryg for at låse op"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Stryg fra telefonikonet"</string> + <string name="voice_hint" msgid="8939888732119726665">"Stryg fra talehjælpsikonet"</string> + <string name="camera_hint" msgid="7939688436797157483">"Stryg fra kameraikonet"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Total stilhed"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Kun prioritet"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Kun Alarmer"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Skjul alle"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Afslut nu"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Udvid"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Skjul"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Skærmen er fastgjort"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Dette fastholder den i visningen, indtil du frigør den. Tryk på Tilbage og Oversigt på samme tid, og hold dem nede for at frigøre denne skærm."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Dette fastholder den i visningen, indtil du frigør den. Tryk på Oversigt, og hold den nede for at frigøre denne skærm."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> er dialogboksen for lydstyrke"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Tryk for at gendanne originalen."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Du er i arbejdsprofilen"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-de/strings.xml b/packages/SystemUI/res/values-de/strings.xml index 27202d37c1b9..bedb7073c3f0 100644 --- a/packages/SystemUI/res/values-de/strings.xml +++ b/packages/SystemUI/res/values-de/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Suchen"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Kamera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefonnummer"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Sprachassistent"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Entsperren"</string> <string name="unlock_label" msgid="8779712358041029439">"Entsperren"</string> <string name="phone_label" msgid="2320074140205331708">"Telefon öffnen"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"Sprachassistent öffnen"</string> <string name="camera_label" msgid="7261107956054836961">"Kamera öffnen"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Neues Aufgabenlayout auswählen"</string> <string name="cancel" msgid="6442560571259935130">"Abbrechen"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Weniger dringende Benachrichtigungen unten"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Zum Öffnen erneut berühren"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Zum Entsperren nach oben wischen"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Zum Öffnen des Telefons vom Symbol wegwischen"</string> + <string name="voice_hint" msgid="8939888732119726665">"Zum Öffnen des Sprachassistenten vom Symbol wegwischen"</string> + <string name="camera_hint" msgid="7939688436797157483">"Zum Öffnen der Kamera vom Symbol wegwischen"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Lautlos"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Nur wichtige Unterbrechungen"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Nur Wecker"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Alle ausblenden"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Jetzt beenden"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Maximieren"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Minimieren"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Bildschirm ist fixiert"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Der Bildschirm wird solange angezeigt, bis Sie die Fixierung aufheben. Berühren und halten Sie \"Zurück\" und \"Übersicht\" gleichzeitig, um die Fixierung aufzuheben."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Der Bildschirm wird solange angezeigt, bis Sie die Fixierung aufheben. Berühren und halten Sie \"Übersicht\", wenn Sie die Fixierung aufheben möchten."</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> regelt die Lautstärke."</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Zum Wiederherstellen des Originals hier tippen"</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Sie befinden sich im Arbeitsprofil."</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-el/strings.xml b/packages/SystemUI/res/values-el/strings.xml index d2ef4770a72e..89462c3c23b0 100644 --- a/packages/SystemUI/res/values-el/strings.xml +++ b/packages/SystemUI/res/values-el/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Αναζήτηση"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Φωτογραφική μηχανή"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Τηλέφωνο"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Φωνητική υποβοήθηση"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Ξεκλείδωμα"</string> <string name="unlock_label" msgid="8779712358041029439">"ξεκλείδωμα"</string> <string name="phone_label" msgid="2320074140205331708">"άνοιγμα τηλεφώνου"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"άνοιγμα φωνητικής υποβοήθησης"</string> <string name="camera_label" msgid="7261107956054836961">"άνοιγμα φωτογραφικής μηχανής"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Επιλέξτε τη νέα διάταξη εργασίας"</string> <string name="cancel" msgid="6442560571259935130">"Ακύρωση"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Λιγότερο επείγουσες ειδοποιήσεις παρακάτω"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Αγγίξτε ξανά για άνοιγμα"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Σύρετε για να ξεκλειδώσετε"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Σύρετε από το εικονίδιο για τηλέφωνο"</string> + <string name="voice_hint" msgid="8939888732119726665">"Σύρετε από το εικονίδιο για φωνητική υποβοήθηση"</string> + <string name="camera_hint" msgid="7939688436797157483">"Σύρετε από το εικονίδιο για κάμερα"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Πλήρης σίγαση"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Μόνο προτεραιότητας"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Μόνο ειδοποιήσεις"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Aπόκρυψη όλων"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Τερματισμός τώρα"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Ανάπτυξη"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Σύμπτυξη"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Η οθόνη καρφιτσώθηκε"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Με αυτόν τον τρόπο παραμένει σε προβολή έως ότου την ξεκαρφιτσώσετε. Αγγίξτε παρατεταμένα \"Επιστροφή\" και \"Επισκόπηση\" ταυτόχρονα για ξεκαρφίτσωμα."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Με αυτόν τον τρόπο παραμένει σε προβολή έως ότου την ξεκαρφιτσώσετε. Αγγίξτε παρατεταμένα \"Επισκόπηση\" για ξεκαρφίτσωμα."</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"Η εφαρμογή <xliff:g id="APP_NAME">%1$s</xliff:g> αποτελεί το παράθυρο διαλόγου ελέγχου έντασης"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Αγγίξτε για επαναφορά αρχικού."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Χρησιμοποιείτε προφίλ εργασίας"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-en-rAU/strings.xml b/packages/SystemUI/res/values-en-rAU/strings.xml index 89f725cf8c61..bfe4107bb8bd 100644 --- a/packages/SystemUI/res/values-en-rAU/strings.xml +++ b/packages/SystemUI/res/values-en-rAU/strings.xml @@ -396,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> is the volume dialogue"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Touch to restore the original."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"You are in the Work profile"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-en-rGB/strings.xml b/packages/SystemUI/res/values-en-rGB/strings.xml index 89f725cf8c61..bfe4107bb8bd 100644 --- a/packages/SystemUI/res/values-en-rGB/strings.xml +++ b/packages/SystemUI/res/values-en-rGB/strings.xml @@ -396,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> is the volume dialogue"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Touch to restore the original."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"You are in the Work profile"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-en-rIN/strings.xml b/packages/SystemUI/res/values-en-rIN/strings.xml index 89f725cf8c61..bfe4107bb8bd 100644 --- a/packages/SystemUI/res/values-en-rIN/strings.xml +++ b/packages/SystemUI/res/values-en-rIN/strings.xml @@ -396,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> is the volume dialogue"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Touch to restore the original."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"You are in the Work profile"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-es-rUS/strings.xml b/packages/SystemUI/res/values-es-rUS/strings.xml index 8e9efc8a4f66..67cddeacd89e 100644 --- a/packages/SystemUI/res/values-es-rUS/strings.xml +++ b/packages/SystemUI/res/values-es-rUS/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Buscar"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Cámara"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Teléfono"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Asistente voz"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Desbloquear"</string> <string name="unlock_label" msgid="8779712358041029439">"desbloquear"</string> <string name="phone_label" msgid="2320074140205331708">"abrir teléfono"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"abrir el asistente de voz"</string> <string name="camera_label" msgid="7261107956054836961">"abrir cámara"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Selecciona el nuevo diseño de la tarea."</string> <string name="cancel" msgid="6442560571259935130">"Cancelar"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Notificaciones menos urgentes abajo"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Vuelve a tocar para abrir."</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Deslizar el dedo hacia arriba para desbloquear"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Desliza el dedo desde el ícono para acceder al teléfono."</string> + <string name="voice_hint" msgid="8939888732119726665">"Desliza el dedo desde el ícono para abrir asistente de voz."</string> + <string name="camera_hint" msgid="7939688436797157483">"Desliza el dedo desde el ícono para acceder a la cámara."</string> <string name="interruption_level_none" msgid="6000083681244492992">"Silencio total"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Solo prioridad"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Solo alarmas"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Ocultar todas"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Finalizar ahora"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Expandir"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Contraer"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Pantalla fija"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Esta función mantiene fija la vista de la pantalla hasta que la desactivas. Mantén presionados los botones Atrás y Recientes al mismo tiempo para anular la fijación."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Esta función mantiene fija la vista de la pantalla hasta que la desactivas. Mantén presionado el botón Recientes para anular la fijación."</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> es el cuadro de diálogo de volumen."</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Toca para restaurar el original."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Estás usando el perfil de Work."</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-es/strings.xml b/packages/SystemUI/res/values-es/strings.xml index b7fb5653c175..9ffc53c67979 100644 --- a/packages/SystemUI/res/values-es/strings.xml +++ b/packages/SystemUI/res/values-es/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Buscar"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Cámara"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Teléfono"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Asistente voz"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Desbloquear"</string> <string name="unlock_label" msgid="8779712358041029439">"desbloquear"</string> <string name="phone_label" msgid="2320074140205331708">"abrir teléfono"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"abrir el asistente de voz"</string> <string name="camera_label" msgid="7261107956054836961">"abrir cámara"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Seleccionar diseño de tarea nueva"</string> <string name="cancel" msgid="6442560571259935130">"Cancelar"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Notificaciones menos urgente abajo"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Vuelve a tocar para abrir"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Desliza el dedo hacia arriba para desbloquear"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Desliza el dedo desde el icono para abrir el teléfono"</string> + <string name="voice_hint" msgid="8939888732119726665">"Desliza el dedo desde el icono para abrir asistente de voz"</string> + <string name="camera_hint" msgid="7939688436797157483">"Desliza el dedo desde el icono para abrir la cámara"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Silencio total"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Solo prioritarias"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Solo alarmas"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Ocultar todas"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Finalizar ahora"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Mostrar"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Ocultar"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Pantalla fijada"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"La pantalla se mantendrá visible hasta que dejes de fijarla. Para ello, mantén pulsados los botones de retroceso e información general."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"La pantalla se mantendrá visible hasta que dejes de fijarla. Para ello, mantén pulsado el botón de información general."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> es el cuadro de diálogo de volumen"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Toca para restaurar la versión original."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Estás en el perfil de trabajo"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-et-rEE/strings.xml b/packages/SystemUI/res/values-et-rEE/strings.xml index bd15bec70880..077a3cd08db3 100644 --- a/packages/SystemUI/res/values-et-rEE/strings.xml +++ b/packages/SystemUI/res/values-et-rEE/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Otsing"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Kaamera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefon"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Häälabi"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Luku avamine"</string> <string name="unlock_label" msgid="8779712358041029439">"ava lukk"</string> <string name="phone_label" msgid="2320074140205331708">"ava telefon"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"ava häälabi"</string> <string name="camera_label" msgid="7261107956054836961">"ava kaamera"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Uue toimingu paigutuse valimine"</string> <string name="cancel" msgid="6442560571259935130">"Tühista"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Vähem kiireloomulised märguanded on allpool"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Avamiseks puudutage uuesti"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Lukustuse tühistamiseks pühkige üles"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Telefoni kasutamiseks pühkige ikoonilt eemale"</string> + <string name="voice_hint" msgid="8939888732119726665">"Häälabi kasutamiseks pühkige ikoonilt eemale"</string> + <string name="camera_hint" msgid="7939688436797157483">"Kaamera kasutamiseks pühkige ikoonilt eemale"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Täielik vaikus"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Ainult prioriteetsed"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Ainult alarmid"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Peida kõik"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Lõpeta nüüd"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Laiendamine"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Ahendamine"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Ekraan on kinnitatud"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"See hoiab selle kuval, kuni selle vabastate. Vabastamiseks puudutage ning hoidke korraga all nuppe Tagasi ja Ülevaade."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"See hoiab selle kuval, kuni selle vabastate. Vabastamiseks puudutage ja hoidke all nuppu Ülevaade."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> on helitugevuse dialoog"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Originaali taastamiseks puudutage."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Olete tööprofiilil"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-eu-rES/strings.xml b/packages/SystemUI/res/values-eu-rES/strings.xml index 10e0fe409aee..0b18d79edfc4 100644 --- a/packages/SystemUI/res/values-eu-rES/strings.xml +++ b/packages/SystemUI/res/values-eu-rES/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Bilatu"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Kamera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefonoa"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Ahots-laguntza"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Desblokeatu"</string> <string name="unlock_label" msgid="8779712358041029439">"desblokeatu"</string> <string name="phone_label" msgid="2320074140205331708">"ireki telefonoan"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"ireki ahots-laguntza"</string> <string name="camera_label" msgid="7261107956054836961">"ireki kamera"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Hautatu zereginen diseinua"</string> <string name="cancel" msgid="6442560571259935130">"Utzi"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Horren premiazkoak ez diren jakinarazpenak daude behean"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Irekitzeko, ukitu berriro"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Desblokeatzeko, pasatu hatza gorantz"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Pasatu hatza ikonotik, telefonoa irekitzeko"</string> + <string name="voice_hint" msgid="8939888732119726665">"Pasatu hatza ikonotik, ahots-laguntza irekitzeko"</string> + <string name="camera_hint" msgid="7939688436797157483">"Pasatu hatza ikonotik, kamera irekitzeko"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Isiltasun osoa"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Lehentasunezkoak"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Alarmak soilik"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Ezkutatu guztiak"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Amaitu"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Zabaldu"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Tolestu"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Pantaila ainguratuta dago"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Horrela, ikusgai mantenduko da aingura kendu arte. Aingura kentzeko, eduki ukituta aldi berean \"Atzera\" eta \"Ikuspegi orokorra\" botoiak."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Horrela, ikusgai mantenduko da, aingura kendu arte. Aingura kentzeko, eduki ukituta \"Ikuspegi orokorra\" botoia."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> da bolumenaren leihoa"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Ukitu jatorrizkora leheneratzeko"</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Work profil bat erabiltzen ari zara"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-fa/strings.xml b/packages/SystemUI/res/values-fa/strings.xml index 544552b405b5..98e49f05697b 100644 --- a/packages/SystemUI/res/values-fa/strings.xml +++ b/packages/SystemUI/res/values-fa/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"جستجو"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"دوربین"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"تلفن"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"دستیار صوتی"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"باز کردن قفل"</string> <string name="unlock_label" msgid="8779712358041029439">"بازکردن قفل"</string> <string name="phone_label" msgid="2320074140205331708">"باز کردن تلفن"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"دستیار صوتی را باز کنید"</string> <string name="camera_label" msgid="7261107956054836961">"باز کردن دوربین"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"انتخاب طرحبندی جدید کار"</string> <string name="cancel" msgid="6442560571259935130">"لغو"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"اعلانهای کمتر فوری در زیر"</string> <string name="notification_tap_again" msgid="8524949573675922138">"برای باز کردن دوباره لمس کنید"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"برای باز کردن قفل سریع به بالا بکشید"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"انگشتتان را از نماد تلفن تند بکشید"</string> + <string name="voice_hint" msgid="8939888732119726665">"از نماد دستیار صوتی انگشتتان را تند بکشید"</string> + <string name="camera_hint" msgid="7939688436797157483">"انگشتتان را از نماد دوربین تند بکشید"</string> <string name="interruption_level_none" msgid="6000083681244492992">"سکوت کامل"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"فقط اولویتدار"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"فقط هشدارها"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"پنهان کردن همه"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"اکنون به پایان برسد"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"بزرگ کردن"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"کوچک کردن"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"صفحه نمایش پین شد"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"تا زمانی که پین را بردارید، در نما نگهداشته میشود. برای برداشتن پین، برگشت و نمای کلی را به صورت همزمان لمس کنید و نگهدارید."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"تا زمانی که پین را بردارید، در نما نگهداشته میشود. برای برداشتن پین، نمای کلی را لمس کنید و نگهدارید."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> کنترلکننده صدا است"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"برای بازیابی کنترلکننده اصلی، لمس کنید."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"در نمایه کاری هستید"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-fi/strings.xml b/packages/SystemUI/res/values-fi/strings.xml index fc5f8dd623c4..921b982e2da0 100644 --- a/packages/SystemUI/res/values-fi/strings.xml +++ b/packages/SystemUI/res/values-fi/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Haku"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Kamera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Puhelin"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Ääniapuri"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Avaa lukitus"</string> <string name="unlock_label" msgid="8779712358041029439">"avaa lukitus"</string> <string name="phone_label" msgid="2320074140205331708">"avaa puhelin"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"Avaa ääniapuri"</string> <string name="camera_label" msgid="7261107956054836961">"avaa kamera"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Valitse uusi tehtävien asettelu"</string> <string name="cancel" msgid="6442560571259935130">"Peruuta"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Vähemmän kiireelliset ilmoitukset ovat alla"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Avaa koskettamalla uudelleen"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Avaa lukitus pyyhkäisemällä ylös"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Avaa puhelu pyyhkäisemällä kuvakkeesta."</string> + <string name="voice_hint" msgid="8939888732119726665">"Avaa ääniapuri pyyhkäisemällä kuvakkeesta."</string> + <string name="camera_hint" msgid="7939688436797157483">"Avaa kamera pyyhkäisemällä kuvakkeesta."</string> <string name="interruption_level_none" msgid="6000083681244492992">"Täydellinen hiljaisuus"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Vain tärkeät"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Vain herätykset"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Piilota kaikki"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Lopeta nyt"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Laajenna."</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Tiivistä."</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Näyttö on kiinnitetty"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Tämä pitää sen näkyvissä, kunnes poistat kiinnityksen. Kosketa Edellinen- ja Viimeisimmät-kohtaa samanaikaisesti pitkään kiinnityksen poistamiseksi."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Tämä pitää sen näkyvissä, kunnes poistat kiinnityksen. Kosketa Viimeisimmät-kohtaa pitkään kiinnityksen poistamiseksi."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> on äänenvoimakkuusvalinta."</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Palauta alkuperäinen koskettamalla."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Olet Work-profiilissa"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-fr-rCA/strings.xml b/packages/SystemUI/res/values-fr-rCA/strings.xml index 6b40037f6ea3..6de1561d0e39 100644 --- a/packages/SystemUI/res/values-fr-rCA/strings.xml +++ b/packages/SystemUI/res/values-fr-rCA/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Rechercher"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Appareil photo"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Téléphone"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Assistance vocale"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Déverrouiller"</string> <string name="unlock_label" msgid="8779712358041029439">"déverrouiller"</string> <string name="phone_label" msgid="2320074140205331708">"Ouvrir le téléphone"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"ouvrir l\'assistance vocale"</string> <string name="camera_label" msgid="7261107956054836961">"Ouvrir l\'appareil photo"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Sélectionner un nouveau format de tâche"</string> <string name="cancel" msgid="6442560571259935130">"Annuler"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Notifications moins urgentes affichées ci-dessous"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Touchez à nouveau pour ouvrir"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Glissez vers le haut pour déverrouiller"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Balayez à partir de l\'icône pour accéder au téléphone"</string> + <string name="voice_hint" msgid="8939888732119726665">"Balayez à partir de l\'icône pour accéder à l\'assist. vocale"</string> + <string name="camera_hint" msgid="7939688436797157483">"Balayez à partir de l\'icône pour accéder à l\'appareil photo"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Aucune interruption"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Priorités seulement"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Alarmes uniquement"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Tout masquer"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Arrêter maintenant"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Développer"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Réduire"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"L\'écran est épinglé"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Cet écran est épinglé jusqu\'à ce que vous annuliez l\'opération. Pour annuler l\'épinglage, maintenez un doigt simultanément sur « Retour » et « Aperçu »."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Cet écran est épinglé jusqu\'à ce que vous annuliez l\'opération. Pour annuler l\'épinglage, maintenez le doigt sur « Aperçu »."</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> correspond à la boîte de dialogue du volume"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Touchez pour restaurer l\'original."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Vous avez activé le profil professionnel"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-fr/strings.xml b/packages/SystemUI/res/values-fr/strings.xml index eedaaad734a1..9e4e5fe809ac 100644 --- a/packages/SystemUI/res/values-fr/strings.xml +++ b/packages/SystemUI/res/values-fr/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Rechercher"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Appareil photo"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Téléphoner"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Assistance vocale"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Déverrouiller"</string> <string name="unlock_label" msgid="8779712358041029439">"déverrouiller"</string> <string name="phone_label" msgid="2320074140205331708">"ouvrir le téléphone"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"ouvrir l\'assistance vocale"</string> <string name="camera_label" msgid="7261107956054836961">"ouvrir l\'appareil photo"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Sélectionner un nouveau plan de tâche"</string> <string name="cancel" msgid="6442560571259935130">"Annuler"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Notifications moins urgentes ci-dessous"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Appuyer à nouveau pour ouvrir"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Faire glisser pour déverrouiller"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Balayer l\'écran depuis l\'icône pour le téléphone"</string> + <string name="voice_hint" msgid="8939888732119726665">"Balayer l\'écran depuis l\'icône pour l\'assistance vocale"</string> + <string name="camera_hint" msgid="7939688436797157483">"Balayer l\'écran depuis l\'icône pour l\'appareil photo"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Aucune interruption"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Priorit. uniquement"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Alarmes uniquement"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Tout masquer"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Arrêter maintenant"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Développer"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Réduire"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Écran épinglé"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Cet écran est épinglé jusqu\'à annulation de l\'opération. Pour annuler l\'épinglage, appuyez simultanément sur \"Retour\" et \"Aperçu\" de manière prolongée."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Cet écran est épinglé jusqu\'à annulation de l\'opération. Pour annuler l\'épinglage, appuyez de manière prolongée sur \"Aperçu\"."</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> correspond à la boîte de dialogue du volume"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Appuyez pour restaurer l\'interface d\'origine."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Vous consultez le profil professionnel."</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-gl-rES/strings.xml b/packages/SystemUI/res/values-gl-rES/strings.xml index fb3c6d8830a6..3c319cb3604c 100644 --- a/packages/SystemUI/res/values-gl-rES/strings.xml +++ b/packages/SystemUI/res/values-gl-rES/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Buscar"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Cámara"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Teléfono"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Asistente de voz"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Desbloquear"</string> <string name="unlock_label" msgid="8779712358041029439">"desbloquear"</string> <string name="phone_label" msgid="2320074140205331708">"abrir teléfono"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"abrir asistente de voz"</string> <string name="camera_label" msgid="7261107956054836961">"abrir cámara"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Seleccionar novo deseño de tarefas"</string> <string name="cancel" msgid="6442560571259935130">"Cancelar"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Notificacións menos urxentes abaixo"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Toca outra vez para abrir o elemento"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Pasa o dedo cara arriba para desbloquear"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Pasa o dedo desde a icona para acceder ao teléfono"</string> + <string name="voice_hint" msgid="8939888732119726665">"Pasa o dedo desde a icona para acceder ao asistente de voz"</string> + <string name="camera_hint" msgid="7939688436797157483">"Pasa o dedo desde a icona para acceder á cámara"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Silencio total"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Só prioridade"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Só alarmas"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Ocultar todo"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Finalizar agora"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Ampliar"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Contraer"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"A pantalla está fixada"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"A pantalla manterase visible ata que anules a fixación. Para facelo, mantén premido Atrás e Visión xeral ao mesmo tempo."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"A pantalla manterase visible ata que anules a fixación. Para facelo, mantén premido Visión xeral."</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> é o cadro de diálogo de volume"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Toca para restaurar o orixinal."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Está no perfil de traballo"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-hi/strings.xml b/packages/SystemUI/res/values-hi/strings.xml index e17cb0a38155..182677a0ebc5 100644 --- a/packages/SystemUI/res/values-hi/strings.xml +++ b/packages/SystemUI/res/values-hi/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"खोजें"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"कैमरा"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"फ़ोन"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"वॉइस सहायक"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"अनलॉक करें"</string> <string name="unlock_label" msgid="8779712358041029439">"अनलॉक करें"</string> <string name="phone_label" msgid="2320074140205331708">"फ़ोन खोलें"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"वॉइस सहायक खोलें"</string> <string name="camera_label" msgid="7261107956054836961">"कैमरा खोलें"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"नया कार्य लेआउट चुनें"</string> <string name="cancel" msgid="6442560571259935130">"अभी नहीं"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"कम अत्यावश्यक सूचनाएं नीचे दी गई हैं"</string> <string name="notification_tap_again" msgid="8524949573675922138">"खोलने के लिए पुन: स्पर्श करें"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"अनलॉक करने के लिए ऊपर स्वाइप करें"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"फ़ोन के लिए आइकन से स्वाइप करें"</string> + <string name="voice_hint" msgid="8939888732119726665">"वॉइस सहायक के लिए आइकन से स्वाइप करें"</string> + <string name="camera_hint" msgid="7939688436797157483">"कैमरे के लिए आइकन से स्वाइप करें"</string> <string name="interruption_level_none" msgid="6000083681244492992">"पूरी तरह शांत"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"केवल प्राथमिकता"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"केवल अलार्म"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"सभी छिपाएं"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"अब समाप्त करें"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"विस्तृत करें"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"संक्षिप्त करें"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"स्क्रीन पिन कर दी गई है"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"इससे वह तब तक दृश्य में रहता है जब तक कि आप उसे अनपिन नहीं कर देते. अनपिन करने के लिए वापस जाएं और अवलोकन करें को एक ही समय पर स्पर्श करके रखें."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"इससे वह तब तक दृश्य में बना रहता है जब तक कि आप उसे अनपिन नहीं कर देते. अनपिन करने के लिए अवलोकन करें को स्पर्श करके रखें."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> वॉल्यूम संवाद है"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"मूल वॉल्यूम को फिर से लाने के लिए स्पर्श करें."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"आप कार्य प्रोफ़ाइल में हैं"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-hr/strings.xml b/packages/SystemUI/res/values-hr/strings.xml index 59d40c347cef..f03d40de457c 100644 --- a/packages/SystemUI/res/values-hr/strings.xml +++ b/packages/SystemUI/res/values-hr/strings.xml @@ -84,13 +84,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Pretraži"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Fotoaparat"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefon"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Glasovna pomoć"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Otključavanje"</string> <string name="unlock_label" msgid="8779712358041029439">"otključavanje"</string> <string name="phone_label" msgid="2320074140205331708">"otvaranje telefona"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"otvaranje glasovne pomoći"</string> <string name="camera_label" msgid="7261107956054836961">"otvaranje fotoaparata"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Odaberite novi izgled zadataka"</string> <string name="cancel" msgid="6442560571259935130">"Odustani"</string> @@ -317,12 +315,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Manje hitne obavijesti pri dnu"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Dodirnite ponovo da biste otvorili"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Prijeđite prstom prema gore za otključavanje"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Prijeđite prstom od ikone da biste otvorili telefon"</string> + <string name="voice_hint" msgid="8939888732119726665">"Prijeđite prstom od ikone da biste otvorili glasovnu pomoć"</string> + <string name="camera_hint" msgid="7939688436797157483">"Prijeđite prstom od ikone da biste otvorili fotoaparat"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Potpuna tišina"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Samo prioritetno"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Samo alarmi"</string> @@ -386,10 +381,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Sakrij sve"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Prekini sada"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Proširivanje"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Sažimanje"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Zaslon je prikvačen"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Zaslon će tako ostati u prvom planu dok ga ne otkvačite. Istovremeno dodirnite i držite Natrag i Pregled da biste ga otkvačili."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Zaslon će tako ostati u prvom planu dok ga ne otkvačite. Dodirnite i držite Pregled da biste ga otkvačili."</string> @@ -404,4 +397,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> predstavlja dijaloški okvir za upravljanje glasnoćom"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Dodirnite da biste vratili izvorno."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Nalazite se na profilu Worka"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-hu/strings.xml b/packages/SystemUI/res/values-hu/strings.xml index f0ca9ce42715..41fdefe96c01 100644 --- a/packages/SystemUI/res/values-hu/strings.xml +++ b/packages/SystemUI/res/values-hu/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Keresés"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Kamera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefon"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Hangsegéd"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Feloldás"</string> <string name="unlock_label" msgid="8779712358041029439">"feloldás"</string> <string name="phone_label" msgid="2320074140205331708">"telefon megnyitása"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"hangsegéd megnyitása"</string> <string name="camera_label" msgid="7261107956054836961">"kamera megnyitása"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Új feladatelrendezés kiválasztása"</string> <string name="cancel" msgid="6442560571259935130">"Mégse"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"A kevésbé sürgős értesítések lentebb vannak"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Érintse meg ismét a megnyitáshoz"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Húzza felfelé az ujját a feloldáshoz"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"A telefon eléréséhez csúsztassa ujját az ikonról"</string> + <string name="voice_hint" msgid="8939888732119726665">"A hangsegéd eléréséhez csúsztassa ujját az ikonról"</string> + <string name="camera_hint" msgid="7939688436797157483">"A fényképezőgép eléréséhez csúsztassa ujját az ikonról"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Teljes némítás"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Csak prioritásos"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Csak riasztások"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Az összes elrejtése"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Befejezés most"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Kibontás"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Összecsukás"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"A képernyő rögzítve van"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Megjelenítve tartja addig, amíg Ön fel nem oldja fel a rögzítést. A rögzítés feloldásához tartsa egyszerre lenyomva a Vissza és az Áttekintés lehetőséget."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Megjelenítve tartja addig, amíg Ön fel nem oldja a rögzítést. A feloldáshoz tartsa lenyomva az Áttekintés lehetőséget."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"A(z) <xliff:g id="APP_NAME">%1$s</xliff:g> alkalmazás kezeli a hangerőt"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Érintse meg az eredeti érték visszaállításához."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"A munkaprofilt használja"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-hy-rAM/strings.xml b/packages/SystemUI/res/values-hy-rAM/strings.xml index 6162ed46acab..8ea36bc170a9 100644 --- a/packages/SystemUI/res/values-hy-rAM/strings.xml +++ b/packages/SystemUI/res/values-hy-rAM/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Որոնել"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Ֆոտոխցիկ"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Հեռախոս"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Ձայնային հուշումներ"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Ապակողպել"</string> <string name="unlock_label" msgid="8779712358041029439">"ապակողպել"</string> <string name="phone_label" msgid="2320074140205331708">"բացել հեռախոսը"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"բացեք ձայնային հուշումը"</string> <string name="camera_label" msgid="7261107956054836961">"բացել ֆոտոխցիկը"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Ընտրել առաջադրանքի նոր դասավորություն"</string> <string name="cancel" msgid="6442560571259935130">"Չեղարկել"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Պակաս հրատապ ծանուցումները ստորև"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Կրկին հպեք՝ բացելու համար"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Սահեցրեք վերև` ապակողպելու համար"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Սահահարվածեք հեռախոսի պատկերակից"</string> + <string name="voice_hint" msgid="8939888732119726665">"Սահահարվածեք ձայնային հուշման պատկերակից"</string> + <string name="camera_hint" msgid="7939688436797157483">"Սահահարվածեք խցիկի պատկերակից"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Ընդհանուր լուռ վիճակը"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Միայն կարևորները"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Միայն զարթուցիչ"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Թաքցնել բոլորը"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Ավարտել"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Ընդարձակել"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Կոծկել"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Էկրանն ամրացված է"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Էկրանը կմնա տեսադաշտում, մինչև այն ապամրացնեք: Ապամրացնելու համար միաժամանակ հպեք և պահեք Համատեսքի և Հետ կոճակները:"</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Էկրանը կմնա տեսադաշտում, մինչև այն ապամրացնեք: Ապամրացնելու համար հպեք և պահեք Համատեսքի կոճակը:"</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g>-ը ձայնի ուժգնության երկխոսության հավելված է"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Դիպչեք՝ սկզբնօրինակը վերականգնելու համար:"</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Դուք աշխատանքային պրոֆիլում եք"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-in/strings.xml b/packages/SystemUI/res/values-in/strings.xml index c179b84ee48e..a5629c3b828b 100644 --- a/packages/SystemUI/res/values-in/strings.xml +++ b/packages/SystemUI/res/values-in/strings.xml @@ -396,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> adalah dialog volume"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Sentuh untuk memulihkan aslinya."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Anda berada di Profil kerja"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-is-rIS/strings.xml b/packages/SystemUI/res/values-is-rIS/strings.xml index 6a15a1bbd74d..21b81ae31858 100644 --- a/packages/SystemUI/res/values-is-rIS/strings.xml +++ b/packages/SystemUI/res/values-is-rIS/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Leita"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Myndavél"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Sími"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Raddaðstoð"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Taka úr lás"</string> <string name="unlock_label" msgid="8779712358041029439">"taka úr lás"</string> <string name="phone_label" msgid="2320074140205331708">"opna síma"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"opna raddaðstoð"</string> <string name="camera_label" msgid="7261107956054836961">"opna myndavél"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Velja nýtt útlit verkefna"</string> <string name="cancel" msgid="6442560571259935130">"Hætta við"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Minna áríðandi tilkynningar fyrir neðan"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Snertu aftur til að opna"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Strjúktu upp til að opna"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Strjúktu frá tákninu fyrir síma"</string> + <string name="voice_hint" msgid="8939888732119726665">"Strjúktu frá tákninu fyrir raddaðstoð"</string> + <string name="camera_hint" msgid="7939688436797157483">"Strjúktu frá tákninu fyrir myndavél"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Algjör þögn"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Aðeins forgangur"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Aðeins vekjarar"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Fela allt"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Hætta núna"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Stækka"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Minnka"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Skjárinn er festur"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Þetta heldur þessu opnu þangað til þú losar. Haltu bakk- og yfirlitshnöppunum inni á sama tíma til að losa."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Þetta heldur þessu opnu þangað til þú losar. Haltu yfirlitshnappinum inni til að losa."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> er hljóðstyrksvalmyndin"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Snertu til að færa í upprunalegt horf."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Þú ert í vinnusniðinu"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-it/strings.xml b/packages/SystemUI/res/values-it/strings.xml index 51b7bcde89d6..f3b024a3aade 100644 --- a/packages/SystemUI/res/values-it/strings.xml +++ b/packages/SystemUI/res/values-it/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Cerca"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Fotocamera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefono"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Voice Assist"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Sblocca"</string> <string name="unlock_label" msgid="8779712358041029439">"sblocca"</string> <string name="phone_label" msgid="2320074140205331708">"apri telefono"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"apri Voice Assist"</string> <string name="camera_label" msgid="7261107956054836961">"apri fotocamera"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Seleziona un nuovo layout per le attività"</string> <string name="cancel" msgid="6442560571259935130">"Annulla"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Notifiche meno urgenti in basso"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Tocca di nuovo per aprire"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Scorri verso l\'alto per sbloccare"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Scorri dall\'icona per accedere al telefono"</string> + <string name="voice_hint" msgid="8939888732119726665">"Scorri dall\'icona per accedere a Voice Assist"</string> + <string name="camera_hint" msgid="7939688436797157483">"Scorri dall\'icona per accedere alla fotocamera"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Silenzio totale"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Solo con priorità"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Solo sveglie"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Nascondi tutto"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Termina adesso"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Espandi"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Comprimi"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"La schermata è bloccata"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"La schermata rimane visibile finché la sblocchi. Tocca e tieni premuti contemporaneamente Indietro e Panoramica per sbloccare."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"La schermata rimane visibile finché la sblocchi. Tocca Panoramica e tieni premuto per sbloccare."</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> rappresenta la finestra di dialogo relativa al volume"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Tocca per ripristinare l\'originale."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Hai attivato il profilo di lavoro"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-iw/strings.xml b/packages/SystemUI/res/values-iw/strings.xml index 36eb5a7df4ba..479177cd8d15 100644 --- a/packages/SystemUI/res/values-iw/strings.xml +++ b/packages/SystemUI/res/values-iw/strings.xml @@ -85,13 +85,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"חפש"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"מצלמה"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"טלפון"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"מסייע קולי"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"ביטול נעילה"</string> <string name="unlock_label" msgid="8779712358041029439">"בטל את הנעילה"</string> <string name="phone_label" msgid="2320074140205331708">"פתח את הטלפון"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"פתח את המסייע הקולי"</string> <string name="camera_label" msgid="7261107956054836961">"פתח את המצלמה"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"בחר פריסה חדשה להצגת משימות"</string> <string name="cancel" msgid="6442560571259935130">"ביטול"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"הודעות בדחיפות נמוכה יותר בהמשך"</string> <string name="notification_tap_again" msgid="8524949573675922138">"גע שוב כדי לפתוח"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"החלק מעלה כדי לבטל את הנעילה"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"החלק מהסמל להפעלת הטלפון"</string> + <string name="voice_hint" msgid="8939888732119726665">"החלק מהסמל להפעלת המסייע הקולי"</string> + <string name="camera_hint" msgid="7939688436797157483">"החלק מהסמל להפעלת המצלמה"</string> <string name="interruption_level_none" msgid="6000083681244492992">"שקט מוחלט"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"עדיפות בלבד"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"התראות בלבד"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"הסתר הכל"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"סיים כעת"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"הרחב"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"כווץ"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"המסך מוצמד"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"שומר בתצוגה עד לביטול ההצמדה. גע והחזק בו-זמנית ב\'הקודם\' ו\'סקירה\' כדי לבטל הצמדה."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"שומר בתצוגה עד לביטול ההצמדה. גע והחזק בו-זמנית ב\'הקודם\' ו\'סקירה\' כדי לבטל הצמדה."</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> הוא תיבת הדו-שיח של עוצמת הקול"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"גע כדי לשחזר את עוצמת הקול המקורית."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"אתה נמצא בפרופיל העבודה"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-ja/strings.xml b/packages/SystemUI/res/values-ja/strings.xml index 62baa69e18bd..ba901e82c16f 100644 --- a/packages/SystemUI/res/values-ja/strings.xml +++ b/packages/SystemUI/res/values-ja/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"検索"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"カメラ"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"電話"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"音声アシスト"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"ロック解除"</string> <string name="unlock_label" msgid="8779712358041029439">"ロック解除"</string> <string name="phone_label" msgid="2320074140205331708">"電話を起動"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"音声アシストを開く"</string> <string name="camera_label" msgid="7261107956054836961">"カメラを起動"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"新しいタスクレイアウトの選択"</string> <string name="cancel" msgid="6442560571259935130">"キャンセル"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"緊急度の低い通知を下に表示"</string> <string name="notification_tap_again" msgid="8524949573675922138">"開くにはもう一度タップしてください"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"ロック解除するには上にスワイプしてください"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"アイコンからスワイプしてスマートフォンを起動"</string> + <string name="voice_hint" msgid="8939888732119726665">"アイコンからスワイプして音声アシストを起動"</string> + <string name="camera_hint" msgid="7939688436797157483">"アイコンからスワイプしてカメラを起動"</string> <string name="interruption_level_none" msgid="6000083681244492992">"サイレント"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"優先する通知のみ"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"アラームのみ"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"すべて非表示"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>。<xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"今すぐ終了"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"展開"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"折りたたむ"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"画面が固定されました"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"固定を解除するまで画面が常に表示されるようになります。[戻る]と[最近]を同時に押し続けると固定が解除されます。"</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"固定を解除するまで画面が常に表示されるようになります。[最近]を押し続けると固定が解除されます。"</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g>を音量ダイアログとして使用"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"タップすると元の音量ダイアログが復元されます。"</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"仕事用プロファイルを使用しています"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-ka-rGE/strings.xml b/packages/SystemUI/res/values-ka-rGE/strings.xml index 5fc889e2a2a5..32701af16880 100644 --- a/packages/SystemUI/res/values-ka-rGE/strings.xml +++ b/packages/SystemUI/res/values-ka-rGE/strings.xml @@ -396,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> ხმოვან დიალოგშია"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"ორიგინალის აღდგენისათვის, შეეხეთ."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"თქვენ სამუშაო პროფილში ხართ"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-kk-rKZ/strings.xml b/packages/SystemUI/res/values-kk-rKZ/strings.xml index cb9c7abfb6f0..e658129dd947 100644 --- a/packages/SystemUI/res/values-kk-rKZ/strings.xml +++ b/packages/SystemUI/res/values-kk-rKZ/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Іздеу"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Камера"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Телефон"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Дауыс көмекшісі"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Бекітпесін ашу"</string> <string name="unlock_label" msgid="8779712358041029439">"бекітпесін ашу"</string> <string name="phone_label" msgid="2320074140205331708">"телефонды ашу"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"ашық дауыс көмекшісі"</string> <string name="camera_label" msgid="7261107956054836961">"камераны ашу"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Жаңа тапсырма пішімін таңдау"</string> <string name="cancel" msgid="6442560571259935130">"Бас тарту"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Шұғылдығы азырақ хабарландырулар төменде"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Ашу үшін қайтадан түртіңіз"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Бекітпесін ашу үшін жанаңыз"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Белгішеден телефонға қарай сырғытыңыз"</string> + <string name="voice_hint" msgid="8939888732119726665">"Дауыс көмекшісі үшін белгішеден сырғытыңыз"</string> + <string name="camera_hint" msgid="7939688436797157483">"Белгішеден камераға қарай сырғытыңыз"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Толық тыныштық"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Тек басымдық"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Тек дабылдар"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Барлығын жасыру"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Қазір өшіру"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Кеңейту"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Тасалау"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Экран түйрелді"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Бұл сіз оны босатқанша оны көрсетіп тұрады. Босату үшін «Кері» және «Шолу» түймелерін бір уақытта басып тұрыңыз."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Бұл сіз оны босатқанша оны көрсетіп тұрады. Босату үшін «Шолу» түймесін бір уақытта басып тұрыңыз."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> — көлем диалогтық терезесі"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Түпнұсқаны қалпына келтіру үшін түртіңіз."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Жұмыс профиліндесіз"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-km-rKH/strings.xml b/packages/SystemUI/res/values-km-rKH/strings.xml index 9c7bdaa1b8f5..450685e54111 100644 --- a/packages/SystemUI/res/values-km-rKH/strings.xml +++ b/packages/SystemUI/res/values-km-rKH/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"ស្វែងរក"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"ម៉ាស៊ីនថត"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"ទូរស័ព្ទ"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"ជំនួយសំឡេង"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"ដោះសោ"</string> <string name="unlock_label" msgid="8779712358041029439">"ដោះសោ"</string> <string name="phone_label" msgid="2320074140205331708">"បើកទូរស័ព្ទ"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"បើកជំនួយសំឡេង"</string> <string name="camera_label" msgid="7261107956054836961">"បើកម៉ាស៊ីនថត"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"ជ្រើសប្លង់ភារកិច្ចថ្មី"</string> <string name="cancel" msgid="6442560571259935130">"បោះបង់"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"ការជូនដំណឹងមិនសូវបន្ទាន់ខាងក្រោម"</string> <string name="notification_tap_again" msgid="8524949573675922138">"ប៉ះម្ដងទៀតដើម្បីបើក"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"អូសឡើងលើ ដើម្បីដោះសោ"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"អូសចេញពីរូបតំណាងដើម្បីប្រើទូរស័ព្ទ"</string> + <string name="voice_hint" msgid="8939888732119726665">"អូសចេញពីរូបតំណាងដើម្បីប្រើជំនួយសំឡេង"</string> + <string name="camera_hint" msgid="7939688436797157483">"អូសចេញពីរូបតំណាងដើម្បីប្រើកាមេរ៉ា"</string> <string name="interruption_level_none" msgid="6000083681244492992">"ស្ងៀមស្ងាត់ទាំងស្រុង"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"អាទិភាពប៉ុណ្ណោះ"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"សំឡេងរោទ៍ប៉ុណ្ណោះ"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"លាក់ទាំងអស់"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"បញ្ចប់ឥឡូវនេះ"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"ពង្រីក"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"បង្រួម"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"អេក្រង់ត្រូវបានភ្ជាប់"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"រក្សាទុកវាក្នុងទិដ្ឋភាពរហូតដល់អ្នកផ្ដាច់។ ប៉ះ ហើយសង្កត់ថយក្រោយ និងទិដ្ឋភាពនៅពេលតែមួយដើម្បីផ្ដាច់។"</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"វារក្សាទុកក្នុងទិដ្ឋភាពរហូតដល់អ្នកផ្ដាច់។ ប៉ះ និងសង្កត់ទិដ្ឋភាពដើម្បីផ្ដាច់។"</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> គឺជាប្រអប់សម្លេង"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"ប៉ះដើម្បីស្តារច្បាប់ដើម។"</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"អ្នកកំពុងនៅក្នុងប្រវត្តិរូបការងារ"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-kn-rIN/strings.xml b/packages/SystemUI/res/values-kn-rIN/strings.xml index 3c12cde3cefe..4ef036ec3949 100644 --- a/packages/SystemUI/res/values-kn-rIN/strings.xml +++ b/packages/SystemUI/res/values-kn-rIN/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"ಹುಡುಕು"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"ಕ್ಯಾಮರಾ"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"ಫೋನ್"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"ಧ್ವನಿ ಸಹಾಯಕ"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"ಅನ್ಲಾಕ್"</string> <string name="unlock_label" msgid="8779712358041029439">"ಅನ್ಲಾಕ್ ಮಾಡು"</string> <string name="phone_label" msgid="2320074140205331708">"ಫೋನ್ ತೆರೆಯಿರಿ"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"ಧ್ವನಿ ಸಹಾಯಕವನ್ನು ತೆರೆ"</string> <string name="camera_label" msgid="7261107956054836961">"ಕ್ಯಾಮರಾ ತೆರೆಯಿರಿ"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"ಹೊಸ ಕಾರ್ಯ ವಿನ್ಯಾಸವನ್ನು ಆಯ್ಕೆಮಾಡಿ"</string> <string name="cancel" msgid="6442560571259935130">"ರದ್ದುಮಾಡು"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"ಕೆಳಗೆ ಕಡಿಮೆ ಅವಸರದ ಅಧಿಸೂಚನೆಗಳು"</string> <string name="notification_tap_again" msgid="8524949573675922138">"ತೆರೆಯಲು ಮತ್ತೊಮ್ಮೆ ಸ್ಪರ್ಶಿಸಿ"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"ಅನ್ಲಾಕ್ ಮಾಡಲು ಸ್ವೈಪ್ ಮಾಡಿ"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"ಫೋನ್ಗಾಗಿ ಐಕಾನ್ನಿಂದ ಸ್ವೈಪ್ ಮಾಡಿ"</string> + <string name="voice_hint" msgid="8939888732119726665">"ಧ್ವನಿ ಸಹಾಯಕ್ಕಾಗಿ ಐಕಾನ್ನಿಂದ ಸ್ವೈಪ್ ಮಾಡಿ"</string> + <string name="camera_hint" msgid="7939688436797157483">"ಕ್ಯಾಮರಾಗಾಗಿ ಐಕಾನ್ನಿಂದ ಸ್ವೈಪ್ ಮಾಡಿ"</string> <string name="interruption_level_none" msgid="6000083681244492992">"ಸಂಪೂರ್ಣ ನಿಶ್ಯಬ್ಧ"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"ಆದ್ಯತೆ ಮಾತ್ರ"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"ಅಲಾರಮ್ಗಳು ಮಾತ್ರ"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"ಎಲ್ಲ ಮರೆಮಾಡಿ"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"ಈಗಲೇ ಅಂತ್ಯಗೊಳಿಸು"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"ವಿಸ್ತರಿಸು"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"ಸಂಕುಚಿಸು"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"ಪರದೆಯನ್ನು ಪಿನ್ ಮಾಡಲಾಗಿದೆ"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"ನೀವು ಅನ್ಪಿನ್ ಮಾಡುವವರೆಗೆ ಅದನ್ನು ವೀಕ್ಷಣೆಯಲ್ಲಿಡುತ್ತದೆ. ಅನ್ಪಿನ್ ಮಾಡಲು ಒಂದೇ ಸಮಯದಲ್ಲಿ ಸ್ಪರ್ಶಿಸಿ ಮತ್ತು ಒತ್ತಿ ಹಿಡಿದುಕೊಳ್ಳಿ ಹಾಗೂ ಅವಲೋಕಿಸಿ."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"ನೀವು ಅನ್ಪಿನ್ ಮಾಡುವವರೆಗೆ ಅದನ್ನು ವೀಕ್ಷಣೆಯಲ್ಲಿಡುತ್ತದೆ. ಅನ್ಪಿನ್ ಮಾಡಲು ಅವಲೋಕನವನ್ನು ಸ್ಪರ್ಶಿಸಿ ಮತ್ತು ಹಿಡಿದುಕೊಳ್ಳಿ."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> ವಾಲ್ಯೂಮ್ ಸಂವಾದವಾಗಿದೆ"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"ಮೂಲ ಮರುಸ್ಥಾಪಿಸಲು ಸ್ಪರ್ಶಿಸಿ."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"ನೀವು ಕೆಲಸದ ಪ್ರೊಫೈಲ್ನಲ್ಲಿರುವಿರಿ"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-ko/strings.xml b/packages/SystemUI/res/values-ko/strings.xml index dc717ecacddb..2072347ec69b 100644 --- a/packages/SystemUI/res/values-ko/strings.xml +++ b/packages/SystemUI/res/values-ko/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"검색"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"카메라"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"전화"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"음성 지원"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"잠금 해제"</string> <string name="unlock_label" msgid="8779712358041029439">"잠금 해제"</string> <string name="phone_label" msgid="2320074140205331708">"휴대전화 열기"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"음성 지원 열기"</string> <string name="camera_label" msgid="7261107956054836961">"카메라 열기"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"새 작업 레이아웃 선택"</string> <string name="cancel" msgid="6442560571259935130">"취소"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"아래에 덜 급한 알림 표시"</string> <string name="notification_tap_again" msgid="8524949573675922138">"다시 터치하여 열기"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"위로 스와이프하여 잠금 해제"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"전화 기능을 사용하려면 아이콘에서 스와이프하세요."</string> + <string name="voice_hint" msgid="8939888732119726665">"음성 지원을 사용하려면 아이콘에서 스와이프하세요."</string> + <string name="camera_hint" msgid="7939688436797157483">"카메라를 사용하려면 아이콘에서 스와이프하세요."</string> <string name="interruption_level_none" msgid="6000083681244492992">"모두 차단"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"중요 알림만"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"알람만 수신"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"모두 숨기기"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"지금 종료"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"펼치기"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"접기"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"화면 고정됨"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"고정 해제하기 전까지 계속 표시됩니다. 고정 해제하려면 뒤로와 최근 사용을 동시에 길게 터치합니다."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"고정 해제하기 전까지 계속 표시됩니다. 고정 해제하려면 최근 사용을 길게 터치합니다."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g>은(는) 볼륨 대화입니다."</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"원본을 복원하려면 터치하세요."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"현재 직장 프로필에 있음"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-ky-rKG/strings.xml b/packages/SystemUI/res/values-ky-rKG/strings.xml index c695314d5365..18880ddc6dc0 100644 --- a/packages/SystemUI/res/values-ky-rKG/strings.xml +++ b/packages/SystemUI/res/values-ky-rKG/strings.xml @@ -107,13 +107,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Издөө"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Камера"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Телефон"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Үн жардамчысы"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Кулпусун ачуу"</string> <string name="unlock_label" msgid="8779712358041029439">"кулпуну ачуу"</string> <string name="phone_label" msgid="2320074140205331708">"телефонду ачуу"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"үн жардамчысысын ачуу"</string> <string name="camera_label" msgid="7261107956054836961">"камераны ачуу"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Жаңы тапшырманын планын тандаңыз"</string> <!-- no translation found for cancel (6442560571259935130) --> @@ -341,12 +339,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Анчейин шашылыш эмес эскертмелер төмөндө"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Ачуу үчүн кайра тийиңиз"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Кулпуну ачуу үчүн серпип коюңуз"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Сүрөтчөнү нукуп, телефонго өтүңүз"</string> + <string name="voice_hint" msgid="8939888732119726665">"Сүрөтчөнү нукуп, үн жардамчысына өтүңүз"</string> + <string name="camera_hint" msgid="7939688436797157483">"Сүрөтчөнү нукуп, камерага өтүңүз"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Тымтырс"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Артыкчылык гана"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Ойготкучтар гана"</string> @@ -410,10 +405,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Баарын жашыруу"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Азыр бүтүрүү"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Жаюу"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Жыйноо"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Экран кадалган"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Бул бошотулмайынча көрүнө берет. Бошотуу үчүн, бир убакта Артка жана Карап чыгууну коё бербей басып туруңуз."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Бул бошотулмайынча көрүнө берет. Бошотуу үчүн, Карап чыгууну коё бербей басып туруңуз."</string> @@ -428,4 +421,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> үндү катуулатуу диалогу"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Түпнусканы калыбына келтирүү үчүн тийип коюңуз."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Сиз Жумуш профилиндесиз"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-lo-rLA/strings.xml b/packages/SystemUI/res/values-lo-rLA/strings.xml index dcae29172fe5..20b780f80b50 100644 --- a/packages/SystemUI/res/values-lo-rLA/strings.xml +++ b/packages/SystemUI/res/values-lo-rLA/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"ຊອກຫາ"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"ກ້ອງ"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"ໂທລະສັບ"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"ຊ່ວຍເຫຼືອທາງສຽງ"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"ປົດລັອກ"</string> <string name="unlock_label" msgid="8779712358041029439">"ປົດລັອກ"</string> <string name="phone_label" msgid="2320074140205331708">"ເປີດແປ້ນໂທລະສັບ"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"ຊ່ວເຫຼືອເປີດສຽງ"</string> <string name="camera_label" msgid="7261107956054836961">"ເປີດກ້ອງ"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"ເລືອກແຜນຜັງໜ້າວຽກໃໝ່"</string> <string name="cancel" msgid="6442560571259935130">"ຍົກເລີກ"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"ການແຈ້ງເຕືອນທີ່ສຳຄັນໜ້ອຍກວ່າຢູ່ດ້ານລຸ່ມ"</string> <string name="notification_tap_again" msgid="8524949573675922138">"ແຕະອີກເທື່ອນຶ່ງເພື່ອເປີດ"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"ເລື່ອນຂຶ້ນເພື່ອປົດລັອກ"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"ປັດຈາກໄອຄອນສຳລັບໂທລະສັບ"</string> + <string name="voice_hint" msgid="8939888732119726665">"ປັດຈາກໄອຄອນສຳລັບການຊ່ວຍທາງສຽງ"</string> + <string name="camera_hint" msgid="7939688436797157483">"ປັດຈາກໄອຄອນສຳລັບກ້ອງຖ່າຍຮູບ"</string> <string name="interruption_level_none" msgid="6000083681244492992">"ຄວາມງຽບທັງໝົດ"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"ບຸລິມະສິດເທົ່ານັ້ນ"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"ໂມງປຸກເທົ່ານັ້ນ"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"ເຊື່ອງທັງຫມົດ"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"ຢຸດດຽວນີ້"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"ຂະຫຍາຍ"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"ຫຍໍ້ລົງ"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"ປັກໝຸດໜ້າຈໍແລ້ວ"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"ມັນຈະຮັກສາໜ້າຈໍໄວ້ໃນມຸມມອງຂອງທ່ານຈົນກວ່າທ່ານຈະຖອດໝຸດ. ແຕະປຸ່ມ ກັບຄືນ ແລະ ພາບຮວມ ຄ້າງໄວ້ພ້ອມກັນເພື່ອຖອດໝຸດ."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"ມັນຈະຮັກສາໜ້າຈໍໄວ້ໃນມຸມມອງຂອງທ່ານຈົນກວ່າທ່ານຈະຖອດໝຸດ. ແຕະປຸ່ມ ພາບຮວມ ຄ້າງໄວ້ເພື່ອຖອດໝຸດ."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> ແມ່ນໜ້າຕ່າງລະດັບສຽງ"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"ສໍາຜັດເພື່ອກູ້ຄືນຕົ້ນສະບັບ."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"ທ່ານຢູ່ໃນໂປຣໄຟລ໌ບ່ອນເຮັດວຽກ"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-lt/strings.xml b/packages/SystemUI/res/values-lt/strings.xml index 31dd582f7194..43b32b092e26 100644 --- a/packages/SystemUI/res/values-lt/strings.xml +++ b/packages/SystemUI/res/values-lt/strings.xml @@ -85,13 +85,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Ieškoti"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Fotoaparatas"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefonas"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Voice Assist"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Atrakinti"</string> <string name="unlock_label" msgid="8779712358041029439">"atrakinti"</string> <string name="phone_label" msgid="2320074140205331708">"atidaryti telefoną"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"atidaryti „Voice Assist“"</string> <string name="camera_label" msgid="7261107956054836961">"atidaryti fotoaparatą"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Pasirinkti naują užduoties išdėstymą"</string> <string name="cancel" msgid="6442560571259935130">"Atšaukti"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Mažiau skubūs pranešimai toliau"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Palieskite dar kartą, kad atidarytumėte"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Perbraukite aukštyn, kad atrakintumėte"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Perbraukite iš telefono piktogramos"</string> + <string name="voice_hint" msgid="8939888732119726665">"Perbraukite iš „Voice Assist“ piktogramos"</string> + <string name="camera_hint" msgid="7939688436797157483">"Perbraukite iš fotoaparato piktogramos"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Visiška tyla"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Tik prioritetiniai"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Tik signalai"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Slėpti viską"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Baigti dabar"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Išskleisti"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Sutraukti"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Ekranas prisegtas"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Tai bus rodoma, kol atsegsite. Kad atsegtumėte, tuo pačiu metu palieskite ir laikykite „Atgal“ ir „Apžvalga“."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Tai bus rodoma, kol atsegsite. Kad atsegtumėte, palieskite ir laikykite „Apžvalga“."</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"„<xliff:g id="APP_NAME">%1$s</xliff:g>“ yra garsumo valdymo dialogo langas"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Palieskite, kad atkurtumėte originalą."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Naudojate „Work“ profilį"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-lv/strings.xml b/packages/SystemUI/res/values-lv/strings.xml index 7a2679f9e371..1124e4bb6f63 100644 --- a/packages/SystemUI/res/values-lv/strings.xml +++ b/packages/SystemUI/res/values-lv/strings.xml @@ -84,13 +84,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Meklēt"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Kamera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Tālruņa numurs"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Balss palīgs"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Atbloķēt"</string> <string name="unlock_label" msgid="8779712358041029439">"atbloķēt"</string> <string name="phone_label" msgid="2320074140205331708">"atvērt tālruni"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"atvērt balss palīgu"</string> <string name="camera_label" msgid="7261107956054836961">"atvērt kameru"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Atlasiet jaunu uzdevumu izkārtojumu"</string> <string name="cancel" msgid="6442560571259935130">"Atcelt"</string> @@ -317,12 +315,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Mazāk steidzami paziņojumi tiek rādīti tālāk"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Pieskarieties vēlreiz, lai atvērtu."</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Velciet uz augšu, lai atbloķētu"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Lai lietotu tālruni, velciet no ikonas"</string> + <string name="voice_hint" msgid="8939888732119726665">"Lai lietotu balss palīgu, velciet no ikonas"</string> + <string name="camera_hint" msgid="7939688436797157483">"Lai lietotu kameru, velciet no ikonas"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Pilnīgs klusums"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Tikai prioritārie"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Tikai signāli"</string> @@ -386,10 +381,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Slēpt visus"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Izslēgt"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Izvērst"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Sakļaut"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Ekrāns ir piesprausts"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Šādi tas būs redzams līdz brīdim, kad to atspraudīsiet. Lai atspraustu, vienlaikus pieskarieties vienumiem “Atpakaļ” un “Pārskats” un turiet tos nospiestus."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Šādi tas būs redzams līdz brīdim, kad to atspraudīsiet. Lai atspraustu, pieskarieties vienumam “Pārskats” un turiet to nospiestu."</string> @@ -404,4 +397,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> ir skaļuma dialoglodziņš"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Pieskarieties, lai atjaunotu sākotnējo."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Jūs esat pierakstījies darba profilā."</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-mk-rMK/strings.xml b/packages/SystemUI/res/values-mk-rMK/strings.xml index b8df53135dc6..48ae8fd5182f 100644 --- a/packages/SystemUI/res/values-mk-rMK/strings.xml +++ b/packages/SystemUI/res/values-mk-rMK/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Пребарај"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Фотоапарат"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Телефон"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Гласовна помош"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Отклучување"</string> <string name="unlock_label" msgid="8779712358041029439">"отклучи"</string> <string name="phone_label" msgid="2320074140205331708">"отвори телефон"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"отвори гласовна помош"</string> <string name="camera_label" msgid="7261107956054836961">"отвори камера"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Изберете нов распоред на задача"</string> <string name="cancel" msgid="6442560571259935130">"Откажи"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Долу се помалку итни известувања"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Допрете повторно за да отворите"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Повлечете за да се отклучи"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Повлечете од иконата за телефонот"</string> + <string name="voice_hint" msgid="8939888732119726665">"Повлечете од иконата за гласовна помош"</string> + <string name="camera_hint" msgid="7939688436797157483">"Повлечете од иконата за камерата"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Целосна тишина"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Само приоритетно"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Само аларми"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Сокриј ги сите"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Заврши сега"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Прошири"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Собери"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Екранот е прикачен"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Ќе се гледа сè додека не го откачите. Допрете и држете Назад и Краток преглед истовремено за откачување."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Ќе се гледа сè додека не го откачите. Допрете и држете Краток преглед за откачување."</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> е дијалог за јачина на звук"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Допрете за да го вратите оригиналот."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Вие сте во работен профил"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-ml-rIN/strings.xml b/packages/SystemUI/res/values-ml-rIN/strings.xml index 615b1e221fb6..ce277a214c21 100644 --- a/packages/SystemUI/res/values-ml-rIN/strings.xml +++ b/packages/SystemUI/res/values-ml-rIN/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"തിരയൽ"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"ക്യാമറ"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"ഫോണ്"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"വോയ്സ് സഹായം"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"അണ്ലോക്ക് ചെയ്യുക"</string> <string name="unlock_label" msgid="8779712358041029439">"അൺലോക്കുചെയ്യുക"</string> <string name="phone_label" msgid="2320074140205331708">"ഫോൺ തുറക്കുക"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"വോയ്സ് അസിസ്റ്റ് തുറക്കുക"</string> <string name="camera_label" msgid="7261107956054836961">"ക്യാമറ തുറക്കുക"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"പുതിയ ടാസ്ക് ലേഔട്ട് തിരഞ്ഞെടുക്കുക"</string> <string name="cancel" msgid="6442560571259935130">"റദ്ദാക്കുക"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"ആവശ്യം കുറഞ്ഞ അറിയിപ്പുകൾ ചുവടെ നൽകിയിരിക്കുന്നു"</string> <string name="notification_tap_again" msgid="8524949573675922138">"തുറക്കുന്നതിന് വീണ്ടും സ്പർശിക്കുക"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"അൺലോക്കുചെയ്യുന്നതിന് മുകളിലേക്ക് സ്വൈപ്പുചെയ്യുക"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"ഫോണിനായുള്ള ഐക്കണിൽ നിന്ന് സ്വൈപ്പുചെയ്യുക"</string> + <string name="voice_hint" msgid="8939888732119726665">"വോയ്സ് അസിസ്റ്റിനായുള്ള ഐക്കണിൽ നിന്ന് സ്വൈപ്പുചെയ്യുക"</string> + <string name="camera_hint" msgid="7939688436797157483">"ക്യാമറയ്ക്കായുള്ള ഐക്കണിൽ നിന്ന് സ്വൈപ്പുചെയ്യുക"</string> <string name="interruption_level_none" msgid="6000083681244492992">"പൂർണ്ണ നിശബ്ദത"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"മുൻഗണന മാത്രം"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"അലാറങ്ങൾ മാത്രം"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"എല്ലാം മറയ്ക്കുക"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"ഇപ്പോള് അവസാനിപ്പിക്കുക"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"വികസിപ്പിക്കുക"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"ചുരുക്കുക"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"സ്ക്രീൻ പിൻ ചെയ്തു"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"നിങ്ങൾ അൺപിൻ ചെയ്യുന്നതുവരെ ഇത് കാണുന്ന വിധത്തിൽ നിലനിർത്തുന്നു. അൺപിൻ ചെയ്യാൻ \'മടങ്ങുക\', \'ചുരുക്കവിവരണം\' എന്നിവ ഒരേ സമയം സ്പർശിച്ച് പിടിക്കുക."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"നിങ്ങൾ അൺപിൻ ചെയ്യുന്നതുവരെ ഇത് കാണുന്ന വിധത്തിൽ നിലനിർത്തുന്നു. അൺപിൻ ചെയ്യുന്നതിന് \'ചുരുക്കവിവരണം\' സ്പർശിച്ചുപിടിക്കുക."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g>, വോളിയം ഡയലോഗാണ്"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"ആദ്യത്തേത് പുനഃസ്ഥാപിക്കാൻ സ്പർശിക്കുക."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"നിങ്ങൾ ഔദ്യോഗിക പ്രൊഫൈലിൽ ആണ്"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-mn-rMN/strings.xml b/packages/SystemUI/res/values-mn-rMN/strings.xml index e2bfc8d295bd..65b9c987566e 100644 --- a/packages/SystemUI/res/values-mn-rMN/strings.xml +++ b/packages/SystemUI/res/values-mn-rMN/strings.xml @@ -81,13 +81,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Хайх"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Камер"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Утас"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Дуут туслах"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Тайлах"</string> <string name="unlock_label" msgid="8779712358041029439">"тайлах"</string> <string name="phone_label" msgid="2320074140205331708">"утас нээх"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"нээлттэй дуут туслах"</string> <string name="camera_label" msgid="7261107956054836961">"камер нээх"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Шинэ ажиллах талбарыг сонгоно уу"</string> <string name="cancel" msgid="6442560571259935130">"Цуцлах"</string> @@ -314,12 +312,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Яаралтай биш мэдэгдлүүдийг доор"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Нээхийн тулд дахин хүрнэ үү"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Түгжээг тайлах бол шудрана уу"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Утсыг гаргахын тулд тэмдгээс шудрах"</string> + <string name="voice_hint" msgid="8939888732119726665">"Дуут туслахыг нээхийн тулд тэмдгээс шудрах"</string> + <string name="camera_hint" msgid="7939688436797157483">"Камер нээхийн тулд тэмдгээс шудрах"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Дуугүй болгох"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Зөвхөн чухал зүйлс"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Зөвхөн сэрүүлэг"</string> @@ -383,10 +378,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Бүгдийг нуух"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Одоо дуусгах"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Дэлгэх"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Хумих"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Дэлгэц эхэнд байрлуулагдсан"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Таныг эхэнд нээхийг болиулах хүртэл харагдана. Хүрээд, Back дээр удаан дараад хаахдаа Overview-ийг дар"</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Таныг эхэнд нээхийг болиулах хүртэл харагдана. Хаахын тулд хүрээдOverview-ийг дар"</string> @@ -401,4 +394,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> нь дууны диалог юм."</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Анхны хувилбарыг эргүүлэн хадгалахыг хүсвэл хүрнэ үү."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Та Work профайлд байна"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-mr-rIN/strings.xml b/packages/SystemUI/res/values-mr-rIN/strings.xml index b3ea98fafb2f..1aaa17114fe6 100644 --- a/packages/SystemUI/res/values-mr-rIN/strings.xml +++ b/packages/SystemUI/res/values-mr-rIN/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"शोधा"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"कॅमेरा"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"फोन"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"व्हॉइस सहाय्य"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"अनलॉक करा"</string> <string name="unlock_label" msgid="8779712358041029439">"अनलॉक करा"</string> <string name="phone_label" msgid="2320074140205331708">"फोन उघडा"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"व्हॉइस सहाय्य उघडा"</string> <string name="camera_label" msgid="7261107956054836961">"कॅमेरा उघडा"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"नवीन कार्य लेआउट निवडा"</string> <string name="cancel" msgid="6442560571259935130">"रद्द करा"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"खाली कमी तातडीच्या सूचना"</string> <string name="notification_tap_again" msgid="8524949573675922138">"उघडण्यासाठी पुन्हा स्पर्श करा"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"अनलॉक करण्यासाठी स्वाइप करा"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"फोनसाठी चिन्हावरून स्वाइप करा"</string> + <string name="voice_hint" msgid="8939888732119726665">"व्हॉइस सहाय्यासाठी चिन्हावरून स्वाइप करा"</string> + <string name="camera_hint" msgid="7939688436797157483">"कॅमेर्यासाठी चिन्हावरून स्वाइप करा"</string> <string name="interruption_level_none" msgid="6000083681244492992">"संपूर्ण शांतता"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"केवळ प्राधान्य"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"केवळ अलार्म"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"सर्व लपवा"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"आता समाप्त करा"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"विस्तृत करा"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"संकुचित करा"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"स्क्रीन पिन केलेली आहे"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"हे आपण अनपिन करेपर्यंत दृश्यामध्ये ते ठेवते. अनपिन करण्यासाठी एकाच वेळी परत आणि अलीकडील ला स्पर्श करा आणि धरून ठेवा आणि विहंगावलोकन करा."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"हे आपण अनपिन करेपर्यंत दृश्यामध्ये ते ठेवते. अनपिन करण्यासाठी स्पर्श करा आणि धरून ठेवा."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> हा व्हॉल्यूम संवाद आहे"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"मूळ पुनर्संचयित करण्यासाठी स्पर्श करा."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"आपण कार्य प्रोफाईल मध्ये आहात"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-ms-rMY/strings.xml b/packages/SystemUI/res/values-ms-rMY/strings.xml index 2a849916b3c5..e29e2e7c9875 100644 --- a/packages/SystemUI/res/values-ms-rMY/strings.xml +++ b/packages/SystemUI/res/values-ms-rMY/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Cari"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Kamera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefon"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Bantuan Suara"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Buka kunci"</string> <string name="unlock_label" msgid="8779712358041029439">"buka kunci"</string> <string name="phone_label" msgid="2320074140205331708">"buka telefon"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"buka bantuan suara"</string> <string name="camera_label" msgid="7261107956054836961">"buka kamera"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Pilih reka letak tugas baharu"</string> <string name="cancel" msgid="6442560571259935130">"Batal"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Pemberitahuan kurang penting di bawah"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Sentuh sekali lagi untuk membuka"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Leret ke atas untuk membuka kunci"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Leret dari ikon untuk telefon"</string> + <string name="voice_hint" msgid="8939888732119726665">"Leret dari ikon untuk bantuan suara"</string> + <string name="camera_hint" msgid="7939688436797157483">"Leret dari ikon untuk kamera"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Senyap sepenuhnya"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Keutamaan sahaja"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Penggera sahaja"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Sembunyikan semua"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Tamatkan sekarang"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Kembangkan"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Runtuhkan"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Skrin telah disemat"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Ini akan memastikan skrin kelihatan sehingga anda menyahsemat. Sentuh dan tahan Kembali dan Gambaran Keseluruhan pada masa yang sama untuk menyahsemat."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Ini akan memastikan skrin kelihatan sehingga anda menyahsemat. Sentuh dan tahan Gambaran Keseluruhan untuk menyahsemat."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> ialah dialog kelantangan"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Sentuh untuk memulihkan yang asal."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Anda berada dalam profil Kerja"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-my-rMM/strings.xml b/packages/SystemUI/res/values-my-rMM/strings.xml index 4e773608a128..b76791b9f972 100644 --- a/packages/SystemUI/res/values-my-rMM/strings.xml +++ b/packages/SystemUI/res/values-my-rMM/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"ရှာဖွေရန်"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"ကင်မရာ"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"ဖုန်း"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"အသံ အကူအညီ"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"သော့ဖွင့်ရန်"</string> <string name="unlock_label" msgid="8779712358041029439">"သော့ဖွင့်ရန်"</string> <string name="phone_label" msgid="2320074140205331708">"ဖုန်းကို ဖွင့်ရန်"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"အသံ အကူအညီအား ဖွင့်ရန်"</string> <string name="camera_label" msgid="7261107956054836961">"ကင်မရာ ဖွင့်ရန်"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"အလုပ်သစ်စီစဥ်မှုကို ရွေးပါ။"</string> <string name="cancel" msgid="6442560571259935130">"ထားတော့"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"အရေးပါမှု နည်းသည့် အကြောင်းကြားချက်များ အောက်မှာ"</string> <string name="notification_tap_again" msgid="8524949573675922138">"ဖွင့်ရန် ထပ်ပြီး ထိပါ"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"သော့ဖွင့်ရန် အပေါ်သို့ ပွတ်ဆွဲပါ"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"ဖုန်းအတွက် သင်္ကေတပုံအား ပွတ်ဆွဲပါ"</string> + <string name="voice_hint" msgid="8939888732119726665">"အသံအကူအညီအတွက် သင်္ကေတပုံအား ပွတ်ဆွဲပါ"</string> + <string name="camera_hint" msgid="7939688436797157483">"ကင်မရာအတွက် သင်္ကေတပုံအား ပွတ်ဆွဲပါ"</string> <string name="interruption_level_none" msgid="6000083681244492992">"လုံးဝ တိတ်ဆိတ်ခြင်း"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"ဦးစားပေးများသာ"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"နှိုးစက်များသာ"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"အားလုံး ဝှက်ထားရန်"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>။ <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"ယခု အဆုံးသတ်ရန်"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"တိုးချဲ့ရန်"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"ခေါက်သိမ်းရန်..."</string> <string name="screen_pinning_title" msgid="3273740381976175811">"မျက်နှာပြင် ပင်ထိုးပြီးပါပြီ"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"သင်ပင်ဖြုတ်သည့် တိုင်အောင် ၎င်းအား မြင်ကွင်းတွင် ထားရှိပါမည်။ ပင်ဖြုတ်ရန် အနောက်နှင့် ခြုံငုံကြည့်ခြင်းကို ဖိ၍ နှိပ်ထားနိုင်သည်။"</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"သင်ပင်ဖြုတ်သည့် တိုင်အောင် ၎င်းအား မြင်ကွင်းတွင် ထားရှိပါမည်။ ပင်ဖြုတ်ရန် ခြုံငုံကြည့်ခြင်းကို ဖိ၍ နှိပ်ထားနိုင်သည်။"</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> သည် အသံဒိုင်ယာလော့ခ်ဖြစ်သည်"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"မူရင်းအားပြန်လည်သိမ်းဆည်းရန် ထိပါ။"</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"သင်သည် အလုပ်ပရိုဖိုင်တွင် ဖြစ်သည်"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-nb/strings.xml b/packages/SystemUI/res/values-nb/strings.xml index 675fc399a6a6..53486302fed4 100644 --- a/packages/SystemUI/res/values-nb/strings.xml +++ b/packages/SystemUI/res/values-nb/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Søk"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Kamera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefonnummer"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Talehjelp"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Lås opp"</string> <string name="unlock_label" msgid="8779712358041029439">"lås opp"</string> <string name="phone_label" msgid="2320074140205331708">"åpne telefonen"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"åpne talehjelp"</string> <string name="camera_label" msgid="7261107956054836961">"åpne kamera"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Velg en ny utforming for oppgaver"</string> <string name="cancel" msgid="6442560571259935130">"Avbryt"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Mindre presserende varsler nedenfor"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Trykk på nytt for å åpne"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Sveip oppover for å låse opp"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Sveip fra ikonet for å åpne telefonen"</string> + <string name="voice_hint" msgid="8939888732119726665">"Sveip fra ikonet for å åpne talehjelp"</string> + <string name="camera_hint" msgid="7939688436797157483">"Sveip fra ikonet for å åpne kameraet"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Total stillhet"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Bare prioritet"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Bare alarmer"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Skjul alle"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Avslutt nå"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Utvid"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Skjul"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Skjermen er låst"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"På denne måten blir skjermen synlig frem til du låser den opp. Trykk på og hold inne Tilbake og Oversikt samtidig for å låse opp."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"På denne måten blir skjermen synlig frem til du låser den opp. Trykk på og hold inne Tilbake og Oversikt for å låse opp."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> er volumdialogen"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Trykk for å gå tilbake til den opprinnelige volumdialogen."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Du er i Work-profilen"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-ne-rNP/strings.xml b/packages/SystemUI/res/values-ne-rNP/strings.xml index 6860d78dfca4..8f7e2a34a583 100644 --- a/packages/SystemUI/res/values-ne-rNP/strings.xml +++ b/packages/SystemUI/res/values-ne-rNP/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"खोज्नुहोस्"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"क्यामेरा"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"फोन"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"सहयोगी आवाज"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"खोल्नुहोस्"</string> <string name="unlock_label" msgid="8779712358041029439">"खोल्नुहोस्"</string> <string name="phone_label" msgid="2320074140205331708">"फोन खोल्नुहोस्"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"सहयोगी आवाज खोल्नुहोस्"</string> <string name="camera_label" msgid="7261107956054836961">"क्यामेरा खोल्नुहोस्"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"नयाँ कार्य लेआउट चयन गर्नुहोस्"</string> <string name="cancel" msgid="6442560571259935130">"रद्द गर्नुहोस्"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"तल कम जरुरी सूचनाहरू"</string> <string name="notification_tap_again" msgid="8524949573675922138">"खोल्न फेरि छुनुहोस्"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"अनलक गर्न स्वाप गर्नुहोस्"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"फोनको लागि आइकनबाट स्वाइप गर्नुहोस्"</string> + <string name="voice_hint" msgid="8939888732119726665">"सहयोगी आवाजका लागि आइकन बाट स्वाइप गर्नुहोस्"</string> + <string name="camera_hint" msgid="7939688436797157483">"क्यामेराको लागि आइकनबाट स्वाइप गर्नुहोस्"</string> <string name="interruption_level_none" msgid="6000083681244492992">"पूरै शान्त"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"प्राथमिकता मात्र"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"अलार्महरू मात्र"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"सबै लुकाउनुहोस्"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"अहिल्यै अन्त्य गर्नुहोस्"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"विस्तार गर्नुहोस्"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"संक्षिप्त पार्नुहोस्"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"पर्दा राखेका छ"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"तपाईं अनपिन सम्म यो दृश्य मा राख्छ। छुनुहोस् र अनपिन फिर्ता र सिंहावलोकन नै समय मा पकड।"</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"तपाईं अनपिन सम्म यो दृश्य मा राख्छ। छुनुहोस् र अनपिन गर्न सिंहावलोकन पकड।"</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> भोल्यूम संवाद हो"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"मूल पुनर्स्थापना गर्न छुनुहोस्।"</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"तपाईँ कार्य प्रोफाइलमा हुनुहुन्छ"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-nl/strings.xml b/packages/SystemUI/res/values-nl/strings.xml index 937ac3442569..bd38a7d3173b 100644 --- a/packages/SystemUI/res/values-nl/strings.xml +++ b/packages/SystemUI/res/values-nl/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Zoeken"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Camera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefoon"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Spraakassistent"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Ontgrendelen"</string> <string name="unlock_label" msgid="8779712358041029439">"ontgrendelen"</string> <string name="phone_label" msgid="2320074140205331708">"telefoon openen"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"spraakassistent openen"</string> <string name="camera_label" msgid="7261107956054836961">"camera openen"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Nieuwe taakindeling selecteren"</string> <string name="cancel" msgid="6442560571259935130">"Annuleren"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Minder urgente meldingen onderaan"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Raak opnieuw aan om te openen"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Veeg omhoog om te ontgrendelen"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Vegen vanaf pictogram voor telefoon"</string> + <string name="voice_hint" msgid="8939888732119726665">"Vegen vanaf pictogram voor spraakassistent"</string> + <string name="camera_hint" msgid="7939688436797157483">"Vegen vanaf pictogram voor camera"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Totale stilte"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Alleen prioriteit"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Alleen alarmen"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Alles verbergen"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Nu uitschakelen"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Uitvouwen"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Samenvouwen"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Scherm is vastgezet"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Het scherm blijft zichtbaar totdat u het u losmaakt. Houd \'Terug\' en \'Overzicht\' tegelijkertijd aangeraakt om het los te maken."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Het scherm blijft zichtbaar totdat u het u losmaakt. Houd \'Overzicht\' aangeraakt om het los te maken."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> is het volumedialoogvenster"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Tik hierop om het origineel te herstellen."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"U bevindt zich in het werkprofiel"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-pl/strings.xml b/packages/SystemUI/res/values-pl/strings.xml index 1acd7b769593..c69966ab0ca5 100644 --- a/packages/SystemUI/res/values-pl/strings.xml +++ b/packages/SystemUI/res/values-pl/strings.xml @@ -85,13 +85,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Szukaj"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Aparat"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefon"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Asystent głosowy"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Odblokuj"</string> <string name="unlock_label" msgid="8779712358041029439">"odblokuj"</string> <string name="phone_label" msgid="2320074140205331708">"otwórz telefon"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"otwórz pomoc głosową"</string> <string name="camera_label" msgid="7261107956054836961">"otwórz aparat"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Wybierz nowy układ zadań"</string> <string name="cancel" msgid="6442560571259935130">"Anuluj"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Poniżej widać mniej pilne powiadomienia"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Kliknij ponownie, by otworzyć"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Przesuń w górę, by odblokować"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Aby włączyć telefon, przesuń palcem od ikony"</string> + <string name="voice_hint" msgid="8939888732119726665">"Aby uzyskać pomoc głosową, przesuń palcem od ikony"</string> + <string name="camera_hint" msgid="7939688436797157483">"Aby włączyć aparat, przesuń palcem od ikony"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Całkowita cisza"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Tylko priorytetowe"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Tylko alarmy"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Ukrywaj wszystkie"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Zakończ teraz"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Rozwiń"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Zwiń"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Ekran jest przypięty"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Ekran będzie widoczny, dopóki go nie odepniesz. Aby to zrobić, kliknij i przytrzymaj jednocześnie Wstecz i Przegląd."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Ekran będzie widoczny, dopóki go nie odepniesz. Aby to zrobić, kliknij i przytrzymaj Przegląd."</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> steruje głośnością"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Dotknij, by przywrócić pierwotną."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Korzystasz z profilu do pracy"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-pt-rPT/strings.xml b/packages/SystemUI/res/values-pt-rPT/strings.xml index 669229eddab4..cbd6fb4fc76f 100644 --- a/packages/SystemUI/res/values-pt-rPT/strings.xml +++ b/packages/SystemUI/res/values-pt-rPT/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Pesquisar"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Câmara"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telemóvel"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Assistente de voz"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Desbloquear"</string> <string name="unlock_label" msgid="8779712358041029439">"desbloquear"</string> <string name="phone_label" msgid="2320074140205331708">"abrir telemóvel"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"abrir assistente de voz"</string> <string name="camera_label" msgid="7261107956054836961">"abrir câmara"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Selecionar novo esquema de tarefa"</string> <string name="cancel" msgid="6442560571259935130">"Cancelar"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Notificações menos urgentes abaixo"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Tocar novamente para abrir"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Deslizar rapidamente com o dedo para cima para desbloquear"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Deslize rapid. a partir do ícone para aceder ao telemóvel"</string> + <string name="voice_hint" msgid="8939888732119726665">"Deslize rapid. a partir do ícone para aceder ao assist. voz"</string> + <string name="camera_hint" msgid="7939688436797157483">"Deslize rapidamente a partir do ícone para aceder à câmara"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Silêncio total"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Apenas prioridade"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Apenas alarmes"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Ocultar tudo"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Terminar agora"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Expandir"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Reduzir"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"O ecrã está fixado"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Será mantido na vista até soltar. Toque sem soltar em Anterior e Vista geral em simultâneo para soltar."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Será mantido na vista até soltar. Toque sem soltar em Vista geral para soltar."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> é a caixa de diálogo do volume"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Toque para restaurar o original."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Está no Perfil de trabalho"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-pt/strings.xml b/packages/SystemUI/res/values-pt/strings.xml index 995eec4cdff3..026d69f3bd6f 100644 --- a/packages/SystemUI/res/values-pt/strings.xml +++ b/packages/SystemUI/res/values-pt/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Pesquisar"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Câmera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefone"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Assistência de voz"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Desbloquear"</string> <string name="unlock_label" msgid="8779712358041029439">"desbloquear"</string> <string name="phone_label" msgid="2320074140205331708">"abrir telefone"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"abrir assistência de voz"</string> <string name="camera_label" msgid="7261107956054836961">"abrir câmera"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Selecionar novo layout da tarefa"</string> <string name="cancel" msgid="6442560571259935130">"Cancelar"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Notificações menos urgentes abaixo"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Toque novamente para abrir"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Deslize para cima para desbloquear"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Deslize a partir do ícone do telefone"</string> + <string name="voice_hint" msgid="8939888732119726665">"Deslize a partir do ícone de assistência de voz"</string> + <string name="camera_hint" msgid="7939688436797157483">"Deslize a partir do ícone da câmera"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Silêncio total"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Só prioridade"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Somente alarmes"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Ocultar tudo"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Finalizar agora"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Expandir"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Recolher"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"A tela está fixada"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Ela é mantida à vista até que seja liberada. Toque em \"Voltar\" e \"Visão Geral\" e mantenha essas opções pressionadas ao mesmo tempo para liberar."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Ela é mantida à vista até que seja liberada. Toque em \"Visão geral\" e mantenha essa opção pressionada para liberar."</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> é a caixa de diálogo referente ao volume"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Toque para restaurar o original."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Você está no Perfil de trabalho"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-ro/strings.xml b/packages/SystemUI/res/values-ro/strings.xml index 8046b8a70330..2f320a3385c9 100644 --- a/packages/SystemUI/res/values-ro/strings.xml +++ b/packages/SystemUI/res/values-ro/strings.xml @@ -84,13 +84,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Căutați"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Cameră foto"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefon"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Asistent vocal"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Deblocați"</string> <string name="unlock_label" msgid="8779712358041029439">"deblocați"</string> <string name="phone_label" msgid="2320074140205331708">"deschideți telefonul"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"deschideți asistentul vocal"</string> <string name="camera_label" msgid="7261107956054836961">"deschideți camera foto"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Selectați noul aspect pentru activitate"</string> <string name="cancel" msgid="6442560571259935130">"Anulați"</string> @@ -317,12 +315,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Notificările mai puțin urgente mai jos"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Atingeți din nou pentru a deschide"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Glisați în sus pentru a debloca"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Glisați dinspre pictogramă pentru telefon"</string> + <string name="voice_hint" msgid="8939888732119726665">"Glisați dinspre pictogramă pentru asistentul vocal"</string> + <string name="camera_hint" msgid="7939688436797157483">"Glisați dinspre pictogramă pentru camera foto"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Niciun sunet"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Numai cu prioritate"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Numai alarme"</string> @@ -386,10 +381,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Ascundeți toate"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Opriți acum"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Extindeți"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Restrângeți"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Ecranul este fixat"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Ecranul este afișat până anulați fixarea. Apăsați lung pe Înapoi și pe Vizualizare generală simultan pentru a anula fixarea."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Ecranul este afișat până anulați fixarea. Apăsați lung pe Vizualizare generală pentru a anula fixarea."</string> @@ -404,4 +397,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> afișează caseta de dialog pentru volum"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Atingeți pentru a reveni la setarea inițială."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Vă aflați în profilul de serviciu"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-ru/strings.xml b/packages/SystemUI/res/values-ru/strings.xml index 08ca544b8bb2..2cd3075249dc 100644 --- a/packages/SystemUI/res/values-ru/strings.xml +++ b/packages/SystemUI/res/values-ru/strings.xml @@ -85,13 +85,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Поиск"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Камера"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Телефон."</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Аудиоподсказки"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Разблокировать."</string> <string name="unlock_label" msgid="8779712358041029439">"Разблокировать."</string> <string name="phone_label" msgid="2320074140205331708">"Открыть телефон."</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"включить аудиоподсказки"</string> <string name="camera_label" msgid="7261107956054836961">"Открыть камеру."</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Выберите другой макет"</string> <string name="cancel" msgid="6442560571259935130">"Отмена"</string> @@ -320,12 +318,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Показать менее важные оповещения"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Нажмите ещё раз, чтобы открыть"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Проведите вверх, чтобы разблокировать"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Телефон: проведите пальцем в любую сторону от значка"</string> + <string name="voice_hint" msgid="8939888732119726665">"Аудиоподсказки: проведите пальцем в любую сторону от значка"</string> + <string name="camera_hint" msgid="7939688436797157483">"Камера: проведите пальцем в любую сторону от значка"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Полная тишина"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Только важные"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Только будильник"</string> @@ -389,10 +384,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Скрыть все"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>."</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Завершить"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Развернуть"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Свернуть"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Блокировка в приложении включена"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Это приложение останется активным, пока вы не отмените блокировку, одновременно нажав кнопки \"Назад\" и \"Обзор\"."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Приложение останется активным, пока вы не отмените блокировку, одновременно нажав кнопки Назад и Обзор."</string> @@ -407,4 +400,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"Приложение <xliff:g id="APP_NAME">%1$s</xliff:g> назначено регулятором громкости"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Нажмите, чтобы восстановить приложение по умолчанию."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Вы вошли в профиль Android for Work"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-si-rLK/strings.xml b/packages/SystemUI/res/values-si-rLK/strings.xml index f3b6d0afba11..2d36786912ad 100644 --- a/packages/SystemUI/res/values-si-rLK/strings.xml +++ b/packages/SystemUI/res/values-si-rLK/strings.xml @@ -396,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> ධාරිතා සංවාදයයි"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"මුල් තත්ත්වය නැවත ප්රතිසාධනය කිරීමට ස්පර්ශ කරන්න."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"ඔබ කාර්යාල පැතිකඩේ සිටියි"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-sk/strings.xml b/packages/SystemUI/res/values-sk/strings.xml index dadf388a19fc..1baaa8449700 100644 --- a/packages/SystemUI/res/values-sk/strings.xml +++ b/packages/SystemUI/res/values-sk/strings.xml @@ -85,13 +85,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Hľadať"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Fotoaparát"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefón"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Hlasový asistent"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Odomknúť"</string> <string name="unlock_label" msgid="8779712358041029439">"odomknúť"</string> <string name="phone_label" msgid="2320074140205331708">"otvoriť telefón"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"otvoriť hlasového asistenta"</string> <string name="camera_label" msgid="7261107956054836961">"spustiť fotoaparát"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Vyberte nové rozloženie úlohy"</string> <string name="cancel" msgid="6442560571259935130">"Zrušiť"</string> @@ -320,12 +318,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Menej naliehavé upozornenia sa nachádzajú nižšie"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Otvorte opätovným klepnutím"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Zariadenie odomknete prejdením prstom nahor"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Telefón otvoríte prejdením prstom od ikony"</string> + <string name="voice_hint" msgid="8939888732119726665">"Hlasového asistenta otvoríte prejdením prstom od ikony"</string> + <string name="camera_hint" msgid="7939688436797157483">"Fotoaparát otvoríte prejdením prstom od ikony"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Úplné ticho"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Iba prioritné"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Iba budíky"</string> @@ -389,10 +384,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Skryť všetko"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Skončiť"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Rozbaliť"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Zbaliť"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Obrazovka je pripnutá"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Obsah bude pripnutý v zobrazení, dokým ho neuvoľníte. Ak ho chcete uvoľniť, stlačte a podržte súčasne tlačidlá Späť a Prehľad."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Obsah bude pripnutý v zobrazení, dokým ho neuvoľníte. Uvoľníte ho stlačením a podržaním tlačidla Prehľad."</string> @@ -407,4 +400,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> je dialóg hlasitosti"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Klepnutím obnovíte originál."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Nachádzate sa v pracovnom profile"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-sl/strings.xml b/packages/SystemUI/res/values-sl/strings.xml index be3e7be77fd7..574276237644 100644 --- a/packages/SystemUI/res/values-sl/strings.xml +++ b/packages/SystemUI/res/values-sl/strings.xml @@ -85,13 +85,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Iskanje"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Fotoaparat"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefon"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Glasovni pomočnik"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Odkleni"</string> <string name="unlock_label" msgid="8779712358041029439">"odkleni"</string> <string name="phone_label" msgid="2320074140205331708">"odpri telefon"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"odpri glasovnega pomočnika"</string> <string name="camera_label" msgid="7261107956054836961">"odpri fotoaparat"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Izberite novo postavitev opravil"</string> <string name="cancel" msgid="6442560571259935130">"Prekliči"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Manj nujna obvestila spodaj"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Dotaknite se znova, če želite odpreti"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Povlecite, da odklenete"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Povlecite z ikone za telefon"</string> + <string name="voice_hint" msgid="8939888732119726665">"Povlecite z ikone za glasovnega pomočnika"</string> + <string name="camera_hint" msgid="7939688436797157483">"Povlecite z ikone za fotoaparat"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Popolna tišina"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Samo prednostno"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Samo alarmi"</string> @@ -371,13 +366,13 @@ <string name="monitoring_description_device_owned" msgid="5780988291898461883">"Napravo upravlja: <xliff:g id="ORGANIZATION">%1$s</xliff:g>.\n\nSkrbnik lahko nadzira in upravlja nastavitve, dostop za podjetje, aplikacije, podatke, povezane z napravo, in podatke o lokaciji naprave. Če želite več informacij, se obrnite na skrbnika."</string> <string name="monitoring_description_vpn" msgid="996222259035614736">"Aplikaciji ste dovolili vzpostavitev povezave z omrežjem VPN.\n\nTa aplikacija lahko nadzira napravo in omrežno dejavnost, vključno z e-pošto, aplikacijami in spletnimi mesti."</string> <string name="monitoring_description_vpn_device_owned" msgid="3090670777499161246">"Napravo upravlja: <xliff:g id="ORGANIZATION">%1$s</xliff:g>.\n\nSkrbnik lahko nadzira in upravlja nastavitve, dostop za podjetje, aplikacije, podatke, povezane z napravo, in podatke o lokaciji naprave.\n\nPovezani ste z omrežjem VPN, ki lahko nadzira vašo omrežno dejavnost, vključno z e-pošto, aplikacijami in spletnimi mesti.\n\nČe želite več informacij, se obrnite na skrbnika."</string> - <string name="monitoring_description_vpn_profile_owned" msgid="2054949132145039290">"Delovni profil upravlja: <xliff:g id="ORGANIZATION">%1$s</xliff:g>.\n\nSkrbnik lahko nadzira omrežno dejavnost, vključno z e-pošto, aplikacijami in spletnimi mesti.\n\nČe želite več informacij, se obrnite na skrbnika.\n\nPovezani ste tudi z omrežjem VPN, ki lahko nadzira omrežno dejavnost."</string> + <string name="monitoring_description_vpn_profile_owned" msgid="2054949132145039290">"Delovni profil upravlja organizacija <xliff:g id="ORGANIZATION">%1$s</xliff:g>.\n\nSkrbnik lahko nadzira omrežno dejavnost, vključno z e-pošto, aplikacijami in spletnimi mesti.\n\nČe želite več informacij, se obrnite na skrbnika.\n\nPovezani ste tudi z omrežjem VPN, ki lahko nadzira omrežno dejavnost."</string> <string name="legacy_vpn_name" msgid="6604123105765737830">"VPN"</string> <string name="monitoring_description_app" msgid="6947928635272782570">"Povezani ste z aplikacijo <xliff:g id="APPLICATION">%1$s</xliff:g>, ki lahko nadzira omrežno dejavnost, vključno z e-pošto, aplikacijami in spletnimi mesti."</string> <string name="monitoring_description_app_personal" msgid="8506133233655324426">"Povezani ste z aplikacijo <xliff:g id="APPLICATION">%1$s</xliff:g>, ki lahko nadzira vašo osebno omrežno dejavnost, vključno z e-pošto, aplikacijami in spletnimi mesti."</string> - <string name="monitoring_description_app_work" msgid="808687576155832307">"Delovni profil upravlja: <xliff:g id="ORGANIZATION">%1$s</xliff:g>. Povezan je z aplikacijo <xliff:g id="APPLICATION">%2$s</xliff:g>, ki lahko nadzira vašo delovno omrežno dejavnost, vključno z e-pošto, aplikacijami in spletnimi mesti.\n\nČe želite več informacij, se obrnite na skrbnika."</string> - <string name="monitoring_description_app_personal_work" msgid="7711690793960304868">"Delovni profil upravlja: <xliff:g id="ORGANIZATION">%1$s</xliff:g>. Povezan je z aplikacijo <xliff:g id="APPLICATION_WORK">%2$s</xliff:g>, ki lahko nadzira vašo delovno omrežno dejavnost, vključno z e-pošto, aplikacijami in spletnimi mesti.\n\nPovezani ste tudi z aplikacijo <xliff:g id="APPLICATION_PERSONAL">%3$s</xliff:g>, ki lahko nadzira vašo osebno omrežno dejavnost."</string> - <string name="monitoring_description_vpn_app_device_owned" msgid="4970443827043261703">"Napravo upravlja: <xliff:g id="ORGANIZATION">%1$s</xliff:g>.\n\nSkrbnik lahko nadzira in upravlja nastavitve, dostop za podjetje, aplikacije, podatke, povezane z napravo, in podatke o lokaciji naprave.\n\nPovezani ste z aplikacijo <xliff:g id="APPLICATION">%2$s</xliff:g>, ki lahko nadzira omrežno dejavnost, vključno z e-pošto, aplikacijami in spletnimi mesti.\n\nČe želite več informacij, se obrnite na skrbnika."</string> + <string name="monitoring_description_app_work" msgid="808687576155832307">"Delovni profil upravlja organizacija <xliff:g id="ORGANIZATION">%1$s</xliff:g>. Povezan je z aplikacijo <xliff:g id="APPLICATION">%2$s</xliff:g>, ki lahko nadzira vašo delovno omrežno dejavnost, vključno z e-pošto, aplikacijami in spletnimi mesti.\n\nČe želite več informacij, se obrnite na skrbnika."</string> + <string name="monitoring_description_app_personal_work" msgid="7711690793960304868">"Delovni profil upravlja organizacija <xliff:g id="ORGANIZATION">%1$s</xliff:g>. Povezan je z aplikacijo <xliff:g id="APPLICATION_WORK">%2$s</xliff:g>, ki lahko nadzira vašo delovno omrežno dejavnost, vključno z e-pošto, aplikacijami in spletnimi mesti.\n\nPovezani ste tudi z aplikacijo <xliff:g id="APPLICATION_PERSONAL">%3$s</xliff:g>, ki lahko nadzira vašo osebno omrežno dejavnost."</string> + <string name="monitoring_description_vpn_app_device_owned" msgid="4970443827043261703">"Napravo upravlja organizcija <xliff:g id="ORGANIZATION">%1$s</xliff:g>.\n\nSkrbnik lahko nadzira in upravlja nastavitve, dostop za podjetje, aplikacije, podatke, povezane z napravo, in podatke o lokaciji naprave.\n\nPovezani ste z aplikacijo <xliff:g id="APPLICATION">%2$s</xliff:g>, ki lahko nadzira omrežno dejavnost, vključno z e-pošto, aplikacijami in spletnimi mesti.\n\nČe želite več informacij, se obrnite na skrbnika."</string> <string name="keyguard_indication_trust_disabled" msgid="7412534203633528135">"Naprava bo ostala zaklenjena, dokler je ročno ne odklenete."</string> <string name="hidden_notifications_title" msgid="7139628534207443290">"Hitrejše prejemanje obvestil"</string> <string name="hidden_notifications_text" msgid="2326409389088668981">"Oglejte si jih pred odklepanjem"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Skrij vse"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Končaj zdaj"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Razširi"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Strni"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Zaslon je pripet"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"S tem ostane zaslon v pogledu, dokler ga ne odpnete. Hkrati pridržite tipko za nazaj in tipko za pregled, če ga želite odpeti."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"S tem ostane zaslon v pogledu, dokler ga ne odpnete. Pridržite tipko za pregled, če ga želite odpeti."</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> je pogovorno okno glede prostornine"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Dotaknite se, če želite obnoviti izvirnik."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Ste v profilu za Android Work"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-sr/strings.xml b/packages/SystemUI/res/values-sr/strings.xml index f2f126e8b76c..47079bb44f3d 100644 --- a/packages/SystemUI/res/values-sr/strings.xml +++ b/packages/SystemUI/res/values-sr/strings.xml @@ -84,13 +84,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Претражите"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Камера"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Телефон"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Гласовна помоћ"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Откључајте"</string> <string name="unlock_label" msgid="8779712358041029439">"откључај"</string> <string name="phone_label" msgid="2320074140205331708">"отвори телефон"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"отвори гласовну помоћ"</string> <string name="camera_label" msgid="7261107956054836961">"отвори камеру"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Изабери нови распоред задатака"</string> <string name="cancel" msgid="6442560571259935130">"Откажи"</string> @@ -317,12 +315,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Мање хитна обавештења су у наставку"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Додирните поново да бисте отворили"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Превуците нагоре да бисте откључали"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Превуците од иконе за телефон"</string> + <string name="voice_hint" msgid="8939888732119726665">"Превуците од иконе за гласовну помоћ"</string> + <string name="camera_hint" msgid="7939688436797157483">"Превуците од иконе за камеру"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Потпуна тишина"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Само приоритетни прекиди"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Само аларми"</string> @@ -386,10 +381,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Сакриј све"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Прекини одмах"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Прошири"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Скупи"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Екран је закачен"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"На овај начин ово остаје приказано док га не откачите. Истовремено додирните и задржите Назад и Преглед да бисте га откачили."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"На овај начин ово остаје приказано док га не откачите. Додирните и задржите Преглед да бисте га откачили."</string> @@ -404,4 +397,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> је дијалог за јачину звука"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Додирните да бисте вратили оригинал."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Налазите се на профилу за Work"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-sv/strings.xml b/packages/SystemUI/res/values-sv/strings.xml index 7aea1e8f17d1..74330be6426f 100644 --- a/packages/SystemUI/res/values-sv/strings.xml +++ b/packages/SystemUI/res/values-sv/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Sök"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Kamera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Mobil"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Röstassistent"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Lås upp"</string> <string name="unlock_label" msgid="8779712358041029439">"lås upp"</string> <string name="phone_label" msgid="2320074140205331708">"öppna mobilen"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"öppna röstassistenten"</string> <string name="camera_label" msgid="7261107956054836961">"öppna kameran"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Välj en ny layout för uppgiften"</string> <string name="cancel" msgid="6442560571259935130">"Avbryt"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Mindre brådskande aviseringar nedan"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Tryck igen för att öppna"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Dra uppåt om du vill låsa upp"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Dra från ikonen om du vill visa telefonen"</string> + <string name="voice_hint" msgid="8939888732119726665">"Dra från ikonen om du vill visa röstassistenten"</string> + <string name="camera_hint" msgid="7939688436797157483">"Dra från ikonen om du vill visa kameran"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Helt tyst"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Bara prioriterade"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Endast alarm"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Dölj alla"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Sluta nu"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Utöka"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Komprimera"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Skärmen har fästs"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Detta visar skärmen tills du lossar den. Tryck länge på bakåtknappen och Översikt samtidigt om du vill lossa skärmen."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Detta visar skärmen tills du lossar den. Tryck länge på Översikt om du vill lossa skärmen."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> används som volymkontroll"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Tryck här om du vill återställa den ursprungliga appen."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Du använder Work-profilen"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-sw/strings.xml b/packages/SystemUI/res/values-sw/strings.xml index 7ee5705bc414..88b885e3da53 100644 --- a/packages/SystemUI/res/values-sw/strings.xml +++ b/packages/SystemUI/res/values-sw/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Tafuta"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Kamera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Simu"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Mapendekezo ya Sauti"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Fungua"</string> <string name="unlock_label" msgid="8779712358041029439">"fungua"</string> <string name="phone_label" msgid="2320074140205331708">"fungua simu"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"fungua mapendekezo ya sauti"</string> <string name="camera_label" msgid="7261107956054836961">"fungua kamera"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Chagua muundo mpya wa kazi"</string> <string name="cancel" msgid="6442560571259935130">"Ghairi"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Arifa zisizo za dharura sana ziko hapo chini"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Gusa tena ili ufungue"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Telezesha kidole ili ufungue"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Telezesha kidole kutoka kwa aikoni ili ufikie simu"</string> + <string name="voice_hint" msgid="8939888732119726665">"Telezesha kidole kutoka aikoni ili upate mapendekezo ya sauti"</string> + <string name="camera_hint" msgid="7939688436797157483">"Telezesha kidole kutoka aikoni ili ufikie kamera"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Kimya kabisa"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Kipaumbele tu"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Kengele pekee"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Ficha zote"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Komesha sasa"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Panua"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Kunja"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Skrini imebandikwa"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Hii itaendelea kuonyesha hadi ubandue. Gusa na ushikilie Nyuma na Muhtasari kwa wakati mmoja ili ubandue."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Hii itaendelea kuonyesha hadi uibandue. Gusa na ushikilie Muhtasari ili ubandue."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> ni mazungumzo ya sauti"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Gusa ili urejeshe ya awali."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Uko katika wasifu wa Kazi"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-ta-rIN/strings.xml b/packages/SystemUI/res/values-ta-rIN/strings.xml index 360e6755b5e4..7ca6fa722b4b 100644 --- a/packages/SystemUI/res/values-ta-rIN/strings.xml +++ b/packages/SystemUI/res/values-ta-rIN/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"தேடு"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"கேமரா"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"ஃபோன்"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"குரல் உதவி"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"திற"</string> <string name="unlock_label" msgid="8779712358041029439">"திற"</string> <string name="phone_label" msgid="2320074140205331708">"ஃபோனைத் திற"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"குரல் உதவியைத் திற"</string> <string name="camera_label" msgid="7261107956054836961">"கேமராவைத் திற"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"புதிய பணி தளவமைப்பைத் தேர்ந்தெடுக்கவும்"</string> <string name="cancel" msgid="6442560571259935130">"ரத்துசெய்"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"அவசர நிலைக் குறைவான அறிவிப்புகள் கீழே உள்ளன"</string> <string name="notification_tap_again" msgid="8524949573675922138">"திறக்க, மீண்டும் தட்டவும்"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"திறக்க, மேலே ஸ்வைப் செய்யவும்"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"ஃபோனிற்கு ஐகானிலிருந்து ஸ்வைப் செய்யவும்"</string> + <string name="voice_hint" msgid="8939888732119726665">"குரல் உதவிக்கு ஐகானிலிருந்து ஸ்வைப் செய்யவும்"</string> + <string name="camera_hint" msgid="7939688436797157483">"கேமராவிற்கு ஐகானிலிருந்து ஸ்வைப் செய்யவும்"</string> <string name="interruption_level_none" msgid="6000083681244492992">"அறிவிப்புகள் வேண்டாம்"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"முன்னுரிமை மட்டும்"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"அலாரங்கள் மட்டும்"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"எல்லாம் மறை"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"இப்போது முடி"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"விரிவாக்கு"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"சுருக்கு"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"திரை பொருத்தப்பட்டது"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"பொருத்தியதை விலக்கும்வரை இதைக் காட்சியில் வைக்கும். விலக்க, பின் மற்றும் மேலோட்டப் பார்வையை ஒரே நேரத்தில் தொட்டுப் பிடிக்கவும்."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"பொருத்தியதை விலக்கும்வரை இதைக் காட்சியில் வைக்கும். விலக்க, மேலோட்டப் பார்வையைத் தொட்டுப் பிடிக்கவும்."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"ஒலியளவு செய்தி: <xliff:g id="APP_NAME">%1$s</xliff:g>"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"அசலை மீட்டமைக்கத் தொடவும்."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"பணி சுயவிவரத்தில் இருக்கிறீர்கள்"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-te-rIN/strings.xml b/packages/SystemUI/res/values-te-rIN/strings.xml index 8b64b3a19f08..ed60a93d995b 100644 --- a/packages/SystemUI/res/values-te-rIN/strings.xml +++ b/packages/SystemUI/res/values-te-rIN/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"శోధించు"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"కెమెరా"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"ఫోన్"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"వాయిస్ సహాయకం"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"అన్లాక్ చేయి"</string> <string name="unlock_label" msgid="8779712358041029439">"అన్లాక్ చేయి"</string> <string name="phone_label" msgid="2320074140205331708">"ఫోన్ను తెరువు"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"వాయిస్ సహాయకం తెరువు"</string> <string name="camera_label" msgid="7261107956054836961">"కెమెరాను తెరువు"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"కొత్త విధి లేఅవుట్ను ఎంచుకోండి"</string> <string name="cancel" msgid="6442560571259935130">"రద్దు చేయండి"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"తక్కువ అత్యవసర నోటిఫికేషన్లు దిగువన"</string> <string name="notification_tap_again" msgid="8524949573675922138">"తెరవడానికి మళ్లీ తాకండి"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"అన్లాక్ చేయడానికి ఎగువకు స్వైప్ చేయండి"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"ఫోన్ చిహ్నం నుండి స్వైప్"</string> + <string name="voice_hint" msgid="8939888732119726665">"వాయిస్ సహాయకం చిహ్నం నుండి స్వైప్"</string> + <string name="camera_hint" msgid="7939688436797157483">"కెమెరా చిహ్నం నుండి స్వైప్"</string> <string name="interruption_level_none" msgid="6000083681244492992">"మొత్తం నిశ్శబ్దం"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"ప్రాధాన్యత మాత్రమే"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"అలారాలు మాత్రమే"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"అన్నీ దాచిపెట్టు"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"ఇప్పుడే ముగించు"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"విస్తరింపజేయండి"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"కుదించండి"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"స్క్రీన్ పిన్ చేయబడింది"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"ఇది మీరు అన్పిన్ చేసే వరకు దీన్ని వీక్షణలో ఉంచుతుంది. అన్పిన్ చేయడానికి వెనుకకు మరియు స్థూలదృష్టిని ఒకేసారి తాకి, ఉంచండి."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"ఇది మీరు అన్పిన్ చేసే వరకు దీన్ని వీక్షణలో ఉంచుతుంది. అన్పిన్ చేయడానికి స్థూలదృష్టిని తాకి, ఉంచండి."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> అనేది వాల్యూమ్ డైలాగ్"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"అసలుదాన్ని పునరుద్ధరించడానికి తాకండి."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"మీరు కార్యాలయ ప్రొఫైల్లో ఉన్నారు"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-th/strings.xml b/packages/SystemUI/res/values-th/strings.xml index b1a695459450..484f22ef92fe 100644 --- a/packages/SystemUI/res/values-th/strings.xml +++ b/packages/SystemUI/res/values-th/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"ค้นหา"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"กล้องถ่ายรูป"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"โทรศัพท์"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"ตัวช่วยเสียง"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"ปลดล็อก"</string> <string name="unlock_label" msgid="8779712358041029439">"ปลดล็อก"</string> <string name="phone_label" msgid="2320074140205331708">"เปิดโทรศัพท์"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"เปิดตัวช่วยเสียง"</string> <string name="camera_label" msgid="7261107956054836961">"เปิดกล้อง"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"เลือกรูปแบบงานใหม่"</string> <string name="cancel" msgid="6442560571259935130">"ยกเลิก"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"การแจ้งเตือนที่เร่งด่วนน้อยด้านล่าง"</string> <string name="notification_tap_again" msgid="8524949573675922138">"แตะอีกครั้งเพื่อเปิด"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"กวาดขึ้นเพื่อปลดล็อก"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"กวาดนิ้วจากไอคอนโทรศัพท์"</string> + <string name="voice_hint" msgid="8939888732119726665">"กวาดนิ้วจากไอคอนตัวช่วยเสียง"</string> + <string name="camera_hint" msgid="7939688436797157483">"กวาดนิ้วจากไอคอนกล้อง"</string> <string name="interruption_level_none" msgid="6000083681244492992">"ปิดเสียงทั้งหมด"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"เฉพาะเรื่องสำคัญ"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"เฉพาะปลุกเท่านั้น"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"ซ่อนทั้งหมด"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g> <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"ไม่ใช้แล้ว"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"ขยาย"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"ยุบ"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"ตรึงหน้าจอแล้ว"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"การดำเนินการนี้จะเปิดหน้าจอนี้ไว้เสมอจนกว่าคุณจะเลิกตรึง แตะ \"กลับ\" และ \"ภาพรวม\" พร้อมกันค้างไว้เพื่อเลิกตรึง"</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"การดำเนินการนี้จะเปิดหน้าจอนี้ไว้เสมอจนกว่าคุณจะเลิกตรึง แตะ \"ภาพรวม\" ค้างไว้เพื่อเลิกตรึง"</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> เป็นช่องโต้ตอบระดับเสียง"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"แตะเพื่อคืนค่าดั้งเดิม"</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"คุณกำลังอยู่ในโปรไฟล์งาน"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-tl/strings.xml b/packages/SystemUI/res/values-tl/strings.xml index 7c8530cbf37d..35d9f778b2d7 100644 --- a/packages/SystemUI/res/values-tl/strings.xml +++ b/packages/SystemUI/res/values-tl/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Hanapin"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Camera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telepono"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Voice Assist"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"I-unlock"</string> <string name="unlock_label" msgid="8779712358041029439">"i-unlock"</string> <string name="phone_label" msgid="2320074140205331708">"buksan ang telepono"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"buksan ang voice assist"</string> <string name="camera_label" msgid="7261107956054836961">"buksan ang camera"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Pumili ng bagong layout ng gawain"</string> <string name="cancel" msgid="6442560571259935130">"Kanselahin"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Nasa ibaba ang mga notification na hindi masyadong mahalaga"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Pinduting muli upang buksan"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Mag-swipe pataas upang i-unlock"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Mag-swipe mula sa icon para sa telepono"</string> + <string name="voice_hint" msgid="8939888732119726665">"Mag-swipe mula sa icon para sa voice assist"</string> + <string name="camera_hint" msgid="7939688436797157483">"Mag-swipe mula sa icon para sa camera"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Ganap na katahimikan"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Priyoridad lang"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Mga alarm lang"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Itago lahat"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Tapusin ngayon"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Palawakin"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"I-collapse"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Naka-pin ang screen"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Pinapanatili nitong nasa view ito hanggang sa mag-unpin ka. Pindutin nang matagal ang Bumalik at Pangkalahatang-ideya nang sabay upang mag-unpin."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Pinapanatili nitong nasa view ito hanggang sa mag-unpin ka. Pindutin nang matagal ang Pangkalahatang-ideya upang mag-unpin."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"Ang <xliff:g id="APP_NAME">%1$s</xliff:g> ang volume dialog"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Pindutin upang ibalik ang orihinal."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Nandito ka sa profile sa Trabaho"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-tr/strings.xml b/packages/SystemUI/res/values-tr/strings.xml index 0ae2b11478e1..a9a64d5b2975 100644 --- a/packages/SystemUI/res/values-tr/strings.xml +++ b/packages/SystemUI/res/values-tr/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Ara"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Kamera"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Telefon"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Sesli Yardım"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Kilidi aç"</string> <string name="unlock_label" msgid="8779712358041029439">"kilidi aç"</string> <string name="phone_label" msgid="2320074140205331708">"telefonu aç"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"sesli yardımı aç"</string> <string name="camera_label" msgid="7261107956054836961">"kamerayı aç"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Yeni görev düzenini seçin"</string> <string name="cancel" msgid="6442560571259935130">"İptal"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Daha az acil bildirimler aşağıdadır"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Açmak için tekrar dokunun"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Kilidi açmak için hızlıca yukarı kaydırın"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Telefon için, simgeden hızlıca kaydırın"</string> + <string name="voice_hint" msgid="8939888732119726665">"Sesli yardım için, simgeden hızlıca kaydırın"</string> + <string name="camera_hint" msgid="7939688436797157483">"Kamera için, simgeden hızlıca kaydırın"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Tamamen sessiz"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Yalnızca öncelikli"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Yalnızca alarmlar"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Tümünü gizle"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Şimdi sona erdir"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Genişlet"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Daralt"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Ekran sabitlendi"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Böylece siz sabitlemesini kaldırana kadar görüntülenmeye devam eder. Sabitlemeyi kaldırmak için Geri ve Genel Bakış öğesine aynı anda dokunun ve basılı tutun."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Böylece siz sabitlemesini kaldırana kadar görüntülenmeye devam eder. Sabitlemeyi kaldırmak için Genel Bakış\'a dokunun ve basılı tutun."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> ses denetimi iletişim kutusu olarak ayarlandı"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Orijinali geri yüklemek için dokunun."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"İş profilindesiniz"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-uk/strings.xml b/packages/SystemUI/res/values-uk/strings.xml index a3776c3828d4..9f4eb98ddf17 100644 --- a/packages/SystemUI/res/values-uk/strings.xml +++ b/packages/SystemUI/res/values-uk/strings.xml @@ -85,13 +85,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Пошук"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Камера"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Номер телефону"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Голосові підказки"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Розблокувати"</string> <string name="unlock_label" msgid="8779712358041029439">"розблокувати"</string> <string name="phone_label" msgid="2320074140205331708">"відкрити телефон"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"запустити голосові підказки"</string> <string name="camera_label" msgid="7261107956054836961">"відкрити камеру"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Виберіть новий макет завдання"</string> <string name="cancel" msgid="6442560571259935130">"Скасувати"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Менше термінових сповіщень нижче"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Торкніться знову, щоб відкрити"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Проведіть пальцем угору, щоб розблокувати"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Потягніть значок, щоб скористатися телефоном"</string> + <string name="voice_hint" msgid="8939888732119726665">"Потягніть значок, щоб увімкнути голосові підказки"</string> + <string name="camera_hint" msgid="7939688436797157483">"Потягніть значок, щоб відкрити камеру"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Без сигналів"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Лише пріоритетні"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Лише сигнали"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Сховати всі"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Закрити"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Розгорнути"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Згорнути"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Екран закріплено"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Закріпить екран, щоб ви могли постійно його бачити, доки не відкріпите. Щоб відкріпити, одночасно натисніть і втримуйте кнопки \"Назад\" і \"Огляд\"."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Закріпить екран, щоб ви могли постійно його бачити, доки не відкріпите. Щоб відкріпити, натисніть і втримуйте кнопку \"Огляд\"."</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> призначено регулятором гучності"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Торкніться, щоб відновити оригінал."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Ви в робочому профілі"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-ur-rPK/strings.xml b/packages/SystemUI/res/values-ur-rPK/strings.xml index 46723f1f2b0c..262680eaed8f 100644 --- a/packages/SystemUI/res/values-ur-rPK/strings.xml +++ b/packages/SystemUI/res/values-ur-rPK/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"تلاش کریں"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"کیمرا"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"فون"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"صوتی معاون"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"غیر مقفل کریں"</string> <string name="unlock_label" msgid="8779712358041029439">"غیر مقفل کریں"</string> <string name="phone_label" msgid="2320074140205331708">"فون کھولیں"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"صوتی معاون کھولیں"</string> <string name="camera_label" msgid="7261107956054836961">"کیمرا کھولیں"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"نئے کام کا لے آؤٹ منتخب کریں"</string> <string name="cancel" msgid="6442560571259935130">"منسوخ کریں"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"کم اہم اطلاعات ذیل میں ہیں"</string> <string name="notification_tap_again" msgid="8524949573675922138">"کھولنے کیلئے دوبارہ ٹچ کریں"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"غیر مقفل کرنے کیلئے اوپر سوائپ کریں"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"فون کیلئے آئیکن سے سوائپ کریں"</string> + <string name="voice_hint" msgid="8939888732119726665">"صوتی معاون کیلئے آئیکن سے سوائپ کریں"</string> + <string name="camera_hint" msgid="7939688436797157483">"کیمرہ کیلئے آئیکن سے سوائپ کریں"</string> <string name="interruption_level_none" msgid="6000083681244492992">"مکمل خاموشی"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"صرف ترجیحی"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"صرف الارمز"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"سبھی چھپائیں"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>۔ <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"ابھی ختم کریں"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"پھیلائیں"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"سکیڑیں"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"اسکرین پن کردہ ہے"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"یہ اس کو اس وقت تک منظر میں رکھتا ہے جب تک آپ اس سے پن نہیں ہٹا دیتے۔ پن ہٹانے کیلئے واپس اور عمومی جائزہ کو ایک ساتھ ٹچ کریں اور پکڑ کر رکھیں۔"</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"یہ اس کو اس وقت تک منظر میں رکھتا ہے جب تک آپ اس سے پن نہیں ہٹا دیتے۔ پن ہٹانے کیلئے عمومی جائزہ کو ٹچ کریں اور پکڑ کر رکھیں۔"</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> والیوم ڈائلاگ ہے"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"اصل کو بحال کرنے کیلئے ٹچ کریں۔"</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"آپ دفتری پروفائل میں ہیں"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-uz-rUZ/strings.xml b/packages/SystemUI/res/values-uz-rUZ/strings.xml index 621acde96956..2d5edc3e9fd2 100644 --- a/packages/SystemUI/res/values-uz-rUZ/strings.xml +++ b/packages/SystemUI/res/values-uz-rUZ/strings.xml @@ -148,7 +148,7 @@ <string name="accessibility_data_connection_edge" msgid="4477457051631979278">"Edge"</string> <string name="accessibility_data_connection_wifi" msgid="2324496756590645221">"Wi-Fi"</string> <string name="accessibility_no_sim" msgid="8274017118472455155">"SIM karta yo‘q."</string> - <string name="accessibility_bluetooth_tether" msgid="4102784498140271969">"Bluetooth bog‘landi."</string> + <string name="accessibility_bluetooth_tether" msgid="4102784498140271969">"Bluetooth modem"</string> <string name="accessibility_airplane_mode" msgid="834748999790763092">"Parvoz rejimi"</string> <string name="accessibility_carrier_network_change_mode" msgid="4017301580441304305">"Mobil tarmoqni o‘zgartirish"</string> <string name="accessibility_battery_level" msgid="7451474187113371965">"Batareya <xliff:g id="NUMBER">%d</xliff:g> foiz."</string> @@ -288,11 +288,11 @@ <string name="quick_settings_cellular_detail_remaining_data" msgid="722715415543541249">"Qolayotgan ma\'lumot"</string> <string name="quick_settings_cellular_detail_over_limit" msgid="967669665390990427">"Limitdan oshgan"</string> <string name="quick_settings_cellular_detail_data_used" msgid="1476810587475761478">"<xliff:g id="DATA_USED">%s</xliff:g> foydalanilgan"</string> - <string name="quick_settings_cellular_detail_data_limit" msgid="56011158504994128">"<xliff:g id="DATA_LIMIT">%s</xliff:g> chegarasi"</string> + <string name="quick_settings_cellular_detail_data_limit" msgid="56011158504994128">"Cheklov: <xliff:g id="DATA_LIMIT">%s</xliff:g>"</string> <string name="quick_settings_cellular_detail_data_warning" msgid="2440098045692399009">"Ogohlantirish: <xliff:g id="DATA_LIMIT">%s</xliff:g>"</string> <string name="recents_empty_message" msgid="8682129509540827999">"Siz yaqinda ishlatgan ilova ekranlari bu yerda ko‘rinadi"</string> <string name="recents_app_info_button_label" msgid="2890317189376000030">"Ilova haqida ma’lumot"</string> - <string name="recents_lock_to_app_button_label" msgid="6942899049072506044">"ekranni qadab qo‘yish"</string> + <string name="recents_lock_to_app_button_label" msgid="6942899049072506044">"o‘zgarmas ekran"</string> <string name="recents_search_bar_label" msgid="8074997400187836677">"qidirish"</string> <string name="recents_launch_error_message" msgid="2969287838120550506">"“<xliff:g id="APP">%s</xliff:g>” ilovasini ishga tushirib bo‘lmadi."</string> <string name="recents_dismiss_all_message" msgid="8495275386693095768">"Barcha ilovalarni olib tashlash"</string> @@ -396,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> ovoz balandligini boshqaradi"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Aslini tiklash uchun bosing."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Siz Android for Work profiliga kirgansiz"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-vi/strings.xml b/packages/SystemUI/res/values-vi/strings.xml index 823d3bbfcd35..67948b5fd31f 100644 --- a/packages/SystemUI/res/values-vi/strings.xml +++ b/packages/SystemUI/res/values-vi/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Tìm kiếm"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Máy ảnh"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Điện thoại"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Trợ lý thoại"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Mở khóa"</string> <string name="unlock_label" msgid="8779712358041029439">"mở khóa"</string> <string name="phone_label" msgid="2320074140205331708">"mở điện thoại"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"mở trợ lý thoại"</string> <string name="camera_label" msgid="7261107956054836961">"mở máy ảnh"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Chọn bố cục tác vụ mới"</string> <string name="cancel" msgid="6442560571259935130">"Hủy"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Thông báo ít khẩn cấp hơn bên dưới"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Chạm lại để mở"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Vuốt lên để mở khóa"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Vuốt từ biểu tượng để mở điện thoại"</string> + <string name="voice_hint" msgid="8939888732119726665">"Vuốt từ biểu tượng để mở trợ lý thoại"</string> + <string name="camera_hint" msgid="7939688436797157483">"Vuốt từ biểu tượng để mở máy ảnh"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Hoàn toàn tắt tiếng"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Chỉ ưu tiên"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Chỉ báo thức"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Ẩn tất cả"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Kết thúc bây giờ"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Mở rộng"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Thu gọn"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Màn hình được ghim"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Thao tác này sẽ duy trì hiển thị màn hình cho đến khi bạn bỏ ghim. Chạm và giữ nút Quay lại và Tổng quan cùng một lúc để bỏ ghim."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Thao tác này sẽ duy trì hiển thị màn hình cho đến khi bạn bỏ ghim. Chạm và giữ nút Quay lại để bỏ ghim."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"<xliff:g id="APP_NAME">%1$s</xliff:g> là hộp thoại khối lượng"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Chạm để khôi phục bản gốc."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Bạn đang trên hồ sơ công việc"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-zh-rCN/strings.xml b/packages/SystemUI/res/values-zh-rCN/strings.xml index 1499d592fbb7..42d263c1eeb0 100644 --- a/packages/SystemUI/res/values-zh-rCN/strings.xml +++ b/packages/SystemUI/res/values-zh-rCN/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"搜索"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"相机"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"电话"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"语音助理"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"解锁"</string> <string name="unlock_label" msgid="8779712358041029439">"解锁"</string> <string name="phone_label" msgid="2320074140205331708">"打开电话"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"打开语音助理"</string> <string name="camera_label" msgid="7261107956054836961">"打开相机"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"选择新的任务布局"</string> <string name="cancel" msgid="6442560571259935130">"取消"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"不太紧急的通知会显示在下方"</string> <string name="notification_tap_again" msgid="8524949573675922138">"再次触摸即可打开"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"向上滑动即可解锁"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"滑动图标即可打开电话"</string> + <string name="voice_hint" msgid="8939888732119726665">"滑动图标即可打开语音助理"</string> + <string name="camera_hint" msgid="7939688436797157483">"滑动图标即可打开相机"</string> <string name="interruption_level_none" msgid="6000083681244492992">"完全静音"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"仅限优先打扰"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"仅限闹钟"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"全部隐藏"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>(<xliff:g id="EXIT_CONDITION">%2$s</xliff:g>)"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"立即结束"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"展开"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"收起"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"已固定屏幕"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"这将会固定显示此屏幕,直到您取消固定为止。触摸并同时按住“返回”和“概览”即可取消固定屏幕。"</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"这将会固定显示此屏幕,直到您取消固定为止。触摸并按住“概览”即可取消固定屏幕。"</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"“<xliff:g id="APP_NAME">%1$s</xliff:g>”已用作音量控制对话框"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"触摸即可恢复原始设置。"</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"您正在使用工作资料"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-zh-rHK/strings.xml b/packages/SystemUI/res/values-zh-rHK/strings.xml index 0fc3f47de145..cecde3146335 100644 --- a/packages/SystemUI/res/values-zh-rHK/strings.xml +++ b/packages/SystemUI/res/values-zh-rHK/strings.xml @@ -398,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"「<xliff:g id="APP_NAME">%1$s</xliff:g>」為音量對話框"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"輕觸即可復原。"</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"您正在「工作設定檔」頁面"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-zh-rTW/strings.xml b/packages/SystemUI/res/values-zh-rTW/strings.xml index 4958481bf757..061a805cd12d 100644 --- a/packages/SystemUI/res/values-zh-rTW/strings.xml +++ b/packages/SystemUI/res/values-zh-rTW/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"搜尋"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"相機"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"電話"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"語音小幫手"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"解除鎖定"</string> <string name="unlock_label" msgid="8779712358041029439">"解除鎖定"</string> <string name="phone_label" msgid="2320074140205331708">"開啟電話"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"開啟語音小幫手"</string> <string name="camera_label" msgid="7261107956054836961">"開啟攝影機"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"選取新工作版面配置"</string> <string name="cancel" msgid="6442560571259935130">"取消"</string> @@ -318,12 +316,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"較不緊急的通知會顯示在下方"</string> <string name="notification_tap_again" msgid="8524949573675922138">"再次輕觸即可開啟"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"向上滑動即可解鎖"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"滑動手機圖示即可啟用"</string> + <string name="voice_hint" msgid="8939888732119726665">"滑動語音小幫手圖示即可啟用"</string> + <string name="camera_hint" msgid="7939688436797157483">"滑動相機圖示即可啟用"</string> <string name="interruption_level_none" msgid="6000083681244492992">"完全靜音"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"僅顯示優先通知"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"僅允許鬧鐘"</string> @@ -387,10 +382,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"全部隱藏"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>。<xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"立刻結束"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"展開"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"收合"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"螢幕已固定"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"這會讓目前的螢幕畫面保持顯示狀態,直到取消固定為止。同時按住返回按鈕和總覽按鈕即可取消固定。"</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"這會讓目前的螢幕畫面保持顯示狀態,直到取消固定為止。按住總覽按鈕即可取消固定。"</string> @@ -405,4 +398,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"「<xliff:g id="APP_NAME">%1$s</xliff:g>」現在是預設的音量控制對話方塊。"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"輕觸這裡即可恢復原始設定。"</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"您目前在 Work 設定檔"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/packages/SystemUI/res/values-zu/strings.xml b/packages/SystemUI/res/values-zu/strings.xml index 689bc99a7326..9e1adbd85844 100644 --- a/packages/SystemUI/res/values-zu/strings.xml +++ b/packages/SystemUI/res/values-zu/strings.xml @@ -83,13 +83,11 @@ <string name="accessibility_search_light" msgid="1103867596330271848">"Sesha"</string> <string name="accessibility_camera_button" msgid="8064671582820358152">"Ikhamela"</string> <string name="accessibility_phone_button" msgid="6738112589538563574">"Ifoni"</string> - <!-- no translation found for accessibility_voice_assist_button (487611083884852965) --> - <skip /> + <string name="accessibility_voice_assist_button" msgid="487611083884852965">"Isisekeli sezwi"</string> <string name="accessibility_unlock_button" msgid="128158454631118828">"Vula"</string> <string name="unlock_label" msgid="8779712358041029439">"vula"</string> <string name="phone_label" msgid="2320074140205331708">"vula ifoni"</string> - <!-- no translation found for voice_assist_label (3956854378310019854) --> - <skip /> + <string name="voice_assist_label" msgid="3956854378310019854">"vula isilekeleli sezwi"</string> <string name="camera_label" msgid="7261107956054836961">"vula ikhamera"</string> <string name="recents_caption_resize" msgid="3517056471774958200">"Khetha isakhiwo somsebenzi omusha"</string> <string name="cancel" msgid="6442560571259935130">"Khansela"</string> @@ -316,12 +314,9 @@ <string name="speed_bump_explanation" msgid="1288875699658819755">"Izaziso ezingasheshi kakhulu ezingezansi"</string> <string name="notification_tap_again" msgid="8524949573675922138">"Thinta futhi ukuze uvule"</string> <string name="keyguard_unlock" msgid="8043466894212841998">"Swayiphela phezulu ukuze uvule"</string> - <!-- no translation found for phone_hint (4872890986869209950) --> - <skip /> - <!-- no translation found for voice_hint (8939888732119726665) --> - <skip /> - <!-- no translation found for camera_hint (7939688436797157483) --> - <skip /> + <string name="phone_hint" msgid="4872890986869209950">"Swayiphela ifoni kusukela kusithonjana"</string> + <string name="voice_hint" msgid="8939888732119726665">"Swayiphela isilekeleli sezwi kusukela kusithonjana"</string> + <string name="camera_hint" msgid="7939688436797157483">"Swayiphela ikhamela kusukela kusithonjana"</string> <string name="interruption_level_none" msgid="6000083681244492992">"Ukuthula okuphelele"</string> <string name="interruption_level_priority" msgid="6426766465363855505">"Okubalulekile kuphela"</string> <string name="interruption_level_alarms" msgid="5226306993448328896">"Ama-alamu kuphela"</string> @@ -385,10 +380,8 @@ <string name="notification_collapse_button_text" msgid="6883253262134328057">"Fihla wonke"</string> <string name="zen_mode_and_condition" msgid="4462471036429759903">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string> <string name="volume_zen_end_now" msgid="3179845345429841822">"Qeda manje"</string> - <!-- no translation found for accessibility_volume_expand (5946812790999244205) --> - <skip /> - <!-- no translation found for accessibility_volume_collapse (3609549593031810875) --> - <skip /> + <string name="accessibility_volume_expand" msgid="5946812790999244205">"Nweba"</string> + <string name="accessibility_volume_collapse" msgid="3609549593031810875">"Goqa"</string> <string name="screen_pinning_title" msgid="3273740381976175811">"Isikrini siphiniwe"</string> <string name="screen_pinning_description" msgid="1346522416878235405">"Lokhu kukugcina kubukeka uze ususe ukuphina. Thinta futhi ubambe u-Emuva no-Ukubuka konke ngesikhathi esisodwa ukuze ususe ukuphina."</string> <string name="screen_pinning_description_accessible" msgid="8518446209564202557">"Lokhu kukugcina kubukeka uze ususe ukuphina. Thinta futhi ubambe u-Ukubuka konke ukuze ususe ukuphina."</string> @@ -403,4 +396,6 @@ <string name="volumeui_notification_title" msgid="4906770126345910955">"I-<xliff:g id="APP_NAME">%1$s</xliff:g> yingxoxo yevolumu"</string> <string name="volumeui_notification_text" msgid="1826889705095768656">"Thinta ukuze ubuyisele kokwangempela."</string> <string name="managed_profile_foreground_toast" msgid="3199278359979281097">"Ukuphrofayela yomsebenzi"</string> + <!-- no translation found for system_ui_tuner (8982911407690974001) --> + <skip /> </resources> diff --git a/services/core/java/com/android/server/InputMethodManagerService.java b/services/core/java/com/android/server/InputMethodManagerService.java index e856a9357447..f5d323d2fc7c 100644 --- a/services/core/java/com/android/server/InputMethodManagerService.java +++ b/services/core/java/com/android/server/InputMethodManagerService.java @@ -1624,53 +1624,61 @@ public class InputMethodManagerService extends IInputMethodManager.Stub } } - private boolean needsToShowImeSwitchOngoingNotification() { + private boolean shouldShowImeSwitcherLocked() { if (!mShowOngoingImeSwitcherForPhones) return false; if (mSwitchingDialog != null) return false; if (isScreenLocked()) return false; - synchronized (mMethodMap) { - List<InputMethodInfo> imis = mSettings.getEnabledInputMethodListLocked(); - final int N = imis.size(); - if (N > 2) return true; - if (N < 1) return false; - int nonAuxCount = 0; - int auxCount = 0; - InputMethodSubtype nonAuxSubtype = null; - InputMethodSubtype auxSubtype = null; - for(int i = 0; i < N; ++i) { - final InputMethodInfo imi = imis.get(i); - final List<InputMethodSubtype> subtypes = - mSettings.getEnabledInputMethodSubtypeListLocked(mContext, imi, true); - final int subtypeCount = subtypes.size(); - if (subtypeCount == 0) { - ++nonAuxCount; - } else { - for (int j = 0; j < subtypeCount; ++j) { - final InputMethodSubtype subtype = subtypes.get(j); - if (!subtype.isAuxiliary()) { - ++nonAuxCount; - nonAuxSubtype = subtype; - } else { - ++auxCount; - auxSubtype = subtype; - } + if ((mImeWindowVis & InputMethodService.IME_ACTIVE) == 0) return false; + if (mWindowManagerService.isHardKeyboardAvailable()) { + // When physical keyboard is attached, we show the ime switcher (or notification if + // NavBar is not available) because SHOW_IME_WITH_HARD_KEYBOARD settings currently + // exists in the IME switcher dialog. Might be OK to remove this condition once + // SHOW_IME_WITH_HARD_KEYBOARD settings finds a good place to live. + return true; + } + if ((mImeWindowVis & InputMethodService.IME_VISIBLE) == 0) return false; + + List<InputMethodInfo> imis = mSettings.getEnabledInputMethodListLocked(); + final int N = imis.size(); + if (N > 2) return true; + if (N < 1) return false; + int nonAuxCount = 0; + int auxCount = 0; + InputMethodSubtype nonAuxSubtype = null; + InputMethodSubtype auxSubtype = null; + for(int i = 0; i < N; ++i) { + final InputMethodInfo imi = imis.get(i); + final List<InputMethodSubtype> subtypes = + mSettings.getEnabledInputMethodSubtypeListLocked(mContext, imi, true); + final int subtypeCount = subtypes.size(); + if (subtypeCount == 0) { + ++nonAuxCount; + } else { + for (int j = 0; j < subtypeCount; ++j) { + final InputMethodSubtype subtype = subtypes.get(j); + if (!subtype.isAuxiliary()) { + ++nonAuxCount; + nonAuxSubtype = subtype; + } else { + ++auxCount; + auxSubtype = subtype; } } } - if (nonAuxCount > 1 || auxCount > 1) { - return true; - } else if (nonAuxCount == 1 && auxCount == 1) { - if (nonAuxSubtype != null && auxSubtype != null - && (nonAuxSubtype.getLocale().equals(auxSubtype.getLocale()) - || auxSubtype.overridesImplicitlyEnabledSubtype() - || nonAuxSubtype.overridesImplicitlyEnabledSubtype()) - && nonAuxSubtype.containsExtraValueKey(TAG_TRY_SUPPRESSING_IME_SWITCHER)) { - return false; - } - return true; + } + if (nonAuxCount > 1 || auxCount > 1) { + return true; + } else if (nonAuxCount == 1 && auxCount == 1) { + if (nonAuxSubtype != null && auxSubtype != null + && (nonAuxSubtype.getLocale().equals(auxSubtype.getLocale()) + || auxSubtype.overridesImplicitlyEnabledSubtype() + || nonAuxSubtype.overridesImplicitlyEnabledSubtype()) + && nonAuxSubtype.containsExtraValueKey(TAG_TRY_SUPPRESSING_IME_SWITCHER)) { + return false; } - return false; + return true; } + return false; } private boolean isKeyguardLocked() { @@ -1697,11 +1705,8 @@ public class InputMethodManagerService extends IInputMethodManager.Stub mImeWindowVis = vis; mInputShown = ((mImeWindowVis & InputMethodService.IME_VISIBLE) != 0); mBackDisposition = backDisposition; - final boolean iconVisibility = ((vis & (InputMethodService.IME_ACTIVE)) != 0) - && (mWindowManagerService.isHardKeyboardAvailable() - || (vis & (InputMethodService.IME_VISIBLE)) != 0); - final boolean needsToShowImeSwitcher = iconVisibility - && needsToShowImeSwitchOngoingNotification(); + // mImeWindowVis should be updated before calling shouldShowImeSwitcherLocked(). + final boolean needsToShowImeSwitcher = shouldShowImeSwitcherLocked(); if (mStatusBar != null) { mStatusBar.setImeWindowStatus(token, vis, backDisposition, needsToShowImeSwitcher); diff --git a/services/core/java/com/android/server/LocationManagerService.java b/services/core/java/com/android/server/LocationManagerService.java index 16834855a442..387967644fea 100644 --- a/services/core/java/com/android/server/LocationManagerService.java +++ b/services/core/java/com/android/server/LocationManagerService.java @@ -60,6 +60,7 @@ import android.location.Address; import android.location.Criteria; import android.location.GeocoderParams; import android.location.Geofence; +import android.location.IGpsGeofenceHardware; import android.location.IGpsMeasurementsListener; import android.location.IGpsNavigationMessageListener; import android.location.IGpsStatusListener; @@ -162,6 +163,7 @@ public class LocationManagerService extends ILocationManager.Stub { private LocationBlacklist mBlacklist; private GpsMeasurementsProvider mGpsMeasurementsProvider; private GpsNavigationMessageProvider mGpsNavigationMessageProvider; + private IGpsGeofenceHardware mGpsGeofenceProxy; // --- fields below are protected by mLock --- // Set of providers that are explicitly enabled @@ -401,18 +403,19 @@ public class LocationManagerService extends ILocationManager.Stub { addProviderLocked(passiveProvider); mEnabledProviders.add(passiveProvider.getName()); mPassiveProvider = passiveProvider; - // Create a gps location provider - GpsLocationProvider gpsProvider = new GpsLocationProvider(mContext, this, - mLocationHandler.getLooper()); if (GpsLocationProvider.isSupported()) { + // Create a gps location provider + GpsLocationProvider gpsProvider = new GpsLocationProvider(mContext, this, + mLocationHandler.getLooper()); mGpsStatusProvider = gpsProvider.getGpsStatusProvider(); mNetInitiatedListener = gpsProvider.getNetInitiatedListener(); addProviderLocked(gpsProvider); mRealProviders.put(LocationManager.GPS_PROVIDER, gpsProvider); + mGpsMeasurementsProvider = gpsProvider.getGpsMeasurementsProvider(); + mGpsNavigationMessageProvider = gpsProvider.getGpsNavigationMessageProvider(); + mGpsGeofenceProxy = gpsProvider.getGpsGeofenceProxy(); } - mGpsMeasurementsProvider = gpsProvider.getGpsMeasurementsProvider(); - mGpsNavigationMessageProvider = gpsProvider.getGpsNavigationMessageProvider(); /* Load package name(s) containing location provider support. @@ -508,7 +511,7 @@ public class LocationManagerService extends ILocationManager.Stub { com.android.internal.R.string.config_geofenceProviderPackageName, com.android.internal.R.array.config_locationProviderPackageNames, mLocationHandler, - gpsProvider.getGpsGeofenceProxy(), + mGpsGeofenceProxy, flpHardwareProvider != null ? flpHardwareProvider.getGeofenceHardware() : null); if (provider == null) { Slog.e(TAG, "Unable to bind FLP Geofence proxy."); @@ -1851,7 +1854,7 @@ public class LocationManagerService extends ILocationManager.Stub { Binder.restoreCallingIdentity(identity); } - if (!hasLocationAccess) { + if (!hasLocationAccess || mGpsMeasurementsProvider == null) { return false; } return mGpsMeasurementsProvider.addListener(listener); @@ -1859,7 +1862,9 @@ public class LocationManagerService extends ILocationManager.Stub { @Override public void removeGpsMeasurementsListener(IGpsMeasurementsListener listener) { - mGpsMeasurementsProvider.removeListener(listener); + if (mGpsMeasurementsProvider != null) { + mGpsMeasurementsProvider.removeListener(listener); + } } @Override @@ -1880,7 +1885,7 @@ public class LocationManagerService extends ILocationManager.Stub { Binder.restoreCallingIdentity(identity); } - if (!hasLocationAccess) { + if (!hasLocationAccess || mGpsNavigationMessageProvider == null) { return false; } return mGpsNavigationMessageProvider.addListener(listener); @@ -1888,7 +1893,9 @@ public class LocationManagerService extends ILocationManager.Stub { @Override public void removeGpsNavigationMessageListener(IGpsNavigationMessageListener listener) { - mGpsNavigationMessageProvider.removeListener(listener); + if (mGpsNavigationMessageProvider != null) { + mGpsNavigationMessageProvider.removeListener(listener); + } } @Override diff --git a/services/core/java/com/android/server/LockSettingsService.java b/services/core/java/com/android/server/LockSettingsService.java index ed2de4a9e485..2df7f79efb72 100644 --- a/services/core/java/com/android/server/LockSettingsService.java +++ b/services/core/java/com/android/server/LockSettingsService.java @@ -106,20 +106,13 @@ public class LockSettingsService extends ILockSettings.Stub { @Override public void onReceive(Context context, Intent intent) { if (Intent.ACTION_USER_ADDED.equals(intent.getAction())) { + // Notify keystore that a new user was added. final int userHandle = intent.getIntExtra(Intent.EXTRA_USER_HANDLE, 0); - final int userSysUid = UserHandle.getUid(userHandle, Process.SYSTEM_UID); final KeyStore ks = KeyStore.getInstance(); - - // Clear up keystore in case anything was left behind by previous users - ks.resetUid(userSysUid); - - // If this user has a parent, sync with its keystore password final UserManager um = (UserManager) mContext.getSystemService(USER_SERVICE); final UserInfo parentInfo = um.getProfileParent(userHandle); - if (parentInfo != null) { - final int parentSysUid = UserHandle.getUid(parentInfo.id, Process.SYSTEM_UID); - ks.syncUid(parentSysUid, userSysUid); - } + final int parentHandle = parentInfo != null ? parentInfo.id : -1; + ks.onUserAdded(userHandle, parentHandle); } else if (Intent.ACTION_USER_STARTING.equals(intent.getAction())) { final int userHandle = intent.getIntExtra(Intent.EXTRA_USER_HANDLE, 0); mStorage.prefetchUser(userHandle); @@ -674,8 +667,7 @@ public class LockSettingsService extends ILockSettings.Stub { mStorage.removeUser(userId); final KeyStore ks = KeyStore.getInstance(); - final int userUid = UserHandle.getUid(userId, Process.SYSTEM_UID); - ks.resetUid(userUid); + ks.onUserRemoved(userId); } private static final String[] VALID_SETTINGS = new String[] { diff --git a/services/core/java/com/android/server/am/ActivityStackSupervisor.java b/services/core/java/com/android/server/am/ActivityStackSupervisor.java index cb5ba8e7bda4..54ea6d76782c 100644 --- a/services/core/java/com/android/server/am/ActivityStackSupervisor.java +++ b/services/core/java/com/android/server/am/ActivityStackSupervisor.java @@ -2868,6 +2868,9 @@ public final class ActivityStackSupervisor implements DisplayListener { task.stack.removeTask(task, "moveTaskToStack", false /* notMoving */); } stack.addTask(task, toTop, true); + // The task might have already been running and its visibility needs to be synchronized with + // the visibility of the stack / windows. + stack.ensureActivitiesVisibleLocked(null, 0); resumeTopActivitiesLocked(); } diff --git a/services/core/java/com/android/server/location/GeofenceProxy.java b/services/core/java/com/android/server/location/GeofenceProxy.java index b886eef4311d..d1bb8db221f4 100644 --- a/services/core/java/com/android/server/location/GeofenceProxy.java +++ b/services/core/java/com/android/server/location/GeofenceProxy.java @@ -129,7 +129,9 @@ public final class GeofenceProxy { private void setGpsGeofenceLocked() { try { - mGeofenceHardware.setGpsGeofenceHardware(mGpsGeofenceHardware); + if (mGpsGeofenceHardware != null) { + mGeofenceHardware.setGpsGeofenceHardware(mGpsGeofenceHardware); + } } catch (RemoteException e) { Log.e(TAG, "Error while connecting to GeofenceHardwareService"); } diff --git a/services/core/java/com/android/server/location/GpsLocationProvider.java b/services/core/java/com/android/server/location/GpsLocationProvider.java index 6bd646d9a208..d338d91086a4 100644 --- a/services/core/java/com/android/server/location/GpsLocationProvider.java +++ b/services/core/java/com/android/server/location/GpsLocationProvider.java @@ -446,13 +446,12 @@ public class GpsLocationProvider implements LocationProviderInterface { int networkState; if (intent.getBooleanExtra(ConnectivityManager.EXTRA_NO_CONNECTIVITY, false) || - !info.isConnected()) { + !info.isConnected()) { networkState = LocationProvider.TEMPORARILY_UNAVAILABLE; } else { networkState = LocationProvider.AVAILABLE; } - updateNetworkState(networkState, info); } else if (PowerManager.ACTION_POWER_SAVE_MODE_CHANGED.equals(action) || Intent.ACTION_SCREEN_OFF.equals(action) diff --git a/services/core/java/com/android/server/notification/NotificationManagerService.java b/services/core/java/com/android/server/notification/NotificationManagerService.java index 791c1de42b95..5d91fb4fe33a 100644 --- a/services/core/java/com/android/server/notification/NotificationManagerService.java +++ b/services/core/java/com/android/server/notification/NotificationManagerService.java @@ -908,11 +908,6 @@ public class NotificationManagerService extends SystemService { void onPolicyChanged() { sendRegisteredOnlyBroadcast(NotificationManager.ACTION_NOTIFICATION_POLICY_CHANGED); } - - private void sendRegisteredOnlyBroadcast(String action) { - getContext().sendBroadcast(new Intent(action) - .addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY)); - } }); final File systemDir = new File(Environment.getDataDirectory(), "system"); mPolicyFile = new AtomicFile(new File(systemDir, "notification_policy.xml")); @@ -995,6 +990,11 @@ public class NotificationManagerService extends SystemService { publishLocalService(NotificationManagerInternal.class, mInternalService); } + private void sendRegisteredOnlyBroadcast(String action) { + getContext().sendBroadcastAsUser(new Intent(action) + .addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY), UserHandle.ALL, null); + } + /** * Read the old XML-based app block database and import those blockages into the AppOps system. */ @@ -1061,8 +1061,7 @@ public class NotificationManagerService extends SystemService { ZenLog.traceEffectsSuppressorChanged(mEffectsSuppressor, suppressor); mEffectsSuppressor = suppressor; mZenModeHelper.setEffectsSuppressed(suppressor != null); - getContext().sendBroadcast(new Intent(NotificationManager.ACTION_EFFECTS_SUPPRESSOR_CHANGED) - .addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY)); + sendRegisteredOnlyBroadcast(NotificationManager.ACTION_EFFECTS_SUPPRESSOR_CHANGED); } private void updateInterruptionFilterLocked() { diff --git a/services/core/java/com/android/server/notification/ZenModeHelper.java b/services/core/java/com/android/server/notification/ZenModeHelper.java index 7886b7a439fd..ce7ea5e5c428 100644 --- a/services/core/java/com/android/server/notification/ZenModeHelper.java +++ b/services/core/java/com/android/server/notification/ZenModeHelper.java @@ -560,10 +560,10 @@ public class ZenModeHelper { case AudioManager.RINGER_MODE_SILENT: if (isChange) { if (mZenMode == Global.ZEN_MODE_OFF) { - newZen = Global.ZEN_MODE_IMPORTANT_INTERRUPTIONS; + newZen = Global.ZEN_MODE_ALARMS; } ringerModeInternalOut = isVibrate ? AudioManager.RINGER_MODE_VIBRATE - : AudioManager.RINGER_MODE_NORMAL; + : AudioManager.RINGER_MODE_SILENT; } else { ringerModeInternalOut = ringerModeInternal; } diff --git a/telephony/java/android/telephony/CarrierConfigManager.java b/telephony/java/android/telephony/CarrierConfigManager.java index 299c7c446b76..2caa83c4ec33 100644 --- a/telephony/java/android/telephony/CarrierConfigManager.java +++ b/telephony/java/android/telephony/CarrierConfigManager.java @@ -20,7 +20,7 @@ import com.android.internal.telephony.ICarrierConfigLoader; import android.annotation.SystemApi; import android.content.Context; -import android.os.Bundle; +import android.os.PersistableBundle; import android.os.RemoteException; import android.os.ServiceManager; @@ -232,10 +232,10 @@ public class CarrierConfigManager { private final static String TAG = "CarrierConfigManager"; /** The default value for every variable. */ - private final static Bundle sDefaults; + private final static PersistableBundle sDefaults; static { - sDefaults = new Bundle(); + sDefaults = new PersistableBundle(); sDefaults.putBoolean(BOOL_ADDITIONAL_CALL_SETTING, true); sDefaults.putBoolean(BOOL_ALLOW_EMERGENCY_NUMBERS_IN_CALL_LOG, false); sDefaults.putBoolean(BOOL_ALLOW_LOCAL_DTMF_TONES, true); @@ -276,10 +276,10 @@ public class CarrierConfigManager { * values. * * @param subId the subscription ID, normally obtained from {@link SubscriptionManager}. - * @return A {@link Bundle} containing the config for the given subId, or default values for an - * invalid subId. + * @return A {@link PersistableBundle} containing the config for the given subId, or default + * values for an invalid subId. */ - public Bundle getConfigForSubId(int subId) { + public PersistableBundle getConfigForSubId(int subId) { try { return getICarrierConfigLoader().getConfigForSubId(subId); } catch (RemoteException ex) { @@ -297,7 +297,7 @@ public class CarrierConfigManager { * * @see #getConfigForSubId */ - public Bundle getConfig() { + public PersistableBundle getConfig() { return getConfigForSubId(SubscriptionManager.getDefaultSubId()); } @@ -349,8 +349,8 @@ public class CarrierConfigManager { * @hide */ @SystemApi - public static Bundle getDefaultConfig() { - return new Bundle(sDefaults); + public static PersistableBundle getDefaultConfig() { + return new PersistableBundle(sDefaults); } /** @hide */ diff --git a/telephony/java/com/android/internal/telephony/ICarrierConfigLoader.aidl b/telephony/java/com/android/internal/telephony/ICarrierConfigLoader.aidl index b5cdd9a250d1..cb53f51d735b 100644 --- a/telephony/java/com/android/internal/telephony/ICarrierConfigLoader.aidl +++ b/telephony/java/com/android/internal/telephony/ICarrierConfigLoader.aidl @@ -16,14 +16,14 @@ package com.android.internal.telephony; -import android.os.Bundle; +import android.os.PersistableBundle; /** * Interface used to interact with the CarrierConfigLoader */ interface ICarrierConfigLoader { - Bundle getConfigForSubId(int subId); + PersistableBundle getConfigForSubId(int subId); void reloadCarrierConfigForSubId(int subId); |