xref: /aosp_15_r20/prebuilts/sdk/current/system-server/android-non-updatable.jar (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)

META-INF/
META-INF/MANIFEST.MF
AndroidManifest.xml
assets/geoid_map/README.md
assets/geoid_map/expiration-distance-disk-tile-1.pb
assets/geoid_map/expiration-distance-disk-tile-3.pb
assets/geoid_map/expiration-distance-disk-tile-5.pb
assets/geoid_map/expiration-distance-disk-tile-7.pb
assets/geoid_map/expiration-distance-disk-tile-9.pb
assets/geoid_map/expiration-distance-disk-tile-b.pb
assets/geoid_map/expiration-distance-params.pb
assets/geoid_map/geoid-height-disk-tile-1.pb
assets/geoid_map/geoid-height-disk-tile-3.pb
assets/geoid_map/geoid-height-disk-tile-5.pb
assets/geoid_map/geoid-height-disk-tile-7.pb
assets/geoid_map/geoid-height-disk-tile-9.pb
assets/geoid_map/geoid-height-disk-tile-b.pb
assets/geoid_map/geoid-height-params.pb
assets/images/android-logo-mask.png
assets/images/android-logo-shine.png
assets/images/clock_font.png
assets/images/progress_font.png
assets/webkit/android-weberror.png
com/
com/android/
com/android/server/
com/android/server/LocalManagerRegistry.class
LocalManagerRegistry.java package com.android.server public final com.android.server.LocalManagerRegistry extends java.lang.Object { void <init> () public static void addManager (java.lang.Class, java.lang.Object) Class managerClass Object manager public static java.lang.Object getManager (java.lang.Class) Class managerClass }
com/android/server/SystemService$TargetUser.class
SystemService.java package com.android.server public final com.android.server.SystemService$TargetUser extends java.lang.Object { void <init> () public android.os.UserHandle getUserHandle () public java.lang.String toString () }
com/android/server/SystemService.class
SystemService.java package com.android.server public abstract com.android.server.SystemService extends java.lang.Object { public static final int PHASE_ACTIVITY_MANAGER_READY public static final int PHASE_BOOT_COMPLETED public static final int PHASE_DEVICE_SPECIFIC_SERVICES_READY public static final int PHASE_LOCK_SETTINGS_READY public static final int PHASE_SYSTEM_SERVICES_READY public static final int PHASE_THIRD_PARTY_APPS_CAN_START public static final int PHASE_WAIT_FOR_DEFAULT_DISPLAY public void <init> (android.content.Context) android.content.Context context public final android.content.Context getContext () public boolean isUserSupported (com.android.server.SystemService$TargetUser) com.android.server.SystemService$TargetUser user public void onBootPhase (int) int phase public abstract void onStart () public void onUserStarting (com.android.server.SystemService$TargetUser) com.android.server.SystemService$TargetUser user public void onUserStopped (com.android.server.SystemService$TargetUser) com.android.server.SystemService$TargetUser user public void onUserStopping (com.android.server.SystemService$TargetUser) com.android.server.SystemService$TargetUser user public void onUserSwitching (com.android.server.SystemService$TargetUser, com.android.server.SystemService$TargetUser) com.android.server.SystemService$TargetUser from com.android.server.SystemService$TargetUser to public void onUserUnlocked (com.android.server.SystemService$TargetUser) com.android.server.SystemService$TargetUser user public void onUserUnlocking (com.android.server.SystemService$TargetUser) com.android.server.SystemService$TargetUser user protected final void publishBinderService (java.lang.String, android.os.IBinder) String name android.os.IBinder service protected final void publishBinderService (java.lang.String, android.os.IBinder, boolean) String name android.os.IBinder service boolean allowIsolated }
com/android/server/am/
com/android/server/am/ActivityManagerLocal.class
ActivityManagerLocal.java package com.android.server.am public abstract com.android.server.am.ActivityManagerLocal extends java.lang.Object { public abstract boolean bindSdkSandboxService (android.content.Intent, android.content.ServiceConnection, int, android.os.IBinder, java.lang.String, java.lang.String, android.content.Context$BindServiceFlags) throws android.os.RemoteException public abstract boolean bindSdkSandboxService (android.content.Intent, android.content.ServiceConnection, int, android.os.IBinder, java.lang.String, java.lang.String, int) throws android.os.RemoteException public abstract boolean bindSdkSandboxService (android.content.Intent, android.content.ServiceConnection, int, java.lang.String, java.lang.String, int) throws android.os.RemoteException public abstract boolean canStartForegroundService (int, int, java.lang.String) public abstract void killSdkSandboxClientAppProcess (android.os.IBinder) public abstract android.content.ComponentName startSdkSandboxService (android.content.Intent, int, java.lang.String, java.lang.String) throws android.os.RemoteException public abstract boolean stopSdkSandboxService (android.content.Intent, int, java.lang.String, java.lang.String) }
com/android/server/appop/
com/android/server/appop/AppOpsManagerLocal.class
AppOpsManagerLocal.java package com.android.server.appop public abstract com.android.server.appop.AppOpsManagerLocal extends java.lang.Object { public abstract boolean isUidInForeground (int) }
com/android/server/pm/
com/android/server/pm/PackageManagerLocal$FilteredSnapshot.class
PackageManagerLocal.java package com.android.server.pm public abstract com.android.server.pm.PackageManagerLocal$FilteredSnapshot extends java.lang.Object implements java.lang.AutoCloseable { public abstract void close () public abstract com.android.server.pm.pkg.PackageState getPackageState (java.lang.String) public abstract java.util.Map getPackageStates () }
com/android/server/pm/PackageManagerLocal$UnfilteredSnapshot.class
PackageManagerLocal.java package com.android.server.pm public abstract com.android.server.pm.PackageManagerLocal$UnfilteredSnapshot extends java.lang.Object implements java.lang.AutoCloseable { public abstract void close () public abstract com.android.server.pm.PackageManagerLocal$FilteredSnapshot filtered (int, android.os.UserHandle) public abstract java.util.Map getPackageStates () }
com/android/server/pm/PackageManagerLocal.class
PackageManagerLocal.java package com.android.server.pm public abstract com.android.server.pm.PackageManagerLocal extends java.lang.Object { public static final int FLAG_STORAGE_CE public static final int FLAG_STORAGE_DE public abstract void reconcileSdkData (java.lang.String, java.lang.String, java.util.List, int, int, int, java.lang.String, int) throws java.io.IOException public abstract com.android.server.pm.PackageManagerLocal$FilteredSnapshot withFilteredSnapshot () public abstract com.android.server.pm.PackageManagerLocal$FilteredSnapshot withFilteredSnapshot (int, android.os.UserHandle) public abstract com.android.server.pm.PackageManagerLocal$UnfilteredSnapshot withUnfilteredSnapshot () }
com/android/server/pm/pkg/
com/android/server/pm/pkg/AndroidPackage.class
AndroidPackage.java package com.android.server.pm.pkg public abstract com.android.server.pm.pkg.AndroidPackage extends java.lang.Object { public abstract java.lang.String getAppComponentFactory () public abstract java.lang.String getApplicationClassName () public abstract java.lang.String getBackupAgentName () public abstract int getBannerResourceId () public abstract int getBaseRevisionCode () public abstract int getCategory () public abstract java.lang.String getClassLoaderName () public abstract int getCompatibleWidthLimitDp () public abstract int getDataExtractionRulesResourceId () public abstract int getDescriptionResourceId () public abstract int getFullBackupContentResourceId () public abstract int getGwpAsanMode () public abstract int getIconResourceId () public abstract int getLabelResourceId () public abstract int getLargestWidthLimitDp () public abstract java.util.List getLibraryNames () public abstract int getLocaleConfigResourceId () public abstract int getLogoResourceId () public abstract long getLongVersionCode () public abstract float getMaxAspectRatio () public abstract float getMinAspectRatio () public abstract int getNativeHeapZeroInitialized () public abstract int getNetworkSecurityConfigResourceId () public abstract java.lang.String getRequiredAccountType () public abstract int getRequiresSmallestWidthDp () public abstract java.lang.String getRestrictedAccountType () public abstract int getRoundIconResourceId () public abstract java.lang.String getSdkLibraryName () public abstract java.lang.String getSharedUserId () public abstract int getSharedUserLabelResourceId () public abstract java.util.List getSplits () public abstract java.lang.String getStaticSharedLibraryName () public abstract java.util.UUID getStorageUuid () public abstract int getTargetSdkVersion () public abstract int getThemeResourceId () public abstract int getUiOptions () public abstract java.lang.String getVersionName () public abstract java.lang.String getZygotePreloadName () public abstract boolean is32BitAbiPreferred () public abstract boolean isAllowAudioPlaybackCapture () public abstract boolean isAllowNativeHeapPointerTagging () public abstract boolean isAnyDensity () public abstract boolean isAttributionsUserVisible () public abstract boolean isBackupAllowed () public abstract boolean isBackupInForeground () public abstract boolean isClearUserDataAllowed () public abstract boolean isClearUserDataOnFailedRestoreAllowed () public abstract boolean isCleartextTrafficAllowed () public abstract boolean isCoreApp () public abstract boolean isCrossProfile () public abstract boolean isDebuggable () public abstract boolean isDeclaredHavingCode () public abstract boolean isDefaultToDeviceProtectedStorage () public abstract boolean isDirectBootAware () public abstract boolean isExtraLargeScreensSupported () public abstract boolean isExtractNativeLibrariesRequested () public abstract boolean isFactoryTest () public abstract boolean isForceQueryable () public abstract boolean isFullBackupOnly () public abstract boolean isHardwareAccelerated () public abstract boolean isIsolatedSplitLoading () public abstract boolean isKillAfterRestoreAllowed () public abstract boolean isLargeHeap () public abstract boolean isLargeScreensSupported () public abstract boolean isLeavingSharedUser () public abstract boolean isMultiArch () public abstract boolean isNativeLibraryRootRequiresIsa () public abstract boolean isNonSdkApiRequested () public abstract boolean isNormalScreensSupported () public abstract boolean isOnBackInvokedCallbackEnabled () public abstract boolean isPersistent () public abstract boolean isProfileable () public abstract boolean isProfileableByShell () public abstract boolean isRequestLegacyExternalStorage () public abstract boolean isRequiredForAllUsers () public abstract boolean isResetEnabledSettingsOnAppDataCleared () public abstract boolean isResourceOverlay () public abstract boolean isRestoreAnyVersion () public abstract boolean isRtlSupported () public abstract boolean isSaveStateDisallowed () public abstract boolean isSignedWithPlatformKey () public abstract boolean isSmallScreensSupported () public abstract boolean isTaskReparentingAllowed () public abstract boolean isTestOnly () public abstract boolean isUseEmbeddedDex () public abstract boolean isUserDataFragile () public abstract boolean isVmSafeMode () }
com/android/server/pm/pkg/AndroidPackageSplit.class
AndroidPackageSplit.java package com.android.server.pm.pkg public abstract com.android.server.pm.pkg.AndroidPackageSplit extends java.lang.Object { public abstract java.lang.String getClassLoaderName () public abstract java.util.List getDependencies () public abstract java.lang.String getName () public abstract java.lang.String getPath () public abstract int getRevisionCode () public abstract boolean isHasCode () }
com/android/server/pm/pkg/PackageState.class
PackageState.java package com.android.server.pm.pkg public abstract com.android.server.pm.pkg.PackageState extends java.lang.Object { public abstract com.android.server.pm.pkg.AndroidPackage getAndroidPackage () public abstract int getAppId () public abstract int getHiddenApiEnforcementPolicy () public abstract java.lang.String getPackageName () public abstract java.lang.String getPrimaryCpuAbi () public abstract java.lang.String getSeInfo () public abstract java.lang.String getSecondaryCpuAbi () public abstract java.util.List getSharedLibraryDependencies () public abstract com.android.server.pm.pkg.PackageUserState getStateForUser (android.os.UserHandle) public abstract boolean isApex () public abstract boolean isPrivileged () public abstract boolean isSystem () public abstract boolean isUpdatedSystemApp () }
com/android/server/pm/pkg/PackageUserState.class
PackageUserState.java package com.android.server.pm.pkg public abstract com.android.server.pm.pkg.PackageUserState extends java.lang.Object { public abstract long getFirstInstallTimeMillis () public abstract boolean isInstalled () }
com/android/server/pm/pkg/SharedLibrary.class
SharedLibrary.java package com.android.server.pm.pkg public abstract com.android.server.pm.pkg.SharedLibrary extends java.lang.Object { public abstract java.util.List getAllCodePaths () public abstract android.content.pm.VersionedPackage getDeclaringPackage () public abstract java.util.List getDependencies () public abstract java.util.List getDependentPackages () public abstract java.lang.String getName () public abstract java.lang.String getPackageName () public abstract java.lang.String getPath () public abstract int getType () public abstract long getVersion () public abstract boolean isNative () }
com/android/server/role/
com/android/server/role/RoleServicePlatformHelper.class
RoleServicePlatformHelper.java package com.android.server.role public abstract com.android.server.role.RoleServicePlatformHelper extends java.lang.Object { public abstract java.lang.String computePackageStateHash (int) public abstract java.util.Map getLegacyRoleState (int) }
com/android/server/security/
com/android/server/security/FileIntegrity.class
FileIntegrity.java package com.android.server.security public final com.android.server.security.FileIntegrity extends java.lang.Object { void <init> () public static void setUpFsVerity (android.os.ParcelFileDescriptor) throws java.io.IOException android.os.ParcelFileDescriptor parcelFileDescriptor public static void setUpFsVerity (java.io.File) throws java.io.IOException java.io.File file }
com/android/server/stats/
com/android/server/stats/StatsHelper.class
StatsHelper.java package com.android.server.stats public final com.android.server.stats.StatsHelper extends java.lang.Object { void <init> () public static void sendStatsdReadyBroadcast (android.content.Context) android.content.Context context }
com/android/server/usage/
com/android/server/usage/StorageStatsManagerLocal$StorageStatsAugmenter.class
StorageStatsManagerLocal.java package com.android.server.usage public abstract com.android.server.usage.StorageStatsManagerLocal$StorageStatsAugmenter extends java.lang.Object { public abstract void augmentStatsForPackageForUser (android.content.pm.PackageStats, java.lang.String, android.os.UserHandle, boolean) public abstract void augmentStatsForUid (android.content.pm.PackageStats, int, boolean) public abstract void augmentStatsForUser (android.content.pm.PackageStats, android.os.UserHandle) }
com/android/server/usage/StorageStatsManagerLocal.class
StorageStatsManagerLocal.java package com.android.server.usage public abstract com.android.server.usage.StorageStatsManagerLocal extends java.lang.Object { public abstract void registerStorageStatsAugmenter (com.android.server.usage.StorageStatsManagerLocal$StorageStatsAugmenter, java.lang.String) }
com/android/server/wifi/
com/android/server/wifi/SupplicantManager.class
SupplicantManager.java package com.android.server.wifi public com.android.server.wifi.SupplicantManager extends java.lang.Object { void <init> () public static void start () public static void stop () }
com/android/server/wm/
com/android/server/wm/ActivityInterceptorCallback$ActivityInterceptResult.class
ActivityInterceptorCallback.java package com.android.server.wm public final com.android.server.wm.ActivityInterceptorCallback$ActivityInterceptResult extends java.lang.Object { public void <init> (android.content.Intent, android.app.ActivityOptions, boolean) android.content.Intent intent android.app.ActivityOptions activityOptions boolean activityResolved public android.app.ActivityOptions getActivityOptions () public android.content.Intent getIntent () public boolean isActivityResolved () }
com/android/server/wm/ActivityInterceptorCallback$ActivityInterceptorInfo$Builder.class
ActivityInterceptorCallback.java package com.android.server.wm public final com.android.server.wm.ActivityInterceptorCallback$ActivityInterceptorInfo$Builder extends java.lang.Object { public void <init> (int, int, int, int, int, android.content.Intent, android.content.pm.ResolveInfo, android.content.pm.ActivityInfo) int callingUid int callingPid int realCallingUid int realCallingPid int userId android.content.Intent intent android.content.pm.ResolveInfo rInfo android.content.pm.ActivityInfo aInfo public com.android.server.wm.ActivityInterceptorCallback$ActivityInterceptorInfo build () public com.android.server.wm.ActivityInterceptorCallback$ActivityInterceptorInfo$Builder setCallingFeatureId (java.lang.String) String callingFeatureId public com.android.server.wm.ActivityInterceptorCallback$ActivityInterceptorInfo$Builder setCallingPackage (java.lang.String) String callingPackage public com.android.server.wm.ActivityInterceptorCallback$ActivityInterceptorInfo$Builder setCheckedOptions (android.app.ActivityOptions) android.app.ActivityOptions checkedOptions public com.android.server.wm.ActivityInterceptorCallback$ActivityInterceptorInfo$Builder setClearOptionsAnimationRunnable (java.lang.Runnable) Runnable clearOptionsAnimationRunnable public com.android.server.wm.ActivityInterceptorCallback$ActivityInterceptorInfo$Builder setResolvedType (java.lang.String) String resolvedType }
com/android/server/wm/ActivityInterceptorCallback$ActivityInterceptorInfo.class
ActivityInterceptorCallback.java package com.android.server.wm public final com.android.server.wm.ActivityInterceptorCallback$ActivityInterceptorInfo extends java.lang.Object { void <init> () public android.content.pm.ActivityInfo getActivityInfo () public java.lang.String getCallingFeatureId () public java.lang.String getCallingPackage () public int getCallingPid () public int getCallingUid () public android.app.ActivityOptions getCheckedOptions () public java.lang.Runnable getClearOptionsAnimationRunnable () public android.content.Intent getIntent () public int getRealCallingPid () public int getRealCallingUid () public android.content.pm.ResolveInfo getResolveInfo () public java.lang.String getResolvedType () public int getUserId () }
com/android/server/wm/ActivityInterceptorCallback.class
ActivityInterceptorCallback.java package com.android.server.wm public abstract com.android.server.wm.ActivityInterceptorCallback extends java.lang.Object { public static final int MAINLINE_SDK_SANDBOX_ORDER_ID public void onActivityLaunched (android.app.TaskInfo, android.content.pm.ActivityInfo, com.android.server.wm.ActivityInterceptorCallback$ActivityInterceptorInfo) android.app.TaskInfo taskInfo android.content.pm.ActivityInfo activityInfo com.android.server.wm.ActivityInterceptorCallback$ActivityInterceptorInfo info public abstract com.android.server.wm.ActivityInterceptorCallback$ActivityInterceptResult onInterceptActivityLaunch (com.android.server.wm.ActivityInterceptorCallback$ActivityInterceptorInfo) }
com/android/server/wm/ActivityInterceptorCallbackRegistry.class
ActivityInterceptorCallbackRegistry.java package com.android.server.wm public com.android.server.wm.ActivityInterceptorCallbackRegistry extends java.lang.Object { void <init> () public static com.android.server.wm.ActivityInterceptorCallbackRegistry getInstance () public void registerActivityInterceptorCallback (int, com.android.server.wm.ActivityInterceptorCallback) int mainlineOrderId com.android.server.wm.ActivityInterceptorCallback callback public void unregisterActivityInterceptorCallback (int) int mainlineOrderId }
res/anim-ldrtl/activity_close_enter.xml
res/anim-ldrtl/activity_close_exit.xml
res/anim-ldrtl/activity_open_enter.xml
res/anim-ldrtl/activity_open_exit.xml
res/anim-ldrtl/cross_profile_apps_thumbnail_enter.xml
res/anim-ldrtl/task_close_enter.xml
res/anim-ldrtl/task_close_exit.xml
res/anim-ldrtl/task_fragment_clear_top_close_enter.xml
res/anim-ldrtl/task_fragment_clear_top_close_exit.xml
res/anim-ldrtl/task_fragment_clear_top_open_enter.xml
res/anim-ldrtl/task_fragment_clear_top_open_exit.xml
res/anim-ldrtl/task_fragment_close_enter.xml
res/anim-ldrtl/task_fragment_close_exit.xml
res/anim-ldrtl/task_fragment_open_enter.xml
res/anim-ldrtl/task_fragment_open_exit.xml
res/anim-ldrtl/task_open_enter.xml
res/anim-ldrtl/task_open_enter_cross_profile_apps.xml
res/anim-ldrtl/task_open_exit.xml
res/anim-watch-v8/progress_indeterminate_material.xml
res/anim-watch-v8/progress_indeterminate_rotation_material.xml
res/anim-watch-v8/rounded_window_enter.xml
res/anim-watch-v8/rounded_window_exit.xml
res/anim/accelerate_decelerate_interpolator.xml
res/anim/accelerate_interpolator.xml
res/anim/activity_close_enter.xml
res/anim/activity_close_exit.xml
res/anim/activity_open_enter.xml
res/anim/activity_open_exit.xml
res/anim/activity_translucent_close_exit.xml
res/anim/activity_translucent_open_enter.xml
res/anim/anticipate_interpolator.xml
res/anim/anticipate_overshoot_interpolator.xml
res/anim/app_starting_exit.xml
res/anim/bounce_interpolator.xml
res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml
res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml
res/anim/btn_checkbox_to_checked_icon_null_animation.xml
res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml
res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml
res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml
res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml
res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml
res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml
res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml
res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml
res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml
res/anim/button_state_list_anim_material.xml
res/anim/cross_profile_apps_thumbnail_enter.xml
res/anim/cycle_interpolator.xml
res/anim/date_picker_fade_in_material.xml
res/anim/date_picker_fade_out_material.xml
res/anim/decelerate_interpolator.xml
res/anim/dialog_enter.xml
res/anim/dialog_exit.xml
res/anim/dream_activity_close_exit.xml
res/anim/dream_activity_open_enter.xml
res/anim/dream_activity_open_exit.xml
res/anim/fade_in.xml
res/anim/fade_out.xml
res/anim/fast_fade_in.xml
res/anim/fast_fade_out.xml
res/anim/flat_button_state_list_anim_material.xml
res/anim/ft_avd_toarrow_rectangle_1_animation.xml
res/anim/ft_avd_toarrow_rectangle_1_pivot_0_animation.xml
res/anim/ft_avd_toarrow_rectangle_1_pivot_animation.xml
res/anim/ft_avd_toarrow_rectangle_2_animation.xml
res/anim/ft_avd_toarrow_rectangle_2_pivot_0_animation.xml
res/anim/ft_avd_toarrow_rectangle_2_pivot_animation.xml
res/anim/ft_avd_toarrow_rectangle_3_animation.xml
res/anim/ft_avd_toarrow_rectangle_3_pivot_0_animation.xml
res/anim/ft_avd_toarrow_rectangle_3_pivot_animation.xml
res/anim/ft_avd_toarrow_rectangle_4_animation.xml
res/anim/ft_avd_toarrow_rectangle_5_animation.xml
res/anim/ft_avd_toarrow_rectangle_6_animation.xml
res/anim/ft_avd_toarrow_rectangle_path_1_animation.xml
res/anim/ft_avd_toarrow_rectangle_path_2_animation.xml
res/anim/ft_avd_toarrow_rectangle_path_3_animation.xml
res/anim/ft_avd_toarrow_rectangle_path_4_animation.xml
res/anim/ft_avd_toarrow_rectangle_path_5_animation.xml
res/anim/ft_avd_toarrow_rectangle_path_6_animation.xml
res/anim/ft_avd_tooverflow_rectangle_1_animation.xml
res/anim/ft_avd_tooverflow_rectangle_1_pivot_animation.xml
res/anim/ft_avd_tooverflow_rectangle_2_animation.xml
res/anim/ft_avd_tooverflow_rectangle_2_pivot_animation.xml
res/anim/ft_avd_tooverflow_rectangle_3_animation.xml
res/anim/ft_avd_tooverflow_rectangle_3_pivot_animation.xml
res/anim/ft_avd_tooverflow_rectangle_path_1_animation.xml
res/anim/ft_avd_tooverflow_rectangle_path_2_animation.xml
res/anim/ft_avd_tooverflow_rectangle_path_3_animation.xml
res/anim/grow_fade_in.xml
res/anim/grow_fade_in_center.xml
res/anim/grow_fade_in_from_bottom.xml
res/anim/ic_bluetooth_transient_animation_0.xml
res/anim/ic_bluetooth_transient_animation_1.xml
res/anim/ic_bluetooth_transient_animation_2.xml
res/anim/ic_hotspot_transient_animation_0.xml
res/anim/ic_hotspot_transient_animation_1.xml
res/anim/ic_hotspot_transient_animation_2.xml
res/anim/ic_hotspot_transient_animation_3.xml
res/anim/ic_signal_wifi_transient_animation_0.xml
res/anim/ic_signal_wifi_transient_animation_1.xml
res/anim/ic_signal_wifi_transient_animation_2.xml
res/anim/ic_signal_wifi_transient_animation_3.xml
res/anim/ic_signal_wifi_transient_animation_4.xml
res/anim/ic_signal_wifi_transient_animation_5.xml
res/anim/ic_signal_wifi_transient_animation_6.xml
res/anim/ic_signal_wifi_transient_animation_7.xml
res/anim/ic_signal_wifi_transient_animation_8.xml
res/anim/input_method_enter.xml
res/anim/input_method_exit.xml
res/anim/input_method_extract_enter.xml
res/anim/input_method_extract_exit.xml
res/anim/input_method_fancy_enter.xml
res/anim/input_method_fancy_exit.xml
res/anim/launch_task_behind_source.xml
res/anim/launch_task_behind_target.xml
res/anim/linear_interpolator.xml
res/anim/lock_screen_behind_enter.xml
res/anim/lock_screen_behind_enter_fade_in.xml
res/anim/lock_screen_behind_enter_subtle.xml
res/anim/lock_screen_behind_enter_wallpaper.xml
res/anim/lock_screen_enter.xml
res/anim/lock_screen_exit.xml
res/anim/lock_screen_wallpaper_exit.xml
res/anim/options_panel_enter.xml
res/anim/options_panel_exit.xml
res/anim/overshoot_interpolator.xml
res/anim/popup_enter_material.xml
res/anim/popup_exit_material.xml
res/anim/progress_indeterminate_horizontal_rect1.xml
res/anim/progress_indeterminate_horizontal_rect2.xml
res/anim/progress_indeterminate_material.xml
res/anim/progress_indeterminate_rotation_material.xml
res/anim/push_down_in.xml
res/anim/push_down_in_no_alpha.xml
res/anim/push_down_out.xml
res/anim/push_down_out_no_alpha.xml
res/anim/push_up_in.xml
res/anim/push_up_out.xml
res/anim/recent_enter.xml
res/anim/recent_exit.xml
res/anim/recents_fade_in.xml
res/anim/recents_fade_out.xml
res/anim/resolver_close_anim.xml
res/anim/resolver_launch_anim.xml
res/anim/rotation_animation_enter.xml
res/anim/rotation_animation_jump_exit.xml
res/anim/rotation_animation_xfade_exit.xml
res/anim/screen_rotate_0_enter.xml
res/anim/screen_rotate_0_exit.xml
res/anim/screen_rotate_180_enter.xml
res/anim/screen_rotate_180_exit.xml
res/anim/screen_rotate_180_frame.xml
res/anim/screen_rotate_alpha.xml
res/anim/screen_rotate_finish_enter.xml
res/anim/screen_rotate_finish_exit.xml
res/anim/screen_rotate_finish_frame.xml
res/anim/screen_rotate_minus_90_enter.xml
res/anim/screen_rotate_minus_90_exit.xml
res/anim/screen_rotate_plus_90_enter.xml
res/anim/screen_rotate_plus_90_exit.xml
res/anim/screen_rotate_start_enter.xml
res/anim/screen_rotate_start_exit.xml
res/anim/screen_rotate_start_frame.xml
res/anim/screen_user_enter.xml
res/anim/screen_user_exit.xml
res/anim/search_bar_enter.xml
res/anim/search_bar_exit.xml
res/anim/seekbar_thumb_pressed_to_unpressed_thumb_animation.xml
res/anim/seekbar_thumb_unpressed_to_pressed_thumb_0_animation.xml
res/anim/shrink_fade_out.xml
res/anim/shrink_fade_out_center.xml
res/anim/shrink_fade_out_from_bottom.xml
res/anim/slide_in_child_bottom.xml
res/anim/slide_in_enter_micro.xml
res/anim/slide_in_exit_micro.xml
res/anim/slide_in_left.xml
res/anim/slide_in_right.xml
res/anim/slide_in_up.xml
res/anim/slide_out_down.xml
res/anim/slide_out_left.xml
res/anim/slide_out_micro.xml
res/anim/slide_out_right.xml
res/anim/slow_fade_in.xml
res/anim/submenu_enter.xml
res/anim/submenu_exit.xml
res/anim/swipe_window_enter.xml
res/anim/swipe_window_exit.xml
res/anim/task_close_enter.xml
res/anim/task_close_exit.xml
res/anim/task_fragment_clear_top_close_enter.xml
res/anim/task_fragment_clear_top_close_exit.xml
res/anim/task_fragment_clear_top_open_enter.xml
res/anim/task_fragment_clear_top_open_exit.xml
res/anim/task_fragment_close_enter.xml
res/anim/task_fragment_close_exit.xml
res/anim/task_fragment_open_enter.xml
res/anim/task_fragment_open_exit.xml
res/anim/task_open_enter.xml
res/anim/task_open_enter_cross_profile_apps.xml
res/anim/task_open_exit.xml
res/anim/toast_enter.xml
res/anim/toast_exit.xml
res/anim/tooltip_enter.xml
res/anim/tooltip_exit.xml
res/anim/translucent_enter.xml
res/anim/translucent_exit.xml
res/anim/voice_activity_close_enter.xml
res/anim/voice_activity_close_exit.xml
res/anim/voice_activity_open_enter.xml
res/anim/voice_activity_open_exit.xml
res/anim/voice_layer_enter.xml
res/anim/voice_layer_exit.xml
res/anim/wallpaper_close_enter.xml
res/anim/wallpaper_close_exit.xml
res/anim/wallpaper_enter.xml
res/anim/wallpaper_exit.xml
res/anim/wallpaper_intra_close_enter.xml
res/anim/wallpaper_intra_close_exit.xml
res/anim/wallpaper_intra_open_enter.xml
res/anim/wallpaper_intra_open_exit.xml
res/anim/wallpaper_open_enter.xml
res/anim/wallpaper_open_exit.xml
res/anim/window_move_from_decor.xml
res/animator/fade_in.xml
res/animator/fade_out.xml
res/animator/fragment_close_enter.xml
res/animator/fragment_close_exit.xml
res/animator/fragment_fade_enter.xml
res/animator/fragment_fade_exit.xml
res/animator/fragment_open_enter.xml
res/animator/fragment_open_exit.xml
res/animator/leanback_setup_fragment_close_enter.xml
res/animator/leanback_setup_fragment_close_exit.xml
res/animator/leanback_setup_fragment_open_enter.xml
res/animator/leanback_setup_fragment_open_exit.xml
res/color-car-v8/car_borderless_button_text_color.xml
res/color-car-v8/car_button_text_color.xml
res/color-car-v8/car_switch.xml
res/color-car-v8/car_switch_track.xml
res/color-night-v8/resolver_accent_ripple.xml
res/color-night-v8/resolver_button_text.xml
res/color-night-v8/resolver_profile_tab_selected_bg.xml
res/color-night-v8/resolver_profile_tab_text.xml
res/color-watch-v8/btn_watch_default_dark.xml
res/color-watch-v8/global_actions_container_background.xml
res/color-watch-v8/overview_background.xml
res/color-watch-v8/switch_thumb_watch_default_dark.xml
res/color-watch-v8/switch_track_watch_default_dark.xml
res/color/background_cache_hint_selector_device_default.xml
res/color/background_cache_hint_selector_holo_dark.xml
res/color/background_cache_hint_selector_holo_light.xml
res/color/background_cache_hint_selector_material_dark.xml
res/color/background_cache_hint_selector_material_light.xml
res/color/btn_colored_background_material.xml
res/color/btn_colored_borderless_text_material.xml
res/color/btn_colored_text_material.xml
res/color/btn_default_material_dark.xml
res/color/btn_default_material_light.xml
res/color/btn_leanback_color.xml
res/color/btn_leanback_text_color.xml
res/color/config_progress_background_tint.xml
res/color/control_checkable_material.xml
res/color/control_default_material.xml
res/color/control_highlight_material.xml
res/color/decor_button_dark_color.xml
res/color/decor_button_light_color.xml
res/color/highlighted_text_material.xml
res/color/hint_foreground_material_dark.xml
res/color/hint_foreground_material_light.xml
res/color/list_highlight_material.xml
res/color/notification_expand_button_state_tint.xml
res/color/overview_background.xml
res/color/overview_background_dark.xml
res/color/primary_text_dark.xml
res/color/primary_text_dark_disable_only.xml
res/color/primary_text_dark_focused.xml
res/color/primary_text_dark_nodisable.xml
res/color/primary_text_disable_only_holo_dark.xml
res/color/primary_text_disable_only_holo_light.xml
res/color/primary_text_disable_only_material_dark.xml
res/color/primary_text_disable_only_material_light.xml
res/color/primary_text_focused_holo_dark.xml
res/color/primary_text_holo_dark.xml
res/color/primary_text_holo_light.xml
res/color/primary_text_inverse_when_activated_material.xml
res/color/primary_text_leanback_formwizard_dark.xml
res/color/primary_text_light.xml
res/color/primary_text_light_disable_only.xml
res/color/primary_text_light_nodisable.xml
res/color/primary_text_material_dark.xml
res/color/primary_text_material_light.xml
res/color/primary_text_nodisable_holo_dark.xml
res/color/primary_text_nodisable_holo_light.xml
res/color/primary_text_secondary_when_activated_material.xml
res/color/primary_text_secondary_when_activated_material_inverse.xml
res/color/ratingbar_background_material.xml
res/color/resolver_accent_ripple.xml
res/color/resolver_button_text.xml
res/color/resolver_profile_tab_selected_bg.xml
res/color/resolver_profile_tab_text.xml
res/color/ripple_material_dark.xml
res/color/ripple_material_light.xml
res/color/search_url_text.xml
res/color/search_url_text_holo.xml
res/color/search_url_text_material_dark.xml
res/color/search_url_text_material_light.xml
res/color/secondary_text_dark.xml
res/color/secondary_text_dark_nodisable.xml
res/color/secondary_text_holo_dark.xml
res/color/secondary_text_holo_light.xml
res/color/secondary_text_inverse_when_activated_material.xml
res/color/secondary_text_light.xml
res/color/secondary_text_light_nodisable.xml
res/color/secondary_text_material_dark.xml
res/color/secondary_text_material_light.xml
res/color/secondary_text_nodisable_holo_dark.xml
res/color/secondary_text_nodisable_holo_light.xml
res/color/secondary_text_nofocus.xml
res/color/seekbar_track_progress_material.xml
res/color/surface_highlight_dark.xml
res/color/surface_light.xml
res/color/switch_thumb_material_dark.xml
res/color/switch_thumb_material_light.xml
res/color/switch_track_material.xml
res/color/system_bar_background_semi_transparent.xml
res/color/system_on_surface_disabled.xml
res/color/system_outline_disabled.xml
res/color/system_surface_disabled.xml
res/color/tab_highlight_material.xml
res/color/tab_indicator_material.xml
res/color/tab_indicator_text.xml
res/color/tab_indicator_text_material.xml
res/color/tab_indicator_text_v4.xml
res/color/tertiary_text_dark.xml
res/color/tertiary_text_holo_dark.xml
res/color/tertiary_text_holo_light.xml
res/color/tertiary_text_light.xml
res/color/text_color_on_accent_device_default.xml
res/color/text_color_primary.xml
res/color/text_color_primary_device_default_dark.xml
res/color/text_color_primary_device_default_light.xml
res/color/text_color_secondary.xml
res/color/text_color_secondary_device_default_dark.xml
res/color/text_color_secondary_device_default_light.xml
res/color/text_color_tertiary_device_default_dark.xml
res/color/text_color_tertiary_device_default_light.xml
res/color/white_disabled_material.xml
res/color/widget_edittext_dark.xml
res/drawable-car-v8/car_activity_resolver_list_background.xml
res/drawable-car-v8/car_button_background.xml
res/drawable-car-v8/car_dialog_button_background.xml
res/drawable-car-v8/car_seekbar_thumb.xml
res/drawable-car-v8/car_seekbar_thumb_dark.xml
res/drawable-car-v8/car_seekbar_thumb_light.xml
res/drawable-car-v8/car_seekbar_track.xml
res/drawable-car-v8/car_seekbar_track_dark.xml
res/drawable-car-v8/car_seekbar_track_light.xml
res/drawable-car-v8/car_switch_thumb.xml
res/drawable-car-v8/car_switch_track.xml
res/drawable-en-hdpi-v4/sym_keyboard_delete.png
res/drawable-en-ldpi-v4/sym_keyboard_delete.png
res/drawable-en-ldpi-v4/sym_keyboard_feedback_delete.png
res/drawable-en-mdpi-v4/sym_keyboard_delete.png
res/drawable-en-mdpi-v4/sym_keyboard_feedback_delete.png
res/drawable-hdpi-v4/ab_bottom_solid_dark_holo.9.png
res/drawable-hdpi-v4/ab_bottom_solid_inverse_holo.9.png
res/drawable-hdpi-v4/ab_bottom_solid_light_holo.9.png
res/drawable-hdpi-v4/ab_bottom_transparent_dark_holo.9.png
res/drawable-hdpi-v4/ab_bottom_transparent_light_holo.9.png
res/drawable-hdpi-v4/ab_share_pack_holo_dark.9.png
res/drawable-hdpi-v4/ab_share_pack_holo_light.9.png
res/drawable-hdpi-v4/ab_share_pack_mtrl_alpha.9.png
res/drawable-hdpi-v4/ab_solid_dark_holo.9.png
res/drawable-hdpi-v4/ab_solid_light_holo.9.png
res/drawable-hdpi-v4/ab_solid_shadow_holo.9.png
res/drawable-hdpi-v4/ab_solid_shadow_mtrl_alpha.9.png
res/drawable-hdpi-v4/ab_stacked_solid_dark_holo.9.png
res/drawable-hdpi-v4/ab_stacked_solid_inverse_holo.9.png
res/drawable-hdpi-v4/ab_stacked_solid_light_holo.9.png
res/drawable-hdpi-v4/ab_stacked_transparent_dark_holo.9.png
res/drawable-hdpi-v4/ab_stacked_transparent_light_holo.9.png
res/drawable-hdpi-v4/ab_transparent_dark_holo.9.png
res/drawable-hdpi-v4/ab_transparent_light_holo.9.png
res/drawable-hdpi-v4/activity_title_bar.9.png
res/drawable-hdpi-v4/arrow_down_float.png
res/drawable-hdpi-v4/arrow_up_float.png
res/drawable-hdpi-v4/battery_charge_background.png
res/drawable-hdpi-v4/bottom_bar.png
res/drawable-hdpi-v4/btn_cab_done_default_holo_dark.9.png
res/drawable-hdpi-v4/btn_cab_done_default_holo_light.9.png
res/drawable-hdpi-v4/btn_cab_done_focused_holo_dark.9.png
res/drawable-hdpi-v4/btn_cab_done_focused_holo_light.9.png
res/drawable-hdpi-v4/btn_cab_done_pressed_holo_dark.9.png
res/drawable-hdpi-v4/btn_cab_done_pressed_holo_light.9.png
res/drawable-hdpi-v4/btn_check_buttonless_off.png
res/drawable-hdpi-v4/btn_check_buttonless_on.png
res/drawable-hdpi-v4/btn_check_label_background.9.png
res/drawable-hdpi-v4/btn_check_off.png
res/drawable-hdpi-v4/btn_check_off_disable.png
res/drawable-hdpi-v4/btn_check_off_disable_focused.png
res/drawable-hdpi-v4/btn_check_off_disable_focused_holo_dark.png
res/drawable-hdpi-v4/btn_check_off_disable_focused_holo_light.png
res/drawable-hdpi-v4/btn_check_off_disable_holo_dark.png
res/drawable-hdpi-v4/btn_check_off_disable_holo_light.png
res/drawable-hdpi-v4/btn_check_off_disabled_focused_holo_dark.png
res/drawable-hdpi-v4/btn_check_off_disabled_focused_holo_light.png
res/drawable-hdpi-v4/btn_check_off_disabled_holo_dark.png
res/drawable-hdpi-v4/btn_check_off_disabled_holo_light.png
res/drawable-hdpi-v4/btn_check_off_focused_holo_dark.png
res/drawable-hdpi-v4/btn_check_off_focused_holo_light.png
res/drawable-hdpi-v4/btn_check_off_holo.png
res/drawable-hdpi-v4/btn_check_off_holo_dark.png
res/drawable-hdpi-v4/btn_check_off_holo_light.png
res/drawable-hdpi-v4/btn_check_off_normal_holo_dark.png
res/drawable-hdpi-v4/btn_check_off_normal_holo_light.png
res/drawable-hdpi-v4/btn_check_off_pressed.png
res/drawable-hdpi-v4/btn_check_off_pressed_holo_dark.png
res/drawable-hdpi-v4/btn_check_off_pressed_holo_light.png
res/drawable-hdpi-v4/btn_check_off_selected.png
res/drawable-hdpi-v4/btn_check_on.png
res/drawable-hdpi-v4/btn_check_on_disable.png
res/drawable-hdpi-v4/btn_check_on_disable_focused.png
res/drawable-hdpi-v4/btn_check_on_disable_focused_holo_light.png
res/drawable-hdpi-v4/btn_check_on_disable_holo_dark.png
res/drawable-hdpi-v4/btn_check_on_disable_holo_light.png
res/drawable-hdpi-v4/btn_check_on_disabled_focused_holo_dark.png
res/drawable-hdpi-v4/btn_check_on_disabled_focused_holo_light.png
res/drawable-hdpi-v4/btn_check_on_disabled_holo_dark.png
res/drawable-hdpi-v4/btn_check_on_disabled_holo_light.png
res/drawable-hdpi-v4/btn_check_on_focused_holo_dark.png
res/drawable-hdpi-v4/btn_check_on_focused_holo_light.png
res/drawable-hdpi-v4/btn_check_on_holo.png
res/drawable-hdpi-v4/btn_check_on_holo_dark.png
res/drawable-hdpi-v4/btn_check_on_holo_light.png
res/drawable-hdpi-v4/btn_check_on_pressed.png
res/drawable-hdpi-v4/btn_check_on_pressed_holo_dark.png
res/drawable-hdpi-v4/btn_check_on_pressed_holo_light.png
res/drawable-hdpi-v4/btn_check_on_selected.png
res/drawable-hdpi-v4/btn_circle_disable.png
res/drawable-hdpi-v4/btn_circle_disable_focused.png
res/drawable-hdpi-v4/btn_circle_normal.png
res/drawable-hdpi-v4/btn_circle_pressed.png
res/drawable-hdpi-v4/btn_circle_selected.png
res/drawable-hdpi-v4/btn_close_normal.png
res/drawable-hdpi-v4/btn_close_pressed.png
res/drawable-hdpi-v4/btn_close_selected.png
res/drawable-hdpi-v4/btn_default_disabled_focused_holo_dark.9.png
res/drawable-hdpi-v4/btn_default_disabled_focused_holo_light.9.png
res/drawable-hdpi-v4/btn_default_disabled_holo.9.png
res/drawable-hdpi-v4/btn_default_disabled_holo_dark.9.png
res/drawable-hdpi-v4/btn_default_disabled_holo_light.9.png
res/drawable-hdpi-v4/btn_default_focused_holo.9.png
res/drawable-hdpi-v4/btn_default_focused_holo_dark.9.png
res/drawable-hdpi-v4/btn_default_focused_holo_light.9.png
res/drawable-hdpi-v4/btn_default_normal.9.png
res/drawable-hdpi-v4/btn_default_normal_disable.9.png
res/drawable-hdpi-v4/btn_default_normal_disable_focused.9.png
res/drawable-hdpi-v4/btn_default_normal_holo.9.png
res/drawable-hdpi-v4/btn_default_normal_holo_dark.9.png
res/drawable-hdpi-v4/btn_default_normal_holo_light.9.png
res/drawable-hdpi-v4/btn_default_pressed.9.png
res/drawable-hdpi-v4/btn_default_pressed_holo.9.png
res/drawable-hdpi-v4/btn_default_pressed_holo_dark.9.png
res/drawable-hdpi-v4/btn_default_pressed_holo_light.9.png
res/drawable-hdpi-v4/btn_default_selected.9.png
res/drawable-hdpi-v4/btn_default_small_normal.9.png
res/drawable-hdpi-v4/btn_default_small_normal_disable.9.png
res/drawable-hdpi-v4/btn_default_small_normal_disable_focused.9.png
res/drawable-hdpi-v4/btn_default_small_pressed.9.png
res/drawable-hdpi-v4/btn_default_small_selected.9.png
res/drawable-hdpi-v4/btn_default_transparent_normal.9.png
res/drawable-hdpi-v4/btn_dialog_disable.png
res/drawable-hdpi-v4/btn_dialog_normal.png
res/drawable-hdpi-v4/btn_dialog_pressed.png
res/drawable-hdpi-v4/btn_dialog_selected.png
res/drawable-hdpi-v4/btn_dropdown_disabled.9.png
res/drawable-hdpi-v4/btn_dropdown_disabled_focused.9.png
res/drawable-hdpi-v4/btn_dropdown_normal.9.png
res/drawable-hdpi-v4/btn_dropdown_pressed.9.png
res/drawable-hdpi-v4/btn_dropdown_selected.9.png
res/drawable-hdpi-v4/btn_erase_default.9.png
res/drawable-hdpi-v4/btn_erase_pressed.9.png
res/drawable-hdpi-v4/btn_erase_selected.9.png
res/drawable-hdpi-v4/btn_global_search_normal.9.png
res/drawable-hdpi-v4/btn_group_disabled_holo_dark.9.png
res/drawable-hdpi-v4/btn_group_disabled_holo_light.9.png
res/drawable-hdpi-v4/btn_group_focused_holo_dark.9.png
res/drawable-hdpi-v4/btn_group_focused_holo_light.9.png
res/drawable-hdpi-v4/btn_group_normal_holo_dark.9.png
res/drawable-hdpi-v4/btn_group_normal_holo_light.9.png
res/drawable-hdpi-v4/btn_group_pressed_holo_dark.9.png
res/drawable-hdpi-v4/btn_group_pressed_holo_light.9.png
res/drawable-hdpi-v4/btn_keyboard_key_dark_normal_holo.9.png
res/drawable-hdpi-v4/btn_keyboard_key_dark_normal_off_holo.9.png
res/drawable-hdpi-v4/btn_keyboard_key_dark_normal_on_holo.9.png
res/drawable-hdpi-v4/btn_keyboard_key_dark_pressed_holo.9.png
res/drawable-hdpi-v4/btn_keyboard_key_dark_pressed_off_holo.9.png
res/drawable-hdpi-v4/btn_keyboard_key_dark_pressed_on_holo.9.png
res/drawable-hdpi-v4/btn_keyboard_key_fulltrans_normal.9.png
res/drawable-hdpi-v4/btn_keyboard_key_fulltrans_normal_off.9.png
res/drawable-hdpi-v4/btn_keyboard_key_fulltrans_normal_on.9.png
res/drawable-hdpi-v4/btn_keyboard_key_fulltrans_pressed.9.png
res/drawable-hdpi-v4/btn_keyboard_key_fulltrans_pressed_off.9.png
res/drawable-hdpi-v4/btn_keyboard_key_fulltrans_pressed_on.9.png
res/drawable-hdpi-v4/btn_keyboard_key_light_normal_holo.9.png
res/drawable-hdpi-v4/btn_keyboard_key_light_pressed_holo.9.png
res/drawable-hdpi-v4/btn_keyboard_key_normal.9.png
res/drawable-hdpi-v4/btn_keyboard_key_normal_off.9.png
res/drawable-hdpi-v4/btn_keyboard_key_normal_on.9.png
res/drawable-hdpi-v4/btn_keyboard_key_pressed.9.png
res/drawable-hdpi-v4/btn_keyboard_key_pressed_off.9.png
res/drawable-hdpi-v4/btn_keyboard_key_pressed_on.9.png
res/drawable-hdpi-v4/btn_keyboard_key_trans_normal.9.png
res/drawable-hdpi-v4/btn_keyboard_key_trans_normal_off.9.png
res/drawable-hdpi-v4/btn_keyboard_key_trans_normal_on.9.png
res/drawable-hdpi-v4/btn_keyboard_key_trans_pressed.9.png
res/drawable-hdpi-v4/btn_keyboard_key_trans_pressed_off.9.png
res/drawable-hdpi-v4/btn_keyboard_key_trans_pressed_on.9.png
res/drawable-hdpi-v4/btn_keyboard_key_trans_selected.9.png
res/drawable-hdpi-v4/btn_media_player.9.png
res/drawable-hdpi-v4/btn_media_player_disabled.9.png
res/drawable-hdpi-v4/btn_media_player_disabled_selected.9.png
res/drawable-hdpi-v4/btn_media_player_pressed.9.png
res/drawable-hdpi-v4/btn_media_player_selected.9.png
res/drawable-hdpi-v4/btn_minus_default.png
res/drawable-hdpi-v4/btn_minus_disable.png
res/drawable-hdpi-v4/btn_minus_disable_focused.png
res/drawable-hdpi-v4/btn_minus_pressed.png
res/drawable-hdpi-v4/btn_minus_selected.png
res/drawable-hdpi-v4/btn_plus_default.png
res/drawable-hdpi-v4/btn_plus_disable.png
res/drawable-hdpi-v4/btn_plus_disable_focused.png
res/drawable-hdpi-v4/btn_plus_pressed.png
res/drawable-hdpi-v4/btn_plus_selected.png
res/drawable-hdpi-v4/btn_radio_label_background.9.png
res/drawable-hdpi-v4/btn_radio_off.png
res/drawable-hdpi-v4/btn_radio_off_disabled_focused_holo_dark.png
res/drawable-hdpi-v4/btn_radio_off_disabled_focused_holo_light.png
res/drawable-hdpi-v4/btn_radio_off_disabled_holo_dark.png
res/drawable-hdpi-v4/btn_radio_off_disabled_holo_light.png
res/drawable-hdpi-v4/btn_radio_off_focused_holo_dark.png
res/drawable-hdpi-v4/btn_radio_off_focused_holo_light.png
res/drawable-hdpi-v4/btn_radio_off_holo.png
res/drawable-hdpi-v4/btn_radio_off_holo_dark.png
res/drawable-hdpi-v4/btn_radio_off_holo_light.png
res/drawable-hdpi-v4/btn_radio_off_pressed.png
res/drawable-hdpi-v4/btn_radio_off_pressed_holo_dark.png
res/drawable-hdpi-v4/btn_radio_off_pressed_holo_light.png
res/drawable-hdpi-v4/btn_radio_off_selected.png
res/drawable-hdpi-v4/btn_radio_on.png
res/drawable-hdpi-v4/btn_radio_on_disabled_focused_holo_dark.png
res/drawable-hdpi-v4/btn_radio_on_disabled_focused_holo_light.png
res/drawable-hdpi-v4/btn_radio_on_disabled_holo_dark.png
res/drawable-hdpi-v4/btn_radio_on_disabled_holo_light.png
res/drawable-hdpi-v4/btn_radio_on_focused_holo_dark.png
res/drawable-hdpi-v4/btn_radio_on_focused_holo_light.png
res/drawable-hdpi-v4/btn_radio_on_holo.png
res/drawable-hdpi-v4/btn_radio_on_holo_dark.png
res/drawable-hdpi-v4/btn_radio_on_holo_light.png
res/drawable-hdpi-v4/btn_radio_on_pressed.png
res/drawable-hdpi-v4/btn_radio_on_pressed_holo_dark.png
res/drawable-hdpi-v4/btn_radio_on_pressed_holo_light.png
res/drawable-hdpi-v4/btn_radio_on_selected.png
res/drawable-hdpi-v4/btn_rating_star_off_disabled_focused_holo_dark.png
res/drawable-hdpi-v4/btn_rating_star_off_disabled_focused_holo_light.png
res/drawable-hdpi-v4/btn_rating_star_off_disabled_holo_dark.png
res/drawable-hdpi-v4/btn_rating_star_off_disabled_holo_light.png
res/drawable-hdpi-v4/btn_rating_star_off_focused_holo_dark.png
res/drawable-hdpi-v4/btn_rating_star_off_focused_holo_light.png
res/drawable-hdpi-v4/btn_rating_star_off_mtrl_alpha.png
res/drawable-hdpi-v4/btn_rating_star_off_normal.png
res/drawable-hdpi-v4/btn_rating_star_off_normal_holo_dark.png
res/drawable-hdpi-v4/btn_rating_star_off_normal_holo_light.png
res/drawable-hdpi-v4/btn_rating_star_off_pressed.png
res/drawable-hdpi-v4/btn_rating_star_off_pressed_holo_dark.png
res/drawable-hdpi-v4/btn_rating_star_off_pressed_holo_light.png
res/drawable-hdpi-v4/btn_rating_star_off_selected.png
res/drawable-hdpi-v4/btn_rating_star_on_disabled_focused_holo_dark.png
res/drawable-hdpi-v4/btn_rating_star_on_disabled_focused_holo_light.png
res/drawable-hdpi-v4/btn_rating_star_on_disabled_holo_dark.png
res/drawable-hdpi-v4/btn_rating_star_on_disabled_holo_light.png
res/drawable-hdpi-v4/btn_rating_star_on_focused_holo_dark.png
res/drawable-hdpi-v4/btn_rating_star_on_focused_holo_light.png
res/drawable-hdpi-v4/btn_rating_star_on_mtrl_alpha.png
res/drawable-hdpi-v4/btn_rating_star_on_normal.png
res/drawable-hdpi-v4/btn_rating_star_on_normal_holo_dark.png
res/drawable-hdpi-v4/btn_rating_star_on_normal_holo_light.png
res/drawable-hdpi-v4/btn_rating_star_on_pressed.png
res/drawable-hdpi-v4/btn_rating_star_on_pressed_holo_dark.png
res/drawable-hdpi-v4/btn_rating_star_on_pressed_holo_light.png
res/drawable-hdpi-v4/btn_rating_star_on_selected.png
res/drawable-hdpi-v4/btn_search_dialog_default.9.png
res/drawable-hdpi-v4/btn_search_dialog_pressed.9.png
res/drawable-hdpi-v4/btn_search_dialog_selected.9.png
res/drawable-hdpi-v4/btn_search_dialog_voice_default.9.png
res/drawable-hdpi-v4/btn_search_dialog_voice_pressed.9.png
res/drawable-hdpi-v4/btn_search_dialog_voice_selected.9.png
res/drawable-hdpi-v4/btn_square_overlay_disabled.png
res/drawable-hdpi-v4/btn_square_overlay_disabled_focused.png
res/drawable-hdpi-v4/btn_square_overlay_normal.png
res/drawable-hdpi-v4/btn_square_overlay_pressed.png
res/drawable-hdpi-v4/btn_square_overlay_selected.png
res/drawable-hdpi-v4/btn_star_big_off.png
res/drawable-hdpi-v4/btn_star_big_off_disable.png
res/drawable-hdpi-v4/btn_star_big_off_disable_focused.png
res/drawable-hdpi-v4/btn_star_big_off_pressed.png
res/drawable-hdpi-v4/btn_star_big_off_selected.png
res/drawable-hdpi-v4/btn_star_big_on.png
res/drawable-hdpi-v4/btn_star_big_on_disable.png
res/drawable-hdpi-v4/btn_star_big_on_disable_focused.png
res/drawable-hdpi-v4/btn_star_big_on_pressed.png
res/drawable-hdpi-v4/btn_star_big_on_selected.png
res/drawable-hdpi-v4/btn_star_label_background.9.png
res/drawable-hdpi-v4/btn_star_mtrl_alpha.png
res/drawable-hdpi-v4/btn_star_off_disabled_focused_holo_dark.png
res/drawable-hdpi-v4/btn_star_off_disabled_focused_holo_light.png
res/drawable-hdpi-v4/btn_star_off_disabled_holo_dark.png
res/drawable-hdpi-v4/btn_star_off_disabled_holo_light.png
res/drawable-hdpi-v4/btn_star_off_focused_holo_dark.png
res/drawable-hdpi-v4/btn_star_off_focused_holo_light.png
res/drawable-hdpi-v4/btn_star_off_normal_holo_dark.png
res/drawable-hdpi-v4/btn_star_off_normal_holo_light.png
res/drawable-hdpi-v4/btn_star_off_pressed_holo_dark.png
res/drawable-hdpi-v4/btn_star_off_pressed_holo_light.png
res/drawable-hdpi-v4/btn_star_on_disabled_focused_holo_dark.png
res/drawable-hdpi-v4/btn_star_on_disabled_focused_holo_light.png
res/drawable-hdpi-v4/btn_star_on_disabled_holo_dark.png
res/drawable-hdpi-v4/btn_star_on_disabled_holo_light.png
res/drawable-hdpi-v4/btn_star_on_focused_holo_dark.png
res/drawable-hdpi-v4/btn_star_on_focused_holo_light.png
res/drawable-hdpi-v4/btn_star_on_normal_holo_dark.png
res/drawable-hdpi-v4/btn_star_on_normal_holo_light.png
res/drawable-hdpi-v4/btn_star_on_pressed_holo_dark.png
res/drawable-hdpi-v4/btn_star_on_pressed_holo_light.png
res/drawable-hdpi-v4/btn_switch_to_off_mtrl_00001.9.png
res/drawable-hdpi-v4/btn_switch_to_off_mtrl_00002.9.png
res/drawable-hdpi-v4/btn_switch_to_off_mtrl_00003.9.png
res/drawable-hdpi-v4/btn_switch_to_off_mtrl_00004.9.png
res/drawable-hdpi-v4/btn_switch_to_off_mtrl_00005.9.png
res/drawable-hdpi-v4/btn_switch_to_off_mtrl_00006.9.png
res/drawable-hdpi-v4/btn_switch_to_off_mtrl_00007.9.png
res/drawable-hdpi-v4/btn_switch_to_off_mtrl_00008.9.png
res/drawable-hdpi-v4/btn_switch_to_off_mtrl_00009.9.png
res/drawable-hdpi-v4/btn_switch_to_off_mtrl_00010.9.png
res/drawable-hdpi-v4/btn_switch_to_off_mtrl_00011.9.png
res/drawable-hdpi-v4/btn_switch_to_off_mtrl_00012.9.png
res/drawable-hdpi-v4/btn_switch_to_on_mtrl_00001.9.png
res/drawable-hdpi-v4/btn_switch_to_on_mtrl_00002.9.png
res/drawable-hdpi-v4/btn_switch_to_on_mtrl_00003.9.png
res/drawable-hdpi-v4/btn_switch_to_on_mtrl_00004.9.png
res/drawable-hdpi-v4/btn_switch_to_on_mtrl_00005.9.png
res/drawable-hdpi-v4/btn_switch_to_on_mtrl_00006.9.png
res/drawable-hdpi-v4/btn_switch_to_on_mtrl_00007.9.png
res/drawable-hdpi-v4/btn_switch_to_on_mtrl_00008.9.png
res/drawable-hdpi-v4/btn_switch_to_on_mtrl_00009.9.png
res/drawable-hdpi-v4/btn_switch_to_on_mtrl_00010.9.png
res/drawable-hdpi-v4/btn_switch_to_on_mtrl_00011.9.png
res/drawable-hdpi-v4/btn_switch_to_on_mtrl_00012.9.png
res/drawable-hdpi-v4/btn_toggle_off.9.png
res/drawable-hdpi-v4/btn_toggle_off_disabled_focused_holo_dark.9.png
res/drawable-hdpi-v4/btn_toggle_off_disabled_focused_holo_light.9.png
res/drawable-hdpi-v4/btn_toggle_off_disabled_holo_dark.9.png
res/drawable-hdpi-v4/btn_toggle_off_disabled_holo_light.9.png
res/drawable-hdpi-v4/btn_toggle_off_focused_holo_dark.9.png
res/drawable-hdpi-v4/btn_toggle_off_focused_holo_light.9.png
res/drawable-hdpi-v4/btn_toggle_off_normal_holo_dark.9.png
res/drawable-hdpi-v4/btn_toggle_off_normal_holo_light.9.png
res/drawable-hdpi-v4/btn_toggle_off_pressed_holo_dark.9.png
res/drawable-hdpi-v4/btn_toggle_off_pressed_holo_light.9.png
res/drawable-hdpi-v4/btn_toggle_on.9.png
res/drawable-hdpi-v4/btn_toggle_on_disabled_focused_holo_dark.9.png
res/drawable-hdpi-v4/btn_toggle_on_disabled_focused_holo_light.9.png
res/drawable-hdpi-v4/btn_toggle_on_disabled_holo_dark.9.png
res/drawable-hdpi-v4/btn_toggle_on_disabled_holo_light.9.png
res/drawable-hdpi-v4/btn_toggle_on_focused_holo_dark.9.png
res/drawable-hdpi-v4/btn_toggle_on_focused_holo_light.9.png
res/drawable-hdpi-v4/btn_toggle_on_normal_holo_dark.9.png
res/drawable-hdpi-v4/btn_toggle_on_normal_holo_light.9.png
res/drawable-hdpi-v4/btn_toggle_on_pressed_holo_dark.9.png
res/drawable-hdpi-v4/btn_toggle_on_pressed_holo_light.9.png
res/drawable-hdpi-v4/btn_zoom_down_disabled.9.png
res/drawable-hdpi-v4/btn_zoom_down_disabled_focused.9.png
res/drawable-hdpi-v4/btn_zoom_down_normal.9.png
res/drawable-hdpi-v4/btn_zoom_down_pressed.9.png
res/drawable-hdpi-v4/btn_zoom_down_selected.9.png
res/drawable-hdpi-v4/btn_zoom_page_normal.png
res/drawable-hdpi-v4/btn_zoom_page_press.png
res/drawable-hdpi-v4/btn_zoom_up_disabled.9.png
res/drawable-hdpi-v4/btn_zoom_up_disabled_focused.9.png
res/drawable-hdpi-v4/btn_zoom_up_normal.9.png
res/drawable-hdpi-v4/btn_zoom_up_pressed.9.png
res/drawable-hdpi-v4/btn_zoom_up_selected.9.png
res/drawable-hdpi-v4/button_onoff_indicator_off.png
res/drawable-hdpi-v4/button_onoff_indicator_on.png
res/drawable-hdpi-v4/cab_background_bottom_holo_dark.9.png
res/drawable-hdpi-v4/cab_background_bottom_holo_light.9.png
res/drawable-hdpi-v4/cab_background_bottom_mtrl_alpha.9.png
res/drawable-hdpi-v4/cab_background_top_holo_dark.9.png
res/drawable-hdpi-v4/cab_background_top_holo_light.9.png
res/drawable-hdpi-v4/cab_background_top_mtrl_alpha.9.png
res/drawable-hdpi-v4/call_contact.png
res/drawable-hdpi-v4/checkbox_off_background.png
res/drawable-hdpi-v4/checkbox_on_background.png
res/drawable-hdpi-v4/cling_arrow_up.png
res/drawable-hdpi-v4/cling_bg.9.png
res/drawable-hdpi-v4/cling_button_normal.9.png
res/drawable-hdpi-v4/cling_button_pressed.9.png
res/drawable-hdpi-v4/code_lock_bottom.9.png
res/drawable-hdpi-v4/code_lock_left.9.png
res/drawable-hdpi-v4/code_lock_top.9.png
res/drawable-hdpi-v4/combobox_disabled.png
res/drawable-hdpi-v4/combobox_nohighlight.png
res/drawable-hdpi-v4/compass_arrow.png
res/drawable-hdpi-v4/compass_base.png
res/drawable-hdpi-v4/contact_header_bg.9.png
res/drawable-hdpi-v4/create_contact.png
res/drawable-hdpi-v4/dark_header.9.png
res/drawable-hdpi-v4/day_picker_week_view_dayline_holo.9.png
res/drawable-hdpi-v4/dialog_bottom_holo_dark.9.png
res/drawable-hdpi-v4/dialog_bottom_holo_light.9.png
res/drawable-hdpi-v4/dialog_divider_horizontal_holo_dark.9.png
res/drawable-hdpi-v4/dialog_divider_horizontal_holo_light.9.png
res/drawable-hdpi-v4/dialog_divider_horizontal_light.9.png
res/drawable-hdpi-v4/dialog_full_holo_dark.9.png
res/drawable-hdpi-v4/dialog_full_holo_light.9.png
res/drawable-hdpi-v4/dialog_ic_close_focused_holo_dark.png
res/drawable-hdpi-v4/dialog_ic_close_focused_holo_light.png
res/drawable-hdpi-v4/dialog_ic_close_normal_holo_dark.png
res/drawable-hdpi-v4/dialog_ic_close_normal_holo_light.png
res/drawable-hdpi-v4/dialog_ic_close_pressed_holo_dark.png
res/drawable-hdpi-v4/dialog_ic_close_pressed_holo_light.png
res/drawable-hdpi-v4/dialog_middle_holo.9.png
res/drawable-hdpi-v4/dialog_middle_holo_dark.9.png
res/drawable-hdpi-v4/dialog_middle_holo_light.9.png
res/drawable-hdpi-v4/dialog_top_holo_dark.9.png
res/drawable-hdpi-v4/dialog_top_holo_light.9.png
res/drawable-hdpi-v4/divider_horizontal_bright.9.png
res/drawable-hdpi-v4/divider_horizontal_bright_opaque.9.png
res/drawable-hdpi-v4/divider_horizontal_dark.9.png
res/drawable-hdpi-v4/divider_horizontal_dark_opaque.9.png
res/drawable-hdpi-v4/divider_horizontal_dim_dark.9.png
res/drawable-hdpi-v4/divider_horizontal_holo_dark.9.png
res/drawable-hdpi-v4/divider_horizontal_holo_light.9.png
res/drawable-hdpi-v4/divider_horizontal_textfield.9.png
res/drawable-hdpi-v4/divider_strong_holo.9.png
res/drawable-hdpi-v4/divider_vertical_bright.9.png
res/drawable-hdpi-v4/divider_vertical_bright_opaque.9.png
res/drawable-hdpi-v4/divider_vertical_dark.9.png
res/drawable-hdpi-v4/divider_vertical_dark_opaque.9.png
res/drawable-hdpi-v4/divider_vertical_holo_dark.9.png
res/drawable-hdpi-v4/divider_vertical_holo_light.9.png
res/drawable-hdpi-v4/dropdown_disabled_focused_holo_dark.9.png
res/drawable-hdpi-v4/dropdown_disabled_focused_holo_light.9.png
res/drawable-hdpi-v4/dropdown_disabled_holo_dark.9.png
res/drawable-hdpi-v4/dropdown_disabled_holo_light.9.png
res/drawable-hdpi-v4/dropdown_focused_holo_dark.9.png
res/drawable-hdpi-v4/dropdown_focused_holo_light.9.png
res/drawable-hdpi-v4/dropdown_ic_arrow_disabled_focused_holo_dark.png
res/drawable-hdpi-v4/dropdown_ic_arrow_disabled_focused_holo_light.png
res/drawable-hdpi-v4/dropdown_ic_arrow_disabled_holo_dark.png
res/drawable-hdpi-v4/dropdown_ic_arrow_disabled_holo_light.png
res/drawable-hdpi-v4/dropdown_ic_arrow_focused_holo_dark.png
res/drawable-hdpi-v4/dropdown_ic_arrow_focused_holo_light.png
res/drawable-hdpi-v4/dropdown_ic_arrow_normal_holo_dark.png
res/drawable-hdpi-v4/dropdown_ic_arrow_normal_holo_light.png
res/drawable-hdpi-v4/dropdown_ic_arrow_pressed_holo_dark.png
res/drawable-hdpi-v4/dropdown_ic_arrow_pressed_holo_light.png
res/drawable-hdpi-v4/dropdown_normal_holo_dark.9.png
res/drawable-hdpi-v4/dropdown_normal_holo_light.9.png
res/drawable-hdpi-v4/dropdown_pressed_holo_dark.9.png
res/drawable-hdpi-v4/dropdown_pressed_holo_light.9.png
res/drawable-hdpi-v4/edit_query.png
res/drawable-hdpi-v4/edit_query_background_normal.9.png
res/drawable-hdpi-v4/edit_query_background_pressed.9.png
res/drawable-hdpi-v4/edit_query_background_selected.9.png
res/drawable-hdpi-v4/editbox_background_focus_yellow.9.png
res/drawable-hdpi-v4/editbox_background_normal.9.png
res/drawable-hdpi-v4/editbox_dropdown_background.9.png
res/drawable-hdpi-v4/editbox_dropdown_background_dark.9.png
res/drawable-hdpi-v4/emo_im_angel.png
res/drawable-hdpi-v4/emo_im_cool.png
res/drawable-hdpi-v4/emo_im_crying.png
res/drawable-hdpi-v4/emo_im_embarrassed.png
res/drawable-hdpi-v4/emo_im_foot_in_mouth.png
res/drawable-hdpi-v4/emo_im_happy.png
res/drawable-hdpi-v4/emo_im_kissing.png
res/drawable-hdpi-v4/emo_im_laughing.png
res/drawable-hdpi-v4/emo_im_lips_are_sealed.png
res/drawable-hdpi-v4/emo_im_money_mouth.png
res/drawable-hdpi-v4/emo_im_sad.png
res/drawable-hdpi-v4/emo_im_surprised.png
res/drawable-hdpi-v4/emo_im_tongue_sticking_out.png
res/drawable-hdpi-v4/emo_im_undecided.png
res/drawable-hdpi-v4/emo_im_winking.png
res/drawable-hdpi-v4/emo_im_wtf.png
res/drawable-hdpi-v4/emo_im_yelling.png
res/drawable-hdpi-v4/expander_close_holo_dark.9.png
res/drawable-hdpi-v4/expander_close_holo_light.9.png
res/drawable-hdpi-v4/expander_close_mtrl_alpha.9.png
res/drawable-hdpi-v4/expander_ic_maximized.9.png
res/drawable-hdpi-v4/expander_ic_minimized.9.png
res/drawable-hdpi-v4/expander_open_holo_dark.9.png
res/drawable-hdpi-v4/expander_open_holo_light.9.png
res/drawable-hdpi-v4/expander_open_mtrl_alpha.9.png
res/drawable-hdpi-v4/fastscroll_label_left_holo_dark.9.png
res/drawable-hdpi-v4/fastscroll_label_left_holo_light.9.png
res/drawable-hdpi-v4/fastscroll_label_right_holo_dark.9.png
res/drawable-hdpi-v4/fastscroll_label_right_holo_light.9.png
res/drawable-hdpi-v4/fastscroll_thumb_default_holo.png
res/drawable-hdpi-v4/fastscroll_thumb_pressed_holo.png
res/drawable-hdpi-v4/fastscroll_track_default_holo_dark.9.png
res/drawable-hdpi-v4/fastscroll_track_default_holo_light.9.png
res/drawable-hdpi-v4/fastscroll_track_pressed_holo_dark.9.png
res/drawable-hdpi-v4/fastscroll_track_pressed_holo_light.9.png
res/drawable-hdpi-v4/focused_application_background_static.png
res/drawable-hdpi-v4/frame_gallery_thumb.9.png
res/drawable-hdpi-v4/frame_gallery_thumb_pressed.9.png
res/drawable-hdpi-v4/frame_gallery_thumb_selected.9.png
res/drawable-hdpi-v4/gallery_selected_default.9.png
res/drawable-hdpi-v4/gallery_selected_focused.9.png
res/drawable-hdpi-v4/gallery_selected_pressed.9.png
res/drawable-hdpi-v4/gallery_unselected_default.9.png
res/drawable-hdpi-v4/gallery_unselected_pressed.9.png
res/drawable-hdpi-v4/grid_selector_background_focus.9.png
res/drawable-hdpi-v4/grid_selector_background_pressed.9.png
res/drawable-hdpi-v4/highlight_disabled.9.png
res/drawable-hdpi-v4/highlight_pressed.9.png
res/drawable-hdpi-v4/highlight_selected.9.png
res/drawable-hdpi-v4/ic_ab_back_holo_dark_am.png
res/drawable-hdpi-v4/ic_ab_back_holo_light_am.png
res/drawable-hdpi-v4/ic_action_assist_focused.png
res/drawable-hdpi-v4/ic_aggregated.png
res/drawable-hdpi-v4/ic_audio_notification_am_alpha.png
res/drawable-hdpi-v4/ic_audio_notification_mute_am_alpha.png
res/drawable-hdpi-v4/ic_btn_round_more_disabled.png
res/drawable-hdpi-v4/ic_btn_round_more_normal.png
res/drawable-hdpi-v4/ic_btn_search_go.png
res/drawable-hdpi-v4/ic_btn_speak_now.png
res/drawable-hdpi-v4/ic_btn_square_browser_zoom_fit_page_disabled.png
res/drawable-hdpi-v4/ic_btn_square_browser_zoom_fit_page_normal.png
res/drawable-hdpi-v4/ic_btn_square_browser_zoom_page_overview_disabled.png
res/drawable-hdpi-v4/ic_btn_square_browser_zoom_page_overview_normal.png
res/drawable-hdpi-v4/ic_bullet_key_permission.png
res/drawable-hdpi-v4/ic_cab_done_holo.png
res/drawable-hdpi-v4/ic_cab_done_holo_dark.png
res/drawable-hdpi-v4/ic_cab_done_holo_light.png
res/drawable-hdpi-v4/ic_cab_done_mtrl_alpha.png
res/drawable-hdpi-v4/ic_checkmark_holo_light.png
res/drawable-hdpi-v4/ic_clear_disabled.png
res/drawable-hdpi-v4/ic_clear_mtrl_alpha.png
res/drawable-hdpi-v4/ic_clear_normal.png
res/drawable-hdpi-v4/ic_clear_search_api_disabled_holo_dark.png
res/drawable-hdpi-v4/ic_clear_search_api_disabled_holo_light.png
res/drawable-hdpi-v4/ic_clear_search_api_holo_dark.png
res/drawable-hdpi-v4/ic_clear_search_api_holo_light.png
res/drawable-hdpi-v4/ic_coins_l.png
res/drawable-hdpi-v4/ic_coins_s.png
res/drawable-hdpi-v4/ic_commit_search_api_holo_dark.png
res/drawable-hdpi-v4/ic_commit_search_api_holo_light.png
res/drawable-hdpi-v4/ic_commit_search_api_mtrl_alpha.png
res/drawable-hdpi-v4/ic_contact_picture.png
res/drawable-hdpi-v4/ic_contact_picture_2.png
res/drawable-hdpi-v4/ic_contact_picture_3.png
res/drawable-hdpi-v4/ic_delete.png
res/drawable-hdpi-v4/ic_dialog_alert.png
res/drawable-hdpi-v4/ic_dialog_alert_holo_dark.png
res/drawable-hdpi-v4/ic_dialog_alert_holo_light.png
res/drawable-hdpi-v4/ic_dialog_close_normal_holo.png
res/drawable-hdpi-v4/ic_dialog_close_pressed_holo.png
res/drawable-hdpi-v4/ic_dialog_dialer.png
res/drawable-hdpi-v4/ic_dialog_email.png
res/drawable-hdpi-v4/ic_dialog_focused_holo.png
res/drawable-hdpi-v4/ic_dialog_info.png
res/drawable-hdpi-v4/ic_dialog_map.png
res/drawable-hdpi-v4/ic_dialog_time.png
res/drawable-hdpi-v4/ic_dialog_usb.png
res/drawable-hdpi-v4/ic_emergency.png
res/drawable-hdpi-v4/ic_find_next_holo_dark.png
res/drawable-hdpi-v4/ic_find_next_holo_light.png
res/drawable-hdpi-v4/ic_find_next_mtrl_alpha.png
res/drawable-hdpi-v4/ic_find_previous_holo_dark.png
res/drawable-hdpi-v4/ic_find_previous_holo_light.png
res/drawable-hdpi-v4/ic_find_previous_mtrl_alpha.png
res/drawable-hdpi-v4/ic_go.png
res/drawable-hdpi-v4/ic_go_search_api_holo_dark.png
res/drawable-hdpi-v4/ic_go_search_api_holo_light.png
res/drawable-hdpi-v4/ic_input_add.png
res/drawable-hdpi-v4/ic_input_delete.png
res/drawable-hdpi-v4/ic_input_get.png
res/drawable-hdpi-v4/ic_jog_dial_answer.png
res/drawable-hdpi-v4/ic_jog_dial_answer_and_end.png
res/drawable-hdpi-v4/ic_jog_dial_answer_and_hold.png
res/drawable-hdpi-v4/ic_jog_dial_decline.png
res/drawable-hdpi-v4/ic_jog_dial_sound_off.png
res/drawable-hdpi-v4/ic_jog_dial_sound_on.png
res/drawable-hdpi-v4/ic_jog_dial_unlock.png
res/drawable-hdpi-v4/ic_jog_dial_vibrate_on.png
res/drawable-hdpi-v4/ic_launcher_android.png
res/drawable-hdpi-v4/ic_lock_airplane_mode_alpha.png
res/drawable-hdpi-v4/ic_lock_airplane_mode_off_am_alpha.png
res/drawable-hdpi-v4/ic_lock_idle_alarm_alpha.png
res/drawable-hdpi-v4/ic_lock_idle_charging.png
res/drawable-hdpi-v4/ic_lock_idle_lock.png
res/drawable-hdpi-v4/ic_lock_idle_low_battery.png
res/drawable-hdpi-v4/ic_lock_lock_alpha.png
res/drawable-hdpi-v4/ic_lock_open_wht_24dp.png
res/drawable-hdpi-v4/ic_lock_outline_wht_24dp.png
res/drawable-hdpi-v4/ic_lock_power_off_alpha.png
res/drawable-hdpi-v4/ic_lock_ringer_off_alpha.png
res/drawable-hdpi-v4/ic_lock_ringer_on_alpha.png
res/drawable-hdpi-v4/ic_lock_silent_mode.png
res/drawable-hdpi-v4/ic_lock_silent_mode_off.png
res/drawable-hdpi-v4/ic_lock_silent_mode_vibrate.png
res/drawable-hdpi-v4/ic_lockscreen_handle_pressed.png
res/drawable-hdpi-v4/ic_maps_indicator_current_position.png
res/drawable-hdpi-v4/ic_maps_indicator_current_position_anim1.png
res/drawable-hdpi-v4/ic_maps_indicator_current_position_anim2.png
res/drawable-hdpi-v4/ic_maps_indicator_current_position_anim3.png
res/drawable-hdpi-v4/ic_media_embed_play.png
res/drawable-hdpi-v4/ic_media_ff.png
res/drawable-hdpi-v4/ic_media_fullscreen.png
res/drawable-hdpi-v4/ic_media_next.png
res/drawable-hdpi-v4/ic_media_pause.png
res/drawable-hdpi-v4/ic_media_play.png
res/drawable-hdpi-v4/ic_media_previous.png
res/drawable-hdpi-v4/ic_media_rew.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_00_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_01_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_02_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_03_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_04_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_05_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_06_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_07_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_08_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_09_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_10_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_11_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_12_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_13_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_14_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_15_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_16_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_17_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_18_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_19_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_20_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_21_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_22_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_23_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_24_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_25_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_26_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_27_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_28_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_29_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_dark_30_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_00_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_01_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_02_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_03_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_04_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_05_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_06_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_07_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_08_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_09_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_10_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_11_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_12_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_13_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_14_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_15_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_16_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_17_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_18_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_19_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_20_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_21_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_22_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_23_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_24_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_25_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_26_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_27_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_28_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_29_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connected_light_30_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_00_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_01_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_02_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_03_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_04_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_05_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_06_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_07_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_08_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_09_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_10_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_11_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_12_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_13_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_14_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_15_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_16_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_17_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_18_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_19_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_20_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_21_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_22_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_23_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_24_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_25_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_26_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_27_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_28_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_29_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_dark_30_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_00_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_01_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_02_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_03_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_04_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_05_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_06_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_07_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_08_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_09_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_10_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_11_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_12_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_13_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_14_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_15_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_16_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_17_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_18_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_19_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_20_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_21_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_22_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_23_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_24_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_25_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_26_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_27_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_28_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_29_mtrl.png
res/drawable-hdpi-v4/ic_media_route_connecting_light_30_mtrl.png
res/drawable-hdpi-v4/ic_media_route_disabled_holo_dark.png
res/drawable-hdpi-v4/ic_media_route_disabled_holo_light.png
res/drawable-hdpi-v4/ic_media_route_disabled_mtrl_alpha.png
res/drawable-hdpi-v4/ic_media_route_off_dark_mtrl.png
res/drawable-hdpi-v4/ic_media_route_off_holo_dark.png
res/drawable-hdpi-v4/ic_media_route_off_holo_light.png
res/drawable-hdpi-v4/ic_media_route_off_light_mtrl.png
res/drawable-hdpi-v4/ic_media_route_on_0_holo_dark.png
res/drawable-hdpi-v4/ic_media_route_on_0_holo_light.png
res/drawable-hdpi-v4/ic_media_route_on_1_holo_dark.png
res/drawable-hdpi-v4/ic_media_route_on_1_holo_light.png
res/drawable-hdpi-v4/ic_media_route_on_2_holo_dark.png
res/drawable-hdpi-v4/ic_media_route_on_2_holo_light.png
res/drawable-hdpi-v4/ic_media_route_on_holo_dark.png
res/drawable-hdpi-v4/ic_media_route_on_holo_light.png
res/drawable-hdpi-v4/ic_media_stop.png
res/drawable-hdpi-v4/ic_media_video_poster.png
res/drawable-hdpi-v4/ic_menu_account_list.png
res/drawable-hdpi-v4/ic_menu_add.png
res/drawable-hdpi-v4/ic_menu_agenda.png
res/drawable-hdpi-v4/ic_menu_allfriends.png
res/drawable-hdpi-v4/ic_menu_always_landscape_portrait.png
res/drawable-hdpi-v4/ic_menu_archive.png
res/drawable-hdpi-v4/ic_menu_attachment.png
res/drawable-hdpi-v4/ic_menu_back.png
res/drawable-hdpi-v4/ic_menu_block.png
res/drawable-hdpi-v4/ic_menu_blocked_user.png
res/drawable-hdpi-v4/ic_menu_btn_add.png
res/drawable-hdpi-v4/ic_menu_call.png
res/drawable-hdpi-v4/ic_menu_camera.png
res/drawable-hdpi-v4/ic_menu_cc_am.png
res/drawable-hdpi-v4/ic_menu_chat_dashboard.png
res/drawable-hdpi-v4/ic_menu_clear_playlist.png
res/drawable-hdpi-v4/ic_menu_close_clear_cancel.png
res/drawable-hdpi-v4/ic_menu_compass.png
res/drawable-hdpi-v4/ic_menu_compose.png
res/drawable-hdpi-v4/ic_menu_copy.png
res/drawable-hdpi-v4/ic_menu_copy_holo_dark.png
res/drawable-hdpi-v4/ic_menu_copy_holo_light.png
res/drawable-hdpi-v4/ic_menu_crop.png
res/drawable-hdpi-v4/ic_menu_cut.png
res/drawable-hdpi-v4/ic_menu_cut_holo_dark.png
res/drawable-hdpi-v4/ic_menu_cut_holo_light.png
res/drawable-hdpi-v4/ic_menu_day.png
res/drawable-hdpi-v4/ic_menu_delete.png
res/drawable-hdpi-v4/ic_menu_directions.png
res/drawable-hdpi-v4/ic_menu_edit.png
res/drawable-hdpi-v4/ic_menu_emoticons.png
res/drawable-hdpi-v4/ic_menu_end_conversation.png
res/drawable-hdpi-v4/ic_menu_find.png
res/drawable-hdpi-v4/ic_menu_find_holo_dark.png
res/drawable-hdpi-v4/ic_menu_find_holo_light.png
res/drawable-hdpi-v4/ic_menu_find_mtrl_alpha.png
res/drawable-hdpi-v4/ic_menu_forward.png
res/drawable-hdpi-v4/ic_menu_friendslist.png
res/drawable-hdpi-v4/ic_menu_gallery.png
res/drawable-hdpi-v4/ic_menu_goto.png
res/drawable-hdpi-v4/ic_menu_help.png
res/drawable-hdpi-v4/ic_menu_help_holo_light.png
res/drawable-hdpi-v4/ic_menu_home.png
res/drawable-hdpi-v4/ic_menu_info_details.png
res/drawable-hdpi-v4/ic_menu_invite.png
res/drawable-hdpi-v4/ic_menu_login.png
res/drawable-hdpi-v4/ic_menu_manage.png
res/drawable-hdpi-v4/ic_menu_mapmode.png
res/drawable-hdpi-v4/ic_menu_mark.png
res/drawable-hdpi-v4/ic_menu_month.png
res/drawable-hdpi-v4/ic_menu_more.png
res/drawable-hdpi-v4/ic_menu_moreoverflow.png
res/drawable-hdpi-v4/ic_menu_moreoverflow_focused_holo_dark.png
res/drawable-hdpi-v4/ic_menu_moreoverflow_focused_holo_light.png
res/drawable-hdpi-v4/ic_menu_moreoverflow_normal_holo_dark.png
res/drawable-hdpi-v4/ic_menu_moreoverflow_normal_holo_light.png
res/drawable-hdpi-v4/ic_menu_my_calendar.png
res/drawable-hdpi-v4/ic_menu_mylocation.png
res/drawable-hdpi-v4/ic_menu_myplaces.png
res/drawable-hdpi-v4/ic_menu_notifications.png
res/drawable-hdpi-v4/ic_menu_paste.png
res/drawable-hdpi-v4/ic_menu_paste_holo_dark.png
res/drawable-hdpi-v4/ic_menu_paste_holo_light.png
res/drawable-hdpi-v4/ic_menu_play_clip.png
res/drawable-hdpi-v4/ic_menu_preferences.png
res/drawable-hdpi-v4/ic_menu_recent_history.png
res/drawable-hdpi-v4/ic_menu_report_image.png
res/drawable-hdpi-v4/ic_menu_revert.png
res/drawable-hdpi-v4/ic_menu_rotate.png
res/drawable-hdpi-v4/ic_menu_save.png
res/drawable-hdpi-v4/ic_menu_search.png
res/drawable-hdpi-v4/ic_menu_search_holo_dark.png
res/drawable-hdpi-v4/ic_menu_search_holo_light.png
res/drawable-hdpi-v4/ic_menu_search_mtrl_alpha.png
res/drawable-hdpi-v4/ic_menu_selectall_holo_dark.png
res/drawable-hdpi-v4/ic_menu_selectall_holo_light.png
res/drawable-hdpi-v4/ic_menu_send.png
res/drawable-hdpi-v4/ic_menu_set_as.png
res/drawable-hdpi-v4/ic_menu_settings_holo_light.png
res/drawable-hdpi-v4/ic_menu_share.png
res/drawable-hdpi-v4/ic_menu_share_holo_dark.png
res/drawable-hdpi-v4/ic_menu_share_holo_light.png
res/drawable-hdpi-v4/ic_menu_slideshow.png
res/drawable-hdpi-v4/ic_menu_sort_alphabetically.png
res/drawable-hdpi-v4/ic_menu_sort_by_size.png
res/drawable-hdpi-v4/ic_menu_star.png
res/drawable-hdpi-v4/ic_menu_start_conversation.png
res/drawable-hdpi-v4/ic_menu_stop.png
res/drawable-hdpi-v4/ic_menu_today.png
res/drawable-hdpi-v4/ic_menu_upload.png
res/drawable-hdpi-v4/ic_menu_upload_you_tube.png
res/drawable-hdpi-v4/ic_menu_view.png
res/drawable-hdpi-v4/ic_menu_week.png
res/drawable-hdpi-v4/ic_menu_zoom.png
res/drawable-hdpi-v4/ic_notification_cast_0.png
res/drawable-hdpi-v4/ic_notification_cast_1.png
res/drawable-hdpi-v4/ic_notification_cast_2.png
res/drawable-hdpi-v4/ic_notification_clear_all.png
res/drawable-hdpi-v4/ic_notification_overlay.9.png
res/drawable-hdpi-v4/ic_partial_secure.png
res/drawable-hdpi-v4/ic_popup_disk_full.png
res/drawable-hdpi-v4/ic_popup_reminder.png
res/drawable-hdpi-v4/ic_popup_sync_1.png
res/drawable-hdpi-v4/ic_popup_sync_2.png
res/drawable-hdpi-v4/ic_popup_sync_3.png
res/drawable-hdpi-v4/ic_popup_sync_4.png
res/drawable-hdpi-v4/ic_popup_sync_5.png
res/drawable-hdpi-v4/ic_popup_sync_6.png
res/drawable-hdpi-v4/ic_search.png
res/drawable-hdpi-v4/ic_search_api_holo_dark.png
res/drawable-hdpi-v4/ic_search_api_holo_light.png
res/drawable-hdpi-v4/ic_search_category_default.png
res/drawable-hdpi-v4/ic_secure.png
res/drawable-hdpi-v4/ic_settings.png
res/drawable-hdpi-v4/ic_settings_language.png
res/drawable-hdpi-v4/ic_sim_card_multi_24px_clr.png
res/drawable-hdpi-v4/ic_sim_card_multi_48px_clr.png
res/drawable-hdpi-v4/ic_star_black_16dp.png
res/drawable-hdpi-v4/ic_star_black_36dp.png
res/drawable-hdpi-v4/ic_star_black_48dp.png
res/drawable-hdpi-v4/ic_star_half_black_16dp.png
res/drawable-hdpi-v4/ic_star_half_black_36dp.png
res/drawable-hdpi-v4/ic_star_half_black_48dp.png
res/drawable-hdpi-v4/ic_sysbar_quicksettings.png
res/drawable-hdpi-v4/ic_vibrate.png
res/drawable-hdpi-v4/ic_vibrate_small.png
res/drawable-hdpi-v4/ic_voice_search.png
res/drawable-hdpi-v4/ic_voice_search_api_holo_dark.png
res/drawable-hdpi-v4/ic_voice_search_api_holo_light.png
res/drawable-hdpi-v4/ic_volume.png
res/drawable-hdpi-v4/ic_volume_bluetooth_ad2p.png
res/drawable-hdpi-v4/ic_volume_bluetooth_in_call.png
res/drawable-hdpi-v4/ic_volume_off.png
res/drawable-hdpi-v4/ic_volume_off_small.png
res/drawable-hdpi-v4/ic_volume_small.png
res/drawable-hdpi-v4/icon_highlight_rectangle.9.png
res/drawable-hdpi-v4/icon_highlight_square.9.png
res/drawable-hdpi-v4/ime_qwerty.png
res/drawable-hdpi-v4/indicator_input_error.png
res/drawable-hdpi-v4/jog_dial_arrow_long_left_green.png
res/drawable-hdpi-v4/jog_dial_arrow_long_left_yellow.png
res/drawable-hdpi-v4/jog_dial_arrow_long_middle_yellow.png
res/drawable-hdpi-v4/jog_dial_arrow_long_right_red.png
res/drawable-hdpi-v4/jog_dial_arrow_long_right_yellow.png
res/drawable-hdpi-v4/jog_dial_arrow_short_left.png
res/drawable-hdpi-v4/jog_dial_arrow_short_left_and_right.png
res/drawable-hdpi-v4/jog_dial_arrow_short_right.png
res/drawable-hdpi-v4/jog_dial_bg.png
res/drawable-hdpi-v4/jog_dial_dimple.png
res/drawable-hdpi-v4/jog_dial_dimple_dim.png
res/drawable-hdpi-v4/jog_tab_bar_left_end_confirm_gray.9.png
res/drawable-hdpi-v4/jog_tab_bar_left_end_confirm_green.9.png
res/drawable-hdpi-v4/jog_tab_bar_left_end_confirm_red.9.png
res/drawable-hdpi-v4/jog_tab_bar_left_end_confirm_yellow.9.png
res/drawable-hdpi-v4/jog_tab_bar_left_end_normal.9.png
res/drawable-hdpi-v4/jog_tab_bar_left_end_pressed.9.png
res/drawable-hdpi-v4/jog_tab_bar_right_end_confirm_gray.9.png
res/drawable-hdpi-v4/jog_tab_bar_right_end_confirm_green.9.png
res/drawable-hdpi-v4/jog_tab_bar_right_end_confirm_red.9.png
res/drawable-hdpi-v4/jog_tab_bar_right_end_confirm_yellow.9.png
res/drawable-hdpi-v4/jog_tab_bar_right_end_normal.9.png
res/drawable-hdpi-v4/jog_tab_bar_right_end_pressed.9.png
res/drawable-hdpi-v4/jog_tab_left_confirm_gray.png
res/drawable-hdpi-v4/jog_tab_left_confirm_green.png
res/drawable-hdpi-v4/jog_tab_left_confirm_red.png
res/drawable-hdpi-v4/jog_tab_left_confirm_yellow.png
res/drawable-hdpi-v4/jog_tab_left_normal.png
res/drawable-hdpi-v4/jog_tab_left_pressed.png
res/drawable-hdpi-v4/jog_tab_right_confirm_gray.png
res/drawable-hdpi-v4/jog_tab_right_confirm_green.png
res/drawable-hdpi-v4/jog_tab_right_confirm_red.png
res/drawable-hdpi-v4/jog_tab_right_confirm_yellow.png
res/drawable-hdpi-v4/jog_tab_right_normal.png
res/drawable-hdpi-v4/jog_tab_right_pressed.png
res/drawable-hdpi-v4/jog_tab_target_gray.png
res/drawable-hdpi-v4/jog_tab_target_green.png
res/drawable-hdpi-v4/jog_tab_target_red.png
res/drawable-hdpi-v4/jog_tab_target_yellow.png
res/drawable-hdpi-v4/keyboard_accessory_bg_landscape.9.png
res/drawable-hdpi-v4/keyboard_background.9.png
res/drawable-hdpi-v4/keyboard_key_feedback_background.9.png
res/drawable-hdpi-v4/keyboard_key_feedback_more_background.9.png
res/drawable-hdpi-v4/keyboard_popup_panel_background.9.png
res/drawable-hdpi-v4/keyboard_popup_panel_trans_background.9.png
res/drawable-hdpi-v4/light_header.9.png
res/drawable-hdpi-v4/list_activated_holo.9.png
res/drawable-hdpi-v4/list_divider_holo_dark.9.png
res/drawable-hdpi-v4/list_divider_holo_light.9.png
res/drawable-hdpi-v4/list_divider_horizontal_holo_dark.9.png
res/drawable-hdpi-v4/list_focused_holo.9.png
res/drawable-hdpi-v4/list_longpressed_holo.9.png
res/drawable-hdpi-v4/list_longpressed_holo_dark.9.png
res/drawable-hdpi-v4/list_longpressed_holo_light.9.png
res/drawable-hdpi-v4/list_pressed_holo_dark.9.png
res/drawable-hdpi-v4/list_pressed_holo_light.9.png
res/drawable-hdpi-v4/list_section_divider_holo_dark.9.png
res/drawable-hdpi-v4/list_section_divider_holo_light.9.png
res/drawable-hdpi-v4/list_section_divider_mtrl_alpha.9.png
res/drawable-hdpi-v4/list_section_header_holo_dark.9.png
res/drawable-hdpi-v4/list_section_header_holo_light.9.png
res/drawable-hdpi-v4/list_selected_holo_dark.9.png
res/drawable-hdpi-v4/list_selected_holo_light.9.png
res/drawable-hdpi-v4/list_selector_activated_holo_dark.9.png
res/drawable-hdpi-v4/list_selector_activated_holo_light.9.png
res/drawable-hdpi-v4/list_selector_background_default.9.png
res/drawable-hdpi-v4/list_selector_background_default_light.9.png
res/drawable-hdpi-v4/list_selector_background_disabled.9.png
res/drawable-hdpi-v4/list_selector_background_disabled_light.9.png
res/drawable-hdpi-v4/list_selector_background_focus.9.png
res/drawable-hdpi-v4/list_selector_background_focused.9.png
res/drawable-hdpi-v4/list_selector_background_focused_light.9.png
res/drawable-hdpi-v4/list_selector_background_focused_selected.9.png
res/drawable-hdpi-v4/list_selector_background_longpress.9.png
res/drawable-hdpi-v4/list_selector_background_longpress_light.9.png
res/drawable-hdpi-v4/list_selector_background_pressed.9.png
res/drawable-hdpi-v4/list_selector_background_pressed_light.9.png
res/drawable-hdpi-v4/list_selector_background_selected.9.png
res/drawable-hdpi-v4/list_selector_background_selected_light.9.png
res/drawable-hdpi-v4/list_selector_disabled_holo_dark.9.png
res/drawable-hdpi-v4/list_selector_disabled_holo_light.9.png
res/drawable-hdpi-v4/list_selector_focused_holo_dark.9.png
res/drawable-hdpi-v4/list_selector_focused_holo_light.9.png
res/drawable-hdpi-v4/list_selector_multiselect_holo_dark.9.png
res/drawable-hdpi-v4/list_selector_multiselect_holo_light.9.png
res/drawable-hdpi-v4/list_selector_pressed_holo_dark.9.png
res/drawable-hdpi-v4/list_selector_pressed_holo_light.9.png
res/drawable-hdpi-v4/magnified_region_frame.9.png
res/drawable-hdpi-v4/maps_google_logo.png
res/drawable-hdpi-v4/menu_background.9.png
res/drawable-hdpi-v4/menu_background_fill_parent_width.9.png
res/drawable-hdpi-v4/menu_dropdown_panel_holo_dark.9.png
res/drawable-hdpi-v4/menu_dropdown_panel_holo_light.9.png
res/drawable-hdpi-v4/menu_hardkey_panel_holo_dark.9.png
res/drawable-hdpi-v4/menu_hardkey_panel_holo_light.9.png
res/drawable-hdpi-v4/menu_popup_panel_holo_dark.9.png
res/drawable-hdpi-v4/menu_popup_panel_holo_light.9.png
res/drawable-hdpi-v4/menu_separator.9.png
res/drawable-hdpi-v4/menu_submenu_background.9.png
res/drawable-hdpi-v4/menuitem_background_focus.9.png
res/drawable-hdpi-v4/menuitem_background_pressed.9.png
res/drawable-hdpi-v4/menuitem_background_solid_focused.9.png
res/drawable-hdpi-v4/menuitem_background_solid_pressed.9.png
res/drawable-hdpi-v4/menuitem_checkbox_on.png
res/drawable-hdpi-v4/minitab_lt_focus.9.png
res/drawable-hdpi-v4/minitab_lt_press.9.png
res/drawable-hdpi-v4/minitab_lt_selected.9.png
res/drawable-hdpi-v4/minitab_lt_unselected.9.png
res/drawable-hdpi-v4/minitab_lt_unselected_press.9.png
res/drawable-hdpi-v4/numberpicker_down_disabled.9.png
res/drawable-hdpi-v4/numberpicker_down_disabled_focused.9.png
res/drawable-hdpi-v4/numberpicker_down_normal.9.png
res/drawable-hdpi-v4/numberpicker_down_pressed.9.png
res/drawable-hdpi-v4/numberpicker_down_selected.9.png
res/drawable-hdpi-v4/numberpicker_input_disabled.9.png
res/drawable-hdpi-v4/numberpicker_input_normal.9.png
res/drawable-hdpi-v4/numberpicker_input_pressed.9.png
res/drawable-hdpi-v4/numberpicker_input_selected.9.png
res/drawable-hdpi-v4/numberpicker_selection_divider.9.png
res/drawable-hdpi-v4/numberpicker_up_disabled.9.png
res/drawable-hdpi-v4/numberpicker_up_disabled_focused.9.png
res/drawable-hdpi-v4/numberpicker_up_normal.9.png
res/drawable-hdpi-v4/numberpicker_up_pressed.9.png
res/drawable-hdpi-v4/numberpicker_up_selected.9.png
res/drawable-hdpi-v4/panel_background.9.png
res/drawable-hdpi-v4/panel_bg_holo_dark.9.png
res/drawable-hdpi-v4/panel_bg_holo_light.9.png
res/drawable-hdpi-v4/panel_picture_frame_bg_focus_blue.9.png
res/drawable-hdpi-v4/panel_picture_frame_bg_normal.9.png
res/drawable-hdpi-v4/panel_picture_frame_bg_pressed_blue.9.png
res/drawable-hdpi-v4/password_field_default.9.png
res/drawable-hdpi-v4/password_keyboard_background_holo.9.png
res/drawable-hdpi-v4/perm_group_accessibility_features.png
res/drawable-hdpi-v4/perm_group_affects_battery.png
res/drawable-hdpi-v4/perm_group_app_info.png
res/drawable-hdpi-v4/perm_group_audio_settings.png
res/drawable-hdpi-v4/perm_group_bluetooth.png
res/drawable-hdpi-v4/perm_group_bookmarks.png
res/drawable-hdpi-v4/perm_group_device_alarms.png
res/drawable-hdpi-v4/perm_group_display.png
res/drawable-hdpi-v4/perm_group_network.png
res/drawable-hdpi-v4/perm_group_personal_info.png
res/drawable-hdpi-v4/perm_group_screenlock.png
res/drawable-hdpi-v4/perm_group_shortrange_network.png
res/drawable-hdpi-v4/perm_group_status_bar.png
res/drawable-hdpi-v4/perm_group_sync_settings.png
res/drawable-hdpi-v4/perm_group_system_clock.png
res/drawable-hdpi-v4/perm_group_system_tools.png
res/drawable-hdpi-v4/perm_group_voicemail.png
res/drawable-hdpi-v4/perm_group_wallpaper.png
res/drawable-hdpi-v4/picture_emergency.png
res/drawable-hdpi-v4/picture_frame.9.png
res/drawable-hdpi-v4/pointer_alias.png
res/drawable-hdpi-v4/pointer_all_scroll.png
res/drawable-hdpi-v4/pointer_arrow.png
res/drawable-hdpi-v4/pointer_cell.png
res/drawable-hdpi-v4/pointer_context_menu.png
res/drawable-hdpi-v4/pointer_copy.png
res/drawable-hdpi-v4/pointer_crosshair.png
res/drawable-hdpi-v4/pointer_grab.png
res/drawable-hdpi-v4/pointer_grabbing.png
res/drawable-hdpi-v4/pointer_hand.png
res/drawable-hdpi-v4/pointer_handwriting.png
res/drawable-hdpi-v4/pointer_help.png
res/drawable-hdpi-v4/pointer_horizontal_double_arrow.png
res/drawable-hdpi-v4/pointer_nodrop.png
res/drawable-hdpi-v4/pointer_spot_anchor.png
res/drawable-hdpi-v4/pointer_spot_hover.png
res/drawable-hdpi-v4/pointer_spot_touch.png
res/drawable-hdpi-v4/pointer_text.png
res/drawable-hdpi-v4/pointer_top_left_diagonal_double_arrow.png
res/drawable-hdpi-v4/pointer_top_right_diagonal_double_arrow.png
res/drawable-hdpi-v4/pointer_vertical_double_arrow.png
res/drawable-hdpi-v4/pointer_vertical_text.png
res/drawable-hdpi-v4/pointer_zoom_in.png
res/drawable-hdpi-v4/pointer_zoom_out.png
res/drawable-hdpi-v4/popup_background_mtrl_mult.9.png
res/drawable-hdpi-v4/popup_bottom_bright.9.png
res/drawable-hdpi-v4/popup_bottom_dark.9.png
res/drawable-hdpi-v4/popup_bottom_medium.9.png
res/drawable-hdpi-v4/popup_center_bright.9.png
res/drawable-hdpi-v4/popup_center_dark.9.png
res/drawable-hdpi-v4/popup_center_medium.9.png
res/drawable-hdpi-v4/popup_full_bright.9.png
res/drawable-hdpi-v4/popup_full_dark.9.png
res/drawable-hdpi-v4/popup_inline_error_above_am.9.png
res/drawable-hdpi-v4/popup_inline_error_above_holo_dark_am.9.png
res/drawable-hdpi-v4/popup_inline_error_above_holo_light_am.9.png
res/drawable-hdpi-v4/popup_inline_error_am.9.png
res/drawable-hdpi-v4/popup_inline_error_holo_dark_am.9.png
res/drawable-hdpi-v4/popup_inline_error_holo_light_am.9.png
res/drawable-hdpi-v4/popup_top_bright.9.png
res/drawable-hdpi-v4/popup_top_dark.9.png
res/drawable-hdpi-v4/presence_audio_away.png
res/drawable-hdpi-v4/presence_audio_busy.png
res/drawable-hdpi-v4/presence_audio_online.png
res/drawable-hdpi-v4/presence_away.png
res/drawable-hdpi-v4/presence_busy.png
res/drawable-hdpi-v4/presence_invisible.png
res/drawable-hdpi-v4/presence_offline.png
res/drawable-hdpi-v4/presence_online.png
res/drawable-hdpi-v4/presence_video_away.png
res/drawable-hdpi-v4/presence_video_busy.png
res/drawable-hdpi-v4/presence_video_online.png
res/drawable-hdpi-v4/pressed_application_background_static.png
res/drawable-hdpi-v4/progress_bg_holo_dark.9.png
res/drawable-hdpi-v4/progress_bg_holo_light.9.png
res/drawable-hdpi-v4/progress_primary_holo_dark.9.png
res/drawable-hdpi-v4/progress_primary_holo_light.9.png
res/drawable-hdpi-v4/progress_secondary_holo_dark.9.png
res/drawable-hdpi-v4/progress_secondary_holo_light.9.png
res/drawable-hdpi-v4/progressbar_indeterminate1.png
res/drawable-hdpi-v4/progressbar_indeterminate2.png
res/drawable-hdpi-v4/progressbar_indeterminate3.png
res/drawable-hdpi-v4/progressbar_indeterminate_holo1.png
res/drawable-hdpi-v4/progressbar_indeterminate_holo2.png
res/drawable-hdpi-v4/progressbar_indeterminate_holo3.png
res/drawable-hdpi-v4/progressbar_indeterminate_holo4.png
res/drawable-hdpi-v4/progressbar_indeterminate_holo5.png
res/drawable-hdpi-v4/progressbar_indeterminate_holo6.png
res/drawable-hdpi-v4/progressbar_indeterminate_holo7.png
res/drawable-hdpi-v4/progressbar_indeterminate_holo8.png
res/drawable-hdpi-v4/quickactions_arrowdown_left_holo_dark.9.png
res/drawable-hdpi-v4/quickactions_arrowdown_left_holo_light.9.png
res/drawable-hdpi-v4/quickactions_arrowdown_right_holo_dark.9.png
res/drawable-hdpi-v4/quickactions_arrowdown_right_holo_light.9.png
res/drawable-hdpi-v4/quickactions_arrowup_left_holo_dark.9.png
res/drawable-hdpi-v4/quickactions_arrowup_left_holo_light.9.png
res/drawable-hdpi-v4/quickactions_arrowup_left_right_holo_dark.9.png
res/drawable-hdpi-v4/quickactions_arrowup_right_holo_light.9.png
res/drawable-hdpi-v4/quickcontact_badge_overlay_focused_dark_am.9.png
res/drawable-hdpi-v4/quickcontact_badge_overlay_focused_light_am.9.png
res/drawable-hdpi-v4/quickcontact_badge_overlay_normal_dark_am.9.png
res/drawable-hdpi-v4/quickcontact_badge_overlay_normal_light_am.9.png
res/drawable-hdpi-v4/quickcontact_badge_overlay_pressed_dark_am.9.png
res/drawable-hdpi-v4/quickcontact_badge_overlay_pressed_light_am.9.png
res/drawable-hdpi-v4/radiobutton_off_background.png
res/drawable-hdpi-v4/radiobutton_on_background.png
res/drawable-hdpi-v4/rate_star_big_half.png
res/drawable-hdpi-v4/rate_star_big_half_holo_dark.png
res/drawable-hdpi-v4/rate_star_big_half_holo_light.png
res/drawable-hdpi-v4/rate_star_big_off.png
res/drawable-hdpi-v4/rate_star_big_off_holo_dark.png
res/drawable-hdpi-v4/rate_star_big_off_holo_light.png
res/drawable-hdpi-v4/rate_star_big_on.png
res/drawable-hdpi-v4/rate_star_big_on_holo_dark.png
res/drawable-hdpi-v4/rate_star_big_on_holo_light.png
res/drawable-hdpi-v4/rate_star_med_half.png
res/drawable-hdpi-v4/rate_star_med_half_holo_dark.png
res/drawable-hdpi-v4/rate_star_med_half_holo_light.png
res/drawable-hdpi-v4/rate_star_med_off.png
res/drawable-hdpi-v4/rate_star_med_off_holo_dark.png
res/drawable-hdpi-v4/rate_star_med_off_holo_light.png
res/drawable-hdpi-v4/rate_star_med_on.png
res/drawable-hdpi-v4/rate_star_med_on_holo_dark.png
res/drawable-hdpi-v4/rate_star_med_on_holo_light.png
res/drawable-hdpi-v4/rate_star_small_half.png
res/drawable-hdpi-v4/rate_star_small_half_holo_dark.png
res/drawable-hdpi-v4/rate_star_small_half_holo_light.png
res/drawable-hdpi-v4/rate_star_small_off.png
res/drawable-hdpi-v4/rate_star_small_off_holo_dark.png
res/drawable-hdpi-v4/rate_star_small_off_holo_light.png
res/drawable-hdpi-v4/rate_star_small_on.png
res/drawable-hdpi-v4/rate_star_small_on_holo_dark.png
res/drawable-hdpi-v4/rate_star_small_on_holo_light.png
res/drawable-hdpi-v4/recent_dialog_background.9.png
res/drawable-hdpi-v4/reticle.png
res/drawable-hdpi-v4/scrollbar_handle_accelerated_anim2.9.png
res/drawable-hdpi-v4/scrollbar_handle_holo_dark.9.png
res/drawable-hdpi-v4/scrollbar_handle_holo_light.9.png
res/drawable-hdpi-v4/scrollbar_handle_horizontal.9.png
res/drawable-hdpi-v4/scrollbar_handle_vertical.9.png
res/drawable-hdpi-v4/scrubber_control_disabled_holo.png
res/drawable-hdpi-v4/scrubber_control_focused_holo.png
res/drawable-hdpi-v4/scrubber_control_normal_holo.png
res/drawable-hdpi-v4/scrubber_control_on_mtrl_alpha.png
res/drawable-hdpi-v4/scrubber_control_on_pressed_mtrl_alpha.png
res/drawable-hdpi-v4/scrubber_control_pressed_holo.png
res/drawable-hdpi-v4/scrubber_primary_holo.9.png
res/drawable-hdpi-v4/scrubber_primary_mtrl_alpha.9.png
res/drawable-hdpi-v4/scrubber_secondary_holo.9.png
res/drawable-hdpi-v4/scrubber_track_holo_dark.9.png
res/drawable-hdpi-v4/scrubber_track_holo_light.9.png
res/drawable-hdpi-v4/scrubber_track_mtrl_alpha.9.png
res/drawable-hdpi-v4/search_dropdown_background.9.png
res/drawable-hdpi-v4/search_plate.9.png
res/drawable-hdpi-v4/search_plate_global.9.png
res/drawable-hdpi-v4/seek_thumb_normal.png
res/drawable-hdpi-v4/seek_thumb_pressed.png
res/drawable-hdpi-v4/seek_thumb_selected.png
res/drawable-hdpi-v4/settings_header_raw.9.png
res/drawable-hdpi-v4/sim_dark_blue.9.png
res/drawable-hdpi-v4/sim_dark_green.9.png
res/drawable-hdpi-v4/sim_dark_orange.9.png
res/drawable-hdpi-v4/sim_dark_purple.9.png
res/drawable-hdpi-v4/sim_light_blue.9.png
res/drawable-hdpi-v4/sim_light_green.9.png
res/drawable-hdpi-v4/sim_light_orange.9.png
res/drawable-hdpi-v4/sim_light_purple.9.png
res/drawable-hdpi-v4/spinner_16_inner_holo.png
res/drawable-hdpi-v4/spinner_16_outer_holo.png
res/drawable-hdpi-v4/spinner_48_inner_holo.png
res/drawable-hdpi-v4/spinner_48_outer_holo.png
res/drawable-hdpi-v4/spinner_76_inner_holo.png
res/drawable-hdpi-v4/spinner_76_outer_holo.png
res/drawable-hdpi-v4/spinner_ab_default_holo_dark_am.9.png
res/drawable-hdpi-v4/spinner_ab_default_holo_light_am.9.png
res/drawable-hdpi-v4/spinner_ab_disabled_holo_dark_am.9.png
res/drawable-hdpi-v4/spinner_ab_disabled_holo_light_am.9.png
res/drawable-hdpi-v4/spinner_ab_focused_holo_dark_am.9.png
res/drawable-hdpi-v4/spinner_ab_focused_holo_light_am.9.png
res/drawable-hdpi-v4/spinner_ab_pressed_holo_dark_am.9.png
res/drawable-hdpi-v4/spinner_ab_pressed_holo_light_am.9.png
res/drawable-hdpi-v4/spinner_black_16.png
res/drawable-hdpi-v4/spinner_black_20.png
res/drawable-hdpi-v4/spinner_black_48.png
res/drawable-hdpi-v4/spinner_black_76.png
res/drawable-hdpi-v4/spinner_default_holo_dark_am.9.png
res/drawable-hdpi-v4/spinner_default_holo_light_am.9.png
res/drawable-hdpi-v4/spinner_disabled_holo_dark_am.9.png
res/drawable-hdpi-v4/spinner_disabled_holo_light_am.9.png
res/drawable-hdpi-v4/spinner_dropdown_background_down.9.png
res/drawable-hdpi-v4/spinner_dropdown_background_up.9.png
res/drawable-hdpi-v4/spinner_focused_holo_dark_am.9.png
res/drawable-hdpi-v4/spinner_focused_holo_light_am.9.png
res/drawable-hdpi-v4/spinner_normal.9.png
res/drawable-hdpi-v4/spinner_press.9.png
res/drawable-hdpi-v4/spinner_pressed_holo_dark_am.9.png
res/drawable-hdpi-v4/spinner_pressed_holo_light_am.9.png
res/drawable-hdpi-v4/spinner_select.9.png
res/drawable-hdpi-v4/spinner_white_16.png
res/drawable-hdpi-v4/spinner_white_48.png
res/drawable-hdpi-v4/spinner_white_76.png
res/drawable-hdpi-v4/star_big_off.png
res/drawable-hdpi-v4/star_big_on.png
res/drawable-hdpi-v4/star_off.png
res/drawable-hdpi-v4/star_on.png
res/drawable-hdpi-v4/stat_ecb_mode.png
res/drawable-hdpi-v4/stat_notify_car_mode.png
res/drawable-hdpi-v4/stat_notify_chat.png
res/drawable-hdpi-v4/stat_notify_disk_full.png
res/drawable-hdpi-v4/stat_notify_email_generic.png
res/drawable-hdpi-v4/stat_notify_error.png
res/drawable-hdpi-v4/stat_notify_gmail.png
res/drawable-hdpi-v4/stat_notify_missed_call.png
res/drawable-hdpi-v4/stat_notify_mmcc_indication_icn.png
res/drawable-hdpi-v4/stat_notify_more.png
res/drawable-hdpi-v4/stat_notify_rssi_in_range.png
res/drawable-hdpi-v4/stat_notify_sdcard.png
res/drawable-hdpi-v4/stat_notify_sdcard_prepare.png
res/drawable-hdpi-v4/stat_notify_sdcard_usb.png
res/drawable-hdpi-v4/stat_notify_sim_toolkit.png
res/drawable-hdpi-v4/stat_notify_sync.png
res/drawable-hdpi-v4/stat_notify_sync_anim0.png
res/drawable-hdpi-v4/stat_notify_sync_error.png
res/drawable-hdpi-v4/stat_notify_voicemail.png
res/drawable-hdpi-v4/stat_sys_battery_0.png
res/drawable-hdpi-v4/stat_sys_battery_10.png
res/drawable-hdpi-v4/stat_sys_battery_100.png
res/drawable-hdpi-v4/stat_sys_battery_15.png
res/drawable-hdpi-v4/stat_sys_battery_20.png
res/drawable-hdpi-v4/stat_sys_battery_28.png
res/drawable-hdpi-v4/stat_sys_battery_40.png
res/drawable-hdpi-v4/stat_sys_battery_43.png
res/drawable-hdpi-v4/stat_sys_battery_57.png
res/drawable-hdpi-v4/stat_sys_battery_60.png
res/drawable-hdpi-v4/stat_sys_battery_71.png
res/drawable-hdpi-v4/stat_sys_battery_80.png
res/drawable-hdpi-v4/stat_sys_battery_85.png
res/drawable-hdpi-v4/stat_sys_battery_charge_anim0.png
res/drawable-hdpi-v4/stat_sys_battery_charge_anim1.png
res/drawable-hdpi-v4/stat_sys_battery_charge_anim100.png
res/drawable-hdpi-v4/stat_sys_battery_charge_anim15.png
res/drawable-hdpi-v4/stat_sys_battery_charge_anim2.png
res/drawable-hdpi-v4/stat_sys_battery_charge_anim28.png
res/drawable-hdpi-v4/stat_sys_battery_charge_anim3.png
res/drawable-hdpi-v4/stat_sys_battery_charge_anim4.png
res/drawable-hdpi-v4/stat_sys_battery_charge_anim43.png
res/drawable-hdpi-v4/stat_sys_battery_charge_anim5.png
res/drawable-hdpi-v4/stat_sys_battery_charge_anim57.png
res/drawable-hdpi-v4/stat_sys_battery_charge_anim71.png
res/drawable-hdpi-v4/stat_sys_battery_charge_anim85.png
res/drawable-hdpi-v4/stat_sys_battery_unknown.png
res/drawable-hdpi-v4/stat_sys_certificate_info.png
res/drawable-hdpi-v4/stat_sys_data_bluetooth.png
res/drawable-hdpi-v4/stat_sys_data_usb.png
res/drawable-hdpi-v4/stat_sys_data_wimax_signal_3_fully.png
res/drawable-hdpi-v4/stat_sys_data_wimax_signal_disconnected.png
res/drawable-hdpi-v4/stat_sys_download_anim0.png
res/drawable-hdpi-v4/stat_sys_download_anim1.png
res/drawable-hdpi-v4/stat_sys_download_anim2.png
res/drawable-hdpi-v4/stat_sys_download_anim3.png
res/drawable-hdpi-v4/stat_sys_download_anim4.png
res/drawable-hdpi-v4/stat_sys_download_anim5.png
res/drawable-hdpi-v4/stat_sys_gps_on.png
res/drawable-hdpi-v4/stat_sys_headset.png
res/drawable-hdpi-v4/stat_sys_phone_call.png
res/drawable-hdpi-v4/stat_sys_phone_call_forward.png
res/drawable-hdpi-v4/stat_sys_phone_call_on_hold.png
res/drawable-hdpi-v4/stat_sys_r_signal_0_cdma.png
res/drawable-hdpi-v4/stat_sys_r_signal_1_cdma.png
res/drawable-hdpi-v4/stat_sys_r_signal_2_cdma.png
res/drawable-hdpi-v4/stat_sys_r_signal_3_cdma.png
res/drawable-hdpi-v4/stat_sys_r_signal_4_cdma.png
res/drawable-hdpi-v4/stat_sys_ra_signal_0_cdma.png
res/drawable-hdpi-v4/stat_sys_ra_signal_1_cdma.png
res/drawable-hdpi-v4/stat_sys_ra_signal_2_cdma.png
res/drawable-hdpi-v4/stat_sys_ra_signal_3_cdma.png
res/drawable-hdpi-v4/stat_sys_ra_signal_4_cdma.png
res/drawable-hdpi-v4/stat_sys_signal_0_cdma.png
res/drawable-hdpi-v4/stat_sys_signal_1_cdma.png
res/drawable-hdpi-v4/stat_sys_signal_2_cdma.png
res/drawable-hdpi-v4/stat_sys_signal_3_cdma.png
res/drawable-hdpi-v4/stat_sys_signal_4_cdma.png
res/drawable-hdpi-v4/stat_sys_signal_evdo_0.png
res/drawable-hdpi-v4/stat_sys_signal_evdo_1.png
res/drawable-hdpi-v4/stat_sys_signal_evdo_2.png
res/drawable-hdpi-v4/stat_sys_signal_evdo_3.png
res/drawable-hdpi-v4/stat_sys_signal_evdo_4.png
res/drawable-hdpi-v4/stat_sys_throttled.png
res/drawable-hdpi-v4/stat_sys_upload_anim0.png
res/drawable-hdpi-v4/stat_sys_upload_anim1.png
res/drawable-hdpi-v4/stat_sys_upload_anim2.png
res/drawable-hdpi-v4/stat_sys_upload_anim3.png
res/drawable-hdpi-v4/stat_sys_upload_anim4.png
res/drawable-hdpi-v4/stat_sys_upload_anim5.png
res/drawable-hdpi-v4/stat_sys_vp_phone_call.png
res/drawable-hdpi-v4/stat_sys_vp_phone_call_on_hold.png
res/drawable-hdpi-v4/stat_sys_warning.png
res/drawable-hdpi-v4/status_bar_background.png
res/drawable-hdpi-v4/status_bar_header_background.9.png
res/drawable-hdpi-v4/status_bar_item_app_background_normal.9.png
res/drawable-hdpi-v4/status_bar_item_background_focus.9.png
res/drawable-hdpi-v4/status_bar_item_background_normal.9.png
res/drawable-hdpi-v4/status_bar_item_background_pressed.9.png
res/drawable-hdpi-v4/statusbar_background.9.png
res/drawable-hdpi-v4/submenu_arrow_nofocus.png
res/drawable-hdpi-v4/switch_bg_disabled_holo_dark.9.png
res/drawable-hdpi-v4/switch_bg_disabled_holo_light.9.png
res/drawable-hdpi-v4/switch_bg_focused_holo_dark.9.png
res/drawable-hdpi-v4/switch_bg_focused_holo_light.9.png
res/drawable-hdpi-v4/switch_bg_holo_dark.9.png
res/drawable-hdpi-v4/switch_bg_holo_light.9.png
res/drawable-hdpi-v4/switch_thumb_activated_holo_dark.9.png
res/drawable-hdpi-v4/switch_thumb_activated_holo_light.9.png
res/drawable-hdpi-v4/switch_thumb_disabled_holo_dark.9.png
res/drawable-hdpi-v4/switch_thumb_disabled_holo_light.9.png
res/drawable-hdpi-v4/switch_thumb_holo_dark.9.png
res/drawable-hdpi-v4/switch_thumb_holo_light.9.png
res/drawable-hdpi-v4/switch_thumb_pressed_holo_dark.9.png
res/drawable-hdpi-v4/switch_thumb_pressed_holo_light.9.png
res/drawable-hdpi-v4/sym_action_add.png
res/drawable-hdpi-v4/sym_action_call.png
res/drawable-hdpi-v4/sym_action_chat.png
res/drawable-hdpi-v4/sym_action_email.png
res/drawable-hdpi-v4/sym_call_incoming.png
res/drawable-hdpi-v4/sym_call_missed.png
res/drawable-hdpi-v4/sym_call_outgoing.png
res/drawable-hdpi-v4/sym_contact_card.png
res/drawable-hdpi-v4/sym_keyboard_delete.png
res/drawable-hdpi-v4/sym_keyboard_delete_dim.png
res/drawable-hdpi-v4/sym_keyboard_enter.png
res/drawable-hdpi-v4/sym_keyboard_feedback_delete.png
res/drawable-hdpi-v4/sym_keyboard_feedback_ok.png
res/drawable-hdpi-v4/sym_keyboard_feedback_return.png
res/drawable-hdpi-v4/sym_keyboard_feedback_shift.png
res/drawable-hdpi-v4/sym_keyboard_feedback_shift_locked.png
res/drawable-hdpi-v4/sym_keyboard_feedback_space.png
res/drawable-hdpi-v4/sym_keyboard_num0_no_plus.png
res/drawable-hdpi-v4/sym_keyboard_num1.png
res/drawable-hdpi-v4/sym_keyboard_num2.png
res/drawable-hdpi-v4/sym_keyboard_num3.png
res/drawable-hdpi-v4/sym_keyboard_num4.png
res/drawable-hdpi-v4/sym_keyboard_num5.png
res/drawable-hdpi-v4/sym_keyboard_num6.png
res/drawable-hdpi-v4/sym_keyboard_num7.png
res/drawable-hdpi-v4/sym_keyboard_num8.png
res/drawable-hdpi-v4/sym_keyboard_num9.png
res/drawable-hdpi-v4/sym_keyboard_ok.png
res/drawable-hdpi-v4/sym_keyboard_ok_dim.png
res/drawable-hdpi-v4/sym_keyboard_return.png
res/drawable-hdpi-v4/sym_keyboard_shift.png
res/drawable-hdpi-v4/sym_keyboard_shift_locked.png
res/drawable-hdpi-v4/sym_keyboard_space.png
res/drawable-hdpi-v4/tab_bottom_holo.9.png
res/drawable-hdpi-v4/tab_focus.9.png
res/drawable-hdpi-v4/tab_focus_bar_left.9.png
res/drawable-hdpi-v4/tab_focus_bar_right.9.png
res/drawable-hdpi-v4/tab_indicator_mtrl_alpha.9.png
res/drawable-hdpi-v4/tab_press.9.png
res/drawable-hdpi-v4/tab_press_bar_left.9.png
res/drawable-hdpi-v4/tab_press_bar_right.9.png
res/drawable-hdpi-v4/tab_pressed_holo.9.png
res/drawable-hdpi-v4/tab_selected.9.png
res/drawable-hdpi-v4/tab_selected_bar_left.9.png
res/drawable-hdpi-v4/tab_selected_bar_left_v4.9.png
res/drawable-hdpi-v4/tab_selected_bar_right.9.png
res/drawable-hdpi-v4/tab_selected_bar_right_v4.9.png
res/drawable-hdpi-v4/tab_selected_focused_holo.9.png
res/drawable-hdpi-v4/tab_selected_holo.9.png
res/drawable-hdpi-v4/tab_selected_pressed_holo.9.png
res/drawable-hdpi-v4/tab_selected_v4.9.png
res/drawable-hdpi-v4/tab_unselected.9.png
res/drawable-hdpi-v4/tab_unselected_focused_holo.9.png
res/drawable-hdpi-v4/tab_unselected_holo.9.png
res/drawable-hdpi-v4/tab_unselected_pressed_holo.9.png
res/drawable-hdpi-v4/tab_unselected_v4.9.png
res/drawable-hdpi-v4/text_edit_paste_window.9.png
res/drawable-hdpi-v4/text_edit_side_paste_window.9.png
res/drawable-hdpi-v4/text_edit_suggestions_window.9.png
res/drawable-hdpi-v4/text_select_handle_left_mtrl_alpha.png
res/drawable-hdpi-v4/text_select_handle_middle_mtrl_alpha.png
res/drawable-hdpi-v4/text_select_handle_right_mtrl_alpha.png
res/drawable-hdpi-v4/textfield_activated_holo_dark.9.png
res/drawable-hdpi-v4/textfield_activated_holo_light.9.png
res/drawable-hdpi-v4/textfield_activated_mtrl_alpha.9.png
res/drawable-hdpi-v4/textfield_bg_activated_holo_dark.9.png
res/drawable-hdpi-v4/textfield_bg_default_holo_dark.9.png
res/drawable-hdpi-v4/textfield_bg_disabled_focused_holo_dark.9.png
res/drawable-hdpi-v4/textfield_bg_disabled_holo_dark.9.png
res/drawable-hdpi-v4/textfield_bg_focused_holo_dark.9.png
res/drawable-hdpi-v4/textfield_default.9.png
res/drawable-hdpi-v4/textfield_default_holo_dark.9.png
res/drawable-hdpi-v4/textfield_default_holo_light.9.png
res/drawable-hdpi-v4/textfield_default_mtrl_alpha.9.png
res/drawable-hdpi-v4/textfield_disabled.9.png
res/drawable-hdpi-v4/textfield_disabled_focused_holo_dark.9.png
res/drawable-hdpi-v4/textfield_disabled_focused_holo_light.9.png
res/drawable-hdpi-v4/textfield_disabled_holo_dark.9.png
res/drawable-hdpi-v4/textfield_disabled_holo_light.9.png
res/drawable-hdpi-v4/textfield_disabled_selected.9.png
res/drawable-hdpi-v4/textfield_focused_holo_dark.9.png
res/drawable-hdpi-v4/textfield_focused_holo_light.9.png
res/drawable-hdpi-v4/textfield_longpress_holo.9.png
res/drawable-hdpi-v4/textfield_multiline_activated_holo_dark.9.png
res/drawable-hdpi-v4/textfield_multiline_activated_holo_light.9.png
res/drawable-hdpi-v4/textfield_multiline_default_holo_dark.9.png
res/drawable-hdpi-v4/textfield_multiline_default_holo_light.9.png
res/drawable-hdpi-v4/textfield_multiline_disabled_focused_holo_dark.9.png
res/drawable-hdpi-v4/textfield_multiline_disabled_focused_holo_light.9.png
res/drawable-hdpi-v4/textfield_multiline_disabled_holo_dark.9.png
res/drawable-hdpi-v4/textfield_multiline_disabled_holo_light.9.png
res/drawable-hdpi-v4/textfield_multiline_focused_holo_dark.9.png
res/drawable-hdpi-v4/textfield_multiline_focused_holo_light.9.png
res/drawable-hdpi-v4/textfield_pressed_holo.9.png
res/drawable-hdpi-v4/textfield_search_activated_mtrl_alpha.9.png
res/drawable-hdpi-v4/textfield_search_default.9.png
res/drawable-hdpi-v4/textfield_search_default_holo_dark.9.png
res/drawable-hdpi-v4/textfield_search_default_holo_light.9.png
res/drawable-hdpi-v4/textfield_search_default_mtrl_alpha.9.png
res/drawable-hdpi-v4/textfield_search_empty_default.9.png
res/drawable-hdpi-v4/textfield_search_empty_pressed.9.png
res/drawable-hdpi-v4/textfield_search_empty_selected.9.png
res/drawable-hdpi-v4/textfield_search_pressed.9.png
res/drawable-hdpi-v4/textfield_search_right_default_holo_dark.9.png
res/drawable-hdpi-v4/textfield_search_right_default_holo_light.9.png
res/drawable-hdpi-v4/textfield_search_right_selected_holo_dark.9.png
res/drawable-hdpi-v4/textfield_search_right_selected_holo_light.9.png
res/drawable-hdpi-v4/textfield_search_selected.9.png
res/drawable-hdpi-v4/textfield_search_selected_holo_dark.9.png
res/drawable-hdpi-v4/textfield_search_selected_holo_light.9.png
res/drawable-hdpi-v4/textfield_selected.9.png
res/drawable-hdpi-v4/title_bar_medium.9.png
res/drawable-hdpi-v4/title_bar_portrait.9.png
res/drawable-hdpi-v4/title_bar_tall.9.png
res/drawable-hdpi-v4/transportcontrol_bg.9.png
res/drawable-hdpi-v4/unknown_image.png
res/drawable-hdpi-v4/vpn_connected.png
res/drawable-hdpi-v4/vpn_disconnected.png
res/drawable-hdpi-v4/watch_switch_thumb_mtrl_14w.png
res/drawable-hdpi-v4/watch_switch_thumb_mtrl_15w.png
res/drawable-hdpi-v4/watch_switch_thumb_mtrl_16w.png
res/drawable-hdpi-v4/watch_switch_thumb_mtrl_17w.png
res/drawable-hdpi-v4/watch_switch_thumb_mtrl_18w.png
res/drawable-hdpi-v4/watch_switch_track_mtrl.png
res/drawable-hdpi-v4/zoom_plate.9.png
res/drawable-land-hdpi-v4/btn_lock_normal.9.png
res/drawable-land-hdpi-v4/jog_tab_bar_left_end_confirm_gray.9.png
res/drawable-land-hdpi-v4/jog_tab_bar_left_end_confirm_green.9.png
res/drawable-land-hdpi-v4/jog_tab_bar_left_end_confirm_red.9.png
res/drawable-land-hdpi-v4/jog_tab_bar_left_end_confirm_yellow.9.png
res/drawable-land-hdpi-v4/jog_tab_bar_left_end_normal.9.png
res/drawable-land-hdpi-v4/jog_tab_bar_left_end_pressed.9.png
res/drawable-land-hdpi-v4/jog_tab_bar_right_end_confirm_gray.9.png
res/drawable-land-hdpi-v4/jog_tab_bar_right_end_confirm_green.9.png
res/drawable-land-hdpi-v4/jog_tab_bar_right_end_confirm_red.9.png
res/drawable-land-hdpi-v4/jog_tab_bar_right_end_confirm_yellow.9.png
res/drawable-land-hdpi-v4/jog_tab_bar_right_end_normal.9.png
res/drawable-land-hdpi-v4/jog_tab_bar_right_end_pressed.9.png
res/drawable-land-hdpi-v4/jog_tab_left_confirm_gray.png
res/drawable-land-hdpi-v4/jog_tab_left_confirm_green.png
res/drawable-land-hdpi-v4/jog_tab_left_confirm_red.png
res/drawable-land-hdpi-v4/jog_tab_left_confirm_yellow.png
res/drawable-land-hdpi-v4/jog_tab_left_normal.png
res/drawable-land-hdpi-v4/jog_tab_left_pressed.png
res/drawable-land-hdpi-v4/jog_tab_right_confirm_gray.png
res/drawable-land-hdpi-v4/jog_tab_right_confirm_green.png
res/drawable-land-hdpi-v4/jog_tab_right_confirm_red.png
res/drawable-land-hdpi-v4/jog_tab_right_confirm_yellow.png
res/drawable-land-hdpi-v4/jog_tab_right_normal.png
res/drawable-land-hdpi-v4/jog_tab_right_pressed.png
res/drawable-land-hdpi-v4/jog_tab_target_gray.png
res/drawable-land-hdpi-v4/jog_tab_target_green.png
res/drawable-land-hdpi-v4/jog_tab_target_red.png
res/drawable-land-hdpi-v4/jog_tab_target_yellow.png
res/drawable-land-ldpi-v4/btn_lock_normal.9.png
res/drawable-land-ldpi-v4/ic_jog_dial_sound_off.png
res/drawable-land-ldpi-v4/ic_jog_dial_sound_on.png
res/drawable-land-ldpi-v4/ic_jog_dial_unlock.png
res/drawable-land-ldpi-v4/jog_tab_bar_left_end_confirm_gray.9.png
res/drawable-land-ldpi-v4/jog_tab_bar_left_end_confirm_green.9.png
res/drawable-land-ldpi-v4/jog_tab_bar_left_end_confirm_red.9.png
res/drawable-land-ldpi-v4/jog_tab_bar_left_end_confirm_yellow.9.png
res/drawable-land-ldpi-v4/jog_tab_bar_left_end_normal.9.png
res/drawable-land-ldpi-v4/jog_tab_bar_left_end_pressed.9.png
res/drawable-land-ldpi-v4/jog_tab_bar_right_end_confirm_gray.9.png
res/drawable-land-ldpi-v4/jog_tab_bar_right_end_confirm_green.9.png
res/drawable-land-ldpi-v4/jog_tab_bar_right_end_confirm_red.9.png
res/drawable-land-ldpi-v4/jog_tab_bar_right_end_confirm_yellow.9.png
res/drawable-land-ldpi-v4/jog_tab_bar_right_end_normal.9.png
res/drawable-land-ldpi-v4/jog_tab_bar_right_end_pressed.9.png
res/drawable-land-ldpi-v4/jog_tab_left_confirm_gray.png
res/drawable-land-ldpi-v4/jog_tab_left_confirm_green.png
res/drawable-land-ldpi-v4/jog_tab_left_confirm_red.png
res/drawable-land-ldpi-v4/jog_tab_left_confirm_yellow.png
res/drawable-land-ldpi-v4/jog_tab_left_normal.png
res/drawable-land-ldpi-v4/jog_tab_left_pressed.png
res/drawable-land-ldpi-v4/jog_tab_right_confirm_gray.png
res/drawable-land-ldpi-v4/jog_tab_right_confirm_green.png
res/drawable-land-ldpi-v4/jog_tab_right_confirm_red.png
res/drawable-land-ldpi-v4/jog_tab_right_confirm_yellow.png
res/drawable-land-ldpi-v4/jog_tab_right_normal.png
res/drawable-land-ldpi-v4/jog_tab_right_pressed.png
res/drawable-land-ldpi-v4/jog_tab_target_gray.png
res/drawable-land-ldpi-v4/jog_tab_target_green.png
res/drawable-land-ldpi-v4/jog_tab_target_red.png
res/drawable-land-ldpi-v4/jog_tab_target_yellow.png
res/drawable-land-mdpi-v4/btn_lock_normal.9.png
res/drawable-land-mdpi-v4/jog_tab_bar_left_end_confirm_gray.9.png
res/drawable-land-mdpi-v4/jog_tab_bar_left_end_confirm_green.9.png
res/drawable-land-mdpi-v4/jog_tab_bar_left_end_confirm_red.9.png
res/drawable-land-mdpi-v4/jog_tab_bar_left_end_confirm_yellow.9.png
res/drawable-land-mdpi-v4/jog_tab_bar_left_end_normal.9.png
res/drawable-land-mdpi-v4/jog_tab_bar_left_end_pressed.9.png
res/drawable-land-mdpi-v4/jog_tab_bar_right_end_confirm_gray.9.png
res/drawable-land-mdpi-v4/jog_tab_bar_right_end_confirm_green.9.png
res/drawable-land-mdpi-v4/jog_tab_bar_right_end_confirm_red.9.png
res/drawable-land-mdpi-v4/jog_tab_bar_right_end_confirm_yellow.9.png
res/drawable-land-mdpi-v4/jog_tab_bar_right_end_normal.9.png
res/drawable-land-mdpi-v4/jog_tab_bar_right_end_pressed.9.png
res/drawable-land-mdpi-v4/jog_tab_left_confirm_gray.png
res/drawable-land-mdpi-v4/jog_tab_left_confirm_green.png
res/drawable-land-mdpi-v4/jog_tab_left_confirm_red.png
res/drawable-land-mdpi-v4/jog_tab_left_confirm_yellow.png
res/drawable-land-mdpi-v4/jog_tab_left_normal.png
res/drawable-land-mdpi-v4/jog_tab_left_pressed.png
res/drawable-land-mdpi-v4/jog_tab_right_confirm_gray.png
res/drawable-land-mdpi-v4/jog_tab_right_confirm_green.png
res/drawable-land-mdpi-v4/jog_tab_right_confirm_red.png
res/drawable-land-mdpi-v4/jog_tab_right_confirm_yellow.png
res/drawable-land-mdpi-v4/jog_tab_right_normal.png
res/drawable-land-mdpi-v4/jog_tab_right_pressed.png
res/drawable-land-mdpi-v4/jog_tab_target_gray.png
res/drawable-land-mdpi-v4/jog_tab_target_green.png
res/drawable-land-mdpi-v4/jog_tab_target_red.png
res/drawable-land-mdpi-v4/jog_tab_target_yellow.png
res/drawable-land-xhdpi-v4/btn_lock_normal.9.png
res/drawable-ldpi-v4/activity_title_bar.9.png
res/drawable-ldpi-v4/arrow_down_float.png
res/drawable-ldpi-v4/arrow_up_float.png
res/drawable-ldpi-v4/battery_charge_background.png
res/drawable-ldpi-v4/bottom_bar.png
res/drawable-ldpi-v4/btn_check_buttonless_off.png
res/drawable-ldpi-v4/btn_check_buttonless_on.png
res/drawable-ldpi-v4/btn_check_label_background.9.png
res/drawable-ldpi-v4/btn_check_off.png
res/drawable-ldpi-v4/btn_check_off_disable.png
res/drawable-ldpi-v4/btn_check_off_disable_focused.png
res/drawable-ldpi-v4/btn_check_off_pressed.png
res/drawable-ldpi-v4/btn_check_off_selected.png
res/drawable-ldpi-v4/btn_check_on.png
res/drawable-ldpi-v4/btn_check_on_disable.png
res/drawable-ldpi-v4/btn_check_on_disable_focused.png
res/drawable-ldpi-v4/btn_check_on_pressed.png
res/drawable-ldpi-v4/btn_check_on_selected.png
res/drawable-ldpi-v4/btn_circle_disable.png
res/drawable-ldpi-v4/btn_circle_disable_focused.png
res/drawable-ldpi-v4/btn_circle_normal.png
res/drawable-ldpi-v4/btn_circle_pressed.png
res/drawable-ldpi-v4/btn_circle_selected.png
res/drawable-ldpi-v4/btn_close_normal.png
res/drawable-ldpi-v4/btn_close_pressed.png
res/drawable-ldpi-v4/btn_close_selected.png
res/drawable-ldpi-v4/btn_default_normal.9.png
res/drawable-ldpi-v4/btn_default_normal_disable.9.png
res/drawable-ldpi-v4/btn_default_normal_disable_focused.9.png
res/drawable-ldpi-v4/btn_default_pressed.9.png
res/drawable-ldpi-v4/btn_default_selected.9.png
res/drawable-ldpi-v4/btn_default_small_normal.9.png
res/drawable-ldpi-v4/btn_default_small_normal_disable.9.png
res/drawable-ldpi-v4/btn_default_small_normal_disable_focused.9.png
res/drawable-ldpi-v4/btn_default_small_pressed.9.png
res/drawable-ldpi-v4/btn_default_small_selected.9.png
res/drawable-ldpi-v4/btn_default_transparent_normal.9.png
res/drawable-ldpi-v4/btn_dialog_disable.png
res/drawable-ldpi-v4/btn_dialog_normal.png
res/drawable-ldpi-v4/btn_dialog_pressed.png
res/drawable-ldpi-v4/btn_dialog_selected.png
res/drawable-ldpi-v4/btn_dropdown_disabled.9.png
res/drawable-ldpi-v4/btn_dropdown_disabled_focused.9.png
res/drawable-ldpi-v4/btn_dropdown_normal.9.png
res/drawable-ldpi-v4/btn_dropdown_pressed.9.png
res/drawable-ldpi-v4/btn_dropdown_selected.9.png
res/drawable-ldpi-v4/btn_erase_default.9.png
res/drawable-ldpi-v4/btn_erase_pressed.9.png
res/drawable-ldpi-v4/btn_erase_selected.9.png
res/drawable-ldpi-v4/btn_global_search_normal.9.png
res/drawable-ldpi-v4/btn_keyboard_key_fulltrans_normal.9.png
res/drawable-ldpi-v4/btn_keyboard_key_fulltrans_normal_off.9.png
res/drawable-ldpi-v4/btn_keyboard_key_fulltrans_normal_on.9.png
res/drawable-ldpi-v4/btn_keyboard_key_fulltrans_pressed.9.png
res/drawable-ldpi-v4/btn_keyboard_key_fulltrans_pressed_off.9.png
res/drawable-ldpi-v4/btn_keyboard_key_fulltrans_pressed_on.9.png
res/drawable-ldpi-v4/btn_keyboard_key_normal.9.png
res/drawable-ldpi-v4/btn_keyboard_key_normal_off.9.png
res/drawable-ldpi-v4/btn_keyboard_key_normal_on.9.png
res/drawable-ldpi-v4/btn_keyboard_key_pressed.9.png
res/drawable-ldpi-v4/btn_keyboard_key_pressed_off.9.png
res/drawable-ldpi-v4/btn_keyboard_key_pressed_on.9.png
res/drawable-ldpi-v4/btn_keyboard_key_trans_normal.9.png
res/drawable-ldpi-v4/btn_keyboard_key_trans_normal_off.9.png
res/drawable-ldpi-v4/btn_keyboard_key_trans_normal_on.9.png
res/drawable-ldpi-v4/btn_keyboard_key_trans_pressed.9.png
res/drawable-ldpi-v4/btn_keyboard_key_trans_pressed_off.9.png
res/drawable-ldpi-v4/btn_keyboard_key_trans_pressed_on.9.png
res/drawable-ldpi-v4/btn_keyboard_key_trans_selected.9.png
res/drawable-ldpi-v4/btn_media_player.9.png
res/drawable-ldpi-v4/btn_media_player_disabled.9.png
res/drawable-ldpi-v4/btn_media_player_disabled_selected.9.png
res/drawable-ldpi-v4/btn_media_player_pressed.9.png
res/drawable-ldpi-v4/btn_media_player_selected.9.png
res/drawable-ldpi-v4/btn_minus_default.png
res/drawable-ldpi-v4/btn_minus_disable.png
res/drawable-ldpi-v4/btn_minus_disable_focused.png
res/drawable-ldpi-v4/btn_minus_pressed.png
res/drawable-ldpi-v4/btn_minus_selected.png
res/drawable-ldpi-v4/btn_plus_default.png
res/drawable-ldpi-v4/btn_plus_disable.png
res/drawable-ldpi-v4/btn_plus_disable_focused.png
res/drawable-ldpi-v4/btn_plus_pressed.png
res/drawable-ldpi-v4/btn_plus_selected.png
res/drawable-ldpi-v4/btn_radio_label_background.9.png
res/drawable-ldpi-v4/btn_radio_off.png
res/drawable-ldpi-v4/btn_radio_off_pressed.png
res/drawable-ldpi-v4/btn_radio_off_selected.png
res/drawable-ldpi-v4/btn_radio_on.png
res/drawable-ldpi-v4/btn_radio_on_pressed.png
res/drawable-ldpi-v4/btn_radio_on_selected.png
res/drawable-ldpi-v4/btn_rating_star_off_normal.png
res/drawable-ldpi-v4/btn_rating_star_off_pressed.png
res/drawable-ldpi-v4/btn_rating_star_off_selected.png
res/drawable-ldpi-v4/btn_rating_star_on_normal.png
res/drawable-ldpi-v4/btn_rating_star_on_pressed.png
res/drawable-ldpi-v4/btn_rating_star_on_selected.png
res/drawable-ldpi-v4/btn_search_dialog_default.9.png
res/drawable-ldpi-v4/btn_search_dialog_pressed.9.png
res/drawable-ldpi-v4/btn_search_dialog_selected.9.png
res/drawable-ldpi-v4/btn_search_dialog_voice_default.9.png
res/drawable-ldpi-v4/btn_search_dialog_voice_pressed.9.png
res/drawable-ldpi-v4/btn_search_dialog_voice_selected.9.png
res/drawable-ldpi-v4/btn_square_overlay_disabled.png
res/drawable-ldpi-v4/btn_square_overlay_disabled_focused.png
res/drawable-ldpi-v4/btn_square_overlay_normal.png
res/drawable-ldpi-v4/btn_square_overlay_pressed.png
res/drawable-ldpi-v4/btn_square_overlay_selected.png
res/drawable-ldpi-v4/btn_star_big_off.png
res/drawable-ldpi-v4/btn_star_big_off_disable.png
res/drawable-ldpi-v4/btn_star_big_off_disable_focused.png
res/drawable-ldpi-v4/btn_star_big_off_pressed.png
res/drawable-ldpi-v4/btn_star_big_off_selected.png
res/drawable-ldpi-v4/btn_star_big_on.png
res/drawable-ldpi-v4/btn_star_big_on_disable.png
res/drawable-ldpi-v4/btn_star_big_on_disable_focused.png
res/drawable-ldpi-v4/btn_star_big_on_pressed.png
res/drawable-ldpi-v4/btn_star_big_on_selected.png
res/drawable-ldpi-v4/btn_star_label_background.9.png
res/drawable-ldpi-v4/btn_toggle_off.9.png
res/drawable-ldpi-v4/btn_toggle_on.9.png
res/drawable-ldpi-v4/btn_zoom_down_disabled.9.png
res/drawable-ldpi-v4/btn_zoom_down_disabled_focused.9.png
res/drawable-ldpi-v4/btn_zoom_down_normal.9.png
res/drawable-ldpi-v4/btn_zoom_down_pressed.9.png
res/drawable-ldpi-v4/btn_zoom_down_selected.9.png
res/drawable-ldpi-v4/btn_zoom_page_normal.png
res/drawable-ldpi-v4/btn_zoom_page_press.png
res/drawable-ldpi-v4/btn_zoom_up_disabled.9.png
res/drawable-ldpi-v4/btn_zoom_up_disabled_focused.9.png
res/drawable-ldpi-v4/btn_zoom_up_normal.9.png
res/drawable-ldpi-v4/btn_zoom_up_pressed.9.png
res/drawable-ldpi-v4/btn_zoom_up_selected.9.png
res/drawable-ldpi-v4/button_onoff_indicator_off.png
res/drawable-ldpi-v4/button_onoff_indicator_on.png
res/drawable-ldpi-v4/call_contact.png
res/drawable-ldpi-v4/checkbox_off_background.png
res/drawable-ldpi-v4/checkbox_on_background.png
res/drawable-ldpi-v4/code_lock_bottom.9.png
res/drawable-ldpi-v4/code_lock_left.9.png
res/drawable-ldpi-v4/code_lock_top.9.png
res/drawable-ldpi-v4/compass_arrow.png
res/drawable-ldpi-v4/compass_base.png
res/drawable-ldpi-v4/contact_header_bg.9.png
res/drawable-ldpi-v4/create_contact.png
res/drawable-ldpi-v4/dark_header.9.png
res/drawable-ldpi-v4/dialog_divider_horizontal_light.9.png
res/drawable-ldpi-v4/divider_horizontal_bright.9.png
res/drawable-ldpi-v4/divider_horizontal_bright_opaque.9.png
res/drawable-ldpi-v4/divider_horizontal_dark.9.png
res/drawable-ldpi-v4/divider_horizontal_dark_opaque.9.png
res/drawable-ldpi-v4/divider_horizontal_dim_dark.9.png
res/drawable-ldpi-v4/divider_horizontal_textfield.9.png
res/drawable-ldpi-v4/divider_vertical_bright.9.png
res/drawable-ldpi-v4/divider_vertical_bright_opaque.9.png
res/drawable-ldpi-v4/divider_vertical_dark.9.png
res/drawable-ldpi-v4/divider_vertical_dark_opaque.9.png
res/drawable-ldpi-v4/editbox_background_focus_yellow.9.png
res/drawable-ldpi-v4/editbox_background_normal.9.png
res/drawable-ldpi-v4/editbox_dropdown_background.9.png
res/drawable-ldpi-v4/editbox_dropdown_background_dark.9.png
res/drawable-ldpi-v4/emo_im_angel.png
res/drawable-ldpi-v4/emo_im_cool.png
res/drawable-ldpi-v4/emo_im_crying.png
res/drawable-ldpi-v4/emo_im_foot_in_mouth.png
res/drawable-ldpi-v4/emo_im_happy.png
res/drawable-ldpi-v4/emo_im_kissing.png
res/drawable-ldpi-v4/emo_im_laughing.png
res/drawable-ldpi-v4/emo_im_lips_are_sealed.png
res/drawable-ldpi-v4/emo_im_money_mouth.png
res/drawable-ldpi-v4/emo_im_sad.png
res/drawable-ldpi-v4/emo_im_surprised.png
res/drawable-ldpi-v4/emo_im_tongue_sticking_out.png
res/drawable-ldpi-v4/emo_im_undecided.png
res/drawable-ldpi-v4/emo_im_winking.png
res/drawable-ldpi-v4/emo_im_wtf.png
res/drawable-ldpi-v4/emo_im_yelling.png
res/drawable-ldpi-v4/expander_ic_maximized.9.png
res/drawable-ldpi-v4/expander_ic_minimized.9.png
res/drawable-ldpi-v4/focused_application_background_static.png
res/drawable-ldpi-v4/frame_gallery_thumb.9.png
res/drawable-ldpi-v4/frame_gallery_thumb_pressed.9.png
res/drawable-ldpi-v4/frame_gallery_thumb_selected.9.png
res/drawable-ldpi-v4/gallery_selected_default.9.png
res/drawable-ldpi-v4/gallery_selected_focused.9.png
res/drawable-ldpi-v4/gallery_selected_pressed.9.png
res/drawable-ldpi-v4/gallery_unselected_default.9.png
res/drawable-ldpi-v4/gallery_unselected_pressed.9.png
res/drawable-ldpi-v4/grid_selector_background_focus.9.png
res/drawable-ldpi-v4/grid_selector_background_pressed.9.png
res/drawable-ldpi-v4/highlight_disabled.9.png
res/drawable-ldpi-v4/highlight_pressed.9.png
res/drawable-ldpi-v4/highlight_selected.9.png
res/drawable-ldpi-v4/ic_aggregated.png
res/drawable-ldpi-v4/ic_btn_round_more_disabled.png
res/drawable-ldpi-v4/ic_btn_round_more_normal.png
res/drawable-ldpi-v4/ic_btn_search_go.png
res/drawable-ldpi-v4/ic_btn_speak_now.png
res/drawable-ldpi-v4/ic_btn_square_browser_zoom_fit_page_disabled.png
res/drawable-ldpi-v4/ic_btn_square_browser_zoom_fit_page_normal.png
res/drawable-ldpi-v4/ic_btn_square_browser_zoom_page_overview_disabled.png
res/drawable-ldpi-v4/ic_btn_square_browser_zoom_page_overview_normal.png
res/drawable-ldpi-v4/ic_bullet_key_permission.png
res/drawable-ldpi-v4/ic_contact_picture.png
res/drawable-ldpi-v4/ic_contact_picture_2.png
res/drawable-ldpi-v4/ic_contact_picture_3.png
res/drawable-ldpi-v4/ic_delete.png
res/drawable-ldpi-v4/ic_dialog_alert.png
res/drawable-ldpi-v4/ic_dialog_dialer.png
res/drawable-ldpi-v4/ic_dialog_email.png
res/drawable-ldpi-v4/ic_dialog_info.png
res/drawable-ldpi-v4/ic_dialog_map.png
res/drawable-ldpi-v4/ic_dialog_time.png
res/drawable-ldpi-v4/ic_dialog_usb.png
res/drawable-ldpi-v4/ic_emergency.png
res/drawable-ldpi-v4/ic_input_add.png
res/drawable-ldpi-v4/ic_input_delete.png
res/drawable-ldpi-v4/ic_input_get.png
res/drawable-ldpi-v4/ic_jog_dial_answer.png
res/drawable-ldpi-v4/ic_jog_dial_answer_and_end.png
res/drawable-ldpi-v4/ic_jog_dial_answer_and_hold.png
res/drawable-ldpi-v4/ic_jog_dial_decline.png
res/drawable-ldpi-v4/ic_jog_dial_sound_off.png
res/drawable-ldpi-v4/ic_jog_dial_sound_on.png
res/drawable-ldpi-v4/ic_jog_dial_unlock.png
res/drawable-ldpi-v4/ic_jog_dial_vibrate_on.png
res/drawable-ldpi-v4/ic_launcher_android.png
res/drawable-ldpi-v4/ic_lock_airplane_mode_alpha.png
res/drawable-ldpi-v4/ic_lock_airplane_mode_off_am_alpha.png
res/drawable-ldpi-v4/ic_lock_idle_alarm_alpha.png
res/drawable-ldpi-v4/ic_lock_idle_charging.png
res/drawable-ldpi-v4/ic_lock_idle_lock.png
res/drawable-ldpi-v4/ic_lock_idle_low_battery.png
res/drawable-ldpi-v4/ic_lock_lock_alpha.png
res/drawable-ldpi-v4/ic_lock_power_off_alpha.png
res/drawable-ldpi-v4/ic_lock_ringer_off_alpha.png
res/drawable-ldpi-v4/ic_lock_ringer_on_alpha.png
res/drawable-ldpi-v4/ic_lock_silent_mode.png
res/drawable-ldpi-v4/ic_lock_silent_mode_off.png
res/drawable-ldpi-v4/ic_lock_silent_mode_vibrate.png
res/drawable-ldpi-v4/ic_maps_indicator_current_position.png
res/drawable-ldpi-v4/ic_maps_indicator_current_position_anim1.png
res/drawable-ldpi-v4/ic_maps_indicator_current_position_anim2.png
res/drawable-ldpi-v4/ic_maps_indicator_current_position_anim3.png
res/drawable-ldpi-v4/ic_media_embed_play.png
res/drawable-ldpi-v4/ic_media_ff.png
res/drawable-ldpi-v4/ic_media_fullscreen.png
res/drawable-ldpi-v4/ic_media_next.png
res/drawable-ldpi-v4/ic_media_pause.png
res/drawable-ldpi-v4/ic_media_play.png
res/drawable-ldpi-v4/ic_media_previous.png
res/drawable-ldpi-v4/ic_media_rew.png
res/drawable-ldpi-v4/ic_media_video_poster.png
res/drawable-ldpi-v4/ic_menu_account_list.png
res/drawable-ldpi-v4/ic_menu_add.png
res/drawable-ldpi-v4/ic_menu_agenda.png
res/drawable-ldpi-v4/ic_menu_allfriends.png
res/drawable-ldpi-v4/ic_menu_always_landscape_portrait.png
res/drawable-ldpi-v4/ic_menu_archive.png
res/drawable-ldpi-v4/ic_menu_attachment.png
res/drawable-ldpi-v4/ic_menu_back.png
res/drawable-ldpi-v4/ic_menu_block.png
res/drawable-ldpi-v4/ic_menu_blocked_user.png
res/drawable-ldpi-v4/ic_menu_call.png
res/drawable-ldpi-v4/ic_menu_camera.png
res/drawable-ldpi-v4/ic_menu_cc_am.png
res/drawable-ldpi-v4/ic_menu_chat_dashboard.png
res/drawable-ldpi-v4/ic_menu_clear_playlist.png
res/drawable-ldpi-v4/ic_menu_close_clear_cancel.png
res/drawable-ldpi-v4/ic_menu_compass.png
res/drawable-ldpi-v4/ic_menu_compose.png
res/drawable-ldpi-v4/ic_menu_crop.png
res/drawable-ldpi-v4/ic_menu_day.png
res/drawable-ldpi-v4/ic_menu_delete.png
res/drawable-ldpi-v4/ic_menu_directions.png
res/drawable-ldpi-v4/ic_menu_edit.png
res/drawable-ldpi-v4/ic_menu_emoticons.png
res/drawable-ldpi-v4/ic_menu_end_conversation.png
res/drawable-ldpi-v4/ic_menu_forward.png
res/drawable-ldpi-v4/ic_menu_friendslist.png
res/drawable-ldpi-v4/ic_menu_gallery.png
res/drawable-ldpi-v4/ic_menu_goto.png
res/drawable-ldpi-v4/ic_menu_help.png
res/drawable-ldpi-v4/ic_menu_home.png
res/drawable-ldpi-v4/ic_menu_info_details.png
res/drawable-ldpi-v4/ic_menu_invite.png
res/drawable-ldpi-v4/ic_menu_login.png
res/drawable-ldpi-v4/ic_menu_manage.png
res/drawable-ldpi-v4/ic_menu_mapmode.png
res/drawable-ldpi-v4/ic_menu_mark.png
res/drawable-ldpi-v4/ic_menu_month.png
res/drawable-ldpi-v4/ic_menu_more.png
res/drawable-ldpi-v4/ic_menu_my_calendar.png
res/drawable-ldpi-v4/ic_menu_mylocation.png
res/drawable-ldpi-v4/ic_menu_myplaces.png
res/drawable-ldpi-v4/ic_menu_notifications.png
res/drawable-ldpi-v4/ic_menu_play_clip.png
res/drawable-ldpi-v4/ic_menu_preferences.png
res/drawable-ldpi-v4/ic_menu_recent_history.png
res/drawable-ldpi-v4/ic_menu_report_image.png
res/drawable-ldpi-v4/ic_menu_revert.png
res/drawable-ldpi-v4/ic_menu_rotate.png
res/drawable-ldpi-v4/ic_menu_save.png
res/drawable-ldpi-v4/ic_menu_search.png
res/drawable-ldpi-v4/ic_menu_send.png
res/drawable-ldpi-v4/ic_menu_set_as.png
res/drawable-ldpi-v4/ic_menu_share.png
res/drawable-ldpi-v4/ic_menu_slideshow.png
res/drawable-ldpi-v4/ic_menu_sort_alphabetically.png
res/drawable-ldpi-v4/ic_menu_sort_by_size.png
res/drawable-ldpi-v4/ic_menu_star.png
res/drawable-ldpi-v4/ic_menu_start_conversation.png
res/drawable-ldpi-v4/ic_menu_stop.png
res/drawable-ldpi-v4/ic_menu_today.png
res/drawable-ldpi-v4/ic_menu_upload.png
res/drawable-ldpi-v4/ic_menu_upload_you_tube.png
res/drawable-ldpi-v4/ic_menu_view.png
res/drawable-ldpi-v4/ic_menu_week.png
res/drawable-ldpi-v4/ic_menu_zoom.png
res/drawable-ldpi-v4/ic_notification_clear_all.png
res/drawable-ldpi-v4/ic_notification_overlay.9.png
res/drawable-ldpi-v4/ic_partial_secure.png
res/drawable-ldpi-v4/ic_popup_disk_full.png
res/drawable-ldpi-v4/ic_popup_reminder.png
res/drawable-ldpi-v4/ic_popup_sync_1.png
res/drawable-ldpi-v4/ic_popup_sync_2.png
res/drawable-ldpi-v4/ic_popup_sync_3.png
res/drawable-ldpi-v4/ic_popup_sync_4.png
res/drawable-ldpi-v4/ic_popup_sync_5.png
res/drawable-ldpi-v4/ic_popup_sync_6.png
res/drawable-ldpi-v4/ic_search_category_default.png
res/drawable-ldpi-v4/ic_secure.png
res/drawable-ldpi-v4/ic_vibrate.png
res/drawable-ldpi-v4/ic_vibrate_small.png
res/drawable-ldpi-v4/ic_volume.png
res/drawable-ldpi-v4/ic_volume_bluetooth_ad2p.png
res/drawable-ldpi-v4/ic_volume_bluetooth_in_call.png
res/drawable-ldpi-v4/ic_volume_off.png
res/drawable-ldpi-v4/ic_volume_off_small.png
res/drawable-ldpi-v4/ic_volume_small.png
res/drawable-ldpi-v4/icon_highlight_rectangle.9.png
res/drawable-ldpi-v4/icon_highlight_square.9.png
res/drawable-ldpi-v4/ime_qwerty.png
res/drawable-ldpi-v4/indicator_input_error.png
res/drawable-ldpi-v4/jog_dial_arrow_long_left_green.png
res/drawable-ldpi-v4/jog_dial_arrow_long_left_yellow.png
res/drawable-ldpi-v4/jog_dial_arrow_long_middle_yellow.png
res/drawable-ldpi-v4/jog_dial_arrow_long_right_red.png
res/drawable-ldpi-v4/jog_dial_arrow_long_right_yellow.png
res/drawable-ldpi-v4/jog_dial_arrow_short_left.png
res/drawable-ldpi-v4/jog_dial_arrow_short_left_and_right.png
res/drawable-ldpi-v4/jog_dial_arrow_short_right.png
res/drawable-ldpi-v4/jog_dial_bg.png
res/drawable-ldpi-v4/jog_dial_dimple.png
res/drawable-ldpi-v4/jog_dial_dimple_dim.png
res/drawable-ldpi-v4/jog_tab_bar_left_end_confirm_gray.9.png
res/drawable-ldpi-v4/jog_tab_bar_left_end_confirm_green.9.png
res/drawable-ldpi-v4/jog_tab_bar_left_end_confirm_red.9.png
res/drawable-ldpi-v4/jog_tab_bar_left_end_confirm_yellow.9.png
res/drawable-ldpi-v4/jog_tab_bar_left_end_normal.9.png
res/drawable-ldpi-v4/jog_tab_bar_left_end_pressed.9.png
res/drawable-ldpi-v4/jog_tab_bar_right_end_confirm_gray.9.png
res/drawable-ldpi-v4/jog_tab_bar_right_end_confirm_green.9.png
res/drawable-ldpi-v4/jog_tab_bar_right_end_confirm_red.9.png
res/drawable-ldpi-v4/jog_tab_bar_right_end_confirm_yellow.9.png
res/drawable-ldpi-v4/jog_tab_bar_right_end_normal.9.png
res/drawable-ldpi-v4/jog_tab_bar_right_end_pressed.9.png
res/drawable-ldpi-v4/jog_tab_left_confirm_gray.png
res/drawable-ldpi-v4/jog_tab_left_confirm_green.png
res/drawable-ldpi-v4/jog_tab_left_confirm_red.png
res/drawable-ldpi-v4/jog_tab_left_confirm_yellow.png
res/drawable-ldpi-v4/jog_tab_left_normal.png
res/drawable-ldpi-v4/jog_tab_left_pressed.png
res/drawable-ldpi-v4/jog_tab_right_confirm_gray.png
res/drawable-ldpi-v4/jog_tab_right_confirm_green.png
res/drawable-ldpi-v4/jog_tab_right_confirm_red.png
res/drawable-ldpi-v4/jog_tab_right_confirm_yellow.png
res/drawable-ldpi-v4/jog_tab_right_normal.png
res/drawable-ldpi-v4/jog_tab_right_pressed.png
res/drawable-ldpi-v4/jog_tab_target_gray.png
res/drawable-ldpi-v4/jog_tab_target_green.png
res/drawable-ldpi-v4/jog_tab_target_red.png
res/drawable-ldpi-v4/jog_tab_target_yellow.png
res/drawable-ldpi-v4/keyboard_accessory_bg_landscape.9.png
res/drawable-ldpi-v4/keyboard_background.9.png
res/drawable-ldpi-v4/keyboard_key_feedback_background.9.png
res/drawable-ldpi-v4/keyboard_key_feedback_more_background.9.png
res/drawable-ldpi-v4/keyboard_popup_panel_background.9.png
res/drawable-ldpi-v4/keyboard_popup_panel_trans_background.9.png
res/drawable-ldpi-v4/light_header.9.png
res/drawable-ldpi-v4/list_selector_background_disabled.9.png
res/drawable-ldpi-v4/list_selector_background_focus.9.png
res/drawable-ldpi-v4/list_selector_background_longpress.9.png
res/drawable-ldpi-v4/list_selector_background_pressed.9.png
res/drawable-ldpi-v4/maps_google_logo.png
res/drawable-ldpi-v4/menu_background.9.png
res/drawable-ldpi-v4/menu_background_fill_parent_width.9.png
res/drawable-ldpi-v4/menu_separator.9.png
res/drawable-ldpi-v4/menu_submenu_background.9.png
res/drawable-ldpi-v4/menuitem_background_focus.9.png
res/drawable-ldpi-v4/menuitem_background_pressed.9.png
res/drawable-ldpi-v4/menuitem_background_solid_focused.9.png
res/drawable-ldpi-v4/menuitem_background_solid_pressed.9.png
res/drawable-ldpi-v4/menuitem_checkbox_on.png
res/drawable-ldpi-v4/numberpicker_down_disabled.9.png
res/drawable-ldpi-v4/numberpicker_down_disabled_focused.9.png
res/drawable-ldpi-v4/numberpicker_down_normal.9.png
res/drawable-ldpi-v4/numberpicker_down_pressed.9.png
res/drawable-ldpi-v4/numberpicker_down_selected.9.png
res/drawable-ldpi-v4/numberpicker_input_disabled.9.png
res/drawable-ldpi-v4/numberpicker_input_normal.9.png
res/drawable-ldpi-v4/numberpicker_input_pressed.9.png
res/drawable-ldpi-v4/numberpicker_input_selected.9.png
res/drawable-ldpi-v4/numberpicker_up_disabled.9.png
res/drawable-ldpi-v4/numberpicker_up_disabled_focused.9.png
res/drawable-ldpi-v4/numberpicker_up_normal.9.png
res/drawable-ldpi-v4/numberpicker_up_pressed.9.png
res/drawable-ldpi-v4/numberpicker_up_selected.9.png
res/drawable-ldpi-v4/panel_background.9.png
res/drawable-ldpi-v4/panel_picture_frame_bg_focus_blue.9.png
res/drawable-ldpi-v4/panel_picture_frame_bg_normal.9.png
res/drawable-ldpi-v4/panel_picture_frame_bg_pressed_blue.9.png
res/drawable-ldpi-v4/password_field_default.9.png
res/drawable-ldpi-v4/picture_emergency.png
res/drawable-ldpi-v4/picture_frame.9.png
res/drawable-ldpi-v4/popup_bottom_bright.9.png
res/drawable-ldpi-v4/popup_bottom_dark.9.png
res/drawable-ldpi-v4/popup_bottom_medium.9.png
res/drawable-ldpi-v4/popup_center_bright.9.png
res/drawable-ldpi-v4/popup_center_dark.9.png
res/drawable-ldpi-v4/popup_center_medium.9.png
res/drawable-ldpi-v4/popup_full_bright.9.png
res/drawable-ldpi-v4/popup_full_dark.9.png
res/drawable-ldpi-v4/popup_inline_error_above_am.9.png
res/drawable-ldpi-v4/popup_inline_error_am.9.png
res/drawable-ldpi-v4/popup_top_bright.9.png
res/drawable-ldpi-v4/popup_top_dark.9.png
res/drawable-ldpi-v4/presence_audio_away.png
res/drawable-ldpi-v4/presence_audio_busy.png
res/drawable-ldpi-v4/presence_audio_online.png
res/drawable-ldpi-v4/presence_away.png
res/drawable-ldpi-v4/presence_busy.png
res/drawable-ldpi-v4/presence_invisible.png
res/drawable-ldpi-v4/presence_offline.png
res/drawable-ldpi-v4/presence_online.png
res/drawable-ldpi-v4/presence_video_away.png
res/drawable-ldpi-v4/presence_video_busy.png
res/drawable-ldpi-v4/presence_video_online.png
res/drawable-ldpi-v4/pressed_application_background_static.png
res/drawable-ldpi-v4/progressbar_indeterminate1.png
res/drawable-ldpi-v4/progressbar_indeterminate2.png
res/drawable-ldpi-v4/progressbar_indeterminate3.png
res/drawable-ldpi-v4/radiobutton_off_background.png
res/drawable-ldpi-v4/radiobutton_on_background.png
res/drawable-ldpi-v4/rate_star_big_half.png
res/drawable-ldpi-v4/rate_star_big_off.png
res/drawable-ldpi-v4/rate_star_big_on.png
res/drawable-ldpi-v4/rate_star_med_half.png
res/drawable-ldpi-v4/rate_star_med_off.png
res/drawable-ldpi-v4/rate_star_med_on.png
res/drawable-ldpi-v4/rate_star_small_half.png
res/drawable-ldpi-v4/rate_star_small_off.png
res/drawable-ldpi-v4/rate_star_small_on.png
res/drawable-ldpi-v4/recent_dialog_background.9.png
res/drawable-ldpi-v4/reticle.png
res/drawable-ldpi-v4/scrollbar_handle_accelerated_anim2.9.png
res/drawable-ldpi-v4/scrollbar_handle_horizontal.9.png
res/drawable-ldpi-v4/scrollbar_handle_vertical.9.png
res/drawable-ldpi-v4/search_dropdown_background.9.png
res/drawable-ldpi-v4/search_plate.9.png
res/drawable-ldpi-v4/search_plate_global.9.png
res/drawable-ldpi-v4/seek_thumb_normal.png
res/drawable-ldpi-v4/seek_thumb_pressed.png
res/drawable-ldpi-v4/seek_thumb_selected.png
res/drawable-ldpi-v4/settings_header_raw.9.png
res/drawable-ldpi-v4/spinner_black_16.png
res/drawable-ldpi-v4/spinner_black_20.png
res/drawable-ldpi-v4/spinner_black_48.png
res/drawable-ldpi-v4/spinner_black_76.png
res/drawable-ldpi-v4/spinner_dropdown_background_down.9.png
res/drawable-ldpi-v4/spinner_dropdown_background_up.9.png
res/drawable-ldpi-v4/spinner_normal.9.png
res/drawable-ldpi-v4/spinner_press.9.png
res/drawable-ldpi-v4/spinner_select.9.png
res/drawable-ldpi-v4/spinner_white_16.png
res/drawable-ldpi-v4/spinner_white_48.png
res/drawable-ldpi-v4/spinner_white_76.png
res/drawable-ldpi-v4/star_big_off.png
res/drawable-ldpi-v4/star_big_on.png
res/drawable-ldpi-v4/star_off.png
res/drawable-ldpi-v4/star_on.png
res/drawable-ldpi-v4/stat_ecb_mode.png
res/drawable-ldpi-v4/stat_notify_car_mode.png
res/drawable-ldpi-v4/stat_notify_chat.png
res/drawable-ldpi-v4/stat_notify_disk_full.png
res/drawable-ldpi-v4/stat_notify_email_generic.png
res/drawable-ldpi-v4/stat_notify_error.png
res/drawable-ldpi-v4/stat_notify_gmail.png
res/drawable-ldpi-v4/stat_notify_missed_call.png
res/drawable-ldpi-v4/stat_notify_more.png
res/drawable-ldpi-v4/stat_notify_sdcard.png
res/drawable-ldpi-v4/stat_notify_sdcard_prepare.png
res/drawable-ldpi-v4/stat_notify_sdcard_usb.png
res/drawable-ldpi-v4/stat_notify_sim_toolkit.png
res/drawable-ldpi-v4/stat_notify_sync.png
res/drawable-ldpi-v4/stat_notify_sync_anim0.png
res/drawable-ldpi-v4/stat_notify_sync_error.png
res/drawable-ldpi-v4/stat_notify_voicemail.png
res/drawable-ldpi-v4/stat_sys_battery_0.png
res/drawable-ldpi-v4/stat_sys_battery_10.png
res/drawable-ldpi-v4/stat_sys_battery_100.png
res/drawable-ldpi-v4/stat_sys_battery_20.png
res/drawable-ldpi-v4/stat_sys_battery_40.png
res/drawable-ldpi-v4/stat_sys_battery_60.png
res/drawable-ldpi-v4/stat_sys_battery_80.png
res/drawable-ldpi-v4/stat_sys_battery_charge_anim0.png
res/drawable-ldpi-v4/stat_sys_battery_charge_anim1.png
res/drawable-ldpi-v4/stat_sys_battery_charge_anim2.png
res/drawable-ldpi-v4/stat_sys_battery_charge_anim3.png
res/drawable-ldpi-v4/stat_sys_battery_charge_anim4.png
res/drawable-ldpi-v4/stat_sys_battery_charge_anim5.png
res/drawable-ldpi-v4/stat_sys_battery_unknown.png
res/drawable-ldpi-v4/stat_sys_data_bluetooth.png
res/drawable-ldpi-v4/stat_sys_data_usb.png
res/drawable-ldpi-v4/stat_sys_download_anim0.png
res/drawable-ldpi-v4/stat_sys_download_anim1.png
res/drawable-ldpi-v4/stat_sys_download_anim2.png
res/drawable-ldpi-v4/stat_sys_download_anim3.png
res/drawable-ldpi-v4/stat_sys_download_anim4.png
res/drawable-ldpi-v4/stat_sys_download_anim5.png
res/drawable-ldpi-v4/stat_sys_gps_on.png
res/drawable-ldpi-v4/stat_sys_headset.png
res/drawable-ldpi-v4/stat_sys_phone_call.png
res/drawable-ldpi-v4/stat_sys_phone_call_forward.png
res/drawable-ldpi-v4/stat_sys_phone_call_on_hold.png
res/drawable-ldpi-v4/stat_sys_r_signal_0_cdma.png
res/drawable-ldpi-v4/stat_sys_r_signal_1_cdma.png
res/drawable-ldpi-v4/stat_sys_r_signal_2_cdma.png
res/drawable-ldpi-v4/stat_sys_r_signal_3_cdma.png
res/drawable-ldpi-v4/stat_sys_r_signal_4_cdma.png
res/drawable-ldpi-v4/stat_sys_ra_signal_0_cdma.png
res/drawable-ldpi-v4/stat_sys_ra_signal_1_cdma.png
res/drawable-ldpi-v4/stat_sys_ra_signal_2_cdma.png
res/drawable-ldpi-v4/stat_sys_ra_signal_3_cdma.png
res/drawable-ldpi-v4/stat_sys_ra_signal_4_cdma.png
res/drawable-ldpi-v4/stat_sys_signal_0_cdma.png
res/drawable-ldpi-v4/stat_sys_signal_1_cdma.png
res/drawable-ldpi-v4/stat_sys_signal_2_cdma.png
res/drawable-ldpi-v4/stat_sys_signal_3_cdma.png
res/drawable-ldpi-v4/stat_sys_signal_4_cdma.png
res/drawable-ldpi-v4/stat_sys_signal_evdo_0.png
res/drawable-ldpi-v4/stat_sys_signal_evdo_1.png
res/drawable-ldpi-v4/stat_sys_signal_evdo_2.png
res/drawable-ldpi-v4/stat_sys_signal_evdo_3.png
res/drawable-ldpi-v4/stat_sys_signal_evdo_4.png
res/drawable-ldpi-v4/stat_sys_throttled.png
res/drawable-ldpi-v4/stat_sys_upload_anim0.png
res/drawable-ldpi-v4/stat_sys_upload_anim1.png
res/drawable-ldpi-v4/stat_sys_upload_anim2.png
res/drawable-ldpi-v4/stat_sys_upload_anim3.png
res/drawable-ldpi-v4/stat_sys_upload_anim4.png
res/drawable-ldpi-v4/stat_sys_upload_anim5.png
res/drawable-ldpi-v4/stat_sys_vp_phone_call.png
res/drawable-ldpi-v4/stat_sys_vp_phone_call_on_hold.png
res/drawable-ldpi-v4/stat_sys_warning.png
res/drawable-ldpi-v4/status_bar_background.png
res/drawable-ldpi-v4/status_bar_header_background.9.png
res/drawable-ldpi-v4/status_bar_item_app_background_normal.9.png
res/drawable-ldpi-v4/status_bar_item_background_focus.9.png
res/drawable-ldpi-v4/status_bar_item_background_normal.9.png
res/drawable-ldpi-v4/status_bar_item_background_pressed.9.png
res/drawable-ldpi-v4/submenu_arrow_nofocus.png
res/drawable-ldpi-v4/sym_action_add.png
res/drawable-ldpi-v4/sym_action_call.png
res/drawable-ldpi-v4/sym_action_chat.png
res/drawable-ldpi-v4/sym_action_email.png
res/drawable-ldpi-v4/sym_call_incoming.png
res/drawable-ldpi-v4/sym_call_missed.png
res/drawable-ldpi-v4/sym_call_outgoing.png
res/drawable-ldpi-v4/sym_contact_card.png
res/drawable-ldpi-v4/sym_keyboard_delete.png
res/drawable-ldpi-v4/sym_keyboard_delete_dim.png
res/drawable-ldpi-v4/sym_keyboard_feedback_delete.png
res/drawable-ldpi-v4/sym_keyboard_feedback_ok.png
res/drawable-ldpi-v4/sym_keyboard_feedback_return.png
res/drawable-ldpi-v4/sym_keyboard_feedback_shift.png
res/drawable-ldpi-v4/sym_keyboard_feedback_shift_locked.png
res/drawable-ldpi-v4/sym_keyboard_feedback_space.png
res/drawable-ldpi-v4/sym_keyboard_num0_no_plus.png
res/drawable-ldpi-v4/sym_keyboard_num1.png
res/drawable-ldpi-v4/sym_keyboard_num2.png
res/drawable-ldpi-v4/sym_keyboard_num3.png
res/drawable-ldpi-v4/sym_keyboard_num4.png
res/drawable-ldpi-v4/sym_keyboard_num5.png
res/drawable-ldpi-v4/sym_keyboard_num6.png
res/drawable-ldpi-v4/sym_keyboard_num7.png
res/drawable-ldpi-v4/sym_keyboard_num8.png
res/drawable-ldpi-v4/sym_keyboard_num9.png
res/drawable-ldpi-v4/sym_keyboard_ok.png
res/drawable-ldpi-v4/sym_keyboard_ok_dim.png
res/drawable-ldpi-v4/sym_keyboard_return.png
res/drawable-ldpi-v4/sym_keyboard_shift.png
res/drawable-ldpi-v4/sym_keyboard_shift_locked.png
res/drawable-ldpi-v4/sym_keyboard_space.png
res/drawable-ldpi-v4/tab_focus.9.png
res/drawable-ldpi-v4/tab_focus_bar_left.9.png
res/drawable-ldpi-v4/tab_focus_bar_right.9.png
res/drawable-ldpi-v4/tab_press.9.png
res/drawable-ldpi-v4/tab_press_bar_left.9.png
res/drawable-ldpi-v4/tab_press_bar_right.9.png
res/drawable-ldpi-v4/tab_selected.9.png
res/drawable-ldpi-v4/tab_selected_bar_left.9.png
res/drawable-ldpi-v4/tab_selected_bar_left_v4.9.png
res/drawable-ldpi-v4/tab_selected_bar_right.9.png
res/drawable-ldpi-v4/tab_selected_bar_right_v4.9.png
res/drawable-ldpi-v4/tab_selected_v4.9.png
res/drawable-ldpi-v4/tab_unselected.9.png
res/drawable-ldpi-v4/tab_unselected_v4.9.png
res/drawable-ldpi-v4/textfield_default.9.png
res/drawable-ldpi-v4/textfield_disabled.9.png
res/drawable-ldpi-v4/textfield_disabled_selected.9.png
res/drawable-ldpi-v4/textfield_search_default.9.png
res/drawable-ldpi-v4/textfield_search_empty_default.9.png
res/drawable-ldpi-v4/textfield_search_empty_pressed.9.png
res/drawable-ldpi-v4/textfield_search_empty_selected.9.png
res/drawable-ldpi-v4/textfield_search_pressed.9.png
res/drawable-ldpi-v4/textfield_search_selected.9.png
res/drawable-ldpi-v4/textfield_selected.9.png
res/drawable-ldpi-v4/title_bar_medium.9.png
res/drawable-ldpi-v4/title_bar_portrait.9.png
res/drawable-ldpi-v4/title_bar_tall.9.png
res/drawable-ldpi-v4/unknown_image.png
res/drawable-ldpi-v4/vpn_connected.png
res/drawable-ldpi-v4/vpn_disconnected.png
res/drawable-ldpi-v4/zoom_plate.9.png
res/drawable-mdpi-v4/ab_bottom_solid_dark_holo.9.png
res/drawable-mdpi-v4/ab_bottom_solid_inverse_holo.9.png
res/drawable-mdpi-v4/ab_bottom_solid_light_holo.9.png
res/drawable-mdpi-v4/ab_bottom_transparent_dark_holo.9.png
res/drawable-mdpi-v4/ab_bottom_transparent_light_holo.9.png
res/drawable-mdpi-v4/ab_share_pack_holo_dark.9.png
res/drawable-mdpi-v4/ab_share_pack_holo_light.9.png
res/drawable-mdpi-v4/ab_share_pack_mtrl_alpha.9.png
res/drawable-mdpi-v4/ab_solid_dark_holo.9.png
res/drawable-mdpi-v4/ab_solid_light_holo.9.png
res/drawable-mdpi-v4/ab_solid_shadow_holo.9.png
res/drawable-mdpi-v4/ab_solid_shadow_mtrl_alpha.9.png
res/drawable-mdpi-v4/ab_stacked_solid_dark_holo.9.png
res/drawable-mdpi-v4/ab_stacked_solid_inverse_holo.9.png
res/drawable-mdpi-v4/ab_stacked_solid_light_holo.9.png
res/drawable-mdpi-v4/ab_stacked_transparent_dark_holo.9.png
res/drawable-mdpi-v4/ab_stacked_transparent_light_holo.9.png
res/drawable-mdpi-v4/ab_transparent_dark_holo.9.png
res/drawable-mdpi-v4/ab_transparent_light_holo.9.png
res/drawable-mdpi-v4/activity_title_bar.9.png
res/drawable-mdpi-v4/arrow_down_float.png
res/drawable-mdpi-v4/arrow_up_float.png
res/drawable-mdpi-v4/battery_charge_background.png
res/drawable-mdpi-v4/bottom_bar.png
res/drawable-mdpi-v4/btn_cab_done_default_holo_dark.9.png
res/drawable-mdpi-v4/btn_cab_done_default_holo_light.9.png
res/drawable-mdpi-v4/btn_cab_done_focused_holo_dark.9.png
res/drawable-mdpi-v4/btn_cab_done_focused_holo_light.9.png
res/drawable-mdpi-v4/btn_cab_done_pressed_holo_dark.9.png
res/drawable-mdpi-v4/btn_cab_done_pressed_holo_light.9.png
res/drawable-mdpi-v4/btn_check_buttonless_off.png
res/drawable-mdpi-v4/btn_check_buttonless_on.png
res/drawable-mdpi-v4/btn_check_label_background.9.png
res/drawable-mdpi-v4/btn_check_off.png
res/drawable-mdpi-v4/btn_check_off_disable.png
res/drawable-mdpi-v4/btn_check_off_disable_focused.png
res/drawable-mdpi-v4/btn_check_off_disable_focused_holo_dark.png
res/drawable-mdpi-v4/btn_check_off_disable_focused_holo_light.png
res/drawable-mdpi-v4/btn_check_off_disable_holo_dark.png
res/drawable-mdpi-v4/btn_check_off_disable_holo_light.png
res/drawable-mdpi-v4/btn_check_off_disabled_focused_holo_dark.png
res/drawable-mdpi-v4/btn_check_off_disabled_focused_holo_light.png
res/drawable-mdpi-v4/btn_check_off_disabled_holo_dark.png
res/drawable-mdpi-v4/btn_check_off_disabled_holo_light.png
res/drawable-mdpi-v4/btn_check_off_focused_holo_dark.png
res/drawable-mdpi-v4/btn_check_off_focused_holo_light.png
res/drawable-mdpi-v4/btn_check_off_holo.png
res/drawable-mdpi-v4/btn_check_off_holo_dark.png
res/drawable-mdpi-v4/btn_check_off_holo_light.png
res/drawable-mdpi-v4/btn_check_off_normal_holo_dark.png
res/drawable-mdpi-v4/btn_check_off_normal_holo_light.png
res/drawable-mdpi-v4/btn_check_off_pressed.png
res/drawable-mdpi-v4/btn_check_off_pressed_holo_dark.png
res/drawable-mdpi-v4/btn_check_off_pressed_holo_light.png
res/drawable-mdpi-v4/btn_check_off_selected.png
res/drawable-mdpi-v4/btn_check_on.png
res/drawable-mdpi-v4/btn_check_on_disable.png
res/drawable-mdpi-v4/btn_check_on_disable_focused.png
res/drawable-mdpi-v4/btn_check_on_disable_focused_holo_light.png
res/drawable-mdpi-v4/btn_check_on_disable_holo_dark.png
res/drawable-mdpi-v4/btn_check_on_disable_holo_light.png
res/drawable-mdpi-v4/btn_check_on_disabled_focused_holo_dark.png
res/drawable-mdpi-v4/btn_check_on_disabled_focused_holo_light.png
res/drawable-mdpi-v4/btn_check_on_disabled_holo_dark.png
res/drawable-mdpi-v4/btn_check_on_disabled_holo_light.png
res/drawable-mdpi-v4/btn_check_on_focused_holo_dark.png
res/drawable-mdpi-v4/btn_check_on_focused_holo_light.png
res/drawable-mdpi-v4/btn_check_on_holo.png
res/drawable-mdpi-v4/btn_check_on_holo_dark.png
res/drawable-mdpi-v4/btn_check_on_holo_light.png
res/drawable-mdpi-v4/btn_check_on_pressed.png
res/drawable-mdpi-v4/btn_check_on_pressed_holo_dark.png
res/drawable-mdpi-v4/btn_check_on_pressed_holo_light.png
res/drawable-mdpi-v4/btn_check_on_selected.png
res/drawable-mdpi-v4/btn_circle_disable.png
res/drawable-mdpi-v4/btn_circle_disable_focused.png
res/drawable-mdpi-v4/btn_circle_normal.png
res/drawable-mdpi-v4/btn_circle_pressed.png
res/drawable-mdpi-v4/btn_circle_selected.png
res/drawable-mdpi-v4/btn_close_normal.png
res/drawable-mdpi-v4/btn_close_pressed.png
res/drawable-mdpi-v4/btn_close_selected.png
res/drawable-mdpi-v4/btn_default_disabled_focused_holo_dark.9.png
res/drawable-mdpi-v4/btn_default_disabled_focused_holo_light.9.png
res/drawable-mdpi-v4/btn_default_disabled_holo.9.png
res/drawable-mdpi-v4/btn_default_disabled_holo_dark.9.png
res/drawable-mdpi-v4/btn_default_disabled_holo_light.9.png
res/drawable-mdpi-v4/btn_default_focused_holo.9.png
res/drawable-mdpi-v4/btn_default_focused_holo_dark.9.png
res/drawable-mdpi-v4/btn_default_focused_holo_light.9.png
res/drawable-mdpi-v4/btn_default_normal.9.png
res/drawable-mdpi-v4/btn_default_normal_disable.9.png
res/drawable-mdpi-v4/btn_default_normal_disable_focused.9.png
res/drawable-mdpi-v4/btn_default_normal_holo.9.png
res/drawable-mdpi-v4/btn_default_normal_holo_dark.9.png
res/drawable-mdpi-v4/btn_default_normal_holo_light.9.png
res/drawable-mdpi-v4/btn_default_pressed.9.png
res/drawable-mdpi-v4/btn_default_pressed_holo.9.png
res/drawable-mdpi-v4/btn_default_pressed_holo_dark.9.png
res/drawable-mdpi-v4/btn_default_pressed_holo_light.9.png
res/drawable-mdpi-v4/btn_default_selected.9.png
res/drawable-mdpi-v4/btn_default_small_normal.9.png
res/drawable-mdpi-v4/btn_default_small_normal_disable.9.png
res/drawable-mdpi-v4/btn_default_small_normal_disable_focused.9.png
res/drawable-mdpi-v4/btn_default_small_pressed.9.png
res/drawable-mdpi-v4/btn_default_small_selected.9.png
res/drawable-mdpi-v4/btn_default_transparent_normal.9.png
res/drawable-mdpi-v4/btn_dialog_disable.png
res/drawable-mdpi-v4/btn_dialog_normal.png
res/drawable-mdpi-v4/btn_dialog_pressed.png
res/drawable-mdpi-v4/btn_dialog_selected.png
res/drawable-mdpi-v4/btn_dropdown_disabled.9.png
res/drawable-mdpi-v4/btn_dropdown_disabled_focused.9.png
res/drawable-mdpi-v4/btn_dropdown_normal.9.png
res/drawable-mdpi-v4/btn_dropdown_pressed.9.png
res/drawable-mdpi-v4/btn_dropdown_selected.9.png
res/drawable-mdpi-v4/btn_erase_default.9.png
res/drawable-mdpi-v4/btn_erase_pressed.9.png
res/drawable-mdpi-v4/btn_erase_selected.9.png
res/drawable-mdpi-v4/btn_global_search_normal.9.png
res/drawable-mdpi-v4/btn_group_disabled_holo_dark.9.png
res/drawable-mdpi-v4/btn_group_disabled_holo_light.9.png
res/drawable-mdpi-v4/btn_group_focused_holo_dark.9.png
res/drawable-mdpi-v4/btn_group_focused_holo_light.9.png
res/drawable-mdpi-v4/btn_group_normal_holo_dark.9.png
res/drawable-mdpi-v4/btn_group_normal_holo_light.9.png
res/drawable-mdpi-v4/btn_group_pressed_holo_dark.9.png
res/drawable-mdpi-v4/btn_group_pressed_holo_light.9.png
res/drawable-mdpi-v4/btn_keyboard_key_dark_normal_holo.9.png
res/drawable-mdpi-v4/btn_keyboard_key_dark_normal_off_holo.9.png
res/drawable-mdpi-v4/btn_keyboard_key_dark_normal_on_holo.9.png
res/drawable-mdpi-v4/btn_keyboard_key_dark_pressed_holo.9.png
res/drawable-mdpi-v4/btn_keyboard_key_dark_pressed_off_holo.9.png
res/drawable-mdpi-v4/btn_keyboard_key_dark_pressed_on_holo.9.png
res/drawable-mdpi-v4/btn_keyboard_key_fulltrans_normal.9.png
res/drawable-mdpi-v4/btn_keyboard_key_fulltrans_normal_off.9.png
res/drawable-mdpi-v4/btn_keyboard_key_fulltrans_normal_on.9.png
res/drawable-mdpi-v4/btn_keyboard_key_fulltrans_pressed.9.png
res/drawable-mdpi-v4/btn_keyboard_key_fulltrans_pressed_off.9.png
res/drawable-mdpi-v4/btn_keyboard_key_fulltrans_pressed_on.9.png
res/drawable-mdpi-v4/btn_keyboard_key_light_normal_holo.9.png
res/drawable-mdpi-v4/btn_keyboard_key_light_pressed_holo.9.png
res/drawable-mdpi-v4/btn_keyboard_key_normal.9.png
res/drawable-mdpi-v4/btn_keyboard_key_normal_off.9.png
res/drawable-mdpi-v4/btn_keyboard_key_normal_on.9.png
res/drawable-mdpi-v4/btn_keyboard_key_pressed.9.png
res/drawable-mdpi-v4/btn_keyboard_key_pressed_off.9.png
res/drawable-mdpi-v4/btn_keyboard_key_pressed_on.9.png
res/drawable-mdpi-v4/btn_keyboard_key_trans_normal.9.png
res/drawable-mdpi-v4/btn_keyboard_key_trans_normal_off.9.png
res/drawable-mdpi-v4/btn_keyboard_key_trans_normal_on.9.png
res/drawable-mdpi-v4/btn_keyboard_key_trans_pressed.9.png
res/drawable-mdpi-v4/btn_keyboard_key_trans_pressed_off.9.png
res/drawable-mdpi-v4/btn_keyboard_key_trans_pressed_on.9.png
res/drawable-mdpi-v4/btn_keyboard_key_trans_selected.9.png
res/drawable-mdpi-v4/btn_media_player.9.png
res/drawable-mdpi-v4/btn_media_player_disabled.9.png
res/drawable-mdpi-v4/btn_media_player_disabled_selected.9.png
res/drawable-mdpi-v4/btn_media_player_pressed.9.png
res/drawable-mdpi-v4/btn_media_player_selected.9.png
res/drawable-mdpi-v4/btn_minus_default.png
res/drawable-mdpi-v4/btn_minus_disable.png
res/drawable-mdpi-v4/btn_minus_disable_focused.png
res/drawable-mdpi-v4/btn_minus_pressed.png
res/drawable-mdpi-v4/btn_minus_selected.png
res/drawable-mdpi-v4/btn_plus_default.png
res/drawable-mdpi-v4/btn_plus_disable.png
res/drawable-mdpi-v4/btn_plus_disable_focused.png
res/drawable-mdpi-v4/btn_plus_pressed.png
res/drawable-mdpi-v4/btn_plus_selected.png
res/drawable-mdpi-v4/btn_radio_label_background.9.png
res/drawable-mdpi-v4/btn_radio_off.png
res/drawable-mdpi-v4/btn_radio_off_disabled_focused_holo_dark.png
res/drawable-mdpi-v4/btn_radio_off_disabled_focused_holo_light.png
res/drawable-mdpi-v4/btn_radio_off_disabled_holo_dark.png
res/drawable-mdpi-v4/btn_radio_off_disabled_holo_light.png
res/drawable-mdpi-v4/btn_radio_off_focused_holo_dark.png
res/drawable-mdpi-v4/btn_radio_off_focused_holo_light.png
res/drawable-mdpi-v4/btn_radio_off_holo.png
res/drawable-mdpi-v4/btn_radio_off_holo_dark.png
res/drawable-mdpi-v4/btn_radio_off_holo_light.png
res/drawable-mdpi-v4/btn_radio_off_pressed.png
res/drawable-mdpi-v4/btn_radio_off_pressed_holo_dark.png
res/drawable-mdpi-v4/btn_radio_off_pressed_holo_light.png
res/drawable-mdpi-v4/btn_radio_off_selected.png
res/drawable-mdpi-v4/btn_radio_on.png
res/drawable-mdpi-v4/btn_radio_on_disabled_focused_holo_dark.png
res/drawable-mdpi-v4/btn_radio_on_disabled_focused_holo_light.png
res/drawable-mdpi-v4/btn_radio_on_disabled_holo_dark.png
res/drawable-mdpi-v4/btn_radio_on_disabled_holo_light.png
res/drawable-mdpi-v4/btn_radio_on_focused_holo_dark.png
res/drawable-mdpi-v4/btn_radio_on_focused_holo_light.png
res/drawable-mdpi-v4/btn_radio_on_holo.png
res/drawable-mdpi-v4/btn_radio_on_holo_dark.png
res/drawable-mdpi-v4/btn_radio_on_holo_light.png
res/drawable-mdpi-v4/btn_radio_on_mtrl_alpha.png
res/drawable-mdpi-v4/btn_radio_on_pressed.png
res/drawable-mdpi-v4/btn_radio_on_pressed_holo_dark.png
res/drawable-mdpi-v4/btn_radio_on_pressed_holo_light.png
res/drawable-mdpi-v4/btn_radio_on_pressed_mtrl_alpha.png
res/drawable-mdpi-v4/btn_radio_on_selected.png
res/drawable-mdpi-v4/btn_rating_star_off_disabled_focused_holo_dark.png
res/drawable-mdpi-v4/btn_rating_star_off_disabled_focused_holo_light.png
res/drawable-mdpi-v4/btn_rating_star_off_disabled_holo_dark.png
res/drawable-mdpi-v4/btn_rating_star_off_disabled_holo_light.png
res/drawable-mdpi-v4/btn_rating_star_off_focused_holo_dark.png
res/drawable-mdpi-v4/btn_rating_star_off_focused_holo_light.png
res/drawable-mdpi-v4/btn_rating_star_off_mtrl_alpha.png
res/drawable-mdpi-v4/btn_rating_star_off_normal.png
res/drawable-mdpi-v4/btn_rating_star_off_normal_holo_dark.png
res/drawable-mdpi-v4/btn_rating_star_off_normal_holo_light.png
res/drawable-mdpi-v4/btn_rating_star_off_pressed.png
res/drawable-mdpi-v4/btn_rating_star_off_pressed_holo_dark.png
res/drawable-mdpi-v4/btn_rating_star_off_pressed_holo_light.png
res/drawable-mdpi-v4/btn_rating_star_off_selected.png
res/drawable-mdpi-v4/btn_rating_star_on_disabled_focused_holo_dark.png
res/drawable-mdpi-v4/btn_rating_star_on_disabled_focused_holo_light.png
res/drawable-mdpi-v4/btn_rating_star_on_disabled_holo_dark.png
res/drawable-mdpi-v4/btn_rating_star_on_disabled_holo_light.png
res/drawable-mdpi-v4/btn_rating_star_on_focused_holo_dark.png
res/drawable-mdpi-v4/btn_rating_star_on_focused_holo_light.png
res/drawable-mdpi-v4/btn_rating_star_on_mtrl_alpha.png
res/drawable-mdpi-v4/btn_rating_star_on_normal.png
res/drawable-mdpi-v4/btn_rating_star_on_normal_holo_dark.png
res/drawable-mdpi-v4/btn_rating_star_on_normal_holo_light.png
res/drawable-mdpi-v4/btn_rating_star_on_pressed.png
res/drawable-mdpi-v4/btn_rating_star_on_pressed_holo_dark.png
res/drawable-mdpi-v4/btn_rating_star_on_pressed_holo_light.png
res/drawable-mdpi-v4/btn_rating_star_on_selected.png
res/drawable-mdpi-v4/btn_search_dialog_default.9.png
res/drawable-mdpi-v4/btn_search_dialog_pressed.9.png
res/drawable-mdpi-v4/btn_search_dialog_selected.9.png
res/drawable-mdpi-v4/btn_search_dialog_voice_default.9.png
res/drawable-mdpi-v4/btn_search_dialog_voice_pressed.9.png
res/drawable-mdpi-v4/btn_search_dialog_voice_selected.9.png
res/drawable-mdpi-v4/btn_square_overlay_disabled.png
res/drawable-mdpi-v4/btn_square_overlay_disabled_focused.png
res/drawable-mdpi-v4/btn_square_overlay_normal.png
res/drawable-mdpi-v4/btn_square_overlay_pressed.png
res/drawable-mdpi-v4/btn_square_overlay_selected.png
res/drawable-mdpi-v4/btn_star_big_off.png
res/drawable-mdpi-v4/btn_star_big_off_disable.png
res/drawable-mdpi-v4/btn_star_big_off_disable_focused.png
res/drawable-mdpi-v4/btn_star_big_off_pressed.png
res/drawable-mdpi-v4/btn_star_big_off_selected.png
res/drawable-mdpi-v4/btn_star_big_on.png
res/drawable-mdpi-v4/btn_star_big_on_disable.png
res/drawable-mdpi-v4/btn_star_big_on_disable_focused.png
res/drawable-mdpi-v4/btn_star_big_on_pressed.png
res/drawable-mdpi-v4/btn_star_big_on_selected.png
res/drawable-mdpi-v4/btn_star_label_background.9.png
res/drawable-mdpi-v4/btn_star_mtrl_alpha.png
res/drawable-mdpi-v4/btn_star_off_disabled_focused_holo_dark.png
res/drawable-mdpi-v4/btn_star_off_disabled_focused_holo_light.png
res/drawable-mdpi-v4/btn_star_off_disabled_holo_dark.png
res/drawable-mdpi-v4/btn_star_off_disabled_holo_light.png
res/drawable-mdpi-v4/btn_star_off_focused_holo_dark.png
res/drawable-mdpi-v4/btn_star_off_focused_holo_light.png
res/drawable-mdpi-v4/btn_star_off_normal_holo_dark.png
res/drawable-mdpi-v4/btn_star_off_normal_holo_light.png
res/drawable-mdpi-v4/btn_star_off_pressed_holo_dark.png
res/drawable-mdpi-v4/btn_star_off_pressed_holo_light.png
res/drawable-mdpi-v4/btn_star_on_disabled_focused_holo_dark.png
res/drawable-mdpi-v4/btn_star_on_disabled_focused_holo_light.png
res/drawable-mdpi-v4/btn_star_on_disabled_holo_dark.png
res/drawable-mdpi-v4/btn_star_on_disabled_holo_light.png
res/drawable-mdpi-v4/btn_star_on_focused_holo_dark.png
res/drawable-mdpi-v4/btn_star_on_focused_holo_light.png
res/drawable-mdpi-v4/btn_star_on_normal_holo_dark.png
res/drawable-mdpi-v4/btn_star_on_normal_holo_light.png
res/drawable-mdpi-v4/btn_star_on_pressed_holo_dark.png
res/drawable-mdpi-v4/btn_star_on_pressed_holo_light.png
res/drawable-mdpi-v4/btn_switch_to_off_mtrl_00001.9.png
res/drawable-mdpi-v4/btn_switch_to_off_mtrl_00002.9.png
res/drawable-mdpi-v4/btn_switch_to_off_mtrl_00003.9.png
res/drawable-mdpi-v4/btn_switch_to_off_mtrl_00004.9.png
res/drawable-mdpi-v4/btn_switch_to_off_mtrl_00005.9.png
res/drawable-mdpi-v4/btn_switch_to_off_mtrl_00006.9.png
res/drawable-mdpi-v4/btn_switch_to_off_mtrl_00007.9.png
res/drawable-mdpi-v4/btn_switch_to_off_mtrl_00008.9.png
res/drawable-mdpi-v4/btn_switch_to_off_mtrl_00009.9.png
res/drawable-mdpi-v4/btn_switch_to_off_mtrl_00010.9.png
res/drawable-mdpi-v4/btn_switch_to_off_mtrl_00011.9.png
res/drawable-mdpi-v4/btn_switch_to_off_mtrl_00012.9.png
res/drawable-mdpi-v4/btn_switch_to_on_mtrl_00001.9.png
res/drawable-mdpi-v4/btn_switch_to_on_mtrl_00002.9.png
res/drawable-mdpi-v4/btn_switch_to_on_mtrl_00003.9.png
res/drawable-mdpi-v4/btn_switch_to_on_mtrl_00004.9.png
res/drawable-mdpi-v4/btn_switch_to_on_mtrl_00005.9.png
res/drawable-mdpi-v4/btn_switch_to_on_mtrl_00006.9.png
res/drawable-mdpi-v4/btn_switch_to_on_mtrl_00007.9.png
res/drawable-mdpi-v4/btn_switch_to_on_mtrl_00008.9.png
res/drawable-mdpi-v4/btn_switch_to_on_mtrl_00009.9.png
res/drawable-mdpi-v4/btn_switch_to_on_mtrl_00010.9.png
res/drawable-mdpi-v4/btn_switch_to_on_mtrl_00011.9.png
res/drawable-mdpi-v4/btn_switch_to_on_mtrl_00012.9.png
res/drawable-mdpi-v4/btn_toggle_off.9.png
res/drawable-mdpi-v4/btn_toggle_off_disabled_focused_holo_dark.9.png
res/drawable-mdpi-v4/btn_toggle_off_disabled_focused_holo_light.9.png
res/drawable-mdpi-v4/btn_toggle_off_disabled_holo_dark.9.png
res/drawable-mdpi-v4/btn_toggle_off_disabled_holo_light.9.png
res/drawable-mdpi-v4/btn_toggle_off_focused_holo_dark.9.png
res/drawable-mdpi-v4/btn_toggle_off_focused_holo_light.9.png
res/drawable-mdpi-v4/btn_toggle_off_normal_holo_dark.9.png
res/drawable-mdpi-v4/btn_toggle_off_normal_holo_light.9.png
res/drawable-mdpi-v4/btn_toggle_off_pressed_holo_dark.9.png
res/drawable-mdpi-v4/btn_toggle_off_pressed_holo_light.9.png
res/drawable-mdpi-v4/btn_toggle_on.9.png
res/drawable-mdpi-v4/btn_toggle_on_disabled_focused_holo_dark.9.png
res/drawable-mdpi-v4/btn_toggle_on_disabled_focused_holo_light.9.png
res/drawable-mdpi-v4/btn_toggle_on_disabled_holo_dark.9.png
res/drawable-mdpi-v4/btn_toggle_on_disabled_holo_light.9.png
res/drawable-mdpi-v4/btn_toggle_on_focused_holo_dark.9.png
res/drawable-mdpi-v4/btn_toggle_on_focused_holo_light.9.png
res/drawable-mdpi-v4/btn_toggle_on_normal_holo_dark.9.png
res/drawable-mdpi-v4/btn_toggle_on_normal_holo_light.9.png
res/drawable-mdpi-v4/btn_toggle_on_pressed_holo_dark.9.png
res/drawable-mdpi-v4/btn_toggle_on_pressed_holo_light.9.png
res/drawable-mdpi-v4/btn_zoom_down_disabled.9.png
res/drawable-mdpi-v4/btn_zoom_down_disabled_focused.9.png
res/drawable-mdpi-v4/btn_zoom_down_normal.9.png
res/drawable-mdpi-v4/btn_zoom_down_pressed.9.png
res/drawable-mdpi-v4/btn_zoom_down_selected.9.png
res/drawable-mdpi-v4/btn_zoom_page_normal.png
res/drawable-mdpi-v4/btn_zoom_page_press.png
res/drawable-mdpi-v4/btn_zoom_up_disabled.9.png
res/drawable-mdpi-v4/btn_zoom_up_disabled_focused.9.png
res/drawable-mdpi-v4/btn_zoom_up_normal.9.png
res/drawable-mdpi-v4/btn_zoom_up_pressed.9.png
res/drawable-mdpi-v4/btn_zoom_up_selected.9.png
res/drawable-mdpi-v4/button_onoff_indicator_off.png
res/drawable-mdpi-v4/button_onoff_indicator_on.png
res/drawable-mdpi-v4/cab_background_bottom_holo_dark.9.png
res/drawable-mdpi-v4/cab_background_bottom_holo_light.9.png
res/drawable-mdpi-v4/cab_background_bottom_mtrl_alpha.9.png
res/drawable-mdpi-v4/cab_background_top_holo_dark.9.png
res/drawable-mdpi-v4/cab_background_top_holo_light.9.png
res/drawable-mdpi-v4/cab_background_top_mtrl_alpha.9.png
res/drawable-mdpi-v4/call_contact.png
res/drawable-mdpi-v4/checkbox_off_background.png
res/drawable-mdpi-v4/checkbox_on_background.png
res/drawable-mdpi-v4/cling_arrow_up.png
res/drawable-mdpi-v4/cling_bg.9.png
res/drawable-mdpi-v4/cling_button_normal.9.png
res/drawable-mdpi-v4/cling_button_pressed.9.png
res/drawable-mdpi-v4/code_lock_bottom.9.png
res/drawable-mdpi-v4/code_lock_left.9.png
res/drawable-mdpi-v4/code_lock_top.9.png
res/drawable-mdpi-v4/combobox_disabled.png
res/drawable-mdpi-v4/combobox_nohighlight.png
res/drawable-mdpi-v4/compass_arrow.png
res/drawable-mdpi-v4/compass_base.png
res/drawable-mdpi-v4/contact_header_bg.9.png
res/drawable-mdpi-v4/create_contact.png
res/drawable-mdpi-v4/dark_header.9.png
res/drawable-mdpi-v4/day_picker_week_view_dayline_holo.9.png
res/drawable-mdpi-v4/dialog_bottom_holo_dark.9.png
res/drawable-mdpi-v4/dialog_bottom_holo_light.9.png
res/drawable-mdpi-v4/dialog_divider_horizontal_holo_dark.9.png
res/drawable-mdpi-v4/dialog_divider_horizontal_holo_light.9.png
res/drawable-mdpi-v4/dialog_divider_horizontal_light.9.png
res/drawable-mdpi-v4/dialog_full_holo_dark.9.png
res/drawable-mdpi-v4/dialog_full_holo_light.9.png
res/drawable-mdpi-v4/dialog_ic_close_focused_holo_dark.png
res/drawable-mdpi-v4/dialog_ic_close_focused_holo_light.png
res/drawable-mdpi-v4/dialog_ic_close_normal_holo_dark.png
res/drawable-mdpi-v4/dialog_ic_close_normal_holo_light.png
res/drawable-mdpi-v4/dialog_ic_close_pressed_holo_dark.png
res/drawable-mdpi-v4/dialog_ic_close_pressed_holo_light.png
res/drawable-mdpi-v4/dialog_middle_holo.9.png
res/drawable-mdpi-v4/dialog_middle_holo_dark.9.png
res/drawable-mdpi-v4/dialog_middle_holo_light.9.png
res/drawable-mdpi-v4/dialog_top_holo_dark.9.png
res/drawable-mdpi-v4/dialog_top_holo_light.9.png
res/drawable-mdpi-v4/divider_horizontal_bright.9.png
res/drawable-mdpi-v4/divider_horizontal_bright_opaque.9.png
res/drawable-mdpi-v4/divider_horizontal_dark.9.png
res/drawable-mdpi-v4/divider_horizontal_dark_opaque.9.png
res/drawable-mdpi-v4/divider_horizontal_dim_dark.9.png
res/drawable-mdpi-v4/divider_horizontal_holo_dark.9.png
res/drawable-mdpi-v4/divider_horizontal_holo_light.9.png
res/drawable-mdpi-v4/divider_horizontal_textfield.9.png
res/drawable-mdpi-v4/divider_strong_holo.9.png
res/drawable-mdpi-v4/divider_vertical_bright.9.png
res/drawable-mdpi-v4/divider_vertical_bright_opaque.9.png
res/drawable-mdpi-v4/divider_vertical_dark.9.png
res/drawable-mdpi-v4/divider_vertical_dark_opaque.9.png
res/drawable-mdpi-v4/divider_vertical_holo_dark.9.png
res/drawable-mdpi-v4/divider_vertical_holo_light.9.png
res/drawable-mdpi-v4/dropdown_disabled_focused_holo_dark.9.png
res/drawable-mdpi-v4/dropdown_disabled_focused_holo_light.9.png
res/drawable-mdpi-v4/dropdown_disabled_holo_dark.9.png
res/drawable-mdpi-v4/dropdown_disabled_holo_light.9.png
res/drawable-mdpi-v4/dropdown_focused_holo_dark.9.png
res/drawable-mdpi-v4/dropdown_focused_holo_light.9.png
res/drawable-mdpi-v4/dropdown_ic_arrow_disabled_focused_holo_dark.png
res/drawable-mdpi-v4/dropdown_ic_arrow_disabled_focused_holo_light.png
res/drawable-mdpi-v4/dropdown_ic_arrow_disabled_holo_dark.png
res/drawable-mdpi-v4/dropdown_ic_arrow_disabled_holo_light.png
res/drawable-mdpi-v4/dropdown_ic_arrow_focused_holo_dark.png
res/drawable-mdpi-v4/dropdown_ic_arrow_focused_holo_light.png
res/drawable-mdpi-v4/dropdown_ic_arrow_normal_holo_dark.png
res/drawable-mdpi-v4/dropdown_ic_arrow_normal_holo_light.png
res/drawable-mdpi-v4/dropdown_ic_arrow_pressed_holo_dark.png
res/drawable-mdpi-v4/dropdown_ic_arrow_pressed_holo_light.png
res/drawable-mdpi-v4/dropdown_normal_holo_dark.9.png
res/drawable-mdpi-v4/dropdown_normal_holo_light.9.png
res/drawable-mdpi-v4/dropdown_pressed_holo_dark.9.png
res/drawable-mdpi-v4/dropdown_pressed_holo_light.9.png
res/drawable-mdpi-v4/edit_query.png
res/drawable-mdpi-v4/edit_query_background_normal.9.png
res/drawable-mdpi-v4/edit_query_background_pressed.9.png
res/drawable-mdpi-v4/edit_query_background_selected.9.png
res/drawable-mdpi-v4/editbox_background_focus_yellow.9.png
res/drawable-mdpi-v4/editbox_background_normal.9.png
res/drawable-mdpi-v4/editbox_dropdown_background.9.png
res/drawable-mdpi-v4/editbox_dropdown_background_dark.9.png
res/drawable-mdpi-v4/emo_im_angel.png
res/drawable-mdpi-v4/emo_im_cool.png
res/drawable-mdpi-v4/emo_im_crying.png
res/drawable-mdpi-v4/emo_im_embarrassed.png
res/drawable-mdpi-v4/emo_im_foot_in_mouth.png
res/drawable-mdpi-v4/emo_im_happy.png
res/drawable-mdpi-v4/emo_im_kissing.png
res/drawable-mdpi-v4/emo_im_laughing.png
res/drawable-mdpi-v4/emo_im_lips_are_sealed.png
res/drawable-mdpi-v4/emo_im_money_mouth.png
res/drawable-mdpi-v4/emo_im_sad.png
res/drawable-mdpi-v4/emo_im_surprised.png
res/drawable-mdpi-v4/emo_im_tongue_sticking_out.png
res/drawable-mdpi-v4/emo_im_undecided.png
res/drawable-mdpi-v4/emo_im_winking.png
res/drawable-mdpi-v4/emo_im_wtf.png
res/drawable-mdpi-v4/emo_im_yelling.png
res/drawable-mdpi-v4/expander_close_holo_dark.9.png
res/drawable-mdpi-v4/expander_close_holo_light.9.png
res/drawable-mdpi-v4/expander_close_mtrl_alpha.9.png
res/drawable-mdpi-v4/expander_ic_maximized.9.png
res/drawable-mdpi-v4/expander_ic_minimized.9.png
res/drawable-mdpi-v4/expander_open_holo_dark.9.png
res/drawable-mdpi-v4/expander_open_holo_light.9.png
res/drawable-mdpi-v4/expander_open_mtrl_alpha.9.png
res/drawable-mdpi-v4/fastscroll_label_left_holo_dark.9.png
res/drawable-mdpi-v4/fastscroll_label_left_holo_light.9.png
res/drawable-mdpi-v4/fastscroll_label_right_holo_dark.9.png
res/drawable-mdpi-v4/fastscroll_label_right_holo_light.9.png
res/drawable-mdpi-v4/fastscroll_thumb_default_holo.png
res/drawable-mdpi-v4/fastscroll_thumb_pressed_holo.png
res/drawable-mdpi-v4/fastscroll_track_default_holo_dark.9.png
res/drawable-mdpi-v4/fastscroll_track_default_holo_light.9.png
res/drawable-mdpi-v4/fastscroll_track_pressed_holo_dark.9.png
res/drawable-mdpi-v4/fastscroll_track_pressed_holo_light.9.png
res/drawable-mdpi-v4/focused_application_background_static.png
res/drawable-mdpi-v4/frame_gallery_thumb.9.png
res/drawable-mdpi-v4/frame_gallery_thumb_pressed.9.png
res/drawable-mdpi-v4/frame_gallery_thumb_selected.9.png
res/drawable-mdpi-v4/gallery_selected_default.9.png
res/drawable-mdpi-v4/gallery_selected_focused.9.png
res/drawable-mdpi-v4/gallery_selected_pressed.9.png
res/drawable-mdpi-v4/gallery_unselected_default.9.png
res/drawable-mdpi-v4/gallery_unselected_pressed.9.png
res/drawable-mdpi-v4/grid_selector_background_focus.9.png
res/drawable-mdpi-v4/grid_selector_background_pressed.9.png
res/drawable-mdpi-v4/highlight_disabled.9.png
res/drawable-mdpi-v4/highlight_pressed.9.png
res/drawable-mdpi-v4/highlight_selected.9.png
res/drawable-mdpi-v4/ic_ab_back_holo_dark_am.png
res/drawable-mdpi-v4/ic_ab_back_holo_light_am.png
res/drawable-mdpi-v4/ic_action_assist_focused.png
res/drawable-mdpi-v4/ic_aggregated.png
res/drawable-mdpi-v4/ic_audio_notification_am_alpha.png
res/drawable-mdpi-v4/ic_audio_notification_mute_am_alpha.png
res/drawable-mdpi-v4/ic_btn_round_more_disabled.png
res/drawable-mdpi-v4/ic_btn_round_more_normal.png
res/drawable-mdpi-v4/ic_btn_search_go.png
res/drawable-mdpi-v4/ic_btn_speak_now.png
res/drawable-mdpi-v4/ic_btn_square_browser_zoom_fit_page_disabled.png
res/drawable-mdpi-v4/ic_btn_square_browser_zoom_fit_page_normal.png
res/drawable-mdpi-v4/ic_btn_square_browser_zoom_page_overview_disabled.png
res/drawable-mdpi-v4/ic_btn_square_browser_zoom_page_overview_normal.png
res/drawable-mdpi-v4/ic_bullet_key_permission.png
res/drawable-mdpi-v4/ic_cab_done_holo.png
res/drawable-mdpi-v4/ic_cab_done_holo_dark.png
res/drawable-mdpi-v4/ic_cab_done_holo_light.png
res/drawable-mdpi-v4/ic_cab_done_mtrl_alpha.png
res/drawable-mdpi-v4/ic_checkmark_holo_light.png
res/drawable-mdpi-v4/ic_clear_disabled.png
res/drawable-mdpi-v4/ic_clear_normal.png
res/drawable-mdpi-v4/ic_clear_search_api_disabled_holo_dark.png
res/drawable-mdpi-v4/ic_clear_search_api_disabled_holo_light.png
res/drawable-mdpi-v4/ic_clear_search_api_holo_dark.png
res/drawable-mdpi-v4/ic_clear_search_api_holo_light.png
res/drawable-mdpi-v4/ic_coins_l.png
res/drawable-mdpi-v4/ic_coins_s.png
res/drawable-mdpi-v4/ic_commit.png
res/drawable-mdpi-v4/ic_commit_search_api_holo_dark.png
res/drawable-mdpi-v4/ic_commit_search_api_holo_light.png
res/drawable-mdpi-v4/ic_commit_search_api_mtrl_alpha.png
res/drawable-mdpi-v4/ic_contact_picture.png
res/drawable-mdpi-v4/ic_contact_picture_2.png
res/drawable-mdpi-v4/ic_contact_picture_3.png
res/drawable-mdpi-v4/ic_delete.png
res/drawable-mdpi-v4/ic_dialog_alert.png
res/drawable-mdpi-v4/ic_dialog_alert_holo_dark.png
res/drawable-mdpi-v4/ic_dialog_alert_holo_light.png
res/drawable-mdpi-v4/ic_dialog_close_normal_holo.png
res/drawable-mdpi-v4/ic_dialog_close_pressed_holo.png
res/drawable-mdpi-v4/ic_dialog_dialer.png
res/drawable-mdpi-v4/ic_dialog_email.png
res/drawable-mdpi-v4/ic_dialog_focused_holo.png
res/drawable-mdpi-v4/ic_dialog_info.png
res/drawable-mdpi-v4/ic_dialog_map.png
res/drawable-mdpi-v4/ic_dialog_time.png
res/drawable-mdpi-v4/ic_dialog_usb.png
res/drawable-mdpi-v4/ic_emergency.png
res/drawable-mdpi-v4/ic_find_next_holo_dark.png
res/drawable-mdpi-v4/ic_find_next_holo_light.png
res/drawable-mdpi-v4/ic_find_next_mtrl_alpha.png
res/drawable-mdpi-v4/ic_find_previous_holo_dark.png
res/drawable-mdpi-v4/ic_find_previous_holo_light.png
res/drawable-mdpi-v4/ic_find_previous_mtrl_alpha.png
res/drawable-mdpi-v4/ic_go.png
res/drawable-mdpi-v4/ic_go_search_api_holo_dark.png
res/drawable-mdpi-v4/ic_go_search_api_holo_light.png
res/drawable-mdpi-v4/ic_input_add.png
res/drawable-mdpi-v4/ic_input_delete.png
res/drawable-mdpi-v4/ic_input_get.png
res/drawable-mdpi-v4/ic_jog_dial_answer.png
res/drawable-mdpi-v4/ic_jog_dial_answer_and_end.png
res/drawable-mdpi-v4/ic_jog_dial_answer_and_hold.png
res/drawable-mdpi-v4/ic_jog_dial_decline.png
res/drawable-mdpi-v4/ic_jog_dial_sound_off.png
res/drawable-mdpi-v4/ic_jog_dial_sound_on.png
res/drawable-mdpi-v4/ic_jog_dial_unlock.png
res/drawable-mdpi-v4/ic_jog_dial_vibrate_on.png
res/drawable-mdpi-v4/ic_launcher_android.png
res/drawable-mdpi-v4/ic_lock_airplane_mode_alpha.png
res/drawable-mdpi-v4/ic_lock_airplane_mode_off_am_alpha.png
res/drawable-mdpi-v4/ic_lock_idle_alarm_alpha.png
res/drawable-mdpi-v4/ic_lock_idle_charging.png
res/drawable-mdpi-v4/ic_lock_idle_lock.png
res/drawable-mdpi-v4/ic_lock_idle_low_battery.png
res/drawable-mdpi-v4/ic_lock_lock_alpha.png
res/drawable-mdpi-v4/ic_lock_open_wht_24dp.png
res/drawable-mdpi-v4/ic_lock_outline_wht_24dp.png
res/drawable-mdpi-v4/ic_lock_power_off_alpha.png
res/drawable-mdpi-v4/ic_lock_ringer_off_alpha.png
res/drawable-mdpi-v4/ic_lock_ringer_on_alpha.png
res/drawable-mdpi-v4/ic_lock_silent_mode.png
res/drawable-mdpi-v4/ic_lock_silent_mode_off.png
res/drawable-mdpi-v4/ic_lock_silent_mode_vibrate.png
res/drawable-mdpi-v4/ic_lockscreen_handle_pressed.png
res/drawable-mdpi-v4/ic_maps_indicator_current_position.png
res/drawable-mdpi-v4/ic_maps_indicator_current_position_anim1.png
res/drawable-mdpi-v4/ic_maps_indicator_current_position_anim2.png
res/drawable-mdpi-v4/ic_maps_indicator_current_position_anim3.png
res/drawable-mdpi-v4/ic_media_embed_play.png
res/drawable-mdpi-v4/ic_media_ff.png
res/drawable-mdpi-v4/ic_media_fullscreen.png
res/drawable-mdpi-v4/ic_media_next.png
res/drawable-mdpi-v4/ic_media_pause.png
res/drawable-mdpi-v4/ic_media_play.png
res/drawable-mdpi-v4/ic_media_previous.png
res/drawable-mdpi-v4/ic_media_rew.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_00_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_01_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_02_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_03_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_04_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_05_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_06_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_07_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_08_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_09_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_10_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_11_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_12_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_13_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_14_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_15_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_16_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_17_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_18_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_19_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_20_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_21_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_22_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_23_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_24_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_25_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_26_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_27_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_28_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_29_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_dark_30_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_00_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_01_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_02_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_03_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_04_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_05_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_06_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_07_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_08_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_09_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_10_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_11_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_12_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_13_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_14_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_15_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_16_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_17_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_18_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_19_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_20_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_21_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_22_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_23_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_24_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_25_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_26_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_27_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_28_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_29_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connected_light_30_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_00_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_01_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_02_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_03_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_04_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_05_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_06_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_07_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_08_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_09_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_10_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_11_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_12_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_13_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_14_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_15_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_16_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_17_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_18_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_19_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_20_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_21_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_22_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_23_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_24_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_25_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_26_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_27_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_28_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_29_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_dark_30_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_00_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_01_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_02_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_03_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_04_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_05_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_06_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_07_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_08_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_09_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_10_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_11_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_12_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_13_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_14_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_15_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_16_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_17_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_18_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_19_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_20_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_21_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_22_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_23_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_24_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_25_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_26_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_27_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_28_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_29_mtrl.png
res/drawable-mdpi-v4/ic_media_route_connecting_light_30_mtrl.png
res/drawable-mdpi-v4/ic_media_route_disabled_holo_dark.png
res/drawable-mdpi-v4/ic_media_route_disabled_holo_light.png
res/drawable-mdpi-v4/ic_media_route_disabled_mtrl_alpha.png
res/drawable-mdpi-v4/ic_media_route_off_dark_mtrl.png
res/drawable-mdpi-v4/ic_media_route_off_holo_dark.png
res/drawable-mdpi-v4/ic_media_route_off_holo_light.png
res/drawable-mdpi-v4/ic_media_route_off_light_mtrl.png
res/drawable-mdpi-v4/ic_media_route_on_0_holo_dark.png
res/drawable-mdpi-v4/ic_media_route_on_0_holo_light.png
res/drawable-mdpi-v4/ic_media_route_on_1_holo_dark.png
res/drawable-mdpi-v4/ic_media_route_on_1_holo_light.png
res/drawable-mdpi-v4/ic_media_route_on_2_holo_dark.png
res/drawable-mdpi-v4/ic_media_route_on_2_holo_light.png
res/drawable-mdpi-v4/ic_media_route_on_holo_dark.png
res/drawable-mdpi-v4/ic_media_route_on_holo_light.png
res/drawable-mdpi-v4/ic_media_stop.png
res/drawable-mdpi-v4/ic_media_video_poster.png
res/drawable-mdpi-v4/ic_menu_account_list.png
res/drawable-mdpi-v4/ic_menu_add.png
res/drawable-mdpi-v4/ic_menu_agenda.png
res/drawable-mdpi-v4/ic_menu_allfriends.png
res/drawable-mdpi-v4/ic_menu_always_landscape_portrait.png
res/drawable-mdpi-v4/ic_menu_archive.png
res/drawable-mdpi-v4/ic_menu_attachment.png
res/drawable-mdpi-v4/ic_menu_back.png
res/drawable-mdpi-v4/ic_menu_block.png
res/drawable-mdpi-v4/ic_menu_blocked_user.png
res/drawable-mdpi-v4/ic_menu_btn_add.png
res/drawable-mdpi-v4/ic_menu_call.png
res/drawable-mdpi-v4/ic_menu_camera.png
res/drawable-mdpi-v4/ic_menu_cc_am.png
res/drawable-mdpi-v4/ic_menu_chat_dashboard.png
res/drawable-mdpi-v4/ic_menu_clear_playlist.png
res/drawable-mdpi-v4/ic_menu_close_clear_cancel.png
res/drawable-mdpi-v4/ic_menu_compass.png
res/drawable-mdpi-v4/ic_menu_compose.png
res/drawable-mdpi-v4/ic_menu_copy.png
res/drawable-mdpi-v4/ic_menu_copy_holo_dark.png
res/drawable-mdpi-v4/ic_menu_copy_holo_light.png
res/drawable-mdpi-v4/ic_menu_crop.png
res/drawable-mdpi-v4/ic_menu_cut.png
res/drawable-mdpi-v4/ic_menu_cut_holo_dark.png
res/drawable-mdpi-v4/ic_menu_cut_holo_light.png
res/drawable-mdpi-v4/ic_menu_day.png
res/drawable-mdpi-v4/ic_menu_delete.png
res/drawable-mdpi-v4/ic_menu_directions.png
res/drawable-mdpi-v4/ic_menu_edit.png
res/drawable-mdpi-v4/ic_menu_emoticons.png
res/drawable-mdpi-v4/ic_menu_end_conversation.png
res/drawable-mdpi-v4/ic_menu_find.png
res/drawable-mdpi-v4/ic_menu_find_holo_dark.png
res/drawable-mdpi-v4/ic_menu_find_holo_light.png
res/drawable-mdpi-v4/ic_menu_find_mtrl_alpha.png
res/drawable-mdpi-v4/ic_menu_forward.png
res/drawable-mdpi-v4/ic_menu_friendslist.png
res/drawable-mdpi-v4/ic_menu_gallery.png
res/drawable-mdpi-v4/ic_menu_goto.png
res/drawable-mdpi-v4/ic_menu_help.png
res/drawable-mdpi-v4/ic_menu_help_holo_light.png
res/drawable-mdpi-v4/ic_menu_home.png
res/drawable-mdpi-v4/ic_menu_info_details.png
res/drawable-mdpi-v4/ic_menu_invite.png
res/drawable-mdpi-v4/ic_menu_login.png
res/drawable-mdpi-v4/ic_menu_manage.png
res/drawable-mdpi-v4/ic_menu_mapmode.png
res/drawable-mdpi-v4/ic_menu_mark.png
res/drawable-mdpi-v4/ic_menu_month.png
res/drawable-mdpi-v4/ic_menu_more.png
res/drawable-mdpi-v4/ic_menu_moreoverflow.png
res/drawable-mdpi-v4/ic_menu_moreoverflow_focused_holo_dark.png
res/drawable-mdpi-v4/ic_menu_moreoverflow_focused_holo_light.png
res/drawable-mdpi-v4/ic_menu_moreoverflow_normal_holo_dark.png
res/drawable-mdpi-v4/ic_menu_moreoverflow_normal_holo_light.png
res/drawable-mdpi-v4/ic_menu_my_calendar.png
res/drawable-mdpi-v4/ic_menu_mylocation.png
res/drawable-mdpi-v4/ic_menu_myplaces.png
res/drawable-mdpi-v4/ic_menu_notifications.png
res/drawable-mdpi-v4/ic_menu_paste.png
res/drawable-mdpi-v4/ic_menu_paste_holo_dark.png
res/drawable-mdpi-v4/ic_menu_paste_holo_light.png
res/drawable-mdpi-v4/ic_menu_play_clip.png
res/drawable-mdpi-v4/ic_menu_preferences.png
res/drawable-mdpi-v4/ic_menu_recent_history.png
res/drawable-mdpi-v4/ic_menu_report_image.png
res/drawable-mdpi-v4/ic_menu_revert.png
res/drawable-mdpi-v4/ic_menu_rotate.png
res/drawable-mdpi-v4/ic_menu_save.png
res/drawable-mdpi-v4/ic_menu_search.png
res/drawable-mdpi-v4/ic_menu_search_holo_dark.png
res/drawable-mdpi-v4/ic_menu_search_holo_light.png
res/drawable-mdpi-v4/ic_menu_search_mtrl_alpha.png
res/drawable-mdpi-v4/ic_menu_selectall_holo_dark.png
res/drawable-mdpi-v4/ic_menu_selectall_holo_light.png
res/drawable-mdpi-v4/ic_menu_send.png
res/drawable-mdpi-v4/ic_menu_set_as.png
res/drawable-mdpi-v4/ic_menu_settings_holo_light.png
res/drawable-mdpi-v4/ic_menu_share.png
res/drawable-mdpi-v4/ic_menu_share_holo_dark.png
res/drawable-mdpi-v4/ic_menu_share_holo_light.png
res/drawable-mdpi-v4/ic_menu_slideshow.png
res/drawable-mdpi-v4/ic_menu_sort_alphabetically.png
res/drawable-mdpi-v4/ic_menu_sort_by_size.png
res/drawable-mdpi-v4/ic_menu_star.png
res/drawable-mdpi-v4/ic_menu_start_conversation.png
res/drawable-mdpi-v4/ic_menu_stop.png
res/drawable-mdpi-v4/ic_menu_today.png
res/drawable-mdpi-v4/ic_menu_upload.png
res/drawable-mdpi-v4/ic_menu_upload_you_tube.png
res/drawable-mdpi-v4/ic_menu_view.png
res/drawable-mdpi-v4/ic_menu_week.png
res/drawable-mdpi-v4/ic_menu_zoom.png
res/drawable-mdpi-v4/ic_notification_cast_0.png
res/drawable-mdpi-v4/ic_notification_cast_1.png
res/drawable-mdpi-v4/ic_notification_cast_2.png
res/drawable-mdpi-v4/ic_notification_clear_all.png
res/drawable-mdpi-v4/ic_notification_overlay.9.png
res/drawable-mdpi-v4/ic_partial_secure.png
res/drawable-mdpi-v4/ic_popup_disk_full.png
res/drawable-mdpi-v4/ic_popup_reminder.png
res/drawable-mdpi-v4/ic_popup_sync_1.png
res/drawable-mdpi-v4/ic_popup_sync_2.png
res/drawable-mdpi-v4/ic_popup_sync_3.png
res/drawable-mdpi-v4/ic_popup_sync_4.png
res/drawable-mdpi-v4/ic_popup_sync_5.png
res/drawable-mdpi-v4/ic_popup_sync_6.png
res/drawable-mdpi-v4/ic_search.png
res/drawable-mdpi-v4/ic_search_api_holo_dark.png
res/drawable-mdpi-v4/ic_search_api_holo_light.png
res/drawable-mdpi-v4/ic_search_category_default.png
res/drawable-mdpi-v4/ic_secure.png
res/drawable-mdpi-v4/ic_settings.png
res/drawable-mdpi-v4/ic_settings_language.png
res/drawable-mdpi-v4/ic_sim_card_multi_24px_clr.png
res/drawable-mdpi-v4/ic_sim_card_multi_48px_clr.png
res/drawable-mdpi-v4/ic_star_black_16dp.png
res/drawable-mdpi-v4/ic_star_black_36dp.png
res/drawable-mdpi-v4/ic_star_black_48dp.png
res/drawable-mdpi-v4/ic_star_half_black_16dp.png
res/drawable-mdpi-v4/ic_star_half_black_36dp.png
res/drawable-mdpi-v4/ic_star_half_black_48dp.png
res/drawable-mdpi-v4/ic_sysbar_quicksettings.png
res/drawable-mdpi-v4/ic_vibrate.png
res/drawable-mdpi-v4/ic_vibrate_small.png
res/drawable-mdpi-v4/ic_voice_search.png
res/drawable-mdpi-v4/ic_voice_search_api_holo_dark.png
res/drawable-mdpi-v4/ic_voice_search_api_holo_light.png
res/drawable-mdpi-v4/ic_volume.png
res/drawable-mdpi-v4/ic_volume_bluetooth_ad2p.png
res/drawable-mdpi-v4/ic_volume_bluetooth_in_call.png
res/drawable-mdpi-v4/ic_volume_off.png
res/drawable-mdpi-v4/ic_volume_off_small.png
res/drawable-mdpi-v4/ic_volume_small.png
res/drawable-mdpi-v4/icon_highlight_rectangle.9.png
res/drawable-mdpi-v4/icon_highlight_square.9.png
res/drawable-mdpi-v4/ime_qwerty.png
res/drawable-mdpi-v4/indicator_input_error.png
res/drawable-mdpi-v4/jog_dial_arrow_long_left_green.png
res/drawable-mdpi-v4/jog_dial_arrow_long_left_yellow.png
res/drawable-mdpi-v4/jog_dial_arrow_long_middle_yellow.png
res/drawable-mdpi-v4/jog_dial_arrow_long_right_red.png
res/drawable-mdpi-v4/jog_dial_arrow_long_right_yellow.png
res/drawable-mdpi-v4/jog_dial_arrow_short_left.png
res/drawable-mdpi-v4/jog_dial_arrow_short_left_and_right.png
res/drawable-mdpi-v4/jog_dial_arrow_short_right.png
res/drawable-mdpi-v4/jog_dial_bg.png
res/drawable-mdpi-v4/jog_dial_dimple.png
res/drawable-mdpi-v4/jog_dial_dimple_dim.png
res/drawable-mdpi-v4/jog_tab_bar_left_end_confirm_gray.9.png
res/drawable-mdpi-v4/jog_tab_bar_left_end_confirm_green.9.png
res/drawable-mdpi-v4/jog_tab_bar_left_end_confirm_red.9.png
res/drawable-mdpi-v4/jog_tab_bar_left_end_confirm_yellow.9.png
res/drawable-mdpi-v4/jog_tab_bar_left_end_normal.9.png
res/drawable-mdpi-v4/jog_tab_bar_left_end_pressed.9.png
res/drawable-mdpi-v4/jog_tab_bar_right_end_confirm_gray.9.png
res/drawable-mdpi-v4/jog_tab_bar_right_end_confirm_green.9.png
res/drawable-mdpi-v4/jog_tab_bar_right_end_confirm_red.9.png
res/drawable-mdpi-v4/jog_tab_bar_right_end_confirm_yellow.9.png
res/drawable-mdpi-v4/jog_tab_bar_right_end_normal.9.png
res/drawable-mdpi-v4/jog_tab_bar_right_end_pressed.9.png
res/drawable-mdpi-v4/jog_tab_left_confirm_gray.png
res/drawable-mdpi-v4/jog_tab_left_confirm_green.png
res/drawable-mdpi-v4/jog_tab_left_confirm_red.png
res/drawable-mdpi-v4/jog_tab_left_confirm_yellow.png
res/drawable-mdpi-v4/jog_tab_left_normal.png
res/drawable-mdpi-v4/jog_tab_left_pressed.png
res/drawable-mdpi-v4/jog_tab_right_confirm_gray.png
res/drawable-mdpi-v4/jog_tab_right_confirm_green.png
res/drawable-mdpi-v4/jog_tab_right_confirm_red.png
res/drawable-mdpi-v4/jog_tab_right_confirm_yellow.png
res/drawable-mdpi-v4/jog_tab_right_normal.png
res/drawable-mdpi-v4/jog_tab_right_pressed.png
res/drawable-mdpi-v4/jog_tab_target_gray.png
res/drawable-mdpi-v4/jog_tab_target_green.png
res/drawable-mdpi-v4/jog_tab_target_red.png
res/drawable-mdpi-v4/jog_tab_target_yellow.png
res/drawable-mdpi-v4/keyboard_accessory_bg_landscape.9.png
res/drawable-mdpi-v4/keyboard_background.9.png
res/drawable-mdpi-v4/keyboard_key_feedback_background.9.png
res/drawable-mdpi-v4/keyboard_key_feedback_more_background.9.png
res/drawable-mdpi-v4/keyboard_popup_panel_background.9.png
res/drawable-mdpi-v4/keyboard_popup_panel_trans_background.9.png
res/drawable-mdpi-v4/light_header.9.png
res/drawable-mdpi-v4/list_activated_holo.9.png
res/drawable-mdpi-v4/list_divider_holo_dark.9.png
res/drawable-mdpi-v4/list_divider_holo_light.9.png
res/drawable-mdpi-v4/list_divider_horizontal_holo_dark.9.png
res/drawable-mdpi-v4/list_focused_holo.9.png
res/drawable-mdpi-v4/list_longpressed_holo.9.png
res/drawable-mdpi-v4/list_longpressed_holo_dark.9.png
res/drawable-mdpi-v4/list_longpressed_holo_light.9.png
res/drawable-mdpi-v4/list_pressed_holo_dark.9.png
res/drawable-mdpi-v4/list_pressed_holo_light.9.png
res/drawable-mdpi-v4/list_section_divider_holo_dark.9.png
res/drawable-mdpi-v4/list_section_divider_holo_light.9.png
res/drawable-mdpi-v4/list_section_divider_mtrl_alpha.9.png
res/drawable-mdpi-v4/list_section_header_holo_dark.9.png
res/drawable-mdpi-v4/list_section_header_holo_light.9.png
res/drawable-mdpi-v4/list_selected_holo_dark.9.png
res/drawable-mdpi-v4/list_selected_holo_light.9.png
res/drawable-mdpi-v4/list_selector_activated_holo_dark.9.png
res/drawable-mdpi-v4/list_selector_activated_holo_light.9.png
res/drawable-mdpi-v4/list_selector_background_default.9.png
res/drawable-mdpi-v4/list_selector_background_default_light.9.png
res/drawable-mdpi-v4/list_selector_background_disabled.9.png
res/drawable-mdpi-v4/list_selector_background_disabled_light.9.png
res/drawable-mdpi-v4/list_selector_background_focus.9.png
res/drawable-mdpi-v4/list_selector_background_focused.9.png
res/drawable-mdpi-v4/list_selector_background_focused_light.9.png
res/drawable-mdpi-v4/list_selector_background_focused_selected.9.png
res/drawable-mdpi-v4/list_selector_background_longpress.9.png
res/drawable-mdpi-v4/list_selector_background_longpress_light.9.png
res/drawable-mdpi-v4/list_selector_background_pressed.9.png
res/drawable-mdpi-v4/list_selector_background_pressed_light.9.png
res/drawable-mdpi-v4/list_selector_background_selected.9.png
res/drawable-mdpi-v4/list_selector_background_selected_light.9.png
res/drawable-mdpi-v4/list_selector_disabled_holo_dark.9.png
res/drawable-mdpi-v4/list_selector_disabled_holo_light.9.png
res/drawable-mdpi-v4/list_selector_focused_holo_dark.9.png
res/drawable-mdpi-v4/list_selector_focused_holo_light.9.png
res/drawable-mdpi-v4/list_selector_multiselect_holo_dark.9.png
res/drawable-mdpi-v4/list_selector_multiselect_holo_light.9.png
res/drawable-mdpi-v4/list_selector_pressed_holo_dark.9.png
res/drawable-mdpi-v4/list_selector_pressed_holo_light.9.png
res/drawable-mdpi-v4/magnified_region_frame.9.png
res/drawable-mdpi-v4/maps_google_logo.png
res/drawable-mdpi-v4/menu_background.9.png
res/drawable-mdpi-v4/menu_background_fill_parent_width.9.png
res/drawable-mdpi-v4/menu_dropdown_panel_holo_dark.9.png
res/drawable-mdpi-v4/menu_dropdown_panel_holo_light.9.png
res/drawable-mdpi-v4/menu_hardkey_panel_holo_dark.9.png
res/drawable-mdpi-v4/menu_hardkey_panel_holo_light.9.png
res/drawable-mdpi-v4/menu_popup_panel_holo_dark.9.png
res/drawable-mdpi-v4/menu_popup_panel_holo_light.9.png
res/drawable-mdpi-v4/menu_separator.9.png
res/drawable-mdpi-v4/menu_submenu_background.9.png
res/drawable-mdpi-v4/menuitem_background_focus.9.png
res/drawable-mdpi-v4/menuitem_background_pressed.9.png
res/drawable-mdpi-v4/menuitem_background_solid_focused.9.png
res/drawable-mdpi-v4/menuitem_background_solid_pressed.9.png
res/drawable-mdpi-v4/menuitem_checkbox_on.png
res/drawable-mdpi-v4/minitab_lt_focus.9.png
res/drawable-mdpi-v4/minitab_lt_press.9.png
res/drawable-mdpi-v4/minitab_lt_selected.9.png
res/drawable-mdpi-v4/minitab_lt_unselected.9.png
res/drawable-mdpi-v4/minitab_lt_unselected_press.9.png
res/drawable-mdpi-v4/numberpicker_down_disabled.9.png
res/drawable-mdpi-v4/numberpicker_down_disabled_focused.9.png
res/drawable-mdpi-v4/numberpicker_down_normal.9.png
res/drawable-mdpi-v4/numberpicker_down_pressed.9.png
res/drawable-mdpi-v4/numberpicker_down_selected.9.png
res/drawable-mdpi-v4/numberpicker_input_disabled.9.png
res/drawable-mdpi-v4/numberpicker_input_normal.9.png
res/drawable-mdpi-v4/numberpicker_input_pressed.9.png
res/drawable-mdpi-v4/numberpicker_input_selected.9.png
res/drawable-mdpi-v4/numberpicker_selection_divider.9.png
res/drawable-mdpi-v4/numberpicker_up_disabled.9.png
res/drawable-mdpi-v4/numberpicker_up_disabled_focused.9.png
res/drawable-mdpi-v4/numberpicker_up_normal.9.png
res/drawable-mdpi-v4/numberpicker_up_pressed.9.png
res/drawable-mdpi-v4/numberpicker_up_selected.9.png
res/drawable-mdpi-v4/panel_background.9.png
res/drawable-mdpi-v4/panel_bg_holo_dark.9.png
res/drawable-mdpi-v4/panel_bg_holo_light.9.png
res/drawable-mdpi-v4/panel_picture_frame_bg_focus_blue.9.png
res/drawable-mdpi-v4/panel_picture_frame_bg_normal.9.png
res/drawable-mdpi-v4/panel_picture_frame_bg_pressed_blue.9.png
res/drawable-mdpi-v4/password_field_default.9.png
res/drawable-mdpi-v4/password_keyboard_background_holo.9.png
res/drawable-mdpi-v4/perm_group_accessibility_features.png
res/drawable-mdpi-v4/perm_group_affects_battery.png
res/drawable-mdpi-v4/perm_group_app_info.png
res/drawable-mdpi-v4/perm_group_audio_settings.png
res/drawable-mdpi-v4/perm_group_bluetooth.png
res/drawable-mdpi-v4/perm_group_bookmarks.png
res/drawable-mdpi-v4/perm_group_device_alarms.png
res/drawable-mdpi-v4/perm_group_display.png
res/drawable-mdpi-v4/perm_group_network.png
res/drawable-mdpi-v4/perm_group_personal_info.png
res/drawable-mdpi-v4/perm_group_screenlock.png
res/drawable-mdpi-v4/perm_group_shortrange_network.png
res/drawable-mdpi-v4/perm_group_status_bar.png
res/drawable-mdpi-v4/perm_group_sync_settings.png
res/drawable-mdpi-v4/perm_group_system_clock.png
res/drawable-mdpi-v4/perm_group_system_tools.png
res/drawable-mdpi-v4/perm_group_voicemail.png
res/drawable-mdpi-v4/perm_group_wallpaper.png
res/drawable-mdpi-v4/picture_emergency.png
res/drawable-mdpi-v4/picture_frame.9.png
res/drawable-mdpi-v4/pointer_alias.png
res/drawable-mdpi-v4/pointer_alias_large.png
res/drawable-mdpi-v4/pointer_all_scroll.png
res/drawable-mdpi-v4/pointer_all_scroll_large.png
res/drawable-mdpi-v4/pointer_arrow.png
res/drawable-mdpi-v4/pointer_arrow_large.png
res/drawable-mdpi-v4/pointer_cell.png
res/drawable-mdpi-v4/pointer_cell_large.png
res/drawable-mdpi-v4/pointer_context_menu.png
res/drawable-mdpi-v4/pointer_context_menu_large.png
res/drawable-mdpi-v4/pointer_copy.png
res/drawable-mdpi-v4/pointer_copy_large.png
res/drawable-mdpi-v4/pointer_crosshair.png
res/drawable-mdpi-v4/pointer_crosshair_large.png
res/drawable-mdpi-v4/pointer_grab.png
res/drawable-mdpi-v4/pointer_grab_large.png
res/drawable-mdpi-v4/pointer_grabbing.png
res/drawable-mdpi-v4/pointer_grabbing_large.png
res/drawable-mdpi-v4/pointer_hand.png
res/drawable-mdpi-v4/pointer_hand_large.png
res/drawable-mdpi-v4/pointer_handwriting.png
res/drawable-mdpi-v4/pointer_help.png
res/drawable-mdpi-v4/pointer_help_large.png
res/drawable-mdpi-v4/pointer_horizontal_double_arrow.png
res/drawable-mdpi-v4/pointer_horizontal_double_arrow_large.png
res/drawable-mdpi-v4/pointer_nodrop.png
res/drawable-mdpi-v4/pointer_nodrop_large.png
res/drawable-mdpi-v4/pointer_spot_anchor.png
res/drawable-mdpi-v4/pointer_spot_hover.png
res/drawable-mdpi-v4/pointer_spot_touch.png
res/drawable-mdpi-v4/pointer_text.png
res/drawable-mdpi-v4/pointer_text_large.png
res/drawable-mdpi-v4/pointer_top_left_diagonal_double_arrow.png
res/drawable-mdpi-v4/pointer_top_left_diagonal_double_arrow_large.png
res/drawable-mdpi-v4/pointer_top_right_diagonal_double_arrow.png
res/drawable-mdpi-v4/pointer_top_right_diagonal_double_arrow_large.png
res/drawable-mdpi-v4/pointer_vertical_double_arrow.png
res/drawable-mdpi-v4/pointer_vertical_double_arrow_large.png
res/drawable-mdpi-v4/pointer_vertical_text.png
res/drawable-mdpi-v4/pointer_vertical_text_large.png
res/drawable-mdpi-v4/pointer_wait_0.png
res/drawable-mdpi-v4/pointer_wait_1.png
res/drawable-mdpi-v4/pointer_wait_10.png
res/drawable-mdpi-v4/pointer_wait_11.png
res/drawable-mdpi-v4/pointer_wait_12.png
res/drawable-mdpi-v4/pointer_wait_13.png
res/drawable-mdpi-v4/pointer_wait_14.png
res/drawable-mdpi-v4/pointer_wait_15.png
res/drawable-mdpi-v4/pointer_wait_16.png
res/drawable-mdpi-v4/pointer_wait_17.png
res/drawable-mdpi-v4/pointer_wait_18.png
res/drawable-mdpi-v4/pointer_wait_19.png
res/drawable-mdpi-v4/pointer_wait_2.png
res/drawable-mdpi-v4/pointer_wait_20.png
res/drawable-mdpi-v4/pointer_wait_21.png
res/drawable-mdpi-v4/pointer_wait_22.png
res/drawable-mdpi-v4/pointer_wait_23.png
res/drawable-mdpi-v4/pointer_wait_24.png
res/drawable-mdpi-v4/pointer_wait_25.png
res/drawable-mdpi-v4/pointer_wait_26.png
res/drawable-mdpi-v4/pointer_wait_27.png
res/drawable-mdpi-v4/pointer_wait_28.png
res/drawable-mdpi-v4/pointer_wait_29.png
res/drawable-mdpi-v4/pointer_wait_3.png
res/drawable-mdpi-v4/pointer_wait_30.png
res/drawable-mdpi-v4/pointer_wait_31.png
res/drawable-mdpi-v4/pointer_wait_32.png
res/drawable-mdpi-v4/pointer_wait_33.png
res/drawable-mdpi-v4/pointer_wait_34.png
res/drawable-mdpi-v4/pointer_wait_35.png
res/drawable-mdpi-v4/pointer_wait_36.png
res/drawable-mdpi-v4/pointer_wait_37.png
res/drawable-mdpi-v4/pointer_wait_38.png
res/drawable-mdpi-v4/pointer_wait_39.png
res/drawable-mdpi-v4/pointer_wait_4.png
res/drawable-mdpi-v4/pointer_wait_40.png
res/drawable-mdpi-v4/pointer_wait_41.png
res/drawable-mdpi-v4/pointer_wait_42.png
res/drawable-mdpi-v4/pointer_wait_43.png
res/drawable-mdpi-v4/pointer_wait_44.png
res/drawable-mdpi-v4/pointer_wait_45.png
res/drawable-mdpi-v4/pointer_wait_46.png
res/drawable-mdpi-v4/pointer_wait_47.png
res/drawable-mdpi-v4/pointer_wait_48.png
res/drawable-mdpi-v4/pointer_wait_49.png
res/drawable-mdpi-v4/pointer_wait_5.png
res/drawable-mdpi-v4/pointer_wait_50.png
res/drawable-mdpi-v4/pointer_wait_51.png
res/drawable-mdpi-v4/pointer_wait_52.png
res/drawable-mdpi-v4/pointer_wait_53.png
res/drawable-mdpi-v4/pointer_wait_54.png
res/drawable-mdpi-v4/pointer_wait_55.png
res/drawable-mdpi-v4/pointer_wait_56.png
res/drawable-mdpi-v4/pointer_wait_57.png
res/drawable-mdpi-v4/pointer_wait_58.png
res/drawable-mdpi-v4/pointer_wait_59.png
res/drawable-mdpi-v4/pointer_wait_6.png
res/drawable-mdpi-v4/pointer_wait_60.png
res/drawable-mdpi-v4/pointer_wait_61.png
res/drawable-mdpi-v4/pointer_wait_62.png
res/drawable-mdpi-v4/pointer_wait_63.png
res/drawable-mdpi-v4/pointer_wait_64.png
res/drawable-mdpi-v4/pointer_wait_65.png
res/drawable-mdpi-v4/pointer_wait_66.png
res/drawable-mdpi-v4/pointer_wait_67.png
res/drawable-mdpi-v4/pointer_wait_68.png
res/drawable-mdpi-v4/pointer_wait_69.png
res/drawable-mdpi-v4/pointer_wait_7.png
res/drawable-mdpi-v4/pointer_wait_70.png
res/drawable-mdpi-v4/pointer_wait_71.png
res/drawable-mdpi-v4/pointer_wait_72.png
res/drawable-mdpi-v4/pointer_wait_73.png
res/drawable-mdpi-v4/pointer_wait_74.png
res/drawable-mdpi-v4/pointer_wait_75.png
res/drawable-mdpi-v4/pointer_wait_76.png
res/drawable-mdpi-v4/pointer_wait_77.png
res/drawable-mdpi-v4/pointer_wait_78.png
res/drawable-mdpi-v4/pointer_wait_79.png
res/drawable-mdpi-v4/pointer_wait_8.png
res/drawable-mdpi-v4/pointer_wait_80.png
res/drawable-mdpi-v4/pointer_wait_9.png
res/drawable-mdpi-v4/pointer_zoom_in.png
res/drawable-mdpi-v4/pointer_zoom_in_large.png
res/drawable-mdpi-v4/pointer_zoom_out.png
res/drawable-mdpi-v4/pointer_zoom_out_large.png
res/drawable-mdpi-v4/popup_background_mtrl_mult.9.png
res/drawable-mdpi-v4/popup_bottom_bright.9.png
res/drawable-mdpi-v4/popup_bottom_dark.9.png
res/drawable-mdpi-v4/popup_bottom_medium.9.png
res/drawable-mdpi-v4/popup_center_bright.9.png
res/drawable-mdpi-v4/popup_center_dark.9.png
res/drawable-mdpi-v4/popup_center_medium.9.png
res/drawable-mdpi-v4/popup_full_bright.9.png
res/drawable-mdpi-v4/popup_full_dark.9.png
res/drawable-mdpi-v4/popup_inline_error_above_am.9.png
res/drawable-mdpi-v4/popup_inline_error_above_holo_dark_am.9.png
res/drawable-mdpi-v4/popup_inline_error_above_holo_light_am.9.png
res/drawable-mdpi-v4/popup_inline_error_am.9.png
res/drawable-mdpi-v4/popup_inline_error_holo_dark_am.9.png
res/drawable-mdpi-v4/popup_inline_error_holo_light_am.9.png
res/drawable-mdpi-v4/popup_top_bright.9.png
res/drawable-mdpi-v4/popup_top_dark.9.png
res/drawable-mdpi-v4/presence_audio_away.png
res/drawable-mdpi-v4/presence_audio_busy.png
res/drawable-mdpi-v4/presence_audio_online.png
res/drawable-mdpi-v4/presence_away.png
res/drawable-mdpi-v4/presence_busy.png
res/drawable-mdpi-v4/presence_invisible.png
res/drawable-mdpi-v4/presence_offline.png
res/drawable-mdpi-v4/presence_online.png
res/drawable-mdpi-v4/presence_video_away.png
res/drawable-mdpi-v4/presence_video_busy.png
res/drawable-mdpi-v4/presence_video_online.png
res/drawable-mdpi-v4/pressed_application_background_static.png
res/drawable-mdpi-v4/progress_bg_holo_dark.9.png
res/drawable-mdpi-v4/progress_bg_holo_light.9.png
res/drawable-mdpi-v4/progress_primary_holo_dark.9.png
res/drawable-mdpi-v4/progress_primary_holo_light.9.png
res/drawable-mdpi-v4/progress_secondary_holo_dark.9.png
res/drawable-mdpi-v4/progress_secondary_holo_light.9.png
res/drawable-mdpi-v4/progressbar_indeterminate1.png
res/drawable-mdpi-v4/progressbar_indeterminate2.png
res/drawable-mdpi-v4/progressbar_indeterminate3.png
res/drawable-mdpi-v4/progressbar_indeterminate_holo1.png
res/drawable-mdpi-v4/progressbar_indeterminate_holo2.png
res/drawable-mdpi-v4/progressbar_indeterminate_holo3.png
res/drawable-mdpi-v4/progressbar_indeterminate_holo4.png
res/drawable-mdpi-v4/progressbar_indeterminate_holo5.png
res/drawable-mdpi-v4/progressbar_indeterminate_holo6.png
res/drawable-mdpi-v4/progressbar_indeterminate_holo7.png
res/drawable-mdpi-v4/progressbar_indeterminate_holo8.png
res/drawable-mdpi-v4/quickactions_arrowdown_left_holo_dark.9.png
res/drawable-mdpi-v4/quickactions_arrowdown_left_holo_light.9.png
res/drawable-mdpi-v4/quickactions_arrowdown_right_holo_dark.9.png
res/drawable-mdpi-v4/quickactions_arrowdown_right_holo_light.9.png
res/drawable-mdpi-v4/quickactions_arrowup_left_holo_dark.9.png
res/drawable-mdpi-v4/quickactions_arrowup_left_holo_light.9.png
res/drawable-mdpi-v4/quickactions_arrowup_left_right_holo_dark.9.png
res/drawable-mdpi-v4/quickactions_arrowup_right_holo_light.9.png
res/drawable-mdpi-v4/quickcontact_badge_overlay_focused_dark_am.9.png
res/drawable-mdpi-v4/quickcontact_badge_overlay_focused_light_am.9.png
res/drawable-mdpi-v4/quickcontact_badge_overlay_normal_dark_am.9.png
res/drawable-mdpi-v4/quickcontact_badge_overlay_normal_light_am.9.png
res/drawable-mdpi-v4/quickcontact_badge_overlay_pressed_dark_am.9.png
res/drawable-mdpi-v4/quickcontact_badge_overlay_pressed_light_am.9.png
res/drawable-mdpi-v4/radiobutton_off_background.png
res/drawable-mdpi-v4/radiobutton_on_background.png
res/drawable-mdpi-v4/rate_star_big_half.png
res/drawable-mdpi-v4/rate_star_big_half_holo_dark.png
res/drawable-mdpi-v4/rate_star_big_half_holo_light.png
res/drawable-mdpi-v4/rate_star_big_off.png
res/drawable-mdpi-v4/rate_star_big_off_holo_dark.png
res/drawable-mdpi-v4/rate_star_big_off_holo_light.png
res/drawable-mdpi-v4/rate_star_big_on.png
res/drawable-mdpi-v4/rate_star_big_on_holo_dark.png
res/drawable-mdpi-v4/rate_star_big_on_holo_light.png
res/drawable-mdpi-v4/rate_star_med_half.png
res/drawable-mdpi-v4/rate_star_med_half_holo_dark.png
res/drawable-mdpi-v4/rate_star_med_half_holo_light.png
res/drawable-mdpi-v4/rate_star_med_off.png
res/drawable-mdpi-v4/rate_star_med_off_holo_dark.png
res/drawable-mdpi-v4/rate_star_med_off_holo_light.png
res/drawable-mdpi-v4/rate_star_med_on.png
res/drawable-mdpi-v4/rate_star_med_on_holo_dark.png
res/drawable-mdpi-v4/rate_star_med_on_holo_light.png
res/drawable-mdpi-v4/rate_star_small_half.png
res/drawable-mdpi-v4/rate_star_small_half_holo_dark.png
res/drawable-mdpi-v4/rate_star_small_half_holo_light.png
res/drawable-mdpi-v4/rate_star_small_off.png
res/drawable-mdpi-v4/rate_star_small_off_holo_dark.png
res/drawable-mdpi-v4/rate_star_small_off_holo_light.png
res/drawable-mdpi-v4/rate_star_small_on.png
res/drawable-mdpi-v4/rate_star_small_on_holo_dark.png
res/drawable-mdpi-v4/rate_star_small_on_holo_light.png
res/drawable-mdpi-v4/recent_dialog_background.9.png
res/drawable-mdpi-v4/reticle.png
res/drawable-mdpi-v4/scrollbar_handle_accelerated_anim2.9.png
res/drawable-mdpi-v4/scrollbar_handle_holo_dark.9.png
res/drawable-mdpi-v4/scrollbar_handle_holo_light.9.png
res/drawable-mdpi-v4/scrollbar_handle_horizontal.9.png
res/drawable-mdpi-v4/scrollbar_handle_vertical.9.png
res/drawable-mdpi-v4/scrubber_control_disabled_holo.png
res/drawable-mdpi-v4/scrubber_control_focused_holo.png
res/drawable-mdpi-v4/scrubber_control_normal_holo.png
res/drawable-mdpi-v4/scrubber_control_on_mtrl_alpha.png
res/drawable-mdpi-v4/scrubber_control_on_pressed_mtrl_alpha.png
res/drawable-mdpi-v4/scrubber_control_pressed_holo.png
res/drawable-mdpi-v4/scrubber_primary_holo.9.png
res/drawable-mdpi-v4/scrubber_primary_mtrl_alpha.9.png
res/drawable-mdpi-v4/scrubber_secondary_holo.9.png
res/drawable-mdpi-v4/scrubber_track_holo_dark.9.png
res/drawable-mdpi-v4/scrubber_track_holo_light.9.png
res/drawable-mdpi-v4/scrubber_track_mtrl_alpha.9.png
res/drawable-mdpi-v4/search_dropdown_background.9.png
res/drawable-mdpi-v4/search_plate.9.png
res/drawable-mdpi-v4/search_plate_global.9.png
res/drawable-mdpi-v4/seek_thumb_normal.png
res/drawable-mdpi-v4/seek_thumb_pressed.png
res/drawable-mdpi-v4/seek_thumb_selected.png
res/drawable-mdpi-v4/settings_header_raw.9.png
res/drawable-mdpi-v4/sim_dark_blue.9.png
res/drawable-mdpi-v4/sim_dark_green.9.png
res/drawable-mdpi-v4/sim_dark_orange.9.png
res/drawable-mdpi-v4/sim_dark_purple.9.png
res/drawable-mdpi-v4/sim_light_blue.9.png
res/drawable-mdpi-v4/sim_light_green.9.png
res/drawable-mdpi-v4/sim_light_orange.9.png
res/drawable-mdpi-v4/sim_light_purple.9.png
res/drawable-mdpi-v4/spinner_16_inner_holo.png
res/drawable-mdpi-v4/spinner_16_outer_holo.png
res/drawable-mdpi-v4/spinner_48_inner_holo.png
res/drawable-mdpi-v4/spinner_48_outer_holo.png
res/drawable-mdpi-v4/spinner_76_inner_holo.png
res/drawable-mdpi-v4/spinner_76_outer_holo.png
res/drawable-mdpi-v4/spinner_ab_default_holo_dark_am.9.png
res/drawable-mdpi-v4/spinner_ab_default_holo_light_am.9.png
res/drawable-mdpi-v4/spinner_ab_disabled_holo_dark_am.9.png
res/drawable-mdpi-v4/spinner_ab_disabled_holo_light_am.9.png
res/drawable-mdpi-v4/spinner_ab_focused_holo_dark_am.9.png
res/drawable-mdpi-v4/spinner_ab_focused_holo_light_am.9.png
res/drawable-mdpi-v4/spinner_ab_pressed_holo_dark_am.9.png
res/drawable-mdpi-v4/spinner_ab_pressed_holo_light_am.9.png
res/drawable-mdpi-v4/spinner_black_16.png
res/drawable-mdpi-v4/spinner_black_20.png
res/drawable-mdpi-v4/spinner_black_48.png
res/drawable-mdpi-v4/spinner_black_76.png
res/drawable-mdpi-v4/spinner_default_holo_dark_am.9.png
res/drawable-mdpi-v4/spinner_default_holo_light_am.9.png
res/drawable-mdpi-v4/spinner_disabled_holo_dark_am.9.png
res/drawable-mdpi-v4/spinner_disabled_holo_light_am.9.png
res/drawable-mdpi-v4/spinner_dropdown_background_down.9.png
res/drawable-mdpi-v4/spinner_dropdown_background_up.9.png
res/drawable-mdpi-v4/spinner_focused_holo_dark_am.9.png
res/drawable-mdpi-v4/spinner_focused_holo_light_am.9.png
res/drawable-mdpi-v4/spinner_normal.9.png
res/drawable-mdpi-v4/spinner_press.9.png
res/drawable-mdpi-v4/spinner_pressed_holo_dark_am.9.png
res/drawable-mdpi-v4/spinner_pressed_holo_light_am.9.png
res/drawable-mdpi-v4/spinner_select.9.png
res/drawable-mdpi-v4/spinner_white_16.png
res/drawable-mdpi-v4/spinner_white_48.png
res/drawable-mdpi-v4/spinner_white_76.png
res/drawable-mdpi-v4/star_big_off.png
res/drawable-mdpi-v4/star_big_on.png
res/drawable-mdpi-v4/star_off.png
res/drawable-mdpi-v4/star_on.png
res/drawable-mdpi-v4/stat_ecb_mode.png
res/drawable-mdpi-v4/stat_notify_car_mode.png
res/drawable-mdpi-v4/stat_notify_chat.png
res/drawable-mdpi-v4/stat_notify_disk_full.png
res/drawable-mdpi-v4/stat_notify_email_generic.png
res/drawable-mdpi-v4/stat_notify_error.png
res/drawable-mdpi-v4/stat_notify_gmail.png
res/drawable-mdpi-v4/stat_notify_missed_call.png
res/drawable-mdpi-v4/stat_notify_more.png
res/drawable-mdpi-v4/stat_notify_rssi_in_range.png
res/drawable-mdpi-v4/stat_notify_sdcard.png
res/drawable-mdpi-v4/stat_notify_sdcard_prepare.png
res/drawable-mdpi-v4/stat_notify_sdcard_usb.png
res/drawable-mdpi-v4/stat_notify_sim_toolkit.png
res/drawable-mdpi-v4/stat_notify_sync.png
res/drawable-mdpi-v4/stat_notify_sync_anim0.png
res/drawable-mdpi-v4/stat_notify_sync_error.png
res/drawable-mdpi-v4/stat_notify_voicemail.png
res/drawable-mdpi-v4/stat_sys_battery_0.png
res/drawable-mdpi-v4/stat_sys_battery_100.png
res/drawable-mdpi-v4/stat_sys_battery_15.png
res/drawable-mdpi-v4/stat_sys_battery_28.png
res/drawable-mdpi-v4/stat_sys_battery_43.png
res/drawable-mdpi-v4/stat_sys_battery_57.png
res/drawable-mdpi-v4/stat_sys_battery_71.png
res/drawable-mdpi-v4/stat_sys_battery_85.png
res/drawable-mdpi-v4/stat_sys_battery_charge_anim0.png
res/drawable-mdpi-v4/stat_sys_battery_charge_anim100.png
res/drawable-mdpi-v4/stat_sys_battery_charge_anim15.png
res/drawable-mdpi-v4/stat_sys_battery_charge_anim28.png
res/drawable-mdpi-v4/stat_sys_battery_charge_anim43.png
res/drawable-mdpi-v4/stat_sys_battery_charge_anim57.png
res/drawable-mdpi-v4/stat_sys_battery_charge_anim71.png
res/drawable-mdpi-v4/stat_sys_battery_charge_anim85.png
res/drawable-mdpi-v4/stat_sys_battery_unknown.png
res/drawable-mdpi-v4/stat_sys_certificate_info.png
res/drawable-mdpi-v4/stat_sys_data_bluetooth.png
res/drawable-mdpi-v4/stat_sys_data_usb.png
res/drawable-mdpi-v4/stat_sys_data_wimax_signal_3_fully.png
res/drawable-mdpi-v4/stat_sys_data_wimax_signal_disconnected.png
res/drawable-mdpi-v4/stat_sys_download_anim0.png
res/drawable-mdpi-v4/stat_sys_download_anim1.png
res/drawable-mdpi-v4/stat_sys_download_anim2.png
res/drawable-mdpi-v4/stat_sys_download_anim3.png
res/drawable-mdpi-v4/stat_sys_download_anim4.png
res/drawable-mdpi-v4/stat_sys_download_anim5.png
res/drawable-mdpi-v4/stat_sys_gps_on.png
res/drawable-mdpi-v4/stat_sys_headset.png
res/drawable-mdpi-v4/stat_sys_phone_call.png
res/drawable-mdpi-v4/stat_sys_phone_call_forward.png
res/drawable-mdpi-v4/stat_sys_phone_call_on_hold.png
res/drawable-mdpi-v4/stat_sys_r_signal_0_cdma.png
res/drawable-mdpi-v4/stat_sys_r_signal_1_cdma.png
res/drawable-mdpi-v4/stat_sys_r_signal_2_cdma.png
res/drawable-mdpi-v4/stat_sys_r_signal_3_cdma.png
res/drawable-mdpi-v4/stat_sys_r_signal_4_cdma.png
res/drawable-mdpi-v4/stat_sys_ra_signal_0_cdma.png
res/drawable-mdpi-v4/stat_sys_ra_signal_1_cdma.png
res/drawable-mdpi-v4/stat_sys_ra_signal_2_cdma.png
res/drawable-mdpi-v4/stat_sys_ra_signal_3_cdma.png
res/drawable-mdpi-v4/stat_sys_ra_signal_4_cdma.png
res/drawable-mdpi-v4/stat_sys_signal_0_cdma.png
res/drawable-mdpi-v4/stat_sys_signal_1_cdma.png
res/drawable-mdpi-v4/stat_sys_signal_2_cdma.png
res/drawable-mdpi-v4/stat_sys_signal_3_cdma.png
res/drawable-mdpi-v4/stat_sys_signal_4_cdma.png
res/drawable-mdpi-v4/stat_sys_signal_evdo_0.png
res/drawable-mdpi-v4/stat_sys_signal_evdo_1.png
res/drawable-mdpi-v4/stat_sys_signal_evdo_2.png
res/drawable-mdpi-v4/stat_sys_signal_evdo_3.png
res/drawable-mdpi-v4/stat_sys_signal_evdo_4.png
res/drawable-mdpi-v4/stat_sys_throttled.png
res/drawable-mdpi-v4/stat_sys_upload_anim0.png
res/drawable-mdpi-v4/stat_sys_upload_anim1.png
res/drawable-mdpi-v4/stat_sys_upload_anim2.png
res/drawable-mdpi-v4/stat_sys_upload_anim3.png
res/drawable-mdpi-v4/stat_sys_upload_anim4.png
res/drawable-mdpi-v4/stat_sys_upload_anim5.png
res/drawable-mdpi-v4/stat_sys_vp_phone_call.png
res/drawable-mdpi-v4/stat_sys_vp_phone_call_on_hold.png
res/drawable-mdpi-v4/stat_sys_warning.png
res/drawable-mdpi-v4/status_bar_background.png
res/drawable-mdpi-v4/status_bar_header_background.9.png
res/drawable-mdpi-v4/status_bar_item_app_background_normal.9.png
res/drawable-mdpi-v4/status_bar_item_background_focus.9.png
res/drawable-mdpi-v4/status_bar_item_background_normal.9.png
res/drawable-mdpi-v4/status_bar_item_background_pressed.9.png
res/drawable-mdpi-v4/statusbar_background.9.png
res/drawable-mdpi-v4/submenu_arrow_nofocus.png
res/drawable-mdpi-v4/switch_bg_disabled_holo_dark.9.png
res/drawable-mdpi-v4/switch_bg_disabled_holo_light.9.png
res/drawable-mdpi-v4/switch_bg_focused_holo_dark.9.png
res/drawable-mdpi-v4/switch_bg_focused_holo_light.9.png
res/drawable-mdpi-v4/switch_bg_holo_dark.9.png
res/drawable-mdpi-v4/switch_bg_holo_light.9.png
res/drawable-mdpi-v4/switch_thumb_activated_holo_dark.9.png
res/drawable-mdpi-v4/switch_thumb_activated_holo_light.9.png
res/drawable-mdpi-v4/switch_thumb_disabled_holo_dark.9.png
res/drawable-mdpi-v4/switch_thumb_disabled_holo_light.9.png
res/drawable-mdpi-v4/switch_thumb_holo_dark.9.png
res/drawable-mdpi-v4/switch_thumb_holo_light.9.png
res/drawable-mdpi-v4/switch_thumb_pressed_holo_dark.9.png
res/drawable-mdpi-v4/switch_thumb_pressed_holo_light.9.png
res/drawable-mdpi-v4/sym_action_add.png
res/drawable-mdpi-v4/sym_action_call.png
res/drawable-mdpi-v4/sym_action_chat.png
res/drawable-mdpi-v4/sym_action_email.png
res/drawable-mdpi-v4/sym_call_incoming.png
res/drawable-mdpi-v4/sym_call_missed.png
res/drawable-mdpi-v4/sym_call_outgoing.png
res/drawable-mdpi-v4/sym_contact_card.png
res/drawable-mdpi-v4/sym_keyboard_delete.png
res/drawable-mdpi-v4/sym_keyboard_delete_dim.png
res/drawable-mdpi-v4/sym_keyboard_delete_holo.png
res/drawable-mdpi-v4/sym_keyboard_enter.png
res/drawable-mdpi-v4/sym_keyboard_feedback_delete.png
res/drawable-mdpi-v4/sym_keyboard_feedback_ok.png
res/drawable-mdpi-v4/sym_keyboard_feedback_return.png
res/drawable-mdpi-v4/sym_keyboard_feedback_shift.png
res/drawable-mdpi-v4/sym_keyboard_feedback_shift_locked.png
res/drawable-mdpi-v4/sym_keyboard_feedback_space.png
res/drawable-mdpi-v4/sym_keyboard_num0_no_plus.png
res/drawable-mdpi-v4/sym_keyboard_num1.png
res/drawable-mdpi-v4/sym_keyboard_num2.png
res/drawable-mdpi-v4/sym_keyboard_num3.png
res/drawable-mdpi-v4/sym_keyboard_num4.png
res/drawable-mdpi-v4/sym_keyboard_num5.png
res/drawable-mdpi-v4/sym_keyboard_num6.png
res/drawable-mdpi-v4/sym_keyboard_num7.png
res/drawable-mdpi-v4/sym_keyboard_num8.png
res/drawable-mdpi-v4/sym_keyboard_num9.png
res/drawable-mdpi-v4/sym_keyboard_ok.png
res/drawable-mdpi-v4/sym_keyboard_ok_dim.png
res/drawable-mdpi-v4/sym_keyboard_return.png
res/drawable-mdpi-v4/sym_keyboard_shift.png
res/drawable-mdpi-v4/sym_keyboard_shift_locked.png
res/drawable-mdpi-v4/sym_keyboard_space.png
res/drawable-mdpi-v4/tab_bottom_holo.9.png
res/drawable-mdpi-v4/tab_focus.9.png
res/drawable-mdpi-v4/tab_focus_bar_left.9.png
res/drawable-mdpi-v4/tab_focus_bar_right.9.png
res/drawable-mdpi-v4/tab_indicator_mtrl_alpha.9.png
res/drawable-mdpi-v4/tab_press.9.png
res/drawable-mdpi-v4/tab_press_bar_left.9.png
res/drawable-mdpi-v4/tab_press_bar_right.9.png
res/drawable-mdpi-v4/tab_pressed_holo.9.png
res/drawable-mdpi-v4/tab_selected.9.png
res/drawable-mdpi-v4/tab_selected_bar_left.9.png
res/drawable-mdpi-v4/tab_selected_bar_left_v4.9.png
res/drawable-mdpi-v4/tab_selected_bar_right.9.png
res/drawable-mdpi-v4/tab_selected_bar_right_v4.9.png
res/drawable-mdpi-v4/tab_selected_focused_holo.9.png
res/drawable-mdpi-v4/tab_selected_holo.9.png
res/drawable-mdpi-v4/tab_selected_pressed_holo.9.png
res/drawable-mdpi-v4/tab_selected_v4.9.png
res/drawable-mdpi-v4/tab_unselected.9.png
res/drawable-mdpi-v4/tab_unselected_focused_holo.9.png
res/drawable-mdpi-v4/tab_unselected_holo.9.png
res/drawable-mdpi-v4/tab_unselected_pressed_holo.9.png
res/drawable-mdpi-v4/tab_unselected_v4.9.png
res/drawable-mdpi-v4/text_edit_paste_window.9.png
res/drawable-mdpi-v4/text_edit_side_paste_window.9.png
res/drawable-mdpi-v4/text_edit_suggestions_window.9.png
res/drawable-mdpi-v4/text_select_handle_left_mtrl_alpha.png
res/drawable-mdpi-v4/text_select_handle_middle_mtrl_alpha.png
res/drawable-mdpi-v4/text_select_handle_right_mtrl_alpha.png
res/drawable-mdpi-v4/textfield_activated_holo_dark.9.png
res/drawable-mdpi-v4/textfield_activated_holo_light.9.png
res/drawable-mdpi-v4/textfield_activated_mtrl_alpha.9.png
res/drawable-mdpi-v4/textfield_bg_activated_holo_dark.9.png
res/drawable-mdpi-v4/textfield_bg_default_holo_dark.9.png
res/drawable-mdpi-v4/textfield_bg_disabled_focused_holo_dark.9.png
res/drawable-mdpi-v4/textfield_bg_disabled_holo_dark.9.png
res/drawable-mdpi-v4/textfield_bg_focused_holo_dark.9.png
res/drawable-mdpi-v4/textfield_default.9.png
res/drawable-mdpi-v4/textfield_default_holo_dark.9.png
res/drawable-mdpi-v4/textfield_default_holo_light.9.png
res/drawable-mdpi-v4/textfield_default_mtrl_alpha.9.png
res/drawable-mdpi-v4/textfield_disabled.9.png
res/drawable-mdpi-v4/textfield_disabled_focused_holo_dark.9.png
res/drawable-mdpi-v4/textfield_disabled_focused_holo_light.9.png
res/drawable-mdpi-v4/textfield_disabled_holo_dark.9.png
res/drawable-mdpi-v4/textfield_disabled_holo_light.9.png
res/drawable-mdpi-v4/textfield_disabled_selected.9.png
res/drawable-mdpi-v4/textfield_focused_holo_dark.9.png
res/drawable-mdpi-v4/textfield_focused_holo_light.9.png
res/drawable-mdpi-v4/textfield_longpress_holo.9.png
res/drawable-mdpi-v4/textfield_multiline_activated_holo_dark.9.png
res/drawable-mdpi-v4/textfield_multiline_activated_holo_light.9.png
res/drawable-mdpi-v4/textfield_multiline_default_holo_dark.9.png
res/drawable-mdpi-v4/textfield_multiline_default_holo_light.9.png
res/drawable-mdpi-v4/textfield_multiline_disabled_focused_holo_dark.9.png
res/drawable-mdpi-v4/textfield_multiline_disabled_focused_holo_light.9.png
res/drawable-mdpi-v4/textfield_multiline_disabled_holo_dark.9.png
res/drawable-mdpi-v4/textfield_multiline_disabled_holo_light.9.png
res/drawable-mdpi-v4/textfield_multiline_focused_holo_dark.9.png
res/drawable-mdpi-v4/textfield_multiline_focused_holo_light.9.png
res/drawable-mdpi-v4/textfield_pressed_holo.9.png
res/drawable-mdpi-v4/textfield_search_activated_mtrl_alpha.9.png
res/drawable-mdpi-v4/textfield_search_default.9.png
res/drawable-mdpi-v4/textfield_search_default_holo_dark.9.png
res/drawable-mdpi-v4/textfield_search_default_holo_light.9.png
res/drawable-mdpi-v4/textfield_search_default_mtrl_alpha.9.png
res/drawable-mdpi-v4/textfield_search_empty_default.9.png
res/drawable-mdpi-v4/textfield_search_empty_pressed.9.png
res/drawable-mdpi-v4/textfield_search_empty_selected.9.png
res/drawable-mdpi-v4/textfield_search_pressed.9.png
res/drawable-mdpi-v4/textfield_search_right_default_holo_dark.9.png
res/drawable-mdpi-v4/textfield_search_right_default_holo_light.9.png
res/drawable-mdpi-v4/textfield_search_right_selected_holo_dark.9.png
res/drawable-mdpi-v4/textfield_search_right_selected_holo_light.9.png
res/drawable-mdpi-v4/textfield_search_selected.9.png
res/drawable-mdpi-v4/textfield_search_selected_holo_dark.9.png
res/drawable-mdpi-v4/textfield_search_selected_holo_light.9.png
res/drawable-mdpi-v4/textfield_selected.9.png
res/drawable-mdpi-v4/title_bar_medium.9.png
res/drawable-mdpi-v4/title_bar_portrait.9.png
res/drawable-mdpi-v4/title_bar_tall.9.png
res/drawable-mdpi-v4/transportcontrol_bg.9.png
res/drawable-mdpi-v4/unknown_image.png
res/drawable-mdpi-v4/vpn_connected.png
res/drawable-mdpi-v4/vpn_disconnected.png
res/drawable-mdpi-v4/zoom_plate.9.png
res/drawable-nodpi-v4/alert_window_layer.xml
res/drawable-nodpi-v4/android_logotype.xml
res/drawable-nodpi-v4/blank_tile.png
res/drawable-nodpi-v4/clock_dial.xml
res/drawable-nodpi-v4/clock_hand_hour.xml
res/drawable-nodpi-v4/clock_hand_minute.xml
res/drawable-nodpi-v4/default_wallpaper.png
res/drawable-nodpi-v4/ic_number11.xml
res/drawable-nodpi-v4/ic_thermostat_notification.xml
res/drawable-nodpi-v4/loading_tile.png
res/drawable-nodpi-v4/loading_tile_android.png
res/drawable-nodpi-v4/no_tile_128.png
res/drawable-nodpi-v4/no_tile_256.png
res/drawable-nodpi-v4/platlogo.xml
res/drawable-nodpi-v4/platlogo_m.xml
res/drawable-nodpi-v4/stat_sys_adb.xml
res/drawable-nodpi-v4/text_cursor_holo_dark.9.png
res/drawable-nodpi-v4/text_cursor_holo_light.9.png
res/drawable-nodpi-v4/usb_cable_unknown_issue.xml
res/drawable-nodpi-v4/vpn_connected.xml
res/drawable-nodpi-v4/vpn_disconnected.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__0.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__1.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__10.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__11.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__12.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__13.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__14.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__15.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__16.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__17.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__18.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__19.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__2.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__20.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__21.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__22.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__23.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__24.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__25.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__26.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__27.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__28.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__29.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__3.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__30.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__31.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__32.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__33.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__34.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__35.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__36.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__37.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__38.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__39.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__4.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__40.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__41.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__42.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__43.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__44.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__45.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__46.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__47.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__48.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__49.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__5.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__50.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__51.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__52.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__53.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__54.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__55.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__56.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__57.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__58.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__59.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__6.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__7.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__8.xml
res/drawable-round-watch-v23/$progress_indeterminate_horizontal_material__9.xml
res/drawable-round-watch-v23/progress_indeterminate_horizontal_material.xml
res/drawable-sw600dp-hdpi-v13/ic_lockscreen_handle_pressed.png
res/drawable-sw600dp-hdpi-v13/sym_keyboard_return_holo.png
res/drawable-sw600dp-hdpi-v13/unlock_default.png
res/drawable-sw600dp-hdpi-v13/unlock_halo.png
res/drawable-sw600dp-hdpi-v13/unlock_ring.png
res/drawable-sw600dp-hdpi-v13/unlock_wave.png
res/drawable-sw600dp-mdpi-v13/ic_lockscreen_handle_pressed.png
res/drawable-sw600dp-mdpi-v13/sym_keyboard_return_holo.png
res/drawable-sw600dp-mdpi-v13/unlock_default.png
res/drawable-sw600dp-mdpi-v13/unlock_halo.png
res/drawable-sw600dp-mdpi-v13/unlock_ring.png
res/drawable-sw600dp-mdpi-v13/unlock_wave.png
res/drawable-sw600dp-nodpi-v13/default_wallpaper.png
res/drawable-sw600dp-xhdpi-v13/ic_lockscreen_handle_pressed.png
res/drawable-sw600dp-xhdpi-v13/sym_keyboard_return_holo.png
res/drawable-sw600dp-xhdpi-v13/unlock_default.png
res/drawable-sw600dp-xhdpi-v13/unlock_halo.png
res/drawable-sw600dp-xhdpi-v13/unlock_ring.png
res/drawable-sw600dp-xhdpi-v13/unlock_wave.png
res/drawable-sw720dp-nodpi-v13/default_wallpaper.png
res/drawable-watch-v8/$input_method_item_background_selected__0.xml
res/drawable-watch-v8/dialog_background_material.xml
res/drawable-watch-v8/global_action_item_divider.xml
res/drawable-watch-v8/global_actions_item_grey_background.xml
res/drawable-watch-v8/global_actions_item_grey_background_shape.xml
res/drawable-watch-v8/global_actions_item_red_background.xml
res/drawable-watch-v8/global_actions_item_red_background_shape.xml
res/drawable-watch-v8/ic_input_extract_action_done.xml
res/drawable-watch-v8/ic_input_extract_action_send.xml
res/drawable-watch-v8/ic_lock_bugreport.xml
res/drawable-watch-v8/ic_lock_power_off.xml
res/drawable-watch-v8/ic_restart.xml
res/drawable-watch-v8/input_method_item_background.xml
res/drawable-watch-v8/input_method_item_background_selected.xml
res/drawable-watch-v8/input_method_item_background_selector.xml
res/drawable-watch-v8/progress_horizontal_material.xml
res/drawable-watch-v8/scrollbar_vertical_thumb.xml
res/drawable-watch-v8/scrollbar_vertical_track.xml
res/drawable-watch-v8/switch_thumb_watch_default_dark_anim.xml
res/drawable-watch-v8/sym_def_app_icon.xml
res/drawable-watch-v8/sym_def_app_icon_background.xml
res/drawable-watch-v8/toast_frame.xml
res/drawable-xhdpi-v4/ab_bottom_solid_dark_holo.9.png
res/drawable-xhdpi-v4/ab_bottom_solid_inverse_holo.9.png
res/drawable-xhdpi-v4/ab_bottom_solid_light_holo.9.png
res/drawable-xhdpi-v4/ab_bottom_transparent_dark_holo.9.png
res/drawable-xhdpi-v4/ab_bottom_transparent_light_holo.9.png
res/drawable-xhdpi-v4/ab_share_pack_holo_dark.9.png
res/drawable-xhdpi-v4/ab_share_pack_holo_light.9.png
res/drawable-xhdpi-v4/ab_share_pack_mtrl_alpha.9.png
res/drawable-xhdpi-v4/ab_solid_dark_holo.9.png
res/drawable-xhdpi-v4/ab_solid_light_holo.9.png
res/drawable-xhdpi-v4/ab_solid_shadow_holo.9.png
res/drawable-xhdpi-v4/ab_solid_shadow_mtrl_alpha.9.png
res/drawable-xhdpi-v4/ab_stacked_solid_dark_holo.9.png
res/drawable-xhdpi-v4/ab_stacked_solid_inverse_holo.9.png
res/drawable-xhdpi-v4/ab_stacked_solid_light_holo.9.png
res/drawable-xhdpi-v4/ab_stacked_transparent_dark_holo.9.png
res/drawable-xhdpi-v4/ab_stacked_transparent_light_holo.9.png
res/drawable-xhdpi-v4/ab_transparent_dark_holo.9.png
res/drawable-xhdpi-v4/ab_transparent_light_holo.9.png
res/drawable-xhdpi-v4/activity_title_bar.9.png
res/drawable-xhdpi-v4/arrow_down_float.png
res/drawable-xhdpi-v4/arrow_up_float.png
res/drawable-xhdpi-v4/battery_charge_background.png
res/drawable-xhdpi-v4/bottom_bar.png
res/drawable-xhdpi-v4/btn_cab_done_default_holo_dark.9.png
res/drawable-xhdpi-v4/btn_cab_done_default_holo_light.9.png
res/drawable-xhdpi-v4/btn_cab_done_focused_holo_dark.9.png
res/drawable-xhdpi-v4/btn_cab_done_focused_holo_light.9.png
res/drawable-xhdpi-v4/btn_cab_done_pressed_holo_dark.9.png
res/drawable-xhdpi-v4/btn_cab_done_pressed_holo_light.9.png
res/drawable-xhdpi-v4/btn_check_buttonless_off.png
res/drawable-xhdpi-v4/btn_check_buttonless_on.png
res/drawable-xhdpi-v4/btn_check_label_background.9.png
res/drawable-xhdpi-v4/btn_check_off.png
res/drawable-xhdpi-v4/btn_check_off_disable.png
res/drawable-xhdpi-v4/btn_check_off_disable_focused.png
res/drawable-xhdpi-v4/btn_check_off_disable_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_check_off_disable_focused_holo_light.png
res/drawable-xhdpi-v4/btn_check_off_disable_holo_dark.png
res/drawable-xhdpi-v4/btn_check_off_disable_holo_light.png
res/drawable-xhdpi-v4/btn_check_off_disabled_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_check_off_disabled_focused_holo_light.png
res/drawable-xhdpi-v4/btn_check_off_disabled_holo_dark.png
res/drawable-xhdpi-v4/btn_check_off_disabled_holo_light.png
res/drawable-xhdpi-v4/btn_check_off_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_check_off_focused_holo_light.png
res/drawable-xhdpi-v4/btn_check_off_holo.png
res/drawable-xhdpi-v4/btn_check_off_holo_dark.png
res/drawable-xhdpi-v4/btn_check_off_holo_light.png
res/drawable-xhdpi-v4/btn_check_off_normal_holo_dark.png
res/drawable-xhdpi-v4/btn_check_off_normal_holo_light.png
res/drawable-xhdpi-v4/btn_check_off_pressed.png
res/drawable-xhdpi-v4/btn_check_off_pressed_holo_dark.png
res/drawable-xhdpi-v4/btn_check_off_pressed_holo_light.png
res/drawable-xhdpi-v4/btn_check_off_selected.png
res/drawable-xhdpi-v4/btn_check_on.png
res/drawable-xhdpi-v4/btn_check_on_disable.png
res/drawable-xhdpi-v4/btn_check_on_disabled_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_check_on_disabled_focused_holo_light.png
res/drawable-xhdpi-v4/btn_check_on_disabled_holo_dark.png
res/drawable-xhdpi-v4/btn_check_on_disabled_holo_light.png
res/drawable-xhdpi-v4/btn_check_on_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_check_on_focused_holo_light.png
res/drawable-xhdpi-v4/btn_check_on_holo.png
res/drawable-xhdpi-v4/btn_check_on_holo_dark.png
res/drawable-xhdpi-v4/btn_check_on_holo_light.png
res/drawable-xhdpi-v4/btn_check_on_pressed.png
res/drawable-xhdpi-v4/btn_check_on_pressed_holo_dark.png
res/drawable-xhdpi-v4/btn_check_on_pressed_holo_light.png
res/drawable-xhdpi-v4/btn_check_on_selected.png
res/drawable-xhdpi-v4/btn_circle_disable.png
res/drawable-xhdpi-v4/btn_circle_disable_focused.png
res/drawable-xhdpi-v4/btn_circle_normal.png
res/drawable-xhdpi-v4/btn_circle_pressed.png
res/drawable-xhdpi-v4/btn_circle_selected.png
res/drawable-xhdpi-v4/btn_close_normal.png
res/drawable-xhdpi-v4/btn_close_pressed.png
res/drawable-xhdpi-v4/btn_close_selected.png
res/drawable-xhdpi-v4/btn_default_disabled_focused_holo_dark.9.png
res/drawable-xhdpi-v4/btn_default_disabled_focused_holo_light.9.png
res/drawable-xhdpi-v4/btn_default_disabled_holo.9.png
res/drawable-xhdpi-v4/btn_default_disabled_holo_dark.9.png
res/drawable-xhdpi-v4/btn_default_disabled_holo_light.9.png
res/drawable-xhdpi-v4/btn_default_focused_holo.9.png
res/drawable-xhdpi-v4/btn_default_focused_holo_dark.9.png
res/drawable-xhdpi-v4/btn_default_focused_holo_light.9.png
res/drawable-xhdpi-v4/btn_default_normal.9.png
res/drawable-xhdpi-v4/btn_default_normal_disable.9.png
res/drawable-xhdpi-v4/btn_default_normal_disable_focused.9.png
res/drawable-xhdpi-v4/btn_default_normal_holo.9.png
res/drawable-xhdpi-v4/btn_default_normal_holo_dark.9.png
res/drawable-xhdpi-v4/btn_default_normal_holo_light.9.png
res/drawable-xhdpi-v4/btn_default_pressed.9.png
res/drawable-xhdpi-v4/btn_default_pressed_holo.9.png
res/drawable-xhdpi-v4/btn_default_pressed_holo_dark.9.png
res/drawable-xhdpi-v4/btn_default_pressed_holo_light.9.png
res/drawable-xhdpi-v4/btn_default_selected.9.png
res/drawable-xhdpi-v4/btn_default_small_normal.9.png
res/drawable-xhdpi-v4/btn_default_small_normal_disable.9.png
res/drawable-xhdpi-v4/btn_default_small_normal_disable_focused.9.png
res/drawable-xhdpi-v4/btn_default_small_pressed.9.png
res/drawable-xhdpi-v4/btn_default_small_selected.9.png
res/drawable-xhdpi-v4/btn_default_transparent_normal.9.png
res/drawable-xhdpi-v4/btn_dialog_disable.png
res/drawable-xhdpi-v4/btn_dialog_normal.png
res/drawable-xhdpi-v4/btn_dialog_pressed.png
res/drawable-xhdpi-v4/btn_dialog_selected.png
res/drawable-xhdpi-v4/btn_dropdown_disabled.9.png
res/drawable-xhdpi-v4/btn_dropdown_disabled_focused.9.png
res/drawable-xhdpi-v4/btn_dropdown_normal.9.png
res/drawable-xhdpi-v4/btn_dropdown_pressed.9.png
res/drawable-xhdpi-v4/btn_dropdown_selected.9.png
res/drawable-xhdpi-v4/btn_erase_default.9.png
res/drawable-xhdpi-v4/btn_erase_pressed.9.png
res/drawable-xhdpi-v4/btn_erase_selected.9.png
res/drawable-xhdpi-v4/btn_global_search_normal.9.png
res/drawable-xhdpi-v4/btn_group_disabled_holo_dark.9.png
res/drawable-xhdpi-v4/btn_group_disabled_holo_light.9.png
res/drawable-xhdpi-v4/btn_group_focused_holo_dark.9.png
res/drawable-xhdpi-v4/btn_group_focused_holo_light.9.png
res/drawable-xhdpi-v4/btn_group_normal_holo_dark.9.png
res/drawable-xhdpi-v4/btn_group_normal_holo_light.9.png
res/drawable-xhdpi-v4/btn_group_pressed_holo_dark.9.png
res/drawable-xhdpi-v4/btn_group_pressed_holo_light.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_dark_normal_holo.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_dark_normal_off_holo.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_dark_normal_on_holo.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_dark_pressed_holo.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_dark_pressed_off_holo.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_dark_pressed_on_holo.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_fulltrans_normal.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_fulltrans_normal_off.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_fulltrans_normal_on.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_fulltrans_pressed.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_fulltrans_pressed_off.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_fulltrans_pressed_on.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_light_normal_holo.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_light_pressed_holo.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_normal.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_normal_off.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_normal_on.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_pressed.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_pressed_off.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_pressed_on.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_trans_normal.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_trans_normal_off.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_trans_normal_on.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_trans_pressed.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_trans_pressed_off.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_trans_pressed_on.9.png
res/drawable-xhdpi-v4/btn_keyboard_key_trans_selected.9.png
res/drawable-xhdpi-v4/btn_media_player.9.png
res/drawable-xhdpi-v4/btn_media_player_disabled.9.png
res/drawable-xhdpi-v4/btn_media_player_disabled_selected.9.png
res/drawable-xhdpi-v4/btn_media_player_pressed.9.png
res/drawable-xhdpi-v4/btn_media_player_selected.9.png
res/drawable-xhdpi-v4/btn_minus_default.png
res/drawable-xhdpi-v4/btn_minus_disable.png
res/drawable-xhdpi-v4/btn_minus_disable_focused.png
res/drawable-xhdpi-v4/btn_minus_pressed.png
res/drawable-xhdpi-v4/btn_minus_selected.png
res/drawable-xhdpi-v4/btn_plus_default.png
res/drawable-xhdpi-v4/btn_plus_disable.png
res/drawable-xhdpi-v4/btn_plus_disable_focused.png
res/drawable-xhdpi-v4/btn_plus_pressed.png
res/drawable-xhdpi-v4/btn_plus_selected.png
res/drawable-xhdpi-v4/btn_radio_label_background.9.png
res/drawable-xhdpi-v4/btn_radio_off.png
res/drawable-xhdpi-v4/btn_radio_off_disabled_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_radio_off_disabled_focused_holo_light.png
res/drawable-xhdpi-v4/btn_radio_off_disabled_holo_dark.png
res/drawable-xhdpi-v4/btn_radio_off_disabled_holo_light.png
res/drawable-xhdpi-v4/btn_radio_off_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_radio_off_focused_holo_light.png
res/drawable-xhdpi-v4/btn_radio_off_holo.png
res/drawable-xhdpi-v4/btn_radio_off_holo_dark.png
res/drawable-xhdpi-v4/btn_radio_off_holo_light.png
res/drawable-xhdpi-v4/btn_radio_off_pressed.png
res/drawable-xhdpi-v4/btn_radio_off_pressed_holo_dark.png
res/drawable-xhdpi-v4/btn_radio_off_pressed_holo_light.png
res/drawable-xhdpi-v4/btn_radio_off_selected.png
res/drawable-xhdpi-v4/btn_radio_on.png
res/drawable-xhdpi-v4/btn_radio_on_disabled_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_radio_on_disabled_focused_holo_light.png
res/drawable-xhdpi-v4/btn_radio_on_disabled_holo_dark.png
res/drawable-xhdpi-v4/btn_radio_on_disabled_holo_light.png
res/drawable-xhdpi-v4/btn_radio_on_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_radio_on_focused_holo_light.png
res/drawable-xhdpi-v4/btn_radio_on_holo.png
res/drawable-xhdpi-v4/btn_radio_on_holo_dark.png
res/drawable-xhdpi-v4/btn_radio_on_holo_light.png
res/drawable-xhdpi-v4/btn_radio_on_mtrl_alpha.png
res/drawable-xhdpi-v4/btn_radio_on_pressed.png
res/drawable-xhdpi-v4/btn_radio_on_pressed_holo_dark.png
res/drawable-xhdpi-v4/btn_radio_on_pressed_holo_light.png
res/drawable-xhdpi-v4/btn_radio_on_pressed_mtrl_alpha.png
res/drawable-xhdpi-v4/btn_radio_on_selected.png
res/drawable-xhdpi-v4/btn_rating_star_off_disabled_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_rating_star_off_disabled_focused_holo_light.png
res/drawable-xhdpi-v4/btn_rating_star_off_disabled_holo_dark.png
res/drawable-xhdpi-v4/btn_rating_star_off_disabled_holo_light.png
res/drawable-xhdpi-v4/btn_rating_star_off_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_rating_star_off_focused_holo_light.png
res/drawable-xhdpi-v4/btn_rating_star_off_mtrl_alpha.png
res/drawable-xhdpi-v4/btn_rating_star_off_normal.png
res/drawable-xhdpi-v4/btn_rating_star_off_normal_holo_dark.png
res/drawable-xhdpi-v4/btn_rating_star_off_normal_holo_light.png
res/drawable-xhdpi-v4/btn_rating_star_off_pressed.png
res/drawable-xhdpi-v4/btn_rating_star_off_pressed_holo_dark.png
res/drawable-xhdpi-v4/btn_rating_star_off_pressed_holo_light.png
res/drawable-xhdpi-v4/btn_rating_star_off_selected.png
res/drawable-xhdpi-v4/btn_rating_star_on_disabled_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_rating_star_on_disabled_focused_holo_light.png
res/drawable-xhdpi-v4/btn_rating_star_on_disabled_holo_dark.png
res/drawable-xhdpi-v4/btn_rating_star_on_disabled_holo_light.png
res/drawable-xhdpi-v4/btn_rating_star_on_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_rating_star_on_focused_holo_light.png
res/drawable-xhdpi-v4/btn_rating_star_on_mtrl_alpha.png
res/drawable-xhdpi-v4/btn_rating_star_on_normal.png
res/drawable-xhdpi-v4/btn_rating_star_on_normal_holo_dark.png
res/drawable-xhdpi-v4/btn_rating_star_on_normal_holo_light.png
res/drawable-xhdpi-v4/btn_rating_star_on_pressed.png
res/drawable-xhdpi-v4/btn_rating_star_on_pressed_holo_dark.png
res/drawable-xhdpi-v4/btn_rating_star_on_pressed_holo_light.png
res/drawable-xhdpi-v4/btn_rating_star_on_selected.png
res/drawable-xhdpi-v4/btn_search_dialog_default.9.png
res/drawable-xhdpi-v4/btn_search_dialog_pressed.9.png
res/drawable-xhdpi-v4/btn_search_dialog_selected.9.png
res/drawable-xhdpi-v4/btn_search_dialog_voice_default.9.png
res/drawable-xhdpi-v4/btn_search_dialog_voice_pressed.9.png
res/drawable-xhdpi-v4/btn_search_dialog_voice_selected.9.png
res/drawable-xhdpi-v4/btn_square_overlay_disabled.png
res/drawable-xhdpi-v4/btn_square_overlay_disabled_focused.png
res/drawable-xhdpi-v4/btn_square_overlay_normal.png
res/drawable-xhdpi-v4/btn_square_overlay_pressed.png
res/drawable-xhdpi-v4/btn_square_overlay_selected.png
res/drawable-xhdpi-v4/btn_star_big_off.png
res/drawable-xhdpi-v4/btn_star_big_off_disable.png
res/drawable-xhdpi-v4/btn_star_big_off_disable_focused.png
res/drawable-xhdpi-v4/btn_star_big_off_pressed.png
res/drawable-xhdpi-v4/btn_star_big_off_selected.png
res/drawable-xhdpi-v4/btn_star_big_on.png
res/drawable-xhdpi-v4/btn_star_big_on_disable.png
res/drawable-xhdpi-v4/btn_star_big_on_disable_focused.png
res/drawable-xhdpi-v4/btn_star_big_on_pressed.png
res/drawable-xhdpi-v4/btn_star_big_on_selected.png
res/drawable-xhdpi-v4/btn_star_label_background.9.png
res/drawable-xhdpi-v4/btn_star_mtrl_alpha.png
res/drawable-xhdpi-v4/btn_star_off_disabled_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_star_off_disabled_focused_holo_light.png
res/drawable-xhdpi-v4/btn_star_off_disabled_holo_dark.png
res/drawable-xhdpi-v4/btn_star_off_disabled_holo_light.png
res/drawable-xhdpi-v4/btn_star_off_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_star_off_focused_holo_light.png
res/drawable-xhdpi-v4/btn_star_off_normal_holo_dark.png
res/drawable-xhdpi-v4/btn_star_off_normal_holo_light.png
res/drawable-xhdpi-v4/btn_star_off_pressed_holo_dark.png
res/drawable-xhdpi-v4/btn_star_off_pressed_holo_light.png
res/drawable-xhdpi-v4/btn_star_on_disabled_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_star_on_disabled_focused_holo_light.png
res/drawable-xhdpi-v4/btn_star_on_disabled_holo_dark.png
res/drawable-xhdpi-v4/btn_star_on_disabled_holo_light.png
res/drawable-xhdpi-v4/btn_star_on_focused_holo_dark.png
res/drawable-xhdpi-v4/btn_star_on_focused_holo_light.png
res/drawable-xhdpi-v4/btn_star_on_normal_holo_dark.png
res/drawable-xhdpi-v4/btn_star_on_normal_holo_light.png
res/drawable-xhdpi-v4/btn_star_on_pressed_holo_dark.png
res/drawable-xhdpi-v4/btn_star_on_pressed_holo_light.png
res/drawable-xhdpi-v4/btn_switch_to_off_mtrl_00001.9.png
res/drawable-xhdpi-v4/btn_switch_to_off_mtrl_00002.9.png
res/drawable-xhdpi-v4/btn_switch_to_off_mtrl_00003.9.png
res/drawable-xhdpi-v4/btn_switch_to_off_mtrl_00004.9.png
res/drawable-xhdpi-v4/btn_switch_to_off_mtrl_00005.9.png
res/drawable-xhdpi-v4/btn_switch_to_off_mtrl_00006.9.png
res/drawable-xhdpi-v4/btn_switch_to_off_mtrl_00007.9.png
res/drawable-xhdpi-v4/btn_switch_to_off_mtrl_00008.9.png
res/drawable-xhdpi-v4/btn_switch_to_off_mtrl_00009.9.png
res/drawable-xhdpi-v4/btn_switch_to_off_mtrl_00010.9.png
res/drawable-xhdpi-v4/btn_switch_to_off_mtrl_00011.9.png
res/drawable-xhdpi-v4/btn_switch_to_off_mtrl_00012.9.png
res/drawable-xhdpi-v4/btn_switch_to_on_mtrl_00001.9.png
res/drawable-xhdpi-v4/btn_switch_to_on_mtrl_00002.9.png
res/drawable-xhdpi-v4/btn_switch_to_on_mtrl_00003.9.png
res/drawable-xhdpi-v4/btn_switch_to_on_mtrl_00004.9.png
res/drawable-xhdpi-v4/btn_switch_to_on_mtrl_00005.9.png
res/drawable-xhdpi-v4/btn_switch_to_on_mtrl_00006.9.png
res/drawable-xhdpi-v4/btn_switch_to_on_mtrl_00007.9.png
res/drawable-xhdpi-v4/btn_switch_to_on_mtrl_00008.9.png
res/drawable-xhdpi-v4/btn_switch_to_on_mtrl_00009.9.png
res/drawable-xhdpi-v4/btn_switch_to_on_mtrl_00010.9.png
res/drawable-xhdpi-v4/btn_switch_to_on_mtrl_00011.9.png
res/drawable-xhdpi-v4/btn_switch_to_on_mtrl_00012.9.png
res/drawable-xhdpi-v4/btn_toggle_off.9.png
res/drawable-xhdpi-v4/btn_toggle_off_disabled_focused_holo_dark.9.png
res/drawable-xhdpi-v4/btn_toggle_off_disabled_focused_holo_light.9.png
res/drawable-xhdpi-v4/btn_toggle_off_disabled_holo_dark.9.png
res/drawable-xhdpi-v4/btn_toggle_off_disabled_holo_light.9.png
res/drawable-xhdpi-v4/btn_toggle_off_focused_holo_dark.9.png
res/drawable-xhdpi-v4/btn_toggle_off_focused_holo_light.9.png
res/drawable-xhdpi-v4/btn_toggle_off_normal_holo_dark.9.png
res/drawable-xhdpi-v4/btn_toggle_off_normal_holo_light.9.png
res/drawable-xhdpi-v4/btn_toggle_off_pressed_holo_dark.9.png
res/drawable-xhdpi-v4/btn_toggle_off_pressed_holo_light.9.png
res/drawable-xhdpi-v4/btn_toggle_on.9.png
res/drawable-xhdpi-v4/btn_toggle_on_disabled_focused_holo_dark.9.png
res/drawable-xhdpi-v4/btn_toggle_on_disabled_focused_holo_light.9.png
res/drawable-xhdpi-v4/btn_toggle_on_disabled_holo_dark.9.png
res/drawable-xhdpi-v4/btn_toggle_on_disabled_holo_light.9.png
res/drawable-xhdpi-v4/btn_toggle_on_focused_holo_dark.9.png
res/drawable-xhdpi-v4/btn_toggle_on_focused_holo_light.9.png
res/drawable-xhdpi-v4/btn_toggle_on_normal_holo_dark.9.png
res/drawable-xhdpi-v4/btn_toggle_on_normal_holo_light.9.png
res/drawable-xhdpi-v4/btn_toggle_on_pressed_holo_dark.9.png
res/drawable-xhdpi-v4/btn_toggle_on_pressed_holo_light.9.png
res/drawable-xhdpi-v4/btn_zoom_down_disabled.9.png
res/drawable-xhdpi-v4/btn_zoom_down_disabled_focused.9.png
res/drawable-xhdpi-v4/btn_zoom_down_normal.9.png
res/drawable-xhdpi-v4/btn_zoom_down_pressed.9.png
res/drawable-xhdpi-v4/btn_zoom_down_selected.9.png
res/drawable-xhdpi-v4/btn_zoom_page_normal.png
res/drawable-xhdpi-v4/btn_zoom_page_press.png
res/drawable-xhdpi-v4/btn_zoom_up_disabled.9.png
res/drawable-xhdpi-v4/btn_zoom_up_disabled_focused.9.png
res/drawable-xhdpi-v4/btn_zoom_up_normal.9.png
res/drawable-xhdpi-v4/btn_zoom_up_pressed.9.png
res/drawable-xhdpi-v4/btn_zoom_up_selected.9.png
res/drawable-xhdpi-v4/button_onoff_indicator_off.png
res/drawable-xhdpi-v4/button_onoff_indicator_on.png
res/drawable-xhdpi-v4/cab_background_bottom_holo_dark.9.png
res/drawable-xhdpi-v4/cab_background_bottom_holo_light.9.png
res/drawable-xhdpi-v4/cab_background_bottom_mtrl_alpha.9.png
res/drawable-xhdpi-v4/cab_background_top_holo_dark.9.png
res/drawable-xhdpi-v4/cab_background_top_holo_light.9.png
res/drawable-xhdpi-v4/cab_background_top_mtrl_alpha.9.png
res/drawable-xhdpi-v4/call_contact.png
res/drawable-xhdpi-v4/checkbox_off_background.png
res/drawable-xhdpi-v4/checkbox_on_background.png
res/drawable-xhdpi-v4/cling_arrow_up.png
res/drawable-xhdpi-v4/cling_bg.9.png
res/drawable-xhdpi-v4/cling_button_normal.9.png
res/drawable-xhdpi-v4/cling_button_pressed.9.png
res/drawable-xhdpi-v4/code_lock_bottom.9.png
res/drawable-xhdpi-v4/code_lock_left.9.png
res/drawable-xhdpi-v4/code_lock_top.9.png
res/drawable-xhdpi-v4/combobox_disabled.png
res/drawable-xhdpi-v4/combobox_nohighlight.png
res/drawable-xhdpi-v4/compass_arrow.png
res/drawable-xhdpi-v4/compass_base.png
res/drawable-xhdpi-v4/contact_header_bg.9.png
res/drawable-xhdpi-v4/create_contact.png
res/drawable-xhdpi-v4/dark_header.9.png
res/drawable-xhdpi-v4/day_picker_week_view_dayline_holo.9.png
res/drawable-xhdpi-v4/dialog_bottom_holo_dark.9.png
res/drawable-xhdpi-v4/dialog_bottom_holo_light.9.png
res/drawable-xhdpi-v4/dialog_divider_horizontal_holo_dark.9.png
res/drawable-xhdpi-v4/dialog_divider_horizontal_holo_light.9.png
res/drawable-xhdpi-v4/dialog_divider_horizontal_light.9.png
res/drawable-xhdpi-v4/dialog_full_holo_dark.9.png
res/drawable-xhdpi-v4/dialog_full_holo_light.9.png
res/drawable-xhdpi-v4/dialog_ic_close_focused_holo_dark.png
res/drawable-xhdpi-v4/dialog_ic_close_focused_holo_light.png
res/drawable-xhdpi-v4/dialog_ic_close_normal_holo_dark.png
res/drawable-xhdpi-v4/dialog_ic_close_normal_holo_light.png
res/drawable-xhdpi-v4/dialog_ic_close_pressed_holo_dark.png
res/drawable-xhdpi-v4/dialog_ic_close_pressed_holo_light.png
res/drawable-xhdpi-v4/dialog_middle_holo_dark.9.png
res/drawable-xhdpi-v4/dialog_middle_holo_light.9.png
res/drawable-xhdpi-v4/dialog_top_holo_dark.9.png
res/drawable-xhdpi-v4/dialog_top_holo_light.9.png
res/drawable-xhdpi-v4/divider_horizontal_bright.9.png
res/drawable-xhdpi-v4/divider_horizontal_bright_opaque.9.png
res/drawable-xhdpi-v4/divider_horizontal_dark.9.png
res/drawable-xhdpi-v4/divider_horizontal_dark_opaque.9.png
res/drawable-xhdpi-v4/divider_horizontal_dim_dark.9.png
res/drawable-xhdpi-v4/divider_horizontal_holo_dark.9.png
res/drawable-xhdpi-v4/divider_horizontal_holo_light.9.png
res/drawable-xhdpi-v4/divider_horizontal_textfield.9.png
res/drawable-xhdpi-v4/divider_vertical_bright.9.png
res/drawable-xhdpi-v4/divider_vertical_bright_opaque.9.png
res/drawable-xhdpi-v4/divider_vertical_dark.9.png
res/drawable-xhdpi-v4/divider_vertical_dark_opaque.9.png
res/drawable-xhdpi-v4/divider_vertical_holo_dark.9.png
res/drawable-xhdpi-v4/divider_vertical_holo_light.9.png
res/drawable-xhdpi-v4/dropdown_disabled_focused_holo_dark.9.png
res/drawable-xhdpi-v4/dropdown_disabled_focused_holo_light.9.png
res/drawable-xhdpi-v4/dropdown_disabled_holo_dark.9.png
res/drawable-xhdpi-v4/dropdown_disabled_holo_light.9.png
res/drawable-xhdpi-v4/dropdown_focused_holo_dark.9.png
res/drawable-xhdpi-v4/dropdown_focused_holo_light.9.png
res/drawable-xhdpi-v4/dropdown_ic_arrow_disabled_focused_holo_dark.png
res/drawable-xhdpi-v4/dropdown_ic_arrow_disabled_focused_holo_light.png
res/drawable-xhdpi-v4/dropdown_ic_arrow_disabled_holo_dark.png
res/drawable-xhdpi-v4/dropdown_ic_arrow_disabled_holo_light.png
res/drawable-xhdpi-v4/dropdown_ic_arrow_focused_holo_light.png
res/drawable-xhdpi-v4/dropdown_ic_arrow_normal_holo_dark.png
res/drawable-xhdpi-v4/dropdown_ic_arrow_normal_holo_light.png
res/drawable-xhdpi-v4/dropdown_ic_arrow_pressed_holo_light.png
res/drawable-xhdpi-v4/dropdown_normal_holo_dark.9.png
res/drawable-xhdpi-v4/dropdown_normal_holo_light.9.png
res/drawable-xhdpi-v4/dropdown_pressed_holo_dark.9.png
res/drawable-xhdpi-v4/dropdown_pressed_holo_light.9.png
res/drawable-xhdpi-v4/edit_query.png
res/drawable-xhdpi-v4/edit_query_background_normal.9.png
res/drawable-xhdpi-v4/edit_query_background_pressed.9.png
res/drawable-xhdpi-v4/edit_query_background_selected.9.png
res/drawable-xhdpi-v4/editbox_background_focus_yellow.9.png
res/drawable-xhdpi-v4/editbox_background_normal.9.png
res/drawable-xhdpi-v4/editbox_dropdown_background.9.png
res/drawable-xhdpi-v4/editbox_dropdown_background_dark.9.png
res/drawable-xhdpi-v4/emo_im_angel.png
res/drawable-xhdpi-v4/emo_im_cool.png
res/drawable-xhdpi-v4/emo_im_crying.png
res/drawable-xhdpi-v4/emo_im_embarrassed.png
res/drawable-xhdpi-v4/emo_im_foot_in_mouth.png
res/drawable-xhdpi-v4/emo_im_happy.png
res/drawable-xhdpi-v4/emo_im_kissing.png
res/drawable-xhdpi-v4/emo_im_laughing.png
res/drawable-xhdpi-v4/emo_im_lips_are_sealed.png
res/drawable-xhdpi-v4/emo_im_money_mouth.png
res/drawable-xhdpi-v4/emo_im_sad.png
res/drawable-xhdpi-v4/emo_im_surprised.png
res/drawable-xhdpi-v4/emo_im_tongue_sticking_out.png
res/drawable-xhdpi-v4/emo_im_undecided.png
res/drawable-xhdpi-v4/emo_im_winking.png
res/drawable-xhdpi-v4/emo_im_wtf.png
res/drawable-xhdpi-v4/emo_im_yelling.png
res/drawable-xhdpi-v4/expander_close_holo_dark.9.png
res/drawable-xhdpi-v4/expander_close_holo_light.9.png
res/drawable-xhdpi-v4/expander_close_mtrl_alpha.9.png
res/drawable-xhdpi-v4/expander_ic_maximized.9.png
res/drawable-xhdpi-v4/expander_ic_minimized.9.png
res/drawable-xhdpi-v4/expander_open_holo_dark.9.png
res/drawable-xhdpi-v4/expander_open_holo_light.9.png
res/drawable-xhdpi-v4/expander_open_mtrl_alpha.9.png
res/drawable-xhdpi-v4/fastscroll_label_left_holo_dark.9.png
res/drawable-xhdpi-v4/fastscroll_label_left_holo_light.9.png
res/drawable-xhdpi-v4/fastscroll_label_right_holo_dark.9.png
res/drawable-xhdpi-v4/fastscroll_label_right_holo_light.9.png
res/drawable-xhdpi-v4/fastscroll_thumb_default_holo.png
res/drawable-xhdpi-v4/fastscroll_thumb_pressed_holo.png
res/drawable-xhdpi-v4/fastscroll_track_default_holo_dark.9.png
res/drawable-xhdpi-v4/fastscroll_track_default_holo_light.9.png
res/drawable-xhdpi-v4/fastscroll_track_pressed_holo_dark.9.png
res/drawable-xhdpi-v4/fastscroll_track_pressed_holo_light.9.png
res/drawable-xhdpi-v4/focused_application_background_static.png
res/drawable-xhdpi-v4/frame_gallery_thumb.9.png
res/drawable-xhdpi-v4/frame_gallery_thumb_pressed.9.png
res/drawable-xhdpi-v4/frame_gallery_thumb_selected.9.png
res/drawable-xhdpi-v4/gallery_selected_default.9.png
res/drawable-xhdpi-v4/gallery_selected_focused.9.png
res/drawable-xhdpi-v4/gallery_selected_pressed.9.png
res/drawable-xhdpi-v4/gallery_unselected_default.9.png
res/drawable-xhdpi-v4/gallery_unselected_pressed.9.png
res/drawable-xhdpi-v4/grid_selector_background_focus.9.png
res/drawable-xhdpi-v4/grid_selector_background_pressed.9.png
res/drawable-xhdpi-v4/highlight_disabled.9.png
res/drawable-xhdpi-v4/highlight_pressed.9.png
res/drawable-xhdpi-v4/highlight_selected.9.png
res/drawable-xhdpi-v4/ic_ab_back_holo_dark_am.png
res/drawable-xhdpi-v4/ic_ab_back_holo_light_am.png
res/drawable-xhdpi-v4/ic_aggregated.png
res/drawable-xhdpi-v4/ic_audio_notification_am_alpha.png
res/drawable-xhdpi-v4/ic_audio_notification_mute_am_alpha.png
res/drawable-xhdpi-v4/ic_btn_round_more_disabled.png
res/drawable-xhdpi-v4/ic_btn_round_more_normal.png
res/drawable-xhdpi-v4/ic_btn_search_go.png
res/drawable-xhdpi-v4/ic_btn_speak_now.png
res/drawable-xhdpi-v4/ic_btn_square_browser_zoom_fit_page_disabled.png
res/drawable-xhdpi-v4/ic_btn_square_browser_zoom_fit_page_normal.png
res/drawable-xhdpi-v4/ic_btn_square_browser_zoom_page_overview_disabled.png
res/drawable-xhdpi-v4/ic_btn_square_browser_zoom_page_overview_normal.png
res/drawable-xhdpi-v4/ic_bullet_key_permission.png
res/drawable-xhdpi-v4/ic_cab_done_holo.png
res/drawable-xhdpi-v4/ic_cab_done_holo_dark.png
res/drawable-xhdpi-v4/ic_cab_done_holo_light.png
res/drawable-xhdpi-v4/ic_cab_done_mtrl_alpha.png
res/drawable-xhdpi-v4/ic_checkmark_holo_light.png
res/drawable-xhdpi-v4/ic_clear_disabled.png
res/drawable-xhdpi-v4/ic_clear_search_api_disabled_holo_dark.png
res/drawable-xhdpi-v4/ic_clear_search_api_disabled_holo_light.png
res/drawable-xhdpi-v4/ic_clear_search_api_holo_dark.png
res/drawable-xhdpi-v4/ic_clear_search_api_holo_light.png
res/drawable-xhdpi-v4/ic_coins_l.png
res/drawable-xhdpi-v4/ic_coins_s.png
res/drawable-xhdpi-v4/ic_commit.png
res/drawable-xhdpi-v4/ic_commit_search_api_holo_dark.png
res/drawable-xhdpi-v4/ic_commit_search_api_holo_light.png
res/drawable-xhdpi-v4/ic_commit_search_api_mtrl_alpha.png
res/drawable-xhdpi-v4/ic_contact_picture.png
res/drawable-xhdpi-v4/ic_contact_picture_2.png
res/drawable-xhdpi-v4/ic_contact_picture_3.png
res/drawable-xhdpi-v4/ic_delete.png
res/drawable-xhdpi-v4/ic_dialog_alert.png
res/drawable-xhdpi-v4/ic_dialog_alert_holo_dark.png
res/drawable-xhdpi-v4/ic_dialog_alert_holo_light.png
res/drawable-xhdpi-v4/ic_dialog_close_normal_holo.png
res/drawable-xhdpi-v4/ic_dialog_close_pressed_holo.png
res/drawable-xhdpi-v4/ic_dialog_dialer.png
res/drawable-xhdpi-v4/ic_dialog_email.png
res/drawable-xhdpi-v4/ic_dialog_focused_holo.png
res/drawable-xhdpi-v4/ic_dialog_info.png
res/drawable-xhdpi-v4/ic_dialog_map.png
res/drawable-xhdpi-v4/ic_dialog_time.png
res/drawable-xhdpi-v4/ic_dialog_usb.png
res/drawable-xhdpi-v4/ic_emergency.png
res/drawable-xhdpi-v4/ic_find_next_holo_dark.png
res/drawable-xhdpi-v4/ic_find_next_holo_light.png
res/drawable-xhdpi-v4/ic_find_next_mtrl_alpha.png
res/drawable-xhdpi-v4/ic_find_previous_holo_dark.png
res/drawable-xhdpi-v4/ic_find_previous_holo_light.png
res/drawable-xhdpi-v4/ic_find_previous_mtrl_alpha.png
res/drawable-xhdpi-v4/ic_go.png
res/drawable-xhdpi-v4/ic_go_search_api_holo_dark.png
res/drawable-xhdpi-v4/ic_go_search_api_holo_light.png
res/drawable-xhdpi-v4/ic_input_add.png
res/drawable-xhdpi-v4/ic_input_delete.png
res/drawable-xhdpi-v4/ic_input_get.png
res/drawable-xhdpi-v4/ic_jog_dial_answer.png
res/drawable-xhdpi-v4/ic_jog_dial_answer_and_end.png
res/drawable-xhdpi-v4/ic_jog_dial_answer_and_hold.png
res/drawable-xhdpi-v4/ic_jog_dial_decline.png
res/drawable-xhdpi-v4/ic_jog_dial_sound_off.png
res/drawable-xhdpi-v4/ic_jog_dial_sound_on.png
res/drawable-xhdpi-v4/ic_jog_dial_unlock.png
res/drawable-xhdpi-v4/ic_jog_dial_vibrate_on.png
res/drawable-xhdpi-v4/ic_launcher_android.png
res/drawable-xhdpi-v4/ic_lock_airplane_mode_alpha.png
res/drawable-xhdpi-v4/ic_lock_airplane_mode_off_am_alpha.png
res/drawable-xhdpi-v4/ic_lock_idle_alarm_alpha.png
res/drawable-xhdpi-v4/ic_lock_idle_charging.png
res/drawable-xhdpi-v4/ic_lock_idle_lock.png
res/drawable-xhdpi-v4/ic_lock_idle_low_battery.png
res/drawable-xhdpi-v4/ic_lock_lock_alpha.png
res/drawable-xhdpi-v4/ic_lock_open_wht_24dp.png
res/drawable-xhdpi-v4/ic_lock_outline_wht_24dp.png
res/drawable-xhdpi-v4/ic_lock_power_off_alpha.png
res/drawable-xhdpi-v4/ic_lock_ringer_off_alpha.png
res/drawable-xhdpi-v4/ic_lock_ringer_on_alpha.png
res/drawable-xhdpi-v4/ic_lock_silent_mode.png
res/drawable-xhdpi-v4/ic_lock_silent_mode_off.png
res/drawable-xhdpi-v4/ic_lock_silent_mode_vibrate.png
res/drawable-xhdpi-v4/ic_lockscreen_handle_pressed.png
res/drawable-xhdpi-v4/ic_maps_indicator_current_position.png
res/drawable-xhdpi-v4/ic_maps_indicator_current_position_anim1.png
res/drawable-xhdpi-v4/ic_maps_indicator_current_position_anim2.png
res/drawable-xhdpi-v4/ic_maps_indicator_current_position_anim3.png
res/drawable-xhdpi-v4/ic_media_embed_play.png
res/drawable-xhdpi-v4/ic_media_ff.png
res/drawable-xhdpi-v4/ic_media_fullscreen.png
res/drawable-xhdpi-v4/ic_media_next.png
res/drawable-xhdpi-v4/ic_media_pause.png
res/drawable-xhdpi-v4/ic_media_play.png
res/drawable-xhdpi-v4/ic_media_previous.png
res/drawable-xhdpi-v4/ic_media_rew.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_00_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_01_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_02_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_03_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_04_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_05_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_06_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_07_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_08_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_09_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_10_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_11_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_12_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_13_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_14_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_15_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_16_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_17_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_18_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_19_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_20_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_21_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_22_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_23_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_24_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_25_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_26_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_27_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_28_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_29_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_dark_30_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_00_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_01_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_02_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_03_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_04_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_05_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_06_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_07_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_08_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_09_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_10_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_11_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_12_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_13_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_14_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_15_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_16_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_17_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_18_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_19_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_20_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_21_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_22_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_23_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_24_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_25_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_26_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_27_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_28_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_29_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connected_light_30_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_00_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_01_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_02_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_03_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_04_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_05_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_06_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_07_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_08_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_09_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_10_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_11_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_12_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_13_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_14_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_15_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_16_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_17_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_18_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_19_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_20_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_21_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_22_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_23_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_24_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_25_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_26_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_27_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_28_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_29_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_dark_30_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_00_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_01_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_02_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_03_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_04_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_05_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_06_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_07_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_08_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_09_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_10_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_11_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_12_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_13_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_14_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_15_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_16_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_17_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_18_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_19_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_20_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_21_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_22_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_23_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_24_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_25_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_26_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_27_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_28_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_29_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_connecting_light_30_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_disabled_holo_dark.png
res/drawable-xhdpi-v4/ic_media_route_disabled_holo_light.png
res/drawable-xhdpi-v4/ic_media_route_disabled_mtrl_alpha.png
res/drawable-xhdpi-v4/ic_media_route_off_dark_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_off_holo_dark.png
res/drawable-xhdpi-v4/ic_media_route_off_holo_light.png
res/drawable-xhdpi-v4/ic_media_route_off_light_mtrl.png
res/drawable-xhdpi-v4/ic_media_route_on_0_holo_dark.png
res/drawable-xhdpi-v4/ic_media_route_on_0_holo_light.png
res/drawable-xhdpi-v4/ic_media_route_on_1_holo_dark.png
res/drawable-xhdpi-v4/ic_media_route_on_1_holo_light.png
res/drawable-xhdpi-v4/ic_media_route_on_2_holo_dark.png
res/drawable-xhdpi-v4/ic_media_route_on_2_holo_light.png
res/drawable-xhdpi-v4/ic_media_route_on_holo_dark.png
res/drawable-xhdpi-v4/ic_media_route_on_holo_light.png
res/drawable-xhdpi-v4/ic_media_stop.png
res/drawable-xhdpi-v4/ic_media_video_poster.png
res/drawable-xhdpi-v4/ic_menu_account_list.png
res/drawable-xhdpi-v4/ic_menu_add.png
res/drawable-xhdpi-v4/ic_menu_agenda.png
res/drawable-xhdpi-v4/ic_menu_allfriends.png
res/drawable-xhdpi-v4/ic_menu_always_landscape_portrait.png
res/drawable-xhdpi-v4/ic_menu_archive.png
res/drawable-xhdpi-v4/ic_menu_attachment.png
res/drawable-xhdpi-v4/ic_menu_back.png
res/drawable-xhdpi-v4/ic_menu_block.png
res/drawable-xhdpi-v4/ic_menu_blocked_user.png
res/drawable-xhdpi-v4/ic_menu_btn_add.png
res/drawable-xhdpi-v4/ic_menu_call.png
res/drawable-xhdpi-v4/ic_menu_camera.png
res/drawable-xhdpi-v4/ic_menu_cc_am.png
res/drawable-xhdpi-v4/ic_menu_chat_dashboard.png
res/drawable-xhdpi-v4/ic_menu_clear_playlist.png
res/drawable-xhdpi-v4/ic_menu_close_clear_cancel.png
res/drawable-xhdpi-v4/ic_menu_compass.png
res/drawable-xhdpi-v4/ic_menu_compose.png
res/drawable-xhdpi-v4/ic_menu_copy.png
res/drawable-xhdpi-v4/ic_menu_copy_holo_dark.png
res/drawable-xhdpi-v4/ic_menu_copy_holo_light.png
res/drawable-xhdpi-v4/ic_menu_crop.png
res/drawable-xhdpi-v4/ic_menu_cut.png
res/drawable-xhdpi-v4/ic_menu_cut_holo_dark.png
res/drawable-xhdpi-v4/ic_menu_cut_holo_light.png
res/drawable-xhdpi-v4/ic_menu_day.png
res/drawable-xhdpi-v4/ic_menu_delete.png
res/drawable-xhdpi-v4/ic_menu_directions.png
res/drawable-xhdpi-v4/ic_menu_edit.png
res/drawable-xhdpi-v4/ic_menu_emoticons.png
res/drawable-xhdpi-v4/ic_menu_end_conversation.png
res/drawable-xhdpi-v4/ic_menu_find.png
res/drawable-xhdpi-v4/ic_menu_find_holo_dark.png
res/drawable-xhdpi-v4/ic_menu_find_holo_light.png
res/drawable-xhdpi-v4/ic_menu_find_mtrl_alpha.png
res/drawable-xhdpi-v4/ic_menu_forward.png
res/drawable-xhdpi-v4/ic_menu_friendslist.png
res/drawable-xhdpi-v4/ic_menu_gallery.png
res/drawable-xhdpi-v4/ic_menu_goto.png
res/drawable-xhdpi-v4/ic_menu_help.png
res/drawable-xhdpi-v4/ic_menu_help_holo_light.png
res/drawable-xhdpi-v4/ic_menu_home.png
res/drawable-xhdpi-v4/ic_menu_info_details.png
res/drawable-xhdpi-v4/ic_menu_invite.png
res/drawable-xhdpi-v4/ic_menu_login.png
res/drawable-xhdpi-v4/ic_menu_manage.png
res/drawable-xhdpi-v4/ic_menu_mapmode.png
res/drawable-xhdpi-v4/ic_menu_mark.png
res/drawable-xhdpi-v4/ic_menu_month.png
res/drawable-xhdpi-v4/ic_menu_more.png
res/drawable-xhdpi-v4/ic_menu_moreoverflow.png
res/drawable-xhdpi-v4/ic_menu_moreoverflow_focused_holo_dark.png
res/drawable-xhdpi-v4/ic_menu_moreoverflow_focused_holo_light.png
res/drawable-xhdpi-v4/ic_menu_moreoverflow_normal_holo_dark.png
res/drawable-xhdpi-v4/ic_menu_moreoverflow_normal_holo_light.png
res/drawable-xhdpi-v4/ic_menu_my_calendar.png
res/drawable-xhdpi-v4/ic_menu_mylocation.png
res/drawable-xhdpi-v4/ic_menu_myplaces.png
res/drawable-xhdpi-v4/ic_menu_notifications.png
res/drawable-xhdpi-v4/ic_menu_paste.png
res/drawable-xhdpi-v4/ic_menu_paste_holo_dark.png
res/drawable-xhdpi-v4/ic_menu_paste_holo_light.png
res/drawable-xhdpi-v4/ic_menu_play_clip.png
res/drawable-xhdpi-v4/ic_menu_preferences.png
res/drawable-xhdpi-v4/ic_menu_recent_history.png
res/drawable-xhdpi-v4/ic_menu_report_image.png
res/drawable-xhdpi-v4/ic_menu_revert.png
res/drawable-xhdpi-v4/ic_menu_rotate.png
res/drawable-xhdpi-v4/ic_menu_save.png
res/drawable-xhdpi-v4/ic_menu_search.png
res/drawable-xhdpi-v4/ic_menu_search_holo_dark.png
res/drawable-xhdpi-v4/ic_menu_search_holo_light.png
res/drawable-xhdpi-v4/ic_menu_search_mtrl_alpha.png
res/drawable-xhdpi-v4/ic_menu_selectall_holo_dark.png
res/drawable-xhdpi-v4/ic_menu_selectall_holo_light.png
res/drawable-xhdpi-v4/ic_menu_send.png
res/drawable-xhdpi-v4/ic_menu_set_as.png
res/drawable-xhdpi-v4/ic_menu_settings_holo_light.png
res/drawable-xhdpi-v4/ic_menu_share.png
res/drawable-xhdpi-v4/ic_menu_share_holo_dark.png
res/drawable-xhdpi-v4/ic_menu_share_holo_light.png
res/drawable-xhdpi-v4/ic_menu_slideshow.png
res/drawable-xhdpi-v4/ic_menu_sort_alphabetically.png
res/drawable-xhdpi-v4/ic_menu_sort_by_size.png
res/drawable-xhdpi-v4/ic_menu_star.png
res/drawable-xhdpi-v4/ic_menu_start_conversation.png
res/drawable-xhdpi-v4/ic_menu_stop.png
res/drawable-xhdpi-v4/ic_menu_today.png
res/drawable-xhdpi-v4/ic_menu_upload.png
res/drawable-xhdpi-v4/ic_menu_upload_you_tube.png
res/drawable-xhdpi-v4/ic_menu_view.png
res/drawable-xhdpi-v4/ic_menu_week.png
res/drawable-xhdpi-v4/ic_menu_zoom.png
res/drawable-xhdpi-v4/ic_notification_cast_0.png
res/drawable-xhdpi-v4/ic_notification_cast_1.png
res/drawable-xhdpi-v4/ic_notification_cast_2.png
res/drawable-xhdpi-v4/ic_notification_clear_all.png
res/drawable-xhdpi-v4/ic_notification_overlay.9.png
res/drawable-xhdpi-v4/ic_partial_secure.png
res/drawable-xhdpi-v4/ic_popup_disk_full.png
res/drawable-xhdpi-v4/ic_popup_reminder.png
res/drawable-xhdpi-v4/ic_popup_sync_1.png
res/drawable-xhdpi-v4/ic_popup_sync_2.png
res/drawable-xhdpi-v4/ic_popup_sync_3.png
res/drawable-xhdpi-v4/ic_popup_sync_4.png
res/drawable-xhdpi-v4/ic_popup_sync_5.png
res/drawable-xhdpi-v4/ic_popup_sync_6.png
res/drawable-xhdpi-v4/ic_search.png
res/drawable-xhdpi-v4/ic_search_api_holo_dark.png
res/drawable-xhdpi-v4/ic_search_api_holo_light.png
res/drawable-xhdpi-v4/ic_search_category_default.png
res/drawable-xhdpi-v4/ic_secure.png
res/drawable-xhdpi-v4/ic_settings.png
res/drawable-xhdpi-v4/ic_settings_language.png
res/drawable-xhdpi-v4/ic_sim_card_multi_24px_clr.png
res/drawable-xhdpi-v4/ic_sim_card_multi_48px_clr.png
res/drawable-xhdpi-v4/ic_star_black_16dp.png
res/drawable-xhdpi-v4/ic_star_black_36dp.png
res/drawable-xhdpi-v4/ic_star_black_48dp.png
res/drawable-xhdpi-v4/ic_star_half_black_16dp.png
res/drawable-xhdpi-v4/ic_star_half_black_36dp.png
res/drawable-xhdpi-v4/ic_star_half_black_48dp.png
res/drawable-xhdpi-v4/ic_vibrate.png
res/drawable-xhdpi-v4/ic_vibrate_small.png
res/drawable-xhdpi-v4/ic_voice_search.png
res/drawable-xhdpi-v4/ic_voice_search_api_holo_dark.png
res/drawable-xhdpi-v4/ic_voice_search_api_holo_light.png
res/drawable-xhdpi-v4/ic_volume.png
res/drawable-xhdpi-v4/ic_volume_bluetooth_ad2p.png
res/drawable-xhdpi-v4/ic_volume_bluetooth_in_call.png
res/drawable-xhdpi-v4/ic_volume_off.png
res/drawable-xhdpi-v4/ic_volume_off_small.png
res/drawable-xhdpi-v4/ic_volume_small.png
res/drawable-xhdpi-v4/icon_highlight_rectangle.9.png
res/drawable-xhdpi-v4/icon_highlight_square.9.png
res/drawable-xhdpi-v4/ime_qwerty.png
res/drawable-xhdpi-v4/indicator_input_error.png
res/drawable-xhdpi-v4/jog_dial_arrow_long_left_green.png
res/drawable-xhdpi-v4/jog_dial_arrow_long_left_yellow.png
res/drawable-xhdpi-v4/jog_dial_arrow_long_middle_yellow.png
res/drawable-xhdpi-v4/jog_dial_arrow_long_right_red.png
res/drawable-xhdpi-v4/jog_dial_arrow_long_right_yellow.png
res/drawable-xhdpi-v4/jog_dial_arrow_short_left.png
res/drawable-xhdpi-v4/jog_dial_arrow_short_left_and_right.png
res/drawable-xhdpi-v4/jog_dial_arrow_short_right.png
res/drawable-xhdpi-v4/jog_dial_bg.png
res/drawable-xhdpi-v4/jog_dial_dimple.png
res/drawable-xhdpi-v4/jog_dial_dimple_dim.png
res/drawable-xhdpi-v4/keyboard_accessory_bg_landscape.9.png
res/drawable-xhdpi-v4/keyboard_background.9.png
res/drawable-xhdpi-v4/keyboard_key_feedback_background.9.png
res/drawable-xhdpi-v4/keyboard_key_feedback_more_background.9.png
res/drawable-xhdpi-v4/keyboard_popup_panel_background.9.png
res/drawable-xhdpi-v4/keyboard_popup_panel_trans_background.9.png
res/drawable-xhdpi-v4/light_header.9.png
res/drawable-xhdpi-v4/list_activated_holo.9.png
res/drawable-xhdpi-v4/list_divider_holo_dark.9.png
res/drawable-xhdpi-v4/list_divider_holo_light.9.png
res/drawable-xhdpi-v4/list_divider_horizontal_holo_dark.9.png
res/drawable-xhdpi-v4/list_focused_holo.9.png
res/drawable-xhdpi-v4/list_longpressed_holo.9.png
res/drawable-xhdpi-v4/list_longpressed_holo_dark.9.png
res/drawable-xhdpi-v4/list_longpressed_holo_light.9.png
res/drawable-xhdpi-v4/list_pressed_holo_dark.9.png
res/drawable-xhdpi-v4/list_pressed_holo_light.9.png
res/drawable-xhdpi-v4/list_section_divider_holo_dark.9.png
res/drawable-xhdpi-v4/list_section_divider_holo_light.9.png
res/drawable-xhdpi-v4/list_section_divider_mtrl_alpha.9.png
res/drawable-xhdpi-v4/list_section_header_holo_dark.9.png
res/drawable-xhdpi-v4/list_section_header_holo_light.9.png
res/drawable-xhdpi-v4/list_selected_holo_dark.9.png
res/drawable-xhdpi-v4/list_selected_holo_light.9.png
res/drawable-xhdpi-v4/list_selector_activated_holo_dark.9.png
res/drawable-xhdpi-v4/list_selector_activated_holo_light.9.png
res/drawable-xhdpi-v4/list_selector_background_default.9.png
res/drawable-xhdpi-v4/list_selector_background_default_light.9.png
res/drawable-xhdpi-v4/list_selector_background_disabled.9.png
res/drawable-xhdpi-v4/list_selector_background_disabled_light.9.png
res/drawable-xhdpi-v4/list_selector_background_focus.9.png
res/drawable-xhdpi-v4/list_selector_background_focused.9.png
res/drawable-xhdpi-v4/list_selector_background_focused_light.9.png
res/drawable-xhdpi-v4/list_selector_background_focused_selected.9.png
res/drawable-xhdpi-v4/list_selector_background_longpress.9.png
res/drawable-xhdpi-v4/list_selector_background_longpress_light.9.png
res/drawable-xhdpi-v4/list_selector_background_pressed.9.png
res/drawable-xhdpi-v4/list_selector_background_pressed_light.9.png
res/drawable-xhdpi-v4/list_selector_background_selected.9.png
res/drawable-xhdpi-v4/list_selector_background_selected_light.9.png
res/drawable-xhdpi-v4/list_selector_disabled_holo_dark.9.png
res/drawable-xhdpi-v4/list_selector_disabled_holo_light.9.png
res/drawable-xhdpi-v4/list_selector_focused_holo_dark.9.png
res/drawable-xhdpi-v4/list_selector_focused_holo_light.9.png
res/drawable-xhdpi-v4/list_selector_multiselect_holo_dark.9.png
res/drawable-xhdpi-v4/list_selector_multiselect_holo_light.9.png
res/drawable-xhdpi-v4/list_selector_pressed_holo_dark.9.png
res/drawable-xhdpi-v4/list_selector_pressed_holo_light.9.png
res/drawable-xhdpi-v4/magnified_region_frame.9.png
res/drawable-xhdpi-v4/maps_google_logo.png
res/drawable-xhdpi-v4/menu_background.9.png
res/drawable-xhdpi-v4/menu_background_fill_parent_width.9.png
res/drawable-xhdpi-v4/menu_dropdown_panel_holo_dark.9.png
res/drawable-xhdpi-v4/menu_dropdown_panel_holo_light.9.png
res/drawable-xhdpi-v4/menu_hardkey_panel_holo_dark.9.png
res/drawable-xhdpi-v4/menu_hardkey_panel_holo_light.9.png
res/drawable-xhdpi-v4/menu_popup_panel_holo_dark.9.png
res/drawable-xhdpi-v4/menu_popup_panel_holo_light.9.png
res/drawable-xhdpi-v4/menu_separator.9.png
res/drawable-xhdpi-v4/menu_submenu_background.9.png
res/drawable-xhdpi-v4/menuitem_background_focus.9.png
res/drawable-xhdpi-v4/menuitem_background_pressed.9.png
res/drawable-xhdpi-v4/menuitem_background_solid_focused.9.png
res/drawable-xhdpi-v4/menuitem_background_solid_pressed.9.png
res/drawable-xhdpi-v4/menuitem_checkbox_on.png
res/drawable-xhdpi-v4/minitab_lt_focus.9.png
res/drawable-xhdpi-v4/minitab_lt_press.9.png
res/drawable-xhdpi-v4/minitab_lt_selected.9.png
res/drawable-xhdpi-v4/minitab_lt_unselected.9.png
res/drawable-xhdpi-v4/minitab_lt_unselected_press.9.png
res/drawable-xhdpi-v4/numberpicker_down_disabled.9.png
res/drawable-xhdpi-v4/numberpicker_down_disabled_focused.9.png
res/drawable-xhdpi-v4/numberpicker_down_normal.9.png
res/drawable-xhdpi-v4/numberpicker_down_pressed.9.png
res/drawable-xhdpi-v4/numberpicker_down_selected.9.png
res/drawable-xhdpi-v4/numberpicker_input_disabled.9.png
res/drawable-xhdpi-v4/numberpicker_input_normal.9.png
res/drawable-xhdpi-v4/numberpicker_input_pressed.9.png
res/drawable-xhdpi-v4/numberpicker_input_selected.9.png
res/drawable-xhdpi-v4/numberpicker_selection_divider.9.png
res/drawable-xhdpi-v4/numberpicker_up_disabled.9.png
res/drawable-xhdpi-v4/numberpicker_up_disabled_focused.9.png
res/drawable-xhdpi-v4/numberpicker_up_normal.9.png
res/drawable-xhdpi-v4/numberpicker_up_pressed.9.png
res/drawable-xhdpi-v4/numberpicker_up_selected.9.png
res/drawable-xhdpi-v4/panel_background.9.png
res/drawable-xhdpi-v4/panel_bg_holo_dark.9.png
res/drawable-xhdpi-v4/panel_bg_holo_light.9.png
res/drawable-xhdpi-v4/panel_picture_frame_bg_focus_blue.9.png
res/drawable-xhdpi-v4/panel_picture_frame_bg_normal.9.png
res/drawable-xhdpi-v4/panel_picture_frame_bg_pressed_blue.9.png
res/drawable-xhdpi-v4/password_field_default.9.png
res/drawable-xhdpi-v4/password_keyboard_background_holo.9.png
res/drawable-xhdpi-v4/perm_group_accessibility_features.png
res/drawable-xhdpi-v4/perm_group_affects_battery.png
res/drawable-xhdpi-v4/perm_group_app_info.png
res/drawable-xhdpi-v4/perm_group_audio_settings.png
res/drawable-xhdpi-v4/perm_group_bluetooth.png
res/drawable-xhdpi-v4/perm_group_bookmarks.png
res/drawable-xhdpi-v4/perm_group_device_alarms.png
res/drawable-xhdpi-v4/perm_group_display.png
res/drawable-xhdpi-v4/perm_group_network.png
res/drawable-xhdpi-v4/perm_group_personal_info.png
res/drawable-xhdpi-v4/perm_group_screenlock.png
res/drawable-xhdpi-v4/perm_group_shortrange_network.png
res/drawable-xhdpi-v4/perm_group_status_bar.png
res/drawable-xhdpi-v4/perm_group_sync_settings.png
res/drawable-xhdpi-v4/perm_group_system_clock.png
res/drawable-xhdpi-v4/perm_group_system_tools.png
res/drawable-xhdpi-v4/perm_group_voicemail.png
res/drawable-xhdpi-v4/perm_group_wallpaper.png
res/drawable-xhdpi-v4/picture_emergency.png
res/drawable-xhdpi-v4/picture_frame.9.png
res/drawable-xhdpi-v4/pointer_alias.png
res/drawable-xhdpi-v4/pointer_alias_large.png
res/drawable-xhdpi-v4/pointer_all_scroll.png
res/drawable-xhdpi-v4/pointer_all_scroll_large.png
res/drawable-xhdpi-v4/pointer_arrow.png
res/drawable-xhdpi-v4/pointer_arrow_large.png
res/drawable-xhdpi-v4/pointer_cell.png
res/drawable-xhdpi-v4/pointer_cell_large.png
res/drawable-xhdpi-v4/pointer_context_menu.png
res/drawable-xhdpi-v4/pointer_context_menu_large.png
res/drawable-xhdpi-v4/pointer_copy.png
res/drawable-xhdpi-v4/pointer_copy_large.png
res/drawable-xhdpi-v4/pointer_crosshair.png
res/drawable-xhdpi-v4/pointer_crosshair_large.png
res/drawable-xhdpi-v4/pointer_grab.png
res/drawable-xhdpi-v4/pointer_grab_large.png
res/drawable-xhdpi-v4/pointer_grabbing.png
res/drawable-xhdpi-v4/pointer_grabbing_large.png
res/drawable-xhdpi-v4/pointer_hand.png
res/drawable-xhdpi-v4/pointer_hand_large.png
res/drawable-xhdpi-v4/pointer_handwriting.png
res/drawable-xhdpi-v4/pointer_help.png
res/drawable-xhdpi-v4/pointer_help_large.png
res/drawable-xhdpi-v4/pointer_horizontal_double_arrow.png
res/drawable-xhdpi-v4/pointer_horizontal_double_arrow_large.png
res/drawable-xhdpi-v4/pointer_nodrop.png
res/drawable-xhdpi-v4/pointer_nodrop_large.png
res/drawable-xhdpi-v4/pointer_spot_anchor.png
res/drawable-xhdpi-v4/pointer_spot_hover.png
res/drawable-xhdpi-v4/pointer_spot_touch.png
res/drawable-xhdpi-v4/pointer_text.png
res/drawable-xhdpi-v4/pointer_text_large.png
res/drawable-xhdpi-v4/pointer_top_left_diagonal_double_arrow.png
res/drawable-xhdpi-v4/pointer_top_left_diagonal_double_arrow_large.png
res/drawable-xhdpi-v4/pointer_top_right_diagonal_double_arrow.png
res/drawable-xhdpi-v4/pointer_top_right_diagonal_double_arrow_large.png
res/drawable-xhdpi-v4/pointer_vertical_double_arrow.png
res/drawable-xhdpi-v4/pointer_vertical_double_arrow_large.png
res/drawable-xhdpi-v4/pointer_vertical_text.png
res/drawable-xhdpi-v4/pointer_vertical_text_large.png
res/drawable-xhdpi-v4/pointer_wait_0.png
res/drawable-xhdpi-v4/pointer_wait_1.png
res/drawable-xhdpi-v4/pointer_wait_10.png
res/drawable-xhdpi-v4/pointer_wait_11.png
res/drawable-xhdpi-v4/pointer_wait_12.png
res/drawable-xhdpi-v4/pointer_wait_13.png
res/drawable-xhdpi-v4/pointer_wait_14.png
res/drawable-xhdpi-v4/pointer_wait_15.png
res/drawable-xhdpi-v4/pointer_wait_16.png
res/drawable-xhdpi-v4/pointer_wait_17.png
res/drawable-xhdpi-v4/pointer_wait_18.png
res/drawable-xhdpi-v4/pointer_wait_19.png
res/drawable-xhdpi-v4/pointer_wait_2.png
res/drawable-xhdpi-v4/pointer_wait_20.png
res/drawable-xhdpi-v4/pointer_wait_21.png
res/drawable-xhdpi-v4/pointer_wait_22.png
res/drawable-xhdpi-v4/pointer_wait_23.png
res/drawable-xhdpi-v4/pointer_wait_24.png
res/drawable-xhdpi-v4/pointer_wait_25.png
res/drawable-xhdpi-v4/pointer_wait_26.png
res/drawable-xhdpi-v4/pointer_wait_27.png
res/drawable-xhdpi-v4/pointer_wait_28.png
res/drawable-xhdpi-v4/pointer_wait_29.png
res/drawable-xhdpi-v4/pointer_wait_3.png
res/drawable-xhdpi-v4/pointer_wait_30.png
res/drawable-xhdpi-v4/pointer_wait_31.png
res/drawable-xhdpi-v4/pointer_wait_32.png
res/drawable-xhdpi-v4/pointer_wait_33.png
res/drawable-xhdpi-v4/pointer_wait_34.png
res/drawable-xhdpi-v4/pointer_wait_35.png
res/drawable-xhdpi-v4/pointer_wait_36.png
res/drawable-xhdpi-v4/pointer_wait_37.png
res/drawable-xhdpi-v4/pointer_wait_38.png
res/drawable-xhdpi-v4/pointer_wait_39.png
res/drawable-xhdpi-v4/pointer_wait_4.png
res/drawable-xhdpi-v4/pointer_wait_40.png
res/drawable-xhdpi-v4/pointer_wait_41.png
res/drawable-xhdpi-v4/pointer_wait_42.png
res/drawable-xhdpi-v4/pointer_wait_43.png
res/drawable-xhdpi-v4/pointer_wait_44.png
res/drawable-xhdpi-v4/pointer_wait_45.png
res/drawable-xhdpi-v4/pointer_wait_46.png
res/drawable-xhdpi-v4/pointer_wait_47.png
res/drawable-xhdpi-v4/pointer_wait_48.png
res/drawable-xhdpi-v4/pointer_wait_49.png
res/drawable-xhdpi-v4/pointer_wait_5.png
res/drawable-xhdpi-v4/pointer_wait_50.png
res/drawable-xhdpi-v4/pointer_wait_51.png
res/drawable-xhdpi-v4/pointer_wait_52.png
res/drawable-xhdpi-v4/pointer_wait_53.png
res/drawable-xhdpi-v4/pointer_wait_54.png
res/drawable-xhdpi-v4/pointer_wait_55.png
res/drawable-xhdpi-v4/pointer_wait_56.png
res/drawable-xhdpi-v4/pointer_wait_57.png
res/drawable-xhdpi-v4/pointer_wait_58.png
res/drawable-xhdpi-v4/pointer_wait_59.png
res/drawable-xhdpi-v4/pointer_wait_6.png
res/drawable-xhdpi-v4/pointer_wait_60.png
res/drawable-xhdpi-v4/pointer_wait_61.png
res/drawable-xhdpi-v4/pointer_wait_62.png
res/drawable-xhdpi-v4/pointer_wait_63.png
res/drawable-xhdpi-v4/pointer_wait_64.png
res/drawable-xhdpi-v4/pointer_wait_65.png
res/drawable-xhdpi-v4/pointer_wait_66.png
res/drawable-xhdpi-v4/pointer_wait_67.png
res/drawable-xhdpi-v4/pointer_wait_68.png
res/drawable-xhdpi-v4/pointer_wait_69.png
res/drawable-xhdpi-v4/pointer_wait_7.png
res/drawable-xhdpi-v4/pointer_wait_70.png
res/drawable-xhdpi-v4/pointer_wait_71.png
res/drawable-xhdpi-v4/pointer_wait_72.png
res/drawable-xhdpi-v4/pointer_wait_73.png
res/drawable-xhdpi-v4/pointer_wait_74.png
res/drawable-xhdpi-v4/pointer_wait_75.png
res/drawable-xhdpi-v4/pointer_wait_76.png
res/drawable-xhdpi-v4/pointer_wait_77.png
res/drawable-xhdpi-v4/pointer_wait_78.png
res/drawable-xhdpi-v4/pointer_wait_79.png
res/drawable-xhdpi-v4/pointer_wait_8.png
res/drawable-xhdpi-v4/pointer_wait_80.png
res/drawable-xhdpi-v4/pointer_wait_9.png
res/drawable-xhdpi-v4/pointer_zoom_in.png
res/drawable-xhdpi-v4/pointer_zoom_in_large.png
res/drawable-xhdpi-v4/pointer_zoom_out.png
res/drawable-xhdpi-v4/pointer_zoom_out_large.png
res/drawable-xhdpi-v4/popup_background_mtrl_mult.9.png
res/drawable-xhdpi-v4/popup_bottom_bright.9.png
res/drawable-xhdpi-v4/popup_bottom_dark.9.png
res/drawable-xhdpi-v4/popup_bottom_medium.9.png
res/drawable-xhdpi-v4/popup_center_bright.9.png
res/drawable-xhdpi-v4/popup_center_dark.9.png
res/drawable-xhdpi-v4/popup_center_medium.9.png
res/drawable-xhdpi-v4/popup_full_bright.9.png
res/drawable-xhdpi-v4/popup_full_dark.9.png
res/drawable-xhdpi-v4/popup_inline_error_above_am.9.png
res/drawable-xhdpi-v4/popup_inline_error_above_holo_dark_am.9.png
res/drawable-xhdpi-v4/popup_inline_error_above_holo_light_am.9.png
res/drawable-xhdpi-v4/popup_inline_error_am.9.png
res/drawable-xhdpi-v4/popup_inline_error_holo_dark_am.9.png
res/drawable-xhdpi-v4/popup_inline_error_holo_light_am.9.png
res/drawable-xhdpi-v4/popup_top_bright.9.png
res/drawable-xhdpi-v4/popup_top_dark.9.png
res/drawable-xhdpi-v4/presence_audio_away.png
res/drawable-xhdpi-v4/presence_audio_busy.png
res/drawable-xhdpi-v4/presence_audio_online.png
res/drawable-xhdpi-v4/presence_away.png
res/drawable-xhdpi-v4/presence_busy.png
res/drawable-xhdpi-v4/presence_invisible.png
res/drawable-xhdpi-v4/presence_offline.png
res/drawable-xhdpi-v4/presence_online.png
res/drawable-xhdpi-v4/presence_video_away.png
res/drawable-xhdpi-v4/presence_video_busy.png
res/drawable-xhdpi-v4/presence_video_online.png
res/drawable-xhdpi-v4/pressed_application_background_static.png
res/drawable-xhdpi-v4/progress_bg_holo_dark.9.png
res/drawable-xhdpi-v4/progress_bg_holo_light.9.png
res/drawable-xhdpi-v4/progress_primary_holo_dark.9.png
res/drawable-xhdpi-v4/progress_primary_holo_light.9.png
res/drawable-xhdpi-v4/progress_secondary_holo_dark.9.png
res/drawable-xhdpi-v4/progress_secondary_holo_light.9.png
res/drawable-xhdpi-v4/progressbar_indeterminate1.png
res/drawable-xhdpi-v4/progressbar_indeterminate2.png
res/drawable-xhdpi-v4/progressbar_indeterminate3.png
res/drawable-xhdpi-v4/progressbar_indeterminate_holo1.png
res/drawable-xhdpi-v4/progressbar_indeterminate_holo2.png
res/drawable-xhdpi-v4/progressbar_indeterminate_holo3.png
res/drawable-xhdpi-v4/progressbar_indeterminate_holo4.png
res/drawable-xhdpi-v4/progressbar_indeterminate_holo5.png
res/drawable-xhdpi-v4/progressbar_indeterminate_holo6.png
res/drawable-xhdpi-v4/progressbar_indeterminate_holo7.png
res/drawable-xhdpi-v4/progressbar_indeterminate_holo8.png
res/drawable-xhdpi-v4/quickactions_arrowdown_left_holo_dark.9.png
res/drawable-xhdpi-v4/quickactions_arrowdown_left_holo_light.9.png
res/drawable-xhdpi-v4/quickactions_arrowdown_right_holo_dark.9.png
res/drawable-xhdpi-v4/quickactions_arrowdown_right_holo_light.9.png
res/drawable-xhdpi-v4/quickactions_arrowup_left_holo_dark.9.png
res/drawable-xhdpi-v4/quickactions_arrowup_left_holo_light.9.png
res/drawable-xhdpi-v4/quickactions_arrowup_left_right_holo_dark.9.png
res/drawable-xhdpi-v4/quickactions_arrowup_right_holo_light.9.png
res/drawable-xhdpi-v4/quickcontact_badge_overlay_focused_dark_am.9.png
res/drawable-xhdpi-v4/quickcontact_badge_overlay_focused_light_am.9.png
res/drawable-xhdpi-v4/quickcontact_badge_overlay_normal_dark_am.9.png
res/drawable-xhdpi-v4/quickcontact_badge_overlay_normal_light_am.9.png
res/drawable-xhdpi-v4/quickcontact_badge_overlay_pressed_dark_am.9.png
res/drawable-xhdpi-v4/quickcontact_badge_overlay_pressed_light_am.9.png
res/drawable-xhdpi-v4/radiobutton_off_background.png
res/drawable-xhdpi-v4/radiobutton_on_background.png
res/drawable-xhdpi-v4/rate_star_big_half.png
res/drawable-xhdpi-v4/rate_star_big_half_holo_dark.png
res/drawable-xhdpi-v4/rate_star_big_half_holo_light.png
res/drawable-xhdpi-v4/rate_star_big_off.png
res/drawable-xhdpi-v4/rate_star_big_off_holo_dark.png
res/drawable-xhdpi-v4/rate_star_big_off_holo_light.png
res/drawable-xhdpi-v4/rate_star_big_on.png
res/drawable-xhdpi-v4/rate_star_big_on_holo_dark.png
res/drawable-xhdpi-v4/rate_star_big_on_holo_light.png
res/drawable-xhdpi-v4/rate_star_med_half.png
res/drawable-xhdpi-v4/rate_star_med_half_holo_dark.png
res/drawable-xhdpi-v4/rate_star_med_half_holo_light.png
res/drawable-xhdpi-v4/rate_star_med_off.png
res/drawable-xhdpi-v4/rate_star_med_off_holo_dark.png
res/drawable-xhdpi-v4/rate_star_med_off_holo_light.png
res/drawable-xhdpi-v4/rate_star_med_on.png
res/drawable-xhdpi-v4/rate_star_med_on_holo_dark.png
res/drawable-xhdpi-v4/rate_star_med_on_holo_light.png
res/drawable-xhdpi-v4/rate_star_small_half.png
res/drawable-xhdpi-v4/rate_star_small_half_holo_dark.png
res/drawable-xhdpi-v4/rate_star_small_half_holo_light.png
res/drawable-xhdpi-v4/rate_star_small_off.png
res/drawable-xhdpi-v4/rate_star_small_off_holo_dark.png
res/drawable-xhdpi-v4/rate_star_small_off_holo_light.png
res/drawable-xhdpi-v4/rate_star_small_on.png
res/drawable-xhdpi-v4/rate_star_small_on_holo_dark.png
res/drawable-xhdpi-v4/rate_star_small_on_holo_light.png
res/drawable-xhdpi-v4/recent_dialog_background.9.png
res/drawable-xhdpi-v4/reticle.png
res/drawable-xhdpi-v4/scrollbar_handle_accelerated_anim2.9.png
res/drawable-xhdpi-v4/scrollbar_handle_holo_dark.9.png
res/drawable-xhdpi-v4/scrollbar_handle_holo_light.9.png
res/drawable-xhdpi-v4/scrollbar_handle_horizontal.9.png
res/drawable-xhdpi-v4/scrollbar_handle_vertical.9.png
res/drawable-xhdpi-v4/scrubber_control_disabled_holo.png
res/drawable-xhdpi-v4/scrubber_control_focused_holo.png
res/drawable-xhdpi-v4/scrubber_control_normal_holo.png
res/drawable-xhdpi-v4/scrubber_control_on_mtrl_alpha.png
res/drawable-xhdpi-v4/scrubber_control_on_pressed_mtrl_alpha.png
res/drawable-xhdpi-v4/scrubber_control_pressed_holo.png
res/drawable-xhdpi-v4/scrubber_primary_holo.9.png
res/drawable-xhdpi-v4/scrubber_primary_mtrl_alpha.9.png
res/drawable-xhdpi-v4/scrubber_secondary_holo.9.png
res/drawable-xhdpi-v4/scrubber_track_holo_dark.9.png
res/drawable-xhdpi-v4/scrubber_track_holo_light.9.png
res/drawable-xhdpi-v4/scrubber_track_mtrl_alpha.9.png
res/drawable-xhdpi-v4/search_dropdown_background.9.png
res/drawable-xhdpi-v4/search_plate.9.png
res/drawable-xhdpi-v4/search_plate_global.9.png
res/drawable-xhdpi-v4/seek_thumb_normal.png
res/drawable-xhdpi-v4/seek_thumb_pressed.png
res/drawable-xhdpi-v4/seek_thumb_selected.png
res/drawable-xhdpi-v4/settings_header_raw.9.png
res/drawable-xhdpi-v4/spinner_16_inner_holo.png
res/drawable-xhdpi-v4/spinner_16_outer_holo.png
res/drawable-xhdpi-v4/spinner_48_inner_holo.png
res/drawable-xhdpi-v4/spinner_48_outer_holo.png
res/drawable-xhdpi-v4/spinner_76_inner_holo.png
res/drawable-xhdpi-v4/spinner_76_outer_holo.png
res/drawable-xhdpi-v4/spinner_ab_default_holo_dark_am.9.png
res/drawable-xhdpi-v4/spinner_ab_default_holo_light_am.9.png
res/drawable-xhdpi-v4/spinner_ab_disabled_holo_dark_am.9.png
res/drawable-xhdpi-v4/spinner_ab_disabled_holo_light_am.9.png
res/drawable-xhdpi-v4/spinner_ab_focused_holo_dark_am.9.png
res/drawable-xhdpi-v4/spinner_ab_focused_holo_light_am.9.png
res/drawable-xhdpi-v4/spinner_ab_pressed_holo_dark_am.9.png
res/drawable-xhdpi-v4/spinner_ab_pressed_holo_light_am.9.png
res/drawable-xhdpi-v4/spinner_black_16.png
res/drawable-xhdpi-v4/spinner_black_20.png
res/drawable-xhdpi-v4/spinner_black_48.png
res/drawable-xhdpi-v4/spinner_black_76.png
res/drawable-xhdpi-v4/spinner_default_holo_dark_am.9.png
res/drawable-xhdpi-v4/spinner_default_holo_light_am.9.png
res/drawable-xhdpi-v4/spinner_disabled_holo_dark_am.9.png
res/drawable-xhdpi-v4/spinner_disabled_holo_light_am.9.png
res/drawable-xhdpi-v4/spinner_dropdown_background_down.9.png
res/drawable-xhdpi-v4/spinner_dropdown_background_up.9.png
res/drawable-xhdpi-v4/spinner_focused_holo_dark_am.9.png
res/drawable-xhdpi-v4/spinner_focused_holo_light_am.9.png
res/drawable-xhdpi-v4/spinner_normal.9.png
res/drawable-xhdpi-v4/spinner_press.9.png
res/drawable-xhdpi-v4/spinner_pressed_holo_dark_am.9.png
res/drawable-xhdpi-v4/spinner_pressed_holo_light_am.9.png
res/drawable-xhdpi-v4/spinner_select.9.png
res/drawable-xhdpi-v4/spinner_white_16.png
res/drawable-xhdpi-v4/spinner_white_48.png
res/drawable-xhdpi-v4/spinner_white_76.png
res/drawable-xhdpi-v4/star_big_off.png
res/drawable-xhdpi-v4/star_big_on.png
res/drawable-xhdpi-v4/star_off.png
res/drawable-xhdpi-v4/star_on.png
res/drawable-xhdpi-v4/stat_ecb_mode.png
res/drawable-xhdpi-v4/stat_notify_car_mode.png
res/drawable-xhdpi-v4/stat_notify_chat.png
res/drawable-xhdpi-v4/stat_notify_disk_full.png
res/drawable-xhdpi-v4/stat_notify_email_generic.png
res/drawable-xhdpi-v4/stat_notify_error.png
res/drawable-xhdpi-v4/stat_notify_gmail.png
res/drawable-xhdpi-v4/stat_notify_missed_call.png
res/drawable-xhdpi-v4/stat_notify_mmcc_indication_icn.png
res/drawable-xhdpi-v4/stat_notify_more.png
res/drawable-xhdpi-v4/stat_notify_rssi_in_range.png
res/drawable-xhdpi-v4/stat_notify_sdcard.png
res/drawable-xhdpi-v4/stat_notify_sdcard_prepare.png
res/drawable-xhdpi-v4/stat_notify_sdcard_usb.png
res/drawable-xhdpi-v4/stat_notify_sim_toolkit.png
res/drawable-xhdpi-v4/stat_notify_sync.png
res/drawable-xhdpi-v4/stat_notify_sync_anim0.png
res/drawable-xhdpi-v4/stat_notify_sync_error.png
res/drawable-xhdpi-v4/stat_notify_voicemail.png
res/drawable-xhdpi-v4/stat_sys_battery_0.png
res/drawable-xhdpi-v4/stat_sys_battery_100.png
res/drawable-xhdpi-v4/stat_sys_battery_15.png
res/drawable-xhdpi-v4/stat_sys_battery_28.png
res/drawable-xhdpi-v4/stat_sys_battery_43.png
res/drawable-xhdpi-v4/stat_sys_battery_57.png
res/drawable-xhdpi-v4/stat_sys_battery_71.png
res/drawable-xhdpi-v4/stat_sys_battery_85.png
res/drawable-xhdpi-v4/stat_sys_battery_charge_anim0.png
res/drawable-xhdpi-v4/stat_sys_battery_charge_anim100.png
res/drawable-xhdpi-v4/stat_sys_battery_charge_anim15.png
res/drawable-xhdpi-v4/stat_sys_battery_charge_anim28.png
res/drawable-xhdpi-v4/stat_sys_battery_charge_anim43.png
res/drawable-xhdpi-v4/stat_sys_battery_charge_anim57.png
res/drawable-xhdpi-v4/stat_sys_battery_charge_anim71.png
res/drawable-xhdpi-v4/stat_sys_battery_charge_anim85.png
res/drawable-xhdpi-v4/stat_sys_battery_unknown.png
res/drawable-xhdpi-v4/stat_sys_certificate_info.png
res/drawable-xhdpi-v4/stat_sys_data_bluetooth.png
res/drawable-xhdpi-v4/stat_sys_data_usb.png
res/drawable-xhdpi-v4/stat_sys_data_wimax_signal_3_fully.png
res/drawable-xhdpi-v4/stat_sys_data_wimax_signal_disconnected.png
res/drawable-xhdpi-v4/stat_sys_download_anim0.png
res/drawable-xhdpi-v4/stat_sys_download_anim1.png
res/drawable-xhdpi-v4/stat_sys_download_anim2.png
res/drawable-xhdpi-v4/stat_sys_download_anim3.png
res/drawable-xhdpi-v4/stat_sys_download_anim4.png
res/drawable-xhdpi-v4/stat_sys_download_anim5.png
res/drawable-xhdpi-v4/stat_sys_gps_on.png
res/drawable-xhdpi-v4/stat_sys_headset.png
res/drawable-xhdpi-v4/stat_sys_phone_call.png
res/drawable-xhdpi-v4/stat_sys_phone_call_forward.png
res/drawable-xhdpi-v4/stat_sys_phone_call_on_hold.png
res/drawable-xhdpi-v4/stat_sys_r_signal_0_cdma.png
res/drawable-xhdpi-v4/stat_sys_r_signal_1_cdma.png
res/drawable-xhdpi-v4/stat_sys_r_signal_2_cdma.png
res/drawable-xhdpi-v4/stat_sys_r_signal_3_cdma.png
res/drawable-xhdpi-v4/stat_sys_r_signal_4_cdma.png
res/drawable-xhdpi-v4/stat_sys_ra_signal_0_cdma.png
res/drawable-xhdpi-v4/stat_sys_ra_signal_1_cdma.png
res/drawable-xhdpi-v4/stat_sys_ra_signal_2_cdma.png
res/drawable-xhdpi-v4/stat_sys_ra_signal_3_cdma.png
res/drawable-xhdpi-v4/stat_sys_ra_signal_4_cdma.png
res/drawable-xhdpi-v4/stat_sys_signal_0_cdma.png
res/drawable-xhdpi-v4/stat_sys_signal_1_cdma.png
res/drawable-xhdpi-v4/stat_sys_signal_2_cdma.png
res/drawable-xhdpi-v4/stat_sys_signal_3_cdma.png
res/drawable-xhdpi-v4/stat_sys_signal_4_cdma.png
res/drawable-xhdpi-v4/stat_sys_signal_evdo_0.png
res/drawable-xhdpi-v4/stat_sys_signal_evdo_1.png
res/drawable-xhdpi-v4/stat_sys_signal_evdo_2.png
res/drawable-xhdpi-v4/stat_sys_signal_evdo_3.png
res/drawable-xhdpi-v4/stat_sys_signal_evdo_4.png
res/drawable-xhdpi-v4/stat_sys_throttled.png
res/drawable-xhdpi-v4/stat_sys_upload_anim0.png
res/drawable-xhdpi-v4/stat_sys_upload_anim1.png
res/drawable-xhdpi-v4/stat_sys_upload_anim2.png
res/drawable-xhdpi-v4/stat_sys_upload_anim3.png
res/drawable-xhdpi-v4/stat_sys_upload_anim4.png
res/drawable-xhdpi-v4/stat_sys_upload_anim5.png
res/drawable-xhdpi-v4/stat_sys_vp_phone_call.png
res/drawable-xhdpi-v4/stat_sys_vp_phone_call_on_hold.png
res/drawable-xhdpi-v4/stat_sys_warning.png
res/drawable-xhdpi-v4/status_bar_background.png
res/drawable-xhdpi-v4/status_bar_header_background.9.png
res/drawable-xhdpi-v4/status_bar_item_app_background_normal.9.png
res/drawable-xhdpi-v4/status_bar_item_background_focus.9.png
res/drawable-xhdpi-v4/status_bar_item_background_normal.9.png
res/drawable-xhdpi-v4/status_bar_item_background_pressed.9.png
res/drawable-xhdpi-v4/statusbar_background.9.png
res/drawable-xhdpi-v4/submenu_arrow_nofocus.png
res/drawable-xhdpi-v4/switch_bg_disabled_holo_dark.9.png
res/drawable-xhdpi-v4/switch_bg_disabled_holo_light.9.png
res/drawable-xhdpi-v4/switch_bg_focused_holo_dark.9.png
res/drawable-xhdpi-v4/switch_bg_focused_holo_light.9.png
res/drawable-xhdpi-v4/switch_bg_holo_dark.9.png
res/drawable-xhdpi-v4/switch_bg_holo_light.9.png
res/drawable-xhdpi-v4/switch_thumb_activated_holo_dark.9.png
res/drawable-xhdpi-v4/switch_thumb_activated_holo_light.9.png
res/drawable-xhdpi-v4/switch_thumb_disabled_holo_dark.9.png
res/drawable-xhdpi-v4/switch_thumb_disabled_holo_light.9.png
res/drawable-xhdpi-v4/switch_thumb_holo_dark.9.png
res/drawable-xhdpi-v4/switch_thumb_holo_light.9.png
res/drawable-xhdpi-v4/switch_thumb_pressed_holo_dark.9.png
res/drawable-xhdpi-v4/switch_thumb_pressed_holo_light.9.png
res/drawable-xhdpi-v4/sym_action_add.png
res/drawable-xhdpi-v4/sym_action_call.png
res/drawable-xhdpi-v4/sym_action_chat.png
res/drawable-xhdpi-v4/sym_action_email.png
res/drawable-xhdpi-v4/sym_call_incoming.png
res/drawable-xhdpi-v4/sym_call_missed.png
res/drawable-xhdpi-v4/sym_call_outgoing.png
res/drawable-xhdpi-v4/sym_contact_card.png
res/drawable-xhdpi-v4/sym_keyboard_delete.png
res/drawable-xhdpi-v4/sym_keyboard_delete_dim.png
res/drawable-xhdpi-v4/sym_keyboard_enter.png
res/drawable-xhdpi-v4/sym_keyboard_feedback_delete.png
res/drawable-xhdpi-v4/sym_keyboard_feedback_ok.png
res/drawable-xhdpi-v4/sym_keyboard_feedback_return.png
res/drawable-xhdpi-v4/sym_keyboard_feedback_shift.png
res/drawable-xhdpi-v4/sym_keyboard_feedback_shift_locked.png
res/drawable-xhdpi-v4/sym_keyboard_feedback_space.png
res/drawable-xhdpi-v4/sym_keyboard_num0_no_plus.png
res/drawable-xhdpi-v4/sym_keyboard_num1.png
res/drawable-xhdpi-v4/sym_keyboard_num2.png
res/drawable-xhdpi-v4/sym_keyboard_num3.png
res/drawable-xhdpi-v4/sym_keyboard_num4.png
res/drawable-xhdpi-v4/sym_keyboard_num5.png
res/drawable-xhdpi-v4/sym_keyboard_num6.png
res/drawable-xhdpi-v4/sym_keyboard_num7.png
res/drawable-xhdpi-v4/sym_keyboard_num8.png
res/drawable-xhdpi-v4/sym_keyboard_num9.png
res/drawable-xhdpi-v4/sym_keyboard_ok.png
res/drawable-xhdpi-v4/sym_keyboard_ok_dim.png
res/drawable-xhdpi-v4/sym_keyboard_return.png
res/drawable-xhdpi-v4/sym_keyboard_shift.png
res/drawable-xhdpi-v4/sym_keyboard_shift_locked.png
res/drawable-xhdpi-v4/sym_keyboard_space.png
res/drawable-xhdpi-v4/tab_bottom_holo.9.png
res/drawable-xhdpi-v4/tab_focus.9.png
res/drawable-xhdpi-v4/tab_focus_bar_left.9.png
res/drawable-xhdpi-v4/tab_focus_bar_right.9.png
res/drawable-xhdpi-v4/tab_indicator_mtrl_alpha.9.png
res/drawable-xhdpi-v4/tab_press.9.png
res/drawable-xhdpi-v4/tab_press_bar_left.9.png
res/drawable-xhdpi-v4/tab_press_bar_right.9.png
res/drawable-xhdpi-v4/tab_pressed_holo.9.png
res/drawable-xhdpi-v4/tab_selected.9.png
res/drawable-xhdpi-v4/tab_selected_bar_left.9.png
res/drawable-xhdpi-v4/tab_selected_bar_left_v4.9.png
res/drawable-xhdpi-v4/tab_selected_bar_right.9.png
res/drawable-xhdpi-v4/tab_selected_bar_right_v4.9.png
res/drawable-xhdpi-v4/tab_selected_focused_holo.9.png
res/drawable-xhdpi-v4/tab_selected_holo.9.png
res/drawable-xhdpi-v4/tab_selected_pressed_holo.9.png
res/drawable-xhdpi-v4/tab_selected_v4.9.png
res/drawable-xhdpi-v4/tab_unselected.9.png
res/drawable-xhdpi-v4/tab_unselected_focused_holo.9.png
res/drawable-xhdpi-v4/tab_unselected_holo.9.png
res/drawable-xhdpi-v4/tab_unselected_pressed_holo.9.png
res/drawable-xhdpi-v4/tab_unselected_v4.9.png
res/drawable-xhdpi-v4/text_edit_paste_window.9.png
res/drawable-xhdpi-v4/text_edit_side_paste_window.9.png
res/drawable-xhdpi-v4/text_edit_suggestions_window.9.png
res/drawable-xhdpi-v4/text_select_handle_left_mtrl_alpha.png
res/drawable-xhdpi-v4/text_select_handle_middle_mtrl_alpha.png
res/drawable-xhdpi-v4/text_select_handle_right_mtrl_alpha.png
res/drawable-xhdpi-v4/textfield_activated_holo_dark.9.png
res/drawable-xhdpi-v4/textfield_activated_holo_light.9.png
res/drawable-xhdpi-v4/textfield_activated_mtrl_alpha.9.png
res/drawable-xhdpi-v4/textfield_default.9.png
res/drawable-xhdpi-v4/textfield_default_holo_dark.9.png
res/drawable-xhdpi-v4/textfield_default_holo_light.9.png
res/drawable-xhdpi-v4/textfield_default_mtrl_alpha.9.png
res/drawable-xhdpi-v4/textfield_disabled.9.png
res/drawable-xhdpi-v4/textfield_disabled_focused_holo_dark.9.png
res/drawable-xhdpi-v4/textfield_disabled_focused_holo_light.9.png
res/drawable-xhdpi-v4/textfield_disabled_holo_dark.9.png
res/drawable-xhdpi-v4/textfield_disabled_holo_light.9.png
res/drawable-xhdpi-v4/textfield_disabled_selected.9.png
res/drawable-xhdpi-v4/textfield_focused_holo_dark.9.png
res/drawable-xhdpi-v4/textfield_focused_holo_light.9.png
res/drawable-xhdpi-v4/textfield_multiline_activated_holo_dark.9.png
res/drawable-xhdpi-v4/textfield_multiline_activated_holo_light.9.png
res/drawable-xhdpi-v4/textfield_multiline_default_holo_dark.9.png
res/drawable-xhdpi-v4/textfield_multiline_default_holo_light.9.png
res/drawable-xhdpi-v4/textfield_multiline_disabled_focused_holo_dark.9.png
res/drawable-xhdpi-v4/textfield_multiline_disabled_focused_holo_light.9.png
res/drawable-xhdpi-v4/textfield_multiline_disabled_holo_dark.9.png
res/drawable-xhdpi-v4/textfield_multiline_disabled_holo_light.9.png
res/drawable-xhdpi-v4/textfield_multiline_focused_holo_dark.9.png
res/drawable-xhdpi-v4/textfield_multiline_focused_holo_light.9.png
res/drawable-xhdpi-v4/textfield_search_activated_mtrl_alpha.9.png
res/drawable-xhdpi-v4/textfield_search_default.9.png
res/drawable-xhdpi-v4/textfield_search_default_holo_dark.9.png
res/drawable-xhdpi-v4/textfield_search_default_holo_light.9.png
res/drawable-xhdpi-v4/textfield_search_default_mtrl_alpha.9.png
res/drawable-xhdpi-v4/textfield_search_empty_default.9.png
res/drawable-xhdpi-v4/textfield_search_empty_pressed.9.png
res/drawable-xhdpi-v4/textfield_search_empty_selected.9.png
res/drawable-xhdpi-v4/textfield_search_pressed.9.png
res/drawable-xhdpi-v4/textfield_search_right_default_holo_dark.9.png
res/drawable-xhdpi-v4/textfield_search_right_default_holo_light.9.png
res/drawable-xhdpi-v4/textfield_search_right_selected_holo_dark.9.png
res/drawable-xhdpi-v4/textfield_search_right_selected_holo_light.9.png
res/drawable-xhdpi-v4/textfield_search_selected.9.png
res/drawable-xhdpi-v4/textfield_search_selected_holo_dark.9.png
res/drawable-xhdpi-v4/textfield_search_selected_holo_light.9.png
res/drawable-xhdpi-v4/textfield_selected.9.png
res/drawable-xhdpi-v4/title_bar_medium.9.png
res/drawable-xhdpi-v4/title_bar_portrait.9.png
res/drawable-xhdpi-v4/title_bar_tall.9.png
res/drawable-xhdpi-v4/transportcontrol_bg.9.png
res/drawable-xhdpi-v4/unknown_image.png
res/drawable-xhdpi-v4/vpn_connected.png
res/drawable-xhdpi-v4/vpn_disconnected.png
res/drawable-xhdpi-v4/watch_switch_thumb_mtrl_14w.png
res/drawable-xhdpi-v4/watch_switch_thumb_mtrl_15w.png
res/drawable-xhdpi-v4/watch_switch_thumb_mtrl_16w.png
res/drawable-xhdpi-v4/watch_switch_thumb_mtrl_17w.png
res/drawable-xhdpi-v4/watch_switch_thumb_mtrl_18w.png
res/drawable-xhdpi-v4/watch_switch_track_mtrl.png
res/drawable-xhdpi-v4/zoom_plate.9.png
res/drawable-xxhdpi-v4/ab_bottom_solid_dark_holo.9.png
res/drawable-xxhdpi-v4/ab_bottom_solid_inverse_holo.9.png
res/drawable-xxhdpi-v4/ab_bottom_solid_light_holo.9.png
res/drawable-xxhdpi-v4/ab_bottom_transparent_dark_holo.9.png
res/drawable-xxhdpi-v4/ab_bottom_transparent_light_holo.9.png
res/drawable-xxhdpi-v4/ab_share_pack_holo_dark.9.png
res/drawable-xxhdpi-v4/ab_share_pack_holo_light.9.png
res/drawable-xxhdpi-v4/ab_share_pack_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/ab_solid_dark_holo.9.png
res/drawable-xxhdpi-v4/ab_solid_light_holo.9.png
res/drawable-xxhdpi-v4/ab_solid_shadow_holo.9.png
res/drawable-xxhdpi-v4/ab_solid_shadow_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/ab_stacked_solid_dark_holo.9.png
res/drawable-xxhdpi-v4/ab_stacked_solid_inverse_holo.9.png
res/drawable-xxhdpi-v4/ab_stacked_solid_light_holo.9.png
res/drawable-xxhdpi-v4/ab_stacked_transparent_dark_holo.9.png
res/drawable-xxhdpi-v4/ab_stacked_transparent_light_holo.9.png
res/drawable-xxhdpi-v4/ab_transparent_dark_holo.9.png
res/drawable-xxhdpi-v4/ab_transparent_light_holo.9.png
res/drawable-xxhdpi-v4/btn_cab_done_default_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_cab_done_default_holo_light.9.png
res/drawable-xxhdpi-v4/btn_cab_done_focused_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_cab_done_focused_holo_light.9.png
res/drawable-xxhdpi-v4/btn_cab_done_pressed_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_cab_done_pressed_holo_light.9.png
res/drawable-xxhdpi-v4/btn_check_off_disabled_focused_holo_dark.png
res/drawable-xxhdpi-v4/btn_check_off_disabled_focused_holo_light.png
res/drawable-xxhdpi-v4/btn_check_off_disabled_holo_dark.png
res/drawable-xxhdpi-v4/btn_check_off_disabled_holo_light.png
res/drawable-xxhdpi-v4/btn_check_off_focused_holo_dark.png
res/drawable-xxhdpi-v4/btn_check_off_focused_holo_light.png
res/drawable-xxhdpi-v4/btn_check_off_holo.png
res/drawable-xxhdpi-v4/btn_check_off_holo_dark.png
res/drawable-xxhdpi-v4/btn_check_off_holo_light.png
res/drawable-xxhdpi-v4/btn_check_off_pressed_holo_dark.png
res/drawable-xxhdpi-v4/btn_check_off_pressed_holo_light.png
res/drawable-xxhdpi-v4/btn_check_on_disabled_focused_holo_dark.png
res/drawable-xxhdpi-v4/btn_check_on_disabled_focused_holo_light.png
res/drawable-xxhdpi-v4/btn_check_on_disabled_holo_dark.png
res/drawable-xxhdpi-v4/btn_check_on_disabled_holo_light.png
res/drawable-xxhdpi-v4/btn_check_on_focused_holo_dark.png
res/drawable-xxhdpi-v4/btn_check_on_focused_holo_light.png
res/drawable-xxhdpi-v4/btn_check_on_holo.png
res/drawable-xxhdpi-v4/btn_check_on_holo_dark.png
res/drawable-xxhdpi-v4/btn_check_on_holo_light.png
res/drawable-xxhdpi-v4/btn_check_on_pressed_holo_dark.png
res/drawable-xxhdpi-v4/btn_check_on_pressed_holo_light.png
res/drawable-xxhdpi-v4/btn_default_disabled_focused_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_default_disabled_focused_holo_light.9.png
res/drawable-xxhdpi-v4/btn_default_disabled_holo.9.png
res/drawable-xxhdpi-v4/btn_default_disabled_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_default_disabled_holo_light.9.png
res/drawable-xxhdpi-v4/btn_default_focused_holo.9.png
res/drawable-xxhdpi-v4/btn_default_focused_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_default_focused_holo_light.9.png
res/drawable-xxhdpi-v4/btn_default_normal_holo.9.png
res/drawable-xxhdpi-v4/btn_default_normal_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_default_normal_holo_light.9.png
res/drawable-xxhdpi-v4/btn_default_pressed_holo.9.png
res/drawable-xxhdpi-v4/btn_default_pressed_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_default_pressed_holo_light.9.png
res/drawable-xxhdpi-v4/btn_group_disabled_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_group_disabled_holo_light.9.png
res/drawable-xxhdpi-v4/btn_group_focused_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_group_focused_holo_light.9.png
res/drawable-xxhdpi-v4/btn_group_normal_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_group_normal_holo_light.9.png
res/drawable-xxhdpi-v4/btn_group_pressed_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_group_pressed_holo_light.9.png
res/drawable-xxhdpi-v4/btn_radio_off_disabled_focused_holo_dark.png
res/drawable-xxhdpi-v4/btn_radio_off_disabled_focused_holo_light.png
res/drawable-xxhdpi-v4/btn_radio_off_disabled_holo_dark.png
res/drawable-xxhdpi-v4/btn_radio_off_disabled_holo_light.png
res/drawable-xxhdpi-v4/btn_radio_off_focused_holo_dark.png
res/drawable-xxhdpi-v4/btn_radio_off_focused_holo_light.png
res/drawable-xxhdpi-v4/btn_radio_off_holo.png
res/drawable-xxhdpi-v4/btn_radio_off_holo_dark.png
res/drawable-xxhdpi-v4/btn_radio_off_holo_light.png
res/drawable-xxhdpi-v4/btn_radio_off_pressed_holo_dark.png
res/drawable-xxhdpi-v4/btn_radio_off_pressed_holo_light.png
res/drawable-xxhdpi-v4/btn_radio_on_disabled_focused_holo_dark.png
res/drawable-xxhdpi-v4/btn_radio_on_disabled_focused_holo_light.png
res/drawable-xxhdpi-v4/btn_radio_on_disabled_holo_dark.png
res/drawable-xxhdpi-v4/btn_radio_on_disabled_holo_light.png
res/drawable-xxhdpi-v4/btn_radio_on_focused_holo_dark.png
res/drawable-xxhdpi-v4/btn_radio_on_focused_holo_light.png
res/drawable-xxhdpi-v4/btn_radio_on_holo.png
res/drawable-xxhdpi-v4/btn_radio_on_holo_dark.png
res/drawable-xxhdpi-v4/btn_radio_on_holo_light.png
res/drawable-xxhdpi-v4/btn_radio_on_pressed_holo_dark.png
res/drawable-xxhdpi-v4/btn_radio_on_pressed_holo_light.png
res/drawable-xxhdpi-v4/btn_rating_star_off_disabled_focused_holo_dark.png
res/drawable-xxhdpi-v4/btn_rating_star_off_disabled_focused_holo_light.png
res/drawable-xxhdpi-v4/btn_rating_star_off_disabled_holo_dark.png
res/drawable-xxhdpi-v4/btn_rating_star_off_disabled_holo_light.png
res/drawable-xxhdpi-v4/btn_rating_star_off_focused_holo_dark.png
res/drawable-xxhdpi-v4/btn_rating_star_off_focused_holo_light.png
res/drawable-xxhdpi-v4/btn_rating_star_off_mtrl_alpha.png
res/drawable-xxhdpi-v4/btn_rating_star_off_normal_holo_dark.png
res/drawable-xxhdpi-v4/btn_rating_star_off_normal_holo_light.png
res/drawable-xxhdpi-v4/btn_rating_star_off_pressed_holo_dark.png
res/drawable-xxhdpi-v4/btn_rating_star_off_pressed_holo_light.png
res/drawable-xxhdpi-v4/btn_rating_star_on_disabled_focused_holo_dark.png
res/drawable-xxhdpi-v4/btn_rating_star_on_disabled_focused_holo_light.png
res/drawable-xxhdpi-v4/btn_rating_star_on_disabled_holo_dark.png
res/drawable-xxhdpi-v4/btn_rating_star_on_disabled_holo_light.png
res/drawable-xxhdpi-v4/btn_rating_star_on_focused_holo_dark.png
res/drawable-xxhdpi-v4/btn_rating_star_on_focused_holo_light.png
res/drawable-xxhdpi-v4/btn_rating_star_on_mtrl_alpha.png
res/drawable-xxhdpi-v4/btn_rating_star_on_normal_holo_dark.png
res/drawable-xxhdpi-v4/btn_rating_star_on_normal_holo_light.png
res/drawable-xxhdpi-v4/btn_rating_star_on_pressed_holo_dark.png
res/drawable-xxhdpi-v4/btn_rating_star_on_pressed_holo_light.png
res/drawable-xxhdpi-v4/btn_star_mtrl_alpha.png
res/drawable-xxhdpi-v4/btn_star_off_disabled_focused_holo_dark.png
res/drawable-xxhdpi-v4/btn_star_off_disabled_focused_holo_light.png
res/drawable-xxhdpi-v4/btn_star_off_disabled_holo_dark.png
res/drawable-xxhdpi-v4/btn_star_off_disabled_holo_light.png
res/drawable-xxhdpi-v4/btn_star_off_focused_holo_dark.png
res/drawable-xxhdpi-v4/btn_star_off_focused_holo_light.png
res/drawable-xxhdpi-v4/btn_star_off_normal_holo_dark.png
res/drawable-xxhdpi-v4/btn_star_off_normal_holo_light.png
res/drawable-xxhdpi-v4/btn_star_off_pressed_holo_dark.png
res/drawable-xxhdpi-v4/btn_star_off_pressed_holo_light.png
res/drawable-xxhdpi-v4/btn_star_on_disabled_focused_holo_dark.png
res/drawable-xxhdpi-v4/btn_star_on_disabled_focused_holo_light.png
res/drawable-xxhdpi-v4/btn_star_on_disabled_holo_dark.png
res/drawable-xxhdpi-v4/btn_star_on_disabled_holo_light.png
res/drawable-xxhdpi-v4/btn_star_on_focused_holo_dark.png
res/drawable-xxhdpi-v4/btn_star_on_focused_holo_light.png
res/drawable-xxhdpi-v4/btn_star_on_normal_holo_dark.png
res/drawable-xxhdpi-v4/btn_star_on_normal_holo_light.png
res/drawable-xxhdpi-v4/btn_star_on_pressed_holo_dark.png
res/drawable-xxhdpi-v4/btn_star_on_pressed_holo_light.png
res/drawable-xxhdpi-v4/btn_switch_to_off_mtrl_00001.9.png
res/drawable-xxhdpi-v4/btn_switch_to_off_mtrl_00002.9.png
res/drawable-xxhdpi-v4/btn_switch_to_off_mtrl_00003.9.png
res/drawable-xxhdpi-v4/btn_switch_to_off_mtrl_00004.9.png
res/drawable-xxhdpi-v4/btn_switch_to_off_mtrl_00005.9.png
res/drawable-xxhdpi-v4/btn_switch_to_off_mtrl_00006.9.png
res/drawable-xxhdpi-v4/btn_switch_to_off_mtrl_00007.9.png
res/drawable-xxhdpi-v4/btn_switch_to_off_mtrl_00008.9.png
res/drawable-xxhdpi-v4/btn_switch_to_off_mtrl_00009.9.png
res/drawable-xxhdpi-v4/btn_switch_to_off_mtrl_00010.9.png
res/drawable-xxhdpi-v4/btn_switch_to_off_mtrl_00011.9.png
res/drawable-xxhdpi-v4/btn_switch_to_off_mtrl_00012.9.png
res/drawable-xxhdpi-v4/btn_switch_to_on_mtrl_00001.9.png
res/drawable-xxhdpi-v4/btn_switch_to_on_mtrl_00002.9.png
res/drawable-xxhdpi-v4/btn_switch_to_on_mtrl_00003.9.png
res/drawable-xxhdpi-v4/btn_switch_to_on_mtrl_00004.9.png
res/drawable-xxhdpi-v4/btn_switch_to_on_mtrl_00005.9.png
res/drawable-xxhdpi-v4/btn_switch_to_on_mtrl_00006.9.png
res/drawable-xxhdpi-v4/btn_switch_to_on_mtrl_00007.9.png
res/drawable-xxhdpi-v4/btn_switch_to_on_mtrl_00008.9.png
res/drawable-xxhdpi-v4/btn_switch_to_on_mtrl_00009.9.png
res/drawable-xxhdpi-v4/btn_switch_to_on_mtrl_00010.9.png
res/drawable-xxhdpi-v4/btn_switch_to_on_mtrl_00011.9.png
res/drawable-xxhdpi-v4/btn_switch_to_on_mtrl_00012.9.png
res/drawable-xxhdpi-v4/btn_toggle_off_disabled_focused_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_toggle_off_disabled_focused_holo_light.9.png
res/drawable-xxhdpi-v4/btn_toggle_off_disabled_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_toggle_off_disabled_holo_light.9.png
res/drawable-xxhdpi-v4/btn_toggle_off_focused_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_toggle_off_focused_holo_light.9.png
res/drawable-xxhdpi-v4/btn_toggle_off_normal_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_toggle_off_normal_holo_light.9.png
res/drawable-xxhdpi-v4/btn_toggle_off_pressed_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_toggle_off_pressed_holo_light.9.png
res/drawable-xxhdpi-v4/btn_toggle_on_disabled_focused_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_toggle_on_disabled_focused_holo_light.9.png
res/drawable-xxhdpi-v4/btn_toggle_on_disabled_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_toggle_on_disabled_holo_light.9.png
res/drawable-xxhdpi-v4/btn_toggle_on_focused_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_toggle_on_focused_holo_light.9.png
res/drawable-xxhdpi-v4/btn_toggle_on_normal_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_toggle_on_normal_holo_light.9.png
res/drawable-xxhdpi-v4/btn_toggle_on_pressed_holo_dark.9.png
res/drawable-xxhdpi-v4/btn_toggle_on_pressed_holo_light.9.png
res/drawable-xxhdpi-v4/cab_background_bottom_holo_dark.9.png
res/drawable-xxhdpi-v4/cab_background_bottom_holo_light.9.png
res/drawable-xxhdpi-v4/cab_background_bottom_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/cab_background_top_holo_dark.9.png
res/drawable-xxhdpi-v4/cab_background_top_holo_light.9.png
res/drawable-xxhdpi-v4/cab_background_top_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/cling_arrow_up.png
res/drawable-xxhdpi-v4/cling_bg.9.png
res/drawable-xxhdpi-v4/cling_button_normal.9.png
res/drawable-xxhdpi-v4/cling_button_pressed.9.png
res/drawable-xxhdpi-v4/combobox_disabled.png
res/drawable-xxhdpi-v4/combobox_nohighlight.png
res/drawable-xxhdpi-v4/create_contact.png
res/drawable-xxhdpi-v4/day_picker_week_view_dayline_holo.9.png
res/drawable-xxhdpi-v4/dialog_bottom_holo_dark.9.png
res/drawable-xxhdpi-v4/dialog_bottom_holo_light.9.png
res/drawable-xxhdpi-v4/dialog_full_holo_dark.9.png
res/drawable-xxhdpi-v4/dialog_full_holo_light.9.png
res/drawable-xxhdpi-v4/dialog_ic_close_focused_holo_dark.png
res/drawable-xxhdpi-v4/dialog_ic_close_focused_holo_light.png
res/drawable-xxhdpi-v4/dialog_ic_close_normal_holo_dark.png
res/drawable-xxhdpi-v4/dialog_ic_close_normal_holo_light.png
res/drawable-xxhdpi-v4/dialog_ic_close_pressed_holo_dark.png
res/drawable-xxhdpi-v4/dialog_ic_close_pressed_holo_light.png
res/drawable-xxhdpi-v4/dialog_middle_holo_dark.9.png
res/drawable-xxhdpi-v4/dialog_middle_holo_light.9.png
res/drawable-xxhdpi-v4/dialog_top_holo_dark.9.png
res/drawable-xxhdpi-v4/dialog_top_holo_light.9.png
res/drawable-xxhdpi-v4/emo_im_angel.png
res/drawable-xxhdpi-v4/emo_im_cool.png
res/drawable-xxhdpi-v4/emo_im_crying.png
res/drawable-xxhdpi-v4/emo_im_embarrassed.png
res/drawable-xxhdpi-v4/emo_im_foot_in_mouth.png
res/drawable-xxhdpi-v4/emo_im_happy.png
res/drawable-xxhdpi-v4/emo_im_kissing.png
res/drawable-xxhdpi-v4/emo_im_laughing.png
res/drawable-xxhdpi-v4/emo_im_lips_are_sealed.png
res/drawable-xxhdpi-v4/emo_im_money_mouth.png
res/drawable-xxhdpi-v4/emo_im_sad.png
res/drawable-xxhdpi-v4/emo_im_surprised.png
res/drawable-xxhdpi-v4/emo_im_tongue_sticking_out.png
res/drawable-xxhdpi-v4/emo_im_undecided.png
res/drawable-xxhdpi-v4/emo_im_winking.png
res/drawable-xxhdpi-v4/emo_im_wtf.png
res/drawable-xxhdpi-v4/emo_im_yelling.png
res/drawable-xxhdpi-v4/expander_close_holo_dark.9.png
res/drawable-xxhdpi-v4/expander_close_holo_light.9.png
res/drawable-xxhdpi-v4/expander_close_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/expander_open_holo_dark.9.png
res/drawable-xxhdpi-v4/expander_open_holo_light.9.png
res/drawable-xxhdpi-v4/expander_open_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/fastscroll_label_left_holo_dark.9.png
res/drawable-xxhdpi-v4/fastscroll_label_left_holo_light.9.png
res/drawable-xxhdpi-v4/fastscroll_label_right_holo_dark.9.png
res/drawable-xxhdpi-v4/fastscroll_label_right_holo_light.9.png
res/drawable-xxhdpi-v4/fastscroll_thumb_default_holo.png
res/drawable-xxhdpi-v4/fastscroll_thumb_pressed_holo.png
res/drawable-xxhdpi-v4/fastscroll_track_default_holo_dark.9.png
res/drawable-xxhdpi-v4/fastscroll_track_default_holo_light.9.png
res/drawable-xxhdpi-v4/fastscroll_track_pressed_holo_dark.9.png
res/drawable-xxhdpi-v4/fastscroll_track_pressed_holo_light.9.png
res/drawable-xxhdpi-v4/ic_ab_back_holo_dark_am.png
res/drawable-xxhdpi-v4/ic_ab_back_holo_light_am.png
res/drawable-xxhdpi-v4/ic_audio_notification_am_alpha.png
res/drawable-xxhdpi-v4/ic_audio_notification_mute_am_alpha.png
res/drawable-xxhdpi-v4/ic_btn_search_go.png
res/drawable-xxhdpi-v4/ic_btn_speak_now.png
res/drawable-xxhdpi-v4/ic_bullet_key_permission.png
res/drawable-xxhdpi-v4/ic_cab_done_holo.png
res/drawable-xxhdpi-v4/ic_cab_done_holo_dark.png
res/drawable-xxhdpi-v4/ic_cab_done_holo_light.png
res/drawable-xxhdpi-v4/ic_cab_done_mtrl_alpha.png
res/drawable-xxhdpi-v4/ic_commit_search_api_holo_dark.png
res/drawable-xxhdpi-v4/ic_commit_search_api_holo_light.png
res/drawable-xxhdpi-v4/ic_commit_search_api_mtrl_alpha.png
res/drawable-xxhdpi-v4/ic_contact_picture.png
res/drawable-xxhdpi-v4/ic_contact_picture_180_holo_dark.png
res/drawable-xxhdpi-v4/ic_contact_picture_180_holo_light.png
res/drawable-xxhdpi-v4/ic_contact_picture_holo_dark.png
res/drawable-xxhdpi-v4/ic_contact_picture_holo_light.png
res/drawable-xxhdpi-v4/ic_dialog_alert_holo_dark.png
res/drawable-xxhdpi-v4/ic_dialog_alert_holo_light.png
res/drawable-xxhdpi-v4/ic_emergency.png
res/drawable-xxhdpi-v4/ic_find_next_mtrl_alpha.png
res/drawable-xxhdpi-v4/ic_find_previous_mtrl_alpha.png
res/drawable-xxhdpi-v4/ic_input_delete.png
res/drawable-xxhdpi-v4/ic_launcher_android.png
res/drawable-xxhdpi-v4/ic_lock_airplane_mode_alpha.png
res/drawable-xxhdpi-v4/ic_lock_airplane_mode_off_am_alpha.png
res/drawable-xxhdpi-v4/ic_lock_idle_alarm_alpha.png
res/drawable-xxhdpi-v4/ic_lock_lock_alpha.png
res/drawable-xxhdpi-v4/ic_lock_open_wht_24dp.png
res/drawable-xxhdpi-v4/ic_lock_outline_wht_24dp.png
res/drawable-xxhdpi-v4/ic_lock_power_off_alpha.png
res/drawable-xxhdpi-v4/ic_lock_silent_mode_off.png
res/drawable-xxhdpi-v4/ic_lockscreen_alarm.png
res/drawable-xxhdpi-v4/ic_lockscreen_answer_active.png
res/drawable-xxhdpi-v4/ic_lockscreen_answer_focused.png
res/drawable-xxhdpi-v4/ic_lockscreen_answer_normal.png
res/drawable-xxhdpi-v4/ic_lockscreen_camera_activated.png
res/drawable-xxhdpi-v4/ic_lockscreen_camera_normal.png
res/drawable-xxhdpi-v4/ic_lockscreen_chevron_down.png
res/drawable-xxhdpi-v4/ic_lockscreen_chevron_left.png
res/drawable-xxhdpi-v4/ic_lockscreen_chevron_right.png
res/drawable-xxhdpi-v4/ic_lockscreen_chevron_up.png
res/drawable-xxhdpi-v4/ic_lockscreen_decline_activated.png
res/drawable-xxhdpi-v4/ic_lockscreen_decline_focused.png
res/drawable-xxhdpi-v4/ic_lockscreen_decline_normal.png
res/drawable-xxhdpi-v4/ic_lockscreen_emergencycall_normal.png
res/drawable-xxhdpi-v4/ic_lockscreen_emergencycall_pressed.png
res/drawable-xxhdpi-v4/ic_lockscreen_forgotpassword_normal.png
res/drawable-xxhdpi-v4/ic_lockscreen_forgotpassword_pressed.png
res/drawable-xxhdpi-v4/ic_lockscreen_google_activated.png
res/drawable-xxhdpi-v4/ic_lockscreen_google_focused.png
res/drawable-xxhdpi-v4/ic_lockscreen_google_normal.png
res/drawable-xxhdpi-v4/ic_lockscreen_handle_normal.png
res/drawable-xxhdpi-v4/ic_lockscreen_handle_pressed.png
res/drawable-xxhdpi-v4/ic_lockscreen_player_background.9.png
res/drawable-xxhdpi-v4/ic_lockscreen_puk.png
res/drawable-xxhdpi-v4/ic_lockscreen_silent_activated.png
res/drawable-xxhdpi-v4/ic_lockscreen_silent_focused.png
res/drawable-xxhdpi-v4/ic_lockscreen_silent_normal.png
res/drawable-xxhdpi-v4/ic_lockscreen_sim.png
res/drawable-xxhdpi-v4/ic_lockscreen_soundon_activated.png
res/drawable-xxhdpi-v4/ic_lockscreen_soundon_focused.png
res/drawable-xxhdpi-v4/ic_lockscreen_soundon_normal.png
res/drawable-xxhdpi-v4/ic_lockscreen_text_activated.png
res/drawable-xxhdpi-v4/ic_lockscreen_text_focusde.png
res/drawable-xxhdpi-v4/ic_lockscreen_text_normal.png
res/drawable-xxhdpi-v4/ic_lockscreen_unlock_activated.png
res/drawable-xxhdpi-v4/ic_lockscreen_unlock_normal.png
res/drawable-xxhdpi-v4/ic_lockscreens_now_button.png
res/drawable-xxhdpi-v4/ic_media_embed_play.png
res/drawable-xxhdpi-v4/ic_media_ff.png
res/drawable-xxhdpi-v4/ic_media_fullscreen.png
res/drawable-xxhdpi-v4/ic_media_next.png
res/drawable-xxhdpi-v4/ic_media_pause.png
res/drawable-xxhdpi-v4/ic_media_play.png
res/drawable-xxhdpi-v4/ic_media_previous.png
res/drawable-xxhdpi-v4/ic_media_rew.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_00_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_01_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_02_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_03_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_04_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_05_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_06_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_07_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_08_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_09_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_10_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_11_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_12_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_13_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_14_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_15_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_16_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_17_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_18_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_19_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_20_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_21_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_22_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_23_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_24_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_25_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_26_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_27_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_28_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_29_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_dark_30_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_00_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_01_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_02_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_03_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_04_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_05_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_06_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_07_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_08_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_09_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_10_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_11_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_12_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_13_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_14_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_15_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_16_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_17_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_18_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_19_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_20_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_21_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_22_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_23_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_24_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_25_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_26_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_27_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_28_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_29_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connected_light_30_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_00_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_01_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_02_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_03_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_04_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_05_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_06_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_07_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_08_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_09_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_10_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_11_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_12_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_13_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_14_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_15_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_16_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_17_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_18_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_19_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_20_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_21_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_22_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_23_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_24_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_25_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_26_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_27_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_28_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_29_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_dark_30_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_00_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_01_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_02_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_03_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_04_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_05_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_06_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_07_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_08_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_09_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_10_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_11_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_12_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_13_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_14_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_15_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_16_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_17_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_18_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_19_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_20_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_21_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_22_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_23_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_24_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_25_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_26_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_27_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_28_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_29_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_connecting_light_30_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_disabled_holo_dark.png
res/drawable-xxhdpi-v4/ic_media_route_disabled_holo_light.png
res/drawable-xxhdpi-v4/ic_media_route_disabled_mtrl_alpha.png
res/drawable-xxhdpi-v4/ic_media_route_off_dark_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_off_holo_dark.png
res/drawable-xxhdpi-v4/ic_media_route_off_holo_light.png
res/drawable-xxhdpi-v4/ic_media_route_off_light_mtrl.png
res/drawable-xxhdpi-v4/ic_media_route_on_0_holo_dark.png
res/drawable-xxhdpi-v4/ic_media_route_on_0_holo_light.png
res/drawable-xxhdpi-v4/ic_media_route_on_1_holo_dark.png
res/drawable-xxhdpi-v4/ic_media_route_on_1_holo_light.png
res/drawable-xxhdpi-v4/ic_media_route_on_2_holo_dark.png
res/drawable-xxhdpi-v4/ic_media_route_on_2_holo_light.png
res/drawable-xxhdpi-v4/ic_media_route_on_holo_dark.png
res/drawable-xxhdpi-v4/ic_media_route_on_holo_light.png
res/drawable-xxhdpi-v4/ic_media_stop.png
res/drawable-xxhdpi-v4/ic_menu_account_list.png
res/drawable-xxhdpi-v4/ic_menu_add.png
res/drawable-xxhdpi-v4/ic_menu_agenda.png
res/drawable-xxhdpi-v4/ic_menu_allfriends.png
res/drawable-xxhdpi-v4/ic_menu_always_landscape_portrait.png
res/drawable-xxhdpi-v4/ic_menu_archive.png
res/drawable-xxhdpi-v4/ic_menu_attachment.png
res/drawable-xxhdpi-v4/ic_menu_back.png
res/drawable-xxhdpi-v4/ic_menu_block.png
res/drawable-xxhdpi-v4/ic_menu_blocked_user.png
res/drawable-xxhdpi-v4/ic_menu_btn_add.png
res/drawable-xxhdpi-v4/ic_menu_call.png
res/drawable-xxhdpi-v4/ic_menu_camera.png
res/drawable-xxhdpi-v4/ic_menu_cc_am.png
res/drawable-xxhdpi-v4/ic_menu_chat_dashboard.png
res/drawable-xxhdpi-v4/ic_menu_clear_playlist.png
res/drawable-xxhdpi-v4/ic_menu_compass.png
res/drawable-xxhdpi-v4/ic_menu_compose.png
res/drawable-xxhdpi-v4/ic_menu_copy.png
res/drawable-xxhdpi-v4/ic_menu_copy_holo_dark.png
res/drawable-xxhdpi-v4/ic_menu_copy_holo_light.png
res/drawable-xxhdpi-v4/ic_menu_crop.png
res/drawable-xxhdpi-v4/ic_menu_cut.png
res/drawable-xxhdpi-v4/ic_menu_cut_holo_dark.png
res/drawable-xxhdpi-v4/ic_menu_cut_holo_light.png
res/drawable-xxhdpi-v4/ic_menu_day.png
res/drawable-xxhdpi-v4/ic_menu_delete.png
res/drawable-xxhdpi-v4/ic_menu_directions.png
res/drawable-xxhdpi-v4/ic_menu_edit.png
res/drawable-xxhdpi-v4/ic_menu_emoticons.png
res/drawable-xxhdpi-v4/ic_menu_end_conversation.png
res/drawable-xxhdpi-v4/ic_menu_find.png
res/drawable-xxhdpi-v4/ic_menu_find_holo_dark.png
res/drawable-xxhdpi-v4/ic_menu_find_holo_light.png
res/drawable-xxhdpi-v4/ic_menu_find_mtrl_alpha.png
res/drawable-xxhdpi-v4/ic_menu_forward.png
res/drawable-xxhdpi-v4/ic_menu_friendslist.png
res/drawable-xxhdpi-v4/ic_menu_gallery.png
res/drawable-xxhdpi-v4/ic_menu_goto.png
res/drawable-xxhdpi-v4/ic_menu_help.png
res/drawable-xxhdpi-v4/ic_menu_help_holo_light.png
res/drawable-xxhdpi-v4/ic_menu_home.png
res/drawable-xxhdpi-v4/ic_menu_info_details.png
res/drawable-xxhdpi-v4/ic_menu_invite.png
res/drawable-xxhdpi-v4/ic_menu_login.png
res/drawable-xxhdpi-v4/ic_menu_manage.png
res/drawable-xxhdpi-v4/ic_menu_mapmode.png
res/drawable-xxhdpi-v4/ic_menu_mark.png
res/drawable-xxhdpi-v4/ic_menu_month.png
res/drawable-xxhdpi-v4/ic_menu_more.png
res/drawable-xxhdpi-v4/ic_menu_moreoverflow.png
res/drawable-xxhdpi-v4/ic_menu_moreoverflow_focused_holo_dark.png
res/drawable-xxhdpi-v4/ic_menu_moreoverflow_focused_holo_light.png
res/drawable-xxhdpi-v4/ic_menu_moreoverflow_normal_holo_dark.png
res/drawable-xxhdpi-v4/ic_menu_moreoverflow_normal_holo_light.png
res/drawable-xxhdpi-v4/ic_menu_my_calendar.png
res/drawable-xxhdpi-v4/ic_menu_mylocation.png
res/drawable-xxhdpi-v4/ic_menu_myplaces.png
res/drawable-xxhdpi-v4/ic_menu_notifications.png
res/drawable-xxhdpi-v4/ic_menu_paste.png
res/drawable-xxhdpi-v4/ic_menu_paste_holo_dark.png
res/drawable-xxhdpi-v4/ic_menu_paste_holo_light.png
res/drawable-xxhdpi-v4/ic_menu_play_clip.png
res/drawable-xxhdpi-v4/ic_menu_preferences.png
res/drawable-xxhdpi-v4/ic_menu_recent_history.png
res/drawable-xxhdpi-v4/ic_menu_report_image.png
res/drawable-xxhdpi-v4/ic_menu_revert.png
res/drawable-xxhdpi-v4/ic_menu_rotate.png
res/drawable-xxhdpi-v4/ic_menu_save.png
res/drawable-xxhdpi-v4/ic_menu_search.png
res/drawable-xxhdpi-v4/ic_menu_search_holo_dark.png
res/drawable-xxhdpi-v4/ic_menu_search_holo_light.png
res/drawable-xxhdpi-v4/ic_menu_search_mtrl_alpha.png
res/drawable-xxhdpi-v4/ic_menu_selectall_holo_dark.png
res/drawable-xxhdpi-v4/ic_menu_selectall_holo_light.png
res/drawable-xxhdpi-v4/ic_menu_send.png
res/drawable-xxhdpi-v4/ic_menu_set_as.png
res/drawable-xxhdpi-v4/ic_menu_settings_holo_light.png
res/drawable-xxhdpi-v4/ic_menu_share.png
res/drawable-xxhdpi-v4/ic_menu_share_holo_dark.png
res/drawable-xxhdpi-v4/ic_menu_share_holo_light.png
res/drawable-xxhdpi-v4/ic_menu_slideshow.png
res/drawable-xxhdpi-v4/ic_menu_sort_alphabetically.png
res/drawable-xxhdpi-v4/ic_menu_sort_by_size.png
res/drawable-xxhdpi-v4/ic_menu_star.png
res/drawable-xxhdpi-v4/ic_menu_start_conversation.png
res/drawable-xxhdpi-v4/ic_menu_stop.png
res/drawable-xxhdpi-v4/ic_menu_today.png
res/drawable-xxhdpi-v4/ic_menu_upload.png
res/drawable-xxhdpi-v4/ic_menu_upload_you_tube.png
res/drawable-xxhdpi-v4/ic_menu_view.png
res/drawable-xxhdpi-v4/ic_menu_week.png
res/drawable-xxhdpi-v4/ic_menu_zoom.png
res/drawable-xxhdpi-v4/ic_notification_cast_0.png
res/drawable-xxhdpi-v4/ic_notification_cast_1.png
res/drawable-xxhdpi-v4/ic_notification_cast_2.png
res/drawable-xxhdpi-v4/ic_notification_media_route.png
res/drawable-xxhdpi-v4/ic_perm_group_app_info.png
res/drawable-xxhdpi-v4/ic_perm_group_audio_settings.png
res/drawable-xxhdpi-v4/ic_perm_group_bluetooth.png
res/drawable-xxhdpi-v4/ic_perm_group_bookmarks.png
res/drawable-xxhdpi-v4/ic_perm_group_calendar.png
res/drawable-xxhdpi-v4/ic_perm_group_camera.png
res/drawable-xxhdpi-v4/ic_perm_group_device_alarms.png
res/drawable-xxhdpi-v4/ic_perm_group_display.png
res/drawable-xxhdpi-v4/ic_perm_group_effects_battery.png
res/drawable-xxhdpi-v4/ic_perm_group_location.png
res/drawable-xxhdpi-v4/ic_perm_group_messages.png
res/drawable-xxhdpi-v4/ic_perm_group_microphone.png
res/drawable-xxhdpi-v4/ic_perm_group_network.png
res/drawable-xxhdpi-v4/ic_perm_group_personal_info.png
res/drawable-xxhdpi-v4/ic_perm_group_phone_calls.png
res/drawable-xxhdpi-v4/ic_perm_group_screenlock.png
res/drawable-xxhdpi-v4/ic_perm_group_shortrange_network.png
res/drawable-xxhdpi-v4/ic_perm_group_social_info.png
res/drawable-xxhdpi-v4/ic_perm_group_status_bar.png
res/drawable-xxhdpi-v4/ic_perm_group_sync_settings.png
res/drawable-xxhdpi-v4/ic_perm_group_system_clock.png
res/drawable-xxhdpi-v4/ic_perm_group_system_tools.png
res/drawable-xxhdpi-v4/ic_perm_group_voicemail.png
res/drawable-xxhdpi-v4/ic_perm_group_wallpapewr.png
res/drawable-xxhdpi-v4/ic_search_api_holo_dark.png
res/drawable-xxhdpi-v4/ic_search_api_holo_light.png
res/drawable-xxhdpi-v4/ic_settings.png
res/drawable-xxhdpi-v4/ic_sim_card_multi_24px_clr.png
res/drawable-xxhdpi-v4/ic_sim_card_multi_48px_clr.png
res/drawable-xxhdpi-v4/ic_star_black_16dp.png
res/drawable-xxhdpi-v4/ic_star_black_36dp.png
res/drawable-xxhdpi-v4/ic_star_black_48dp.png
res/drawable-xxhdpi-v4/ic_star_half_black_16dp.png
res/drawable-xxhdpi-v4/ic_star_half_black_36dp.png
res/drawable-xxhdpi-v4/ic_star_half_black_48dp.png
res/drawable-xxhdpi-v4/ic_suggestions_add.png
res/drawable-xxhdpi-v4/ic_suggestions_delete.png
res/drawable-xxhdpi-v4/ic_voice_search_api_holo_dark.png
res/drawable-xxhdpi-v4/ic_voice_search_api_holo_light.png
res/drawable-xxhdpi-v4/indicator_input_error.png
res/drawable-xxhdpi-v4/list_activated_holo.9.png
res/drawable-xxhdpi-v4/list_divider_holo_dark.9.png
res/drawable-xxhdpi-v4/list_divider_holo_light.9.png
res/drawable-xxhdpi-v4/list_focused_holo.9.png
res/drawable-xxhdpi-v4/list_longpressed_holo.9.png
res/drawable-xxhdpi-v4/list_longpressed_holo_dark.9.png
res/drawable-xxhdpi-v4/list_longpressed_holo_light.9.png
res/drawable-xxhdpi-v4/list_pressed_holo_dark.9.png
res/drawable-xxhdpi-v4/list_pressed_holo_light.9.png
res/drawable-xxhdpi-v4/list_section_divider_holo_dark.9.png
res/drawable-xxhdpi-v4/list_section_divider_holo_light.9.png
res/drawable-xxhdpi-v4/list_section_divider_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/list_selected_holo_dark.9.png
res/drawable-xxhdpi-v4/list_selected_holo_light.9.png
res/drawable-xxhdpi-v4/list_selector_background_disabled.9.png
res/drawable-xxhdpi-v4/list_selector_background_focus.9.png
res/drawable-xxhdpi-v4/list_selector_background_longpress.9.png
res/drawable-xxhdpi-v4/list_selector_background_pressed.9.png
res/drawable-xxhdpi-v4/lockscreen_protection_pattern.png
res/drawable-xxhdpi-v4/magnified_region_frame.9.png
res/drawable-xxhdpi-v4/menu_dropdown_panel_holo_dark.9.png
res/drawable-xxhdpi-v4/menu_dropdown_panel_holo_light.9.png
res/drawable-xxhdpi-v4/menu_hardkey_panel_holo_dark.9.png
res/drawable-xxhdpi-v4/menu_hardkey_panel_holo_light.9.png
res/drawable-xxhdpi-v4/menu_popup_panel_holo_dark.9.png
res/drawable-xxhdpi-v4/menu_popup_panel_holo_light.9.png
res/drawable-xxhdpi-v4/numberpicker_down_disabled_focused_holo_dark.png
res/drawable-xxhdpi-v4/numberpicker_down_disabled_focused_holo_light.png
res/drawable-xxhdpi-v4/numberpicker_down_disabled_holo_dark.png
res/drawable-xxhdpi-v4/numberpicker_down_disabled_holo_light.png
res/drawable-xxhdpi-v4/numberpicker_down_focused_holo_dark.png
res/drawable-xxhdpi-v4/numberpicker_down_focused_holo_light.png
res/drawable-xxhdpi-v4/numberpicker_down_longpressed_holo_dark.png
res/drawable-xxhdpi-v4/numberpicker_down_longpressed_holo_light.png
res/drawable-xxhdpi-v4/numberpicker_down_normal_holo_dark.png
res/drawable-xxhdpi-v4/numberpicker_down_normal_holo_light.png
res/drawable-xxhdpi-v4/numberpicker_down_pressed_holo_dark.png
res/drawable-xxhdpi-v4/numberpicker_down_pressed_holo_light.png
res/drawable-xxhdpi-v4/numberpicker_selection_divider.9.png
res/drawable-xxhdpi-v4/numberpicker_up_disabled_focused_holo_dark.png
res/drawable-xxhdpi-v4/numberpicker_up_disabled_focused_holo_light.png
res/drawable-xxhdpi-v4/numberpicker_up_disabled_holo_dark.png
res/drawable-xxhdpi-v4/numberpicker_up_disabled_holo_light.png
res/drawable-xxhdpi-v4/numberpicker_up_focused_holo_dark.png
res/drawable-xxhdpi-v4/numberpicker_up_focused_holo_light.png
res/drawable-xxhdpi-v4/numberpicker_up_longpressed_holo_dark.png
res/drawable-xxhdpi-v4/numberpicker_up_longpressed_holo_light.png
res/drawable-xxhdpi-v4/numberpicker_up_normal_holo_dark.png
res/drawable-xxhdpi-v4/numberpicker_up_normal_holo_light.png
res/drawable-xxhdpi-v4/numberpicker_up_pressed_holo_dark.png
res/drawable-xxhdpi-v4/numberpicker_up_pressed_holo_light.png
res/drawable-xxhdpi-v4/panel_bg_holo_dark.9.png
res/drawable-xxhdpi-v4/panel_bg_holo_light.9.png
res/drawable-xxhdpi-v4/perm_group_accessibility_features.png
res/drawable-xxhdpi-v4/perm_group_affects_battery.png
res/drawable-xxhdpi-v4/perm_group_app_info.png
res/drawable-xxhdpi-v4/perm_group_audio_settings.png
res/drawable-xxhdpi-v4/perm_group_bluetooth.png
res/drawable-xxhdpi-v4/perm_group_bookmarks.png
res/drawable-xxhdpi-v4/perm_group_device_alarms.png
res/drawable-xxhdpi-v4/perm_group_display.png
res/drawable-xxhdpi-v4/perm_group_network.png
res/drawable-xxhdpi-v4/perm_group_personal_info.png
res/drawable-xxhdpi-v4/perm_group_screenlock.png
res/drawable-xxhdpi-v4/perm_group_shortrange_network.png
res/drawable-xxhdpi-v4/perm_group_status_bar.png
res/drawable-xxhdpi-v4/perm_group_sync_settings.png
res/drawable-xxhdpi-v4/perm_group_system_clock.png
res/drawable-xxhdpi-v4/perm_group_system_tools.png
res/drawable-xxhdpi-v4/perm_group_voicemail.png
res/drawable-xxhdpi-v4/perm_group_wallpaper.png
res/drawable-xxhdpi-v4/pointer_alias.png
res/drawable-xxhdpi-v4/pointer_all_scroll.png
res/drawable-xxhdpi-v4/pointer_arrow.png
res/drawable-xxhdpi-v4/pointer_cell.png
res/drawable-xxhdpi-v4/pointer_context_menu.png
res/drawable-xxhdpi-v4/pointer_copy.png
res/drawable-xxhdpi-v4/pointer_crosshair.png
res/drawable-xxhdpi-v4/pointer_grab.png
res/drawable-xxhdpi-v4/pointer_grabbing.png
res/drawable-xxhdpi-v4/pointer_hand.png
res/drawable-xxhdpi-v4/pointer_handwriting.png
res/drawable-xxhdpi-v4/pointer_help.png
res/drawable-xxhdpi-v4/pointer_horizontal_double_arrow.png
res/drawable-xxhdpi-v4/pointer_nodrop.png
res/drawable-xxhdpi-v4/pointer_spot_anchor.png
res/drawable-xxhdpi-v4/pointer_spot_hover.png
res/drawable-xxhdpi-v4/pointer_spot_touch.png
res/drawable-xxhdpi-v4/pointer_text.png
res/drawable-xxhdpi-v4/pointer_top_left_diagonal_double_arrow.png
res/drawable-xxhdpi-v4/pointer_top_right_diagonal_double_arrow.png
res/drawable-xxhdpi-v4/pointer_vertical_double_arrow.png
res/drawable-xxhdpi-v4/pointer_vertical_text.png
res/drawable-xxhdpi-v4/pointer_zoom_in.png
res/drawable-xxhdpi-v4/pointer_zoom_out.png
res/drawable-xxhdpi-v4/popup_background_mtrl_mult.9.png
res/drawable-xxhdpi-v4/popup_inline_error_above_holo_dark_am.9.png
res/drawable-xxhdpi-v4/popup_inline_error_above_holo_light_am.9.png
res/drawable-xxhdpi-v4/popup_inline_error_holo_dark_am.9.png
res/drawable-xxhdpi-v4/popup_inline_error_holo_light_am.9.png
res/drawable-xxhdpi-v4/presence_audio_away.png
res/drawable-xxhdpi-v4/presence_audio_busy.png
res/drawable-xxhdpi-v4/presence_audio_online.png
res/drawable-xxhdpi-v4/presence_away.png
res/drawable-xxhdpi-v4/presence_busy.png
res/drawable-xxhdpi-v4/presence_invisible.png
res/drawable-xxhdpi-v4/presence_offline.png
res/drawable-xxhdpi-v4/presence_online.png
res/drawable-xxhdpi-v4/presence_video_away.png
res/drawable-xxhdpi-v4/presence_video_busy.png
res/drawable-xxhdpi-v4/presence_video_online.png
res/drawable-xxhdpi-v4/progress_bg_holo_dark.9.png
res/drawable-xxhdpi-v4/progress_bg_holo_light.9.png
res/drawable-xxhdpi-v4/progress_primary_holo_dark.9.png
res/drawable-xxhdpi-v4/progress_primary_holo_light.9.png
res/drawable-xxhdpi-v4/progress_secondary_holo_dark.9.png
res/drawable-xxhdpi-v4/progress_secondary_holo_light.9.png
res/drawable-xxhdpi-v4/progressbar_indeterminate_holo1.png
res/drawable-xxhdpi-v4/progressbar_indeterminate_holo2.png
res/drawable-xxhdpi-v4/progressbar_indeterminate_holo3.png
res/drawable-xxhdpi-v4/progressbar_indeterminate_holo4.png
res/drawable-xxhdpi-v4/progressbar_indeterminate_holo5.png
res/drawable-xxhdpi-v4/progressbar_indeterminate_holo6.png
res/drawable-xxhdpi-v4/progressbar_indeterminate_holo7.png
res/drawable-xxhdpi-v4/progressbar_indeterminate_holo8.png
res/drawable-xxhdpi-v4/quickcontact_badge_overlay_focused_dark_am.9.png
res/drawable-xxhdpi-v4/quickcontact_badge_overlay_focused_light_am.9.png
res/drawable-xxhdpi-v4/quickcontact_badge_overlay_normal_dark_am.9.png
res/drawable-xxhdpi-v4/quickcontact_badge_overlay_normal_light_am.9.png
res/drawable-xxhdpi-v4/quickcontact_badge_overlay_pressed_dark_am.9.png
res/drawable-xxhdpi-v4/quickcontact_badge_overlay_pressed_light_am.9.png
res/drawable-xxhdpi-v4/rate_star_big_half_holo_dark.png
res/drawable-xxhdpi-v4/rate_star_big_half_holo_light.png
res/drawable-xxhdpi-v4/rate_star_big_off_holo_dark.png
res/drawable-xxhdpi-v4/rate_star_big_off_holo_light.png
res/drawable-xxhdpi-v4/rate_star_big_on_holo_dark.png
res/drawable-xxhdpi-v4/rate_star_big_on_holo_light.png
res/drawable-xxhdpi-v4/rate_star_med_half_holo_dark.png
res/drawable-xxhdpi-v4/rate_star_med_half_holo_light.png
res/drawable-xxhdpi-v4/rate_star_med_off_holo_dark.png
res/drawable-xxhdpi-v4/rate_star_med_off_holo_light.png
res/drawable-xxhdpi-v4/rate_star_med_on_holo_dark.png
res/drawable-xxhdpi-v4/rate_star_med_on_holo_light.png
res/drawable-xxhdpi-v4/rate_star_small_half_holo_dark.png
res/drawable-xxhdpi-v4/rate_star_small_half_holo_light.png
res/drawable-xxhdpi-v4/rate_star_small_off_holo_dark.png
res/drawable-xxhdpi-v4/rate_star_small_off_holo_light.png
res/drawable-xxhdpi-v4/rate_star_small_on_holo_dark.png
res/drawable-xxhdpi-v4/rate_star_small_on_holo_light.png
res/drawable-xxhdpi-v4/scrollbar_handle_holo_dark.9.png
res/drawable-xxhdpi-v4/scrollbar_handle_holo_light.9.png
res/drawable-xxhdpi-v4/scrubber_control_disabled_holo.png
res/drawable-xxhdpi-v4/scrubber_control_focused_holo.png
res/drawable-xxhdpi-v4/scrubber_control_normal_holo.png
res/drawable-xxhdpi-v4/scrubber_control_on_mtrl_alpha.png
res/drawable-xxhdpi-v4/scrubber_control_on_pressed_mtrl_alpha.png
res/drawable-xxhdpi-v4/scrubber_control_pressed_holo.png
res/drawable-xxhdpi-v4/scrubber_primary_holo.9.png
res/drawable-xxhdpi-v4/scrubber_primary_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/scrubber_secondary_holo.9.png
res/drawable-xxhdpi-v4/scrubber_track_holo_dark.9.png
res/drawable-xxhdpi-v4/scrubber_track_holo_light.9.png
res/drawable-xxhdpi-v4/scrubber_track_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/spinner_16_inner_holo.png
res/drawable-xxhdpi-v4/spinner_16_outer_holo.png
res/drawable-xxhdpi-v4/spinner_48_inner_holo.png
res/drawable-xxhdpi-v4/spinner_48_outer_holo.png
res/drawable-xxhdpi-v4/spinner_76_inner_holo.png
res/drawable-xxhdpi-v4/spinner_76_outer_holo.png
res/drawable-xxhdpi-v4/spinner_ab_activated_holo_dark.9.png
res/drawable-xxhdpi-v4/spinner_ab_activated_holo_light.9.png
res/drawable-xxhdpi-v4/spinner_ab_default_holo_dark_am.9.png
res/drawable-xxhdpi-v4/spinner_ab_default_holo_light_am.9.png
res/drawable-xxhdpi-v4/spinner_ab_disabled_holo_dark_am.9.png
res/drawable-xxhdpi-v4/spinner_ab_disabled_holo_light_am.9.png
res/drawable-xxhdpi-v4/spinner_ab_focused_holo_dark_am.9.png
res/drawable-xxhdpi-v4/spinner_ab_focused_holo_light_am.9.png
res/drawable-xxhdpi-v4/spinner_ab_pressed_holo_dark_am.9.png
res/drawable-xxhdpi-v4/spinner_ab_pressed_holo_light_am.9.png
res/drawable-xxhdpi-v4/spinner_activated_holo_dark.9.png
res/drawable-xxhdpi-v4/spinner_activated_holo_light.9.png
res/drawable-xxhdpi-v4/spinner_default_holo_dark_am.9.png
res/drawable-xxhdpi-v4/spinner_default_holo_light_am.9.png
res/drawable-xxhdpi-v4/spinner_disabled_holo.9.png
res/drawable-xxhdpi-v4/spinner_disabled_holo_dark_am.9.png
res/drawable-xxhdpi-v4/spinner_disabled_holo_light_am.9.png
res/drawable-xxhdpi-v4/spinner_focused_holo_dark_am.9.png
res/drawable-xxhdpi-v4/spinner_focused_holo_light_am.9.png
res/drawable-xxhdpi-v4/spinner_normal_holo.9.png
res/drawable-xxhdpi-v4/spinner_pressed_holo_dark_am.9.png
res/drawable-xxhdpi-v4/spinner_pressed_holo_light_am.9.png
res/drawable-xxhdpi-v4/stat_notify_car_mode.png
res/drawable-xxhdpi-v4/stat_notify_chat.png
res/drawable-xxhdpi-v4/stat_notify_disk_full.png
res/drawable-xxhdpi-v4/stat_notify_email_generic.png
res/drawable-xxhdpi-v4/stat_notify_error.png
res/drawable-xxhdpi-v4/stat_notify_gmail.png
res/drawable-xxhdpi-v4/stat_notify_missed_call.png
res/drawable-xxhdpi-v4/stat_notify_mmcc_indication_icn.png
res/drawable-xxhdpi-v4/stat_notify_more.png
res/drawable-xxhdpi-v4/stat_notify_rssi_in_range.png
res/drawable-xxhdpi-v4/stat_notify_sdcard.png
res/drawable-xxhdpi-v4/stat_notify_sdcard_prepare.png
res/drawable-xxhdpi-v4/stat_notify_sdcard_usb.png
res/drawable-xxhdpi-v4/stat_notify_sim_toolkit.png
res/drawable-xxhdpi-v4/stat_notify_sync.png
res/drawable-xxhdpi-v4/stat_notify_sync_anim0.png
res/drawable-xxhdpi-v4/stat_notify_sync_error.png
res/drawable-xxhdpi-v4/stat_notify_voicemail.png
res/drawable-xxhdpi-v4/stat_sys_certificate_info.png
res/drawable-xxhdpi-v4/stat_sys_data_bluetooth.png
res/drawable-xxhdpi-v4/stat_sys_data_usb.png
res/drawable-xxhdpi-v4/stat_sys_data_wimax_signal_3_fully.png
res/drawable-xxhdpi-v4/stat_sys_data_wimax_signal_disconnected.png
res/drawable-xxhdpi-v4/stat_sys_download_anim0.png
res/drawable-xxhdpi-v4/stat_sys_download_anim1.png
res/drawable-xxhdpi-v4/stat_sys_download_anim2.png
res/drawable-xxhdpi-v4/stat_sys_download_anim3.png
res/drawable-xxhdpi-v4/stat_sys_download_anim4.png
res/drawable-xxhdpi-v4/stat_sys_download_anim5.png
res/drawable-xxhdpi-v4/stat_sys_gps_on.png
res/drawable-xxhdpi-v4/stat_sys_phone_call.png
res/drawable-xxhdpi-v4/stat_sys_throttled.png
res/drawable-xxhdpi-v4/stat_sys_upload_anim0.png
res/drawable-xxhdpi-v4/stat_sys_upload_anim1.png
res/drawable-xxhdpi-v4/stat_sys_upload_anim2.png
res/drawable-xxhdpi-v4/stat_sys_upload_anim3.png
res/drawable-xxhdpi-v4/stat_sys_upload_anim4.png
res/drawable-xxhdpi-v4/stat_sys_upload_anim5.png
res/drawable-xxhdpi-v4/stat_sys_warning.png
res/drawable-xxhdpi-v4/switch_bg_disabled_holo_dark.9.png
res/drawable-xxhdpi-v4/switch_bg_disabled_holo_light.9.png
res/drawable-xxhdpi-v4/switch_bg_focused_holo_dark.9.png
res/drawable-xxhdpi-v4/switch_bg_focused_holo_light.9.png
res/drawable-xxhdpi-v4/switch_bg_holo_dark.9.png
res/drawable-xxhdpi-v4/switch_bg_holo_light.9.png
res/drawable-xxhdpi-v4/switch_thumb_activated_holo_dark.9.png
res/drawable-xxhdpi-v4/switch_thumb_activated_holo_light.9.png
res/drawable-xxhdpi-v4/switch_thumb_disabled_holo_dark.9.png
res/drawable-xxhdpi-v4/switch_thumb_disabled_holo_light.9.png
res/drawable-xxhdpi-v4/switch_thumb_holo_dark.9.png
res/drawable-xxhdpi-v4/switch_thumb_holo_light.9.png
res/drawable-xxhdpi-v4/switch_thumb_holo_light_v2.9.png
res/drawable-xxhdpi-v4/switch_thumb_pressed_holo_dark.9.png
res/drawable-xxhdpi-v4/switch_thumb_pressed_holo_light.9.png
res/drawable-xxhdpi-v4/sym_keyboard_delete.png
res/drawable-xxhdpi-v4/sym_keyboard_enter.png
res/drawable-xxhdpi-v4/sym_keyboard_num0_no_plus.png
res/drawable-xxhdpi-v4/sym_keyboard_num1.png
res/drawable-xxhdpi-v4/sym_keyboard_num2.png
res/drawable-xxhdpi-v4/sym_keyboard_num3.png
res/drawable-xxhdpi-v4/sym_keyboard_num4.png
res/drawable-xxhdpi-v4/sym_keyboard_num5.png
res/drawable-xxhdpi-v4/sym_keyboard_num6.png
res/drawable-xxhdpi-v4/sym_keyboard_num7.png
res/drawable-xxhdpi-v4/sym_keyboard_num8.png
res/drawable-xxhdpi-v4/sym_keyboard_num9.png
res/drawable-xxhdpi-v4/sym_keyboard_return_holo.png
res/drawable-xxhdpi-v4/tab_indicator_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/tab_selected_focused_holo.9.png
res/drawable-xxhdpi-v4/tab_selected_holo.9.png
res/drawable-xxhdpi-v4/tab_selected_pressed_holo.9.png
res/drawable-xxhdpi-v4/tab_unselected_focused_holo.9.png
res/drawable-xxhdpi-v4/tab_unselected_holo.9.png
res/drawable-xxhdpi-v4/tab_unselected_pressed_holo.9.png
res/drawable-xxhdpi-v4/text_edit_paste_window.9.png
res/drawable-xxhdpi-v4/text_edit_suggestions_window.9.png
res/drawable-xxhdpi-v4/text_select_handle_left_mtrl_alpha.png
res/drawable-xxhdpi-v4/text_select_handle_middle_mtrl_alpha.png
res/drawable-xxhdpi-v4/text_select_handle_right_mtrl_alpha.png
res/drawable-xxhdpi-v4/textfield_activated_holo_dark.9.png
res/drawable-xxhdpi-v4/textfield_activated_holo_light.9.png
res/drawable-xxhdpi-v4/textfield_activated_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/textfield_default_holo_dark.9.png
res/drawable-xxhdpi-v4/textfield_default_holo_light.9.png
res/drawable-xxhdpi-v4/textfield_default_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/textfield_disabled_focused_holo_dark.9.png
res/drawable-xxhdpi-v4/textfield_disabled_focused_holo_light.9.png
res/drawable-xxhdpi-v4/textfield_disabled_holo_dark.9.png
res/drawable-xxhdpi-v4/textfield_disabled_holo_light.9.png
res/drawable-xxhdpi-v4/textfield_focused_holo_dark.9.png
res/drawable-xxhdpi-v4/textfield_focused_holo_light.9.png
res/drawable-xxhdpi-v4/textfield_multiline_activated_holo_dark.9.png
res/drawable-xxhdpi-v4/textfield_multiline_activated_holo_light.9.png
res/drawable-xxhdpi-v4/textfield_multiline_default_holo_dark.9.png
res/drawable-xxhdpi-v4/textfield_multiline_default_holo_light.9.png
res/drawable-xxhdpi-v4/textfield_multiline_disabled_focused_holo_dark.9.png
res/drawable-xxhdpi-v4/textfield_multiline_disabled_focused_holo_light.9.png
res/drawable-xxhdpi-v4/textfield_multiline_disabled_holo_dark.9.png
res/drawable-xxhdpi-v4/textfield_multiline_disabled_holo_light.9.png
res/drawable-xxhdpi-v4/textfield_multiline_focused_holo_dark.9.png
res/drawable-xxhdpi-v4/textfield_multiline_focused_holo_light.9.png
res/drawable-xxhdpi-v4/textfield_search_activated_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/textfield_search_default_holo_dark.9.png
res/drawable-xxhdpi-v4/textfield_search_default_holo_light.9.png
res/drawable-xxhdpi-v4/textfield_search_default_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/textfield_search_right_default_holo_dark.9.png
res/drawable-xxhdpi-v4/textfield_search_right_default_holo_light.9.png
res/drawable-xxhdpi-v4/textfield_search_right_selected_holo_dark.9.png
res/drawable-xxhdpi-v4/textfield_search_right_selected_holo_light.9.png
res/drawable-xxhdpi-v4/textfield_search_selected_holo_dark.9.png
res/drawable-xxhdpi-v4/textfield_search_selected_holo_light.9.png
res/drawable-xxhdpi-v4/transportcontrol_bg.9.png
res/drawable-xxhdpi-v4/vpn_connected.png
res/drawable-xxhdpi-v4/vpn_disconnected.png
res/drawable-xxhdpi-v4/watch_switch_thumb_mtrl_14w.png
res/drawable-xxhdpi-v4/watch_switch_thumb_mtrl_15w.png
res/drawable-xxhdpi-v4/watch_switch_thumb_mtrl_16w.png
res/drawable-xxhdpi-v4/watch_switch_thumb_mtrl_17w.png
res/drawable-xxhdpi-v4/watch_switch_thumb_mtrl_18w.png
res/drawable-xxhdpi-v4/watch_switch_track_mtrl.png
res/drawable-xxxhdpi-v4/btn_switch_to_off_mtrl_00001.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_off_mtrl_00002.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_off_mtrl_00003.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_off_mtrl_00004.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_off_mtrl_00005.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_off_mtrl_00006.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_off_mtrl_00007.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_off_mtrl_00008.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_off_mtrl_00009.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_off_mtrl_00010.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_off_mtrl_00011.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_off_mtrl_00012.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_on_mtrl_00001.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_on_mtrl_00002.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_on_mtrl_00003.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_on_mtrl_00004.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_on_mtrl_00005.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_on_mtrl_00006.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_on_mtrl_00007.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_on_mtrl_00008.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_on_mtrl_00009.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_on_mtrl_00010.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_on_mtrl_00011.9.png
res/drawable-xxxhdpi-v4/btn_switch_to_on_mtrl_00012.9.png
res/drawable-xxxhdpi-v4/ic_launcher_android.png
res/drawable-xxxhdpi-v4/ic_lock_open_wht_24dp.png
res/drawable-xxxhdpi-v4/ic_lock_outline_wht_24dp.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_00_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_01_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_02_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_03_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_04_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_05_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_06_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_07_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_08_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_09_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_10_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_11_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_12_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_13_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_14_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_15_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_16_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_17_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_18_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_19_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_20_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_21_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_22_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_23_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_24_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_25_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_26_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_27_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_28_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_29_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_dark_30_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_00_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_01_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_02_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_03_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_04_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_05_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_06_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_07_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_08_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_09_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_10_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_11_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_12_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_13_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_14_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_15_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_16_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_17_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_18_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_19_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_20_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_21_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_22_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_23_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_24_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_25_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_26_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_27_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_28_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_29_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connected_light_30_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_00_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_01_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_02_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_03_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_04_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_05_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_06_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_07_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_08_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_09_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_10_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_11_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_12_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_13_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_14_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_15_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_16_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_17_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_18_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_19_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_20_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_21_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_22_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_23_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_24_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_25_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_26_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_27_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_28_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_29_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_dark_30_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_00_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_01_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_02_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_03_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_04_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_05_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_06_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_07_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_08_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_09_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_10_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_11_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_12_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_13_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_14_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_15_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_16_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_17_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_18_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_19_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_20_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_21_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_22_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_23_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_24_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_25_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_26_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_27_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_28_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_29_mtrl.png
res/drawable-xxxhdpi-v4/ic_media_route_connecting_light_30_mtrl.png
res/drawable-xxxhdpi-v4/ic_menu_search_mtrl_alpha.png
res/drawable-xxxhdpi-v4/ic_sim_card_multi_24px_clr.png
res/drawable-xxxhdpi-v4/ic_sim_card_multi_48px_clr.png
res/drawable-xxxhdpi-v4/ic_star_black_16dp.png
res/drawable-xxxhdpi-v4/ic_star_black_36dp.png
res/drawable-xxxhdpi-v4/ic_star_black_48dp.png
res/drawable-xxxhdpi-v4/ic_star_half_black_16dp.png
res/drawable-xxxhdpi-v4/ic_star_half_black_36dp.png
res/drawable-xxxhdpi-v4/ic_star_half_black_48dp.png
res/drawable-xxxhdpi-v4/perm_group_accessibility_features.png
res/drawable-xxxhdpi-v4/perm_group_affects_battery.png
res/drawable-xxxhdpi-v4/perm_group_app_info.png
res/drawable-xxxhdpi-v4/perm_group_audio_settings.png
res/drawable-xxxhdpi-v4/perm_group_bluetooth.png
res/drawable-xxxhdpi-v4/perm_group_bookmarks.png
res/drawable-xxxhdpi-v4/perm_group_device_alarms.png
res/drawable-xxxhdpi-v4/perm_group_display.png
res/drawable-xxxhdpi-v4/perm_group_network.png
res/drawable-xxxhdpi-v4/perm_group_personal_info.png
res/drawable-xxxhdpi-v4/perm_group_screenlock.png
res/drawable-xxxhdpi-v4/perm_group_shortrange_network.png
res/drawable-xxxhdpi-v4/perm_group_status_bar.png
res/drawable-xxxhdpi-v4/perm_group_sync_settings.png
res/drawable-xxxhdpi-v4/perm_group_system_clock.png
res/drawable-xxxhdpi-v4/perm_group_system_tools.png
res/drawable-xxxhdpi-v4/perm_group_voicemail.png
res/drawable-xxxhdpi-v4/perm_group_wallpaper.png
res/drawable-xxxhdpi-v4/tab_indicator_mtrl_alpha.9.png
res/drawable-xxxhdpi-v4/text_select_handle_left_mtrl_alpha.png
res/drawable-xxxhdpi-v4/text_select_handle_right_mtrl_alpha.png
res/drawable/$$chooser_direct_share_icon_placeholder__0__0.xml
res/drawable/$$chooser_direct_share_icon_placeholder__1__0.xml
res/drawable/$$loading_spinner__1__0.xml
res/drawable/$chooser_direct_share_icon_placeholder__0.xml
res/drawable/$chooser_direct_share_icon_placeholder__1.xml
res/drawable/$loading_spinner__0.xml
res/drawable/$loading_spinner__1.xml
res/drawable/$loading_spinner__2.xml
res/drawable/ab_share_pack_material.xml
res/drawable/ab_solid_shadow_material.xml
res/drawable/accessibility_magnification_thumbnail_background_bg.xml
res/drawable/accessibility_magnification_thumbnail_background_fg.xml
res/drawable/accessibility_magnification_thumbnail_bg.xml
res/drawable/action_bar_background.xml
res/drawable/action_bar_divider.xml
res/drawable/action_bar_item_background_material.xml
res/drawable/activated_background.xml
res/drawable/activated_background_holo_dark.xml
res/drawable/activated_background_holo_light.xml
res/drawable/activated_background_light.xml
res/drawable/activated_background_material.xml
res/drawable/activity_embedding_divider_handle.xml
res/drawable/activity_embedding_divider_handle_default.xml
res/drawable/activity_embedding_divider_handle_pressed.xml
res/drawable/app_icon_background.xml
res/drawable/archived_app_cloud_overlay.xml
res/drawable/autofill_bottomsheet_background.xml
res/drawable/autofill_dataset_picker_background.xml
res/drawable/autofill_half_sheet_divider.xml
res/drawable/autofilled_highlight.xml
res/drawable/background_holo_dark.xml
res/drawable/background_holo_light.xml
res/drawable/background_leanback_setup.xml
res/drawable/bilingual_language_item_selection_indicator.xml
res/drawable/bottomsheet_background.xml
res/drawable/box.xml
res/drawable/btn_borderless_material.xml
res/drawable/btn_borderless_rect.xml
res/drawable/btn_browser_zoom_fit_page.xml
res/drawable/btn_browser_zoom_page_overview.xml
res/drawable/btn_cab_done_holo_dark.xml
res/drawable/btn_cab_done_holo_light.xml
res/drawable/btn_check.xml
res/drawable/btn_check_holo_dark.xml
res/drawable/btn_check_holo_light.xml
res/drawable/btn_check_material_anim.xml
res/drawable/btn_checkbox_checked_mtrl.xml
res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml
res/drawable/btn_checkbox_unchecked_mtrl.xml
res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml
res/drawable/btn_circle.xml
res/drawable/btn_clock_material.xml
res/drawable/btn_close.xml
res/drawable/btn_colored_material.xml
res/drawable/btn_default.xml
res/drawable/btn_default_holo_dark.xml
res/drawable/btn_default_holo_light.xml
res/drawable/btn_default_material.xml
res/drawable/btn_default_mtrl_shape.xml
res/drawable/btn_default_small.xml
res/drawable/btn_default_transparent.xml
res/drawable/btn_dialog.xml
res/drawable/btn_dropdown.xml
res/drawable/btn_global_search.xml
res/drawable/btn_group_holo_dark.xml
res/drawable/btn_group_holo_light.xml
res/drawable/btn_keyboard_key.xml
res/drawable/btn_keyboard_key_fulltrans.xml
res/drawable/btn_keyboard_key_ics.xml
res/drawable/btn_keyboard_key_material.xml
res/drawable/btn_keyboard_key_trans.xml
res/drawable/btn_leanback.xml
res/drawable/btn_minus.xml
res/drawable/btn_notification_emphasized.xml
res/drawable/btn_outlined.xml
res/drawable/btn_plus.xml
res/drawable/btn_radio.xml
res/drawable/btn_radio_holo_dark.xml
res/drawable/btn_radio_holo_light.xml
res/drawable/btn_radio_material_anim.xml
res/drawable/btn_radio_off_mtrl.xml
res/drawable/btn_radio_off_to_on_mtrl_animation.xml
res/drawable/btn_radio_on_mtrl.xml
res/drawable/btn_radio_on_to_off_mtrl_animation.xml
res/drawable/btn_search_dialog.xml
res/drawable/btn_search_dialog_voice.xml
res/drawable/btn_square_overlay.xml
res/drawable/btn_star.xml
res/drawable/btn_star_holo_dark.xml
res/drawable/btn_star_holo_light.xml
res/drawable/btn_star_material.xml
res/drawable/btn_toggle.xml
res/drawable/btn_toggle_bg.xml
res/drawable/btn_toggle_holo_dark.xml
res/drawable/btn_toggle_holo_light.xml
res/drawable/btn_toggle_material.xml
res/drawable/btn_tonal.xml
res/drawable/btn_zoom_down.xml
res/drawable/btn_zoom_page.xml
res/drawable/btn_zoom_up.xml
res/drawable/button_inset.xml
res/drawable/cab_background_bottom_material.xml
res/drawable/cab_background_top_material.xml
res/drawable/chooser_action_button_bg.xml
res/drawable/chooser_content_preview_rounded.xml
res/drawable/chooser_dialog_background.xml
res/drawable/chooser_direct_share_icon_placeholder.xml
res/drawable/chooser_direct_share_label_placeholder.xml
res/drawable/chooser_file_generic.xml
res/drawable/chooser_group_background.xml
res/drawable/chooser_pinned_background.xml
res/drawable/chooser_row_layer_list.xml
res/drawable/cling_button.xml
res/drawable/control_background_32dp_material.xml
res/drawable/control_background_40dp_material.xml
res/drawable/conversation_badge_background.xml
res/drawable/conversation_badge_ring.xml
res/drawable/dark_header_dither.xml
res/drawable/dialog_background_material.xml
res/drawable/edit_query_background.xml
res/drawable/edit_text.xml
res/drawable/edit_text_holo_dark.xml
res/drawable/edit_text_holo_light.xml
res/drawable/edit_text_material.xml
res/drawable/editbox_background.xml
res/drawable/emergency_icon.xml
res/drawable/emulator_circular_window_overlay.xml
res/drawable/expand_button_pill_bg.xml
res/drawable/expander_group.xml
res/drawable/expander_group_holo_dark.xml
res/drawable/expander_group_holo_light.xml
res/drawable/expander_group_material.xml
res/drawable/fastscroll_label_left_material.xml
res/drawable/fastscroll_label_right_material.xml
res/drawable/fastscroll_thumb_holo.xml
res/drawable/fastscroll_thumb_material.xml
res/drawable/fastscroll_track_holo_dark.xml
res/drawable/fastscroll_track_holo_light.xml
res/drawable/fastscroll_track_material.xml
res/drawable/floating_popup_background.xml
res/drawable/focus_event_pressed_key_background.xml
res/drawable/focus_event_rotary_input_background.xml
res/drawable/ft_avd_toarrow.xml
res/drawable/ft_avd_toarrow_animation.xml
res/drawable/ft_avd_tooverflow.xml
res/drawable/ft_avd_tooverflow_animation.xml
res/drawable/gallery_item_background.xml
res/drawable/gallery_thumb.xml
res/drawable/grid_selector_background.xml
res/drawable/ic_ab_back_holo_dark.xml
res/drawable/ic_ab_back_holo_light.xml
res/drawable/ic_ab_back_material.xml
res/drawable/ic_ab_back_material_dark.xml
res/drawable/ic_ab_back_material_light.xml
res/drawable/ic_ab_back_material_settings.xml
res/drawable/ic_accessibility_24dp.xml
res/drawable/ic_accessibility_color_correction.xml
res/drawable/ic_accessibility_color_correction_foreground.xml
res/drawable/ic_accessibility_color_inversion.xml
res/drawable/ic_accessibility_color_inversion_foreground.xml
res/drawable/ic_accessibility_generic.xml
res/drawable/ic_accessibility_hearing_aid.xml
res/drawable/ic_accessibility_hearing_aid_foreground.xml
res/drawable/ic_accessibility_magnification.xml
res/drawable/ic_accessibility_magnification_foreground.xml
res/drawable/ic_accessibility_one_handed.xml
res/drawable/ic_accessibility_one_handed_foreground.xml
res/drawable/ic_accessibility_reduce_bright_colors.xml
res/drawable/ic_accessibility_reduce_bright_colors_foreground.xml
res/drawable/ic_account_circle.xml
res/drawable/ic_action_open.xml
res/drawable/ic_add_supervised_user.xml
res/drawable/ic_alert_window_layer.xml
res/drawable/ic_android_satellite_24px.xml
res/drawable/ic_arrow_drop_right_black_24dp.xml
res/drawable/ic_arrow_forward.xml
res/drawable/ic_audio_alarm.xml
res/drawable/ic_audio_alarm_mute.xml
res/drawable/ic_audio_media.xml
res/drawable/ic_audio_media_mute.xml
res/drawable/ic_audio_notification.xml
res/drawable/ic_audio_notification_mute.xml
res/drawable/ic_audio_ring_notif.xml
res/drawable/ic_audio_ring_notif_mute.xml
res/drawable/ic_audio_ring_notif_vibrate.xml
res/drawable/ic_audio_vol.xml
res/drawable/ic_audio_vol_mute.xml
res/drawable/ic_battery.xml
res/drawable/ic_battery_80_24dp.xml
res/drawable/ic_bluetooth_transient_animation.xml
res/drawable/ic_bluetooth_transient_animation_drawable.xml
res/drawable/ic_bt_headphones_a2dp.xml
res/drawable/ic_bt_headset_hfp.xml
res/drawable/ic_bt_hearing_aid.xml
res/drawable/ic_bt_laptop.xml
res/drawable/ic_bt_misc_hid.xml
res/drawable/ic_bt_network_pan.xml
res/drawable/ic_bt_pointing_hid.xml
res/drawable/ic_btn_round_more.xml
res/drawable/ic_btn_square_browser_zoom_fit_page.xml
res/drawable/ic_btn_square_browser_zoom_page_overview.xml
res/drawable/ic_call_answer.xml
res/drawable/ic_call_answer_video.xml
res/drawable/ic_call_decline.xml
res/drawable/ic_camera.xml
res/drawable/ic_camera_allowed.xml
res/drawable/ic_camera_blocked.xml
res/drawable/ic_check_24dp.xml
res/drawable/ic_check_circle_24px.xml
res/drawable/ic_chevron_end.xml
res/drawable/ic_chevron_start.xml
res/drawable/ic_chooser_group_arrow.xml
res/drawable/ic_chooser_pin.xml
res/drawable/ic_chooser_pin_dialog.xml
res/drawable/ic_clear.xml
res/drawable/ic_clear_holo_dark.xml
res/drawable/ic_clear_holo_light.xml
res/drawable/ic_clear_material.xml
res/drawable/ic_clone_badge.xml
res/drawable/ic_clone_icon_badge.xml
res/drawable/ic_close.xml
res/drawable/ic_collapse_bundle.xml
res/drawable/ic_collapse_notification.xml
res/drawable/ic_commit_search_api_material.xml
res/drawable/ic_corp_badge.xml
res/drawable/ic_corp_badge_case.xml
res/drawable/ic_corp_badge_color.xml
res/drawable/ic_corp_badge_no_background.xml
res/drawable/ic_corp_badge_off.xml
res/drawable/ic_corp_icon.xml
res/drawable/ic_corp_icon_badge_case.xml
res/drawable/ic_corp_icon_badge_color.xml
res/drawable/ic_corp_icon_badge_shadow.xml
res/drawable/ic_corp_statusbar_icon.xml
res/drawable/ic_corp_user_badge.xml
res/drawable/ic_dialog_alert_material.xml
res/drawable/ic_dnd_block_notifications.xml
res/drawable/ic_doc_apk.xml
res/drawable/ic_doc_audio.xml
res/drawable/ic_doc_certificate.xml
res/drawable/ic_doc_codes.xml
res/drawable/ic_doc_compressed.xml
res/drawable/ic_doc_contact.xml
res/drawable/ic_doc_document.xml
res/drawable/ic_doc_event.xml
res/drawable/ic_doc_excel.xml
res/drawable/ic_doc_folder.xml
res/drawable/ic_doc_font.xml
res/drawable/ic_doc_generic.xml
res/drawable/ic_doc_image.xml
res/drawable/ic_doc_pdf.xml
res/drawable/ic_doc_powerpoint.xml
res/drawable/ic_doc_presentation.xml
res/drawable/ic_doc_spreadsheet.xml
res/drawable/ic_doc_text.xml
res/drawable/ic_doc_video.xml
res/drawable/ic_doc_word.xml
res/drawable/ic_drag_handle.xml
res/drawable/ic_dual_screen.xml
res/drawable/ic_eject_24dp.xml
res/drawable/ic_expand_bundle.xml
res/drawable/ic_expand_more.xml
res/drawable/ic_expand_more_48dp.xml
res/drawable/ic_expand_notification.xml
res/drawable/ic_faster_emergency.xml
res/drawable/ic_feedback.xml
res/drawable/ic_feedback_alerted.xml
res/drawable/ic_feedback_downrank.xml
res/drawable/ic_feedback_indicator.xml
res/drawable/ic_feedback_silenced.xml
res/drawable/ic_feedback_uprank.xml
res/drawable/ic_file_copy.xml
res/drawable/ic_find_next_material.xml
res/drawable/ic_find_previous_material.xml
res/drawable/ic_fingerprint.xml
res/drawable/ic_folder_24dp.xml
res/drawable/ic_go_search_api_material.xml
res/drawable/ic_hotspot_transient_animation.xml
res/drawable/ic_hotspot_transient_animation_drawable.xml
res/drawable/ic_ime_nav_back.xml
res/drawable/ic_ime_switcher.xml
res/drawable/ic_info.xml
res/drawable/ic_info_outline.xml
res/drawable/ic_info_outline_24.xml
res/drawable/ic_input_extract_action_done.xml
res/drawable/ic_input_extract_action_go.xml
res/drawable/ic_input_extract_action_next.xml
res/drawable/ic_input_extract_action_previous.xml
res/drawable/ic_input_extract_action_return.xml
res/drawable/ic_input_extract_action_search.xml
res/drawable/ic_input_extract_action_send.xml
res/drawable/ic_instant_icon_badge_bolt.xml
res/drawable/ic_lock.xml
res/drawable/ic_lock_airplane_mode.xml
res/drawable/ic_lock_airplane_mode_off.xml
res/drawable/ic_lock_bugreport.xml
res/drawable/ic_lock_idle_alarm.xml
res/drawable/ic_lock_lock.xml
res/drawable/ic_lock_lockdown.xml
res/drawable/ic_lock_open.xml
res/drawable/ic_lock_power_off.xml
res/drawable/ic_lockscreen_ime.xml
res/drawable/ic_lockscreen_outerring.xml
res/drawable/ic_logout.xml
res/drawable/ic_maps_indicator_current_position_anim.xml
res/drawable/ic_media_route_connected_dark_material.xml
res/drawable/ic_media_route_connected_light_material.xml
res/drawable/ic_media_route_connecting_dark_material.xml
res/drawable/ic_media_route_connecting_holo_dark.xml
res/drawable/ic_media_route_connecting_holo_light.xml
res/drawable/ic_media_route_connecting_light_material.xml
res/drawable/ic_media_route_dark_material.xml
res/drawable/ic_media_route_holo_dark.xml
res/drawable/ic_media_route_holo_light.xml
res/drawable/ic_media_route_light_material.xml
res/drawable/ic_media_seamless.xml
res/drawable/ic_menu.xml
res/drawable/ic_menu_cc.xml
res/drawable/ic_menu_copy_material.xml
res/drawable/ic_menu_cut_material.xml
res/drawable/ic_menu_find_material.xml
res/drawable/ic_menu_moreoverflow_holo_dark.xml
res/drawable/ic_menu_moreoverflow_holo_light.xml
res/drawable/ic_menu_moreoverflow_material.xml
res/drawable/ic_menu_moreoverflow_material_dark.xml
res/drawable/ic_menu_moreoverflow_material_light.xml
res/drawable/ic_menu_paste_material.xml
res/drawable/ic_menu_redo_material.xml
res/drawable/ic_menu_refresh.xml
res/drawable/ic_menu_search_material.xml
res/drawable/ic_menu_selectall_material.xml
res/drawable/ic_menu_share_material.xml
res/drawable/ic_menu_undo_material.xml
res/drawable/ic_mic.xml
res/drawable/ic_mic_allowed.xml
res/drawable/ic_mic_blocked.xml
res/drawable/ic_minus.xml
res/drawable/ic_mode_edit.xml
res/drawable/ic_more_items.xml
res/drawable/ic_notification_alert.xml
res/drawable/ic_notification_block.xml
res/drawable/ic_notification_summary_auto.xml
res/drawable/ic_notifications_alerted.xml
res/drawable/ic_pan_tool.xml
res/drawable/ic_perm_device_info.xml
res/drawable/ic_permission.xml
res/drawable/ic_phone.xml
res/drawable/ic_phone_disabled.xml
res/drawable/ic_plus.xml
res/drawable/ic_popup_sync.xml
res/drawable/ic_print.xml
res/drawable/ic_print_error.xml
res/drawable/ic_private_profile_badge.xml
res/drawable/ic_private_profile_icon_badge.xml
res/drawable/ic_qs_airplane.xml
res/drawable/ic_qs_auto_rotate.xml
res/drawable/ic_qs_battery_saver.xml
res/drawable/ic_qs_bluetooth.xml
res/drawable/ic_qs_dnd.xml
res/drawable/ic_qs_flashlight.xml
res/drawable/ic_qs_night_display_on.xml
res/drawable/ic_qs_one_handed_mode.xml
res/drawable/ic_qs_ui_mode_night.xml
res/drawable/ic_refresh.xml
res/drawable/ic_restart.xml
res/drawable/ic_satellite_alt_24px.xml
res/drawable/ic_schedule.xml
res/drawable/ic_screenshot.xml
res/drawable/ic_screenshot_edit.xml
res/drawable/ic_sd_card_48dp.xml
res/drawable/ic_search_api_material.xml
res/drawable/ic_settings_24dp.xml
res/drawable/ic_settings_bluetooth.xml
res/drawable/ic_settings_print.xml
res/drawable/ic_signal_cellular.xml
res/drawable/ic_signal_cellular_0_4_bar.xml
res/drawable/ic_signal_cellular_0_5_bar.xml
res/drawable/ic_signal_cellular_1_4_bar.xml
res/drawable/ic_signal_cellular_1_5_bar.xml
res/drawable/ic_signal_cellular_2_4_bar.xml
res/drawable/ic_signal_cellular_2_5_bar.xml
res/drawable/ic_signal_cellular_3_4_bar.xml
res/drawable/ic_signal_cellular_3_5_bar.xml
res/drawable/ic_signal_cellular_4_4_bar.xml
res/drawable/ic_signal_cellular_4_5_bar.xml
res/drawable/ic_signal_cellular_5_5_bar.xml
res/drawable/ic_signal_cellular_alt_24px.xml
res/drawable/ic_signal_location.xml
res/drawable/ic_signal_wifi_transient_animation.xml
res/drawable/ic_signal_wifi_transient_animation_drawable.xml
res/drawable/ic_slice_send.xml
res/drawable/ic_spinner_caret.xml
res/drawable/ic_storage_48dp.xml
res/drawable/ic_swap_horiz.xml
res/drawable/ic_swipe_down.xml
res/drawable/ic_test_badge_experiment.xml
res/drawable/ic_test_badge_no_background.xml
res/drawable/ic_test_icon_badge_experiment.xml
res/drawable/ic_text_dot.xml
res/drawable/ic_thermostat.xml
res/drawable/ic_thread_network.xml
res/drawable/ic_usb_48dp.xml
res/drawable/ic_user_secure.xml
res/drawable/ic_visibility.xml
res/drawable/ic_voice_search_api_material.xml
res/drawable/ic_wifi_signal_0.xml
res/drawable/ic_wifi_signal_1.xml
res/drawable/ic_wifi_signal_2.xml
res/drawable/ic_wifi_signal_3.xml
res/drawable/ic_wifi_signal_4.xml
res/drawable/ic_zen_24dp.xml
res/drawable/ic_zen_mode_type_bedtime.xml
res/drawable/ic_zen_mode_type_driving.xml
res/drawable/ic_zen_mode_type_immersive.xml
res/drawable/ic_zen_mode_type_managed.xml
res/drawable/ic_zen_mode_type_other.xml
res/drawable/ic_zen_mode_type_schedule_calendar.xml
res/drawable/ic_zen_mode_type_schedule_time.xml
res/drawable/ic_zen_mode_type_theater.xml
res/drawable/ic_zen_mode_type_unknown.xml
res/drawable/iconfactory_adaptive_icon_drawable_wrapper.xml
res/drawable/immersive_cling_bg.xml
res/drawable/immersive_cling_btn_bg.xml
res/drawable/indicator_check_mark_dark.xml
res/drawable/indicator_check_mark_light.xml
res/drawable/input_extract_action_bg_material_dark.xml
res/drawable/input_extract_action_bg_normal_material_dark.xml
res/drawable/input_extract_action_bg_pressed_material_dark.xml
res/drawable/item_background.xml
res/drawable/item_background_activated_holo_dark.xml
res/drawable/item_background_borderless_material.xml
res/drawable/item_background_borderless_material_dark.xml
res/drawable/item_background_borderless_material_light.xml
res/drawable/item_background_holo_dark.xml
res/drawable/item_background_holo_light.xml
res/drawable/item_background_material.xml
res/drawable/item_background_material_dark.xml
res/drawable/item_background_material_light.xml
res/drawable/jog_tab_bar_left_answer.xml
res/drawable/jog_tab_bar_left_generic.xml
res/drawable/jog_tab_bar_left_unlock.xml
res/drawable/jog_tab_bar_right_decline.xml
res/drawable/jog_tab_bar_right_generic.xml
res/drawable/jog_tab_bar_right_sound_off.xml
res/drawable/jog_tab_bar_right_sound_on.xml
res/drawable/jog_tab_left_answer.xml
res/drawable/jog_tab_left_generic.xml
res/drawable/jog_tab_left_unlock.xml
res/drawable/jog_tab_right_decline.xml
res/drawable/jog_tab_right_generic.xml
res/drawable/jog_tab_right_sound_off.xml
res/drawable/jog_tab_right_sound_on.xml
res/drawable/keyboard_key_feedback.xml
res/drawable/language_picker_item_bg_selected.xml
res/drawable/language_picker_item_text_color2_selector.xml
res/drawable/language_picker_item_text_color_selector.xml
res/drawable/light_header_dither.xml
res/drawable/list_choice_background_material.xml
res/drawable/list_divider_material.xml
res/drawable/list_highlight.xml
res/drawable/list_highlight_active.xml
res/drawable/list_highlight_inactive.xml
res/drawable/list_section_divider_material.xml
res/drawable/list_selected_background.xml
res/drawable/list_selected_background_light.xml
res/drawable/list_selector_background.xml
res/drawable/list_selector_background_light.xml
res/drawable/list_selector_background_transition.xml
res/drawable/list_selector_background_transition_holo_dark.xml
res/drawable/list_selector_background_transition_holo_light.xml
res/drawable/list_selector_background_transition_light.xml
res/drawable/list_selector_holo_dark.xml
res/drawable/list_selector_holo_light.xml
res/drawable/load_average_background.xml
res/drawable/loading_spinner.xml
res/drawable/lockscreen_notselected.xml
res/drawable/lockscreen_selected.xml
res/drawable/media_button_background.xml
res/drawable/media_seamless_background.xml
res/drawable/menu_panel_holo_dark.xml
res/drawable/menu_panel_holo_light.xml
res/drawable/menu_selector.xml
res/drawable/menuitem_background.xml
res/drawable/menuitem_background_solid.xml
res/drawable/menuitem_checkbox.xml
res/drawable/messaging_user.xml
res/drawable/minitab_lt.xml
res/drawable/notification_big_picture_outline.xml
res/drawable/notification_icon_circle.xml
res/drawable/notification_large_icon_outline.xml
res/drawable/notification_material_action_background.xml
res/drawable/notification_material_media_action_background.xml
res/drawable/number_picker_divider_material.xml
res/drawable/numberpicker_down_btn.xml
res/drawable/numberpicker_input.xml
res/drawable/numberpicker_up_btn.xml
res/drawable/panel_picture_frame_background.xml
res/drawable/perm_group_activity_recognition.xml
res/drawable/perm_group_aural.xml
res/drawable/perm_group_calendar.xml
res/drawable/perm_group_call_log.xml
res/drawable/perm_group_camera.xml
res/drawable/perm_group_contacts.xml
res/drawable/perm_group_location.xml
res/drawable/perm_group_microphone.xml
res/drawable/perm_group_nearby_devices.xml
res/drawable/perm_group_phone_calls.xml
res/drawable/perm_group_read_media_aural.xml
res/drawable/perm_group_read_media_visual.xml
res/drawable/perm_group_sensors.xml
res/drawable/perm_group_sms.xml
res/drawable/perm_group_storage.xml
res/drawable/perm_group_visual.xml
res/drawable/pointer_alias_icon.xml
res/drawable/pointer_alias_large_icon.xml
res/drawable/pointer_alias_vector.xml
res/drawable/pointer_alias_vector_icon.xml
res/drawable/pointer_all_scroll_icon.xml
res/drawable/pointer_all_scroll_large_icon.xml
res/drawable/pointer_all_scroll_vector.xml
res/drawable/pointer_all_scroll_vector_icon.xml
res/drawable/pointer_arrow_icon.xml
res/drawable/pointer_arrow_large_icon.xml
res/drawable/pointer_arrow_vector.xml
res/drawable/pointer_arrow_vector_icon.xml
res/drawable/pointer_cell_icon.xml
res/drawable/pointer_cell_large_icon.xml
res/drawable/pointer_cell_vector.xml
res/drawable/pointer_cell_vector_icon.xml
res/drawable/pointer_context_menu_icon.xml
res/drawable/pointer_context_menu_large_icon.xml
res/drawable/pointer_context_menu_vector.xml
res/drawable/pointer_context_menu_vector_icon.xml
res/drawable/pointer_copy_icon.xml
res/drawable/pointer_copy_large_icon.xml
res/drawable/pointer_copy_vector.xml
res/drawable/pointer_copy_vector_icon.xml
res/drawable/pointer_crosshair_icon.xml
res/drawable/pointer_crosshair_large_icon.xml
res/drawable/pointer_crosshair_vector.xml
res/drawable/pointer_crosshair_vector_icon.xml
res/drawable/pointer_grab_icon.xml
res/drawable/pointer_grab_large_icon.xml
res/drawable/pointer_grab_vector.xml
res/drawable/pointer_grab_vector_icon.xml
res/drawable/pointer_grabbing_icon.xml
res/drawable/pointer_grabbing_large_icon.xml
res/drawable/pointer_grabbing_vector.xml
res/drawable/pointer_grabbing_vector_icon.xml
res/drawable/pointer_hand_icon.xml
res/drawable/pointer_hand_large_icon.xml
res/drawable/pointer_hand_vector.xml
res/drawable/pointer_hand_vector_icon.xml
res/drawable/pointer_handwriting_icon.xml
res/drawable/pointer_handwriting_vector.xml
res/drawable/pointer_handwriting_vector_icon.xml
res/drawable/pointer_help_icon.xml
res/drawable/pointer_help_large_icon.xml
res/drawable/pointer_help_vector.xml
res/drawable/pointer_help_vector_icon.xml
res/drawable/pointer_horizontal_double_arrow_icon.xml
res/drawable/pointer_horizontal_double_arrow_large_icon.xml
res/drawable/pointer_horizontal_double_arrow_vector.xml
res/drawable/pointer_horizontal_double_arrow_vector_icon.xml
res/drawable/pointer_nodrop_icon.xml
res/drawable/pointer_nodrop_large_icon.xml
res/drawable/pointer_nodrop_vector.xml
res/drawable/pointer_nodrop_vector_icon.xml
res/drawable/pointer_spot_anchor_icon.xml
res/drawable/pointer_spot_anchor_vector.xml
res/drawable/pointer_spot_anchor_vector_icon.xml
res/drawable/pointer_spot_hover_icon.xml
res/drawable/pointer_spot_hover_vector.xml
res/drawable/pointer_spot_hover_vector_icon.xml
res/drawable/pointer_spot_touch_icon.xml
res/drawable/pointer_spot_touch_vector.xml
res/drawable/pointer_spot_touch_vector_icon.xml
res/drawable/pointer_text_icon.xml
res/drawable/pointer_text_large_icon.xml
res/drawable/pointer_text_vector.xml
res/drawable/pointer_text_vector_icon.xml
res/drawable/pointer_top_left_diagonal_double_arrow_icon.xml
res/drawable/pointer_top_left_diagonal_double_arrow_large_icon.xml
res/drawable/pointer_top_left_diagonal_double_arrow_vector.xml
res/drawable/pointer_top_left_diagonal_double_arrow_vector_icon.xml
res/drawable/pointer_top_right_diagonal_double_arrow_icon.xml
res/drawable/pointer_top_right_diagonal_double_arrow_large_icon.xml
res/drawable/pointer_top_right_diagonal_double_arrow_vector.xml
res/drawable/pointer_top_right_diagonal_double_arrow_vector_icon.xml
res/drawable/pointer_vertical_double_arrow_icon.xml
res/drawable/pointer_vertical_double_arrow_large_icon.xml
res/drawable/pointer_vertical_double_arrow_vector.xml
res/drawable/pointer_vertical_double_arrow_vector_icon.xml
res/drawable/pointer_vertical_text_icon.xml
res/drawable/pointer_vertical_text_large_icon.xml
res/drawable/pointer_vertical_text_vector.xml
res/drawable/pointer_vertical_text_vector_icon.xml
res/drawable/pointer_wait.xml
res/drawable/pointer_wait_icon.xml
res/drawable/pointer_wait_vector.xml
res/drawable/pointer_wait_vector_0.xml
res/drawable/pointer_wait_vector_1.xml
res/drawable/pointer_wait_vector_10.xml
res/drawable/pointer_wait_vector_11.xml
res/drawable/pointer_wait_vector_12.xml
res/drawable/pointer_wait_vector_13.xml
res/drawable/pointer_wait_vector_14.xml
res/drawable/pointer_wait_vector_15.xml
res/drawable/pointer_wait_vector_16.xml
res/drawable/pointer_wait_vector_17.xml
res/drawable/pointer_wait_vector_18.xml
res/drawable/pointer_wait_vector_19.xml
res/drawable/pointer_wait_vector_2.xml
res/drawable/pointer_wait_vector_20.xml
res/drawable/pointer_wait_vector_21.xml
res/drawable/pointer_wait_vector_22.xml
res/drawable/pointer_wait_vector_23.xml
res/drawable/pointer_wait_vector_24.xml
res/drawable/pointer_wait_vector_25.xml
res/drawable/pointer_wait_vector_26.xml
res/drawable/pointer_wait_vector_27.xml
res/drawable/pointer_wait_vector_28.xml
res/drawable/pointer_wait_vector_29.xml
res/drawable/pointer_wait_vector_3.xml
res/drawable/pointer_wait_vector_30.xml
res/drawable/pointer_wait_vector_31.xml
res/drawable/pointer_wait_vector_32.xml
res/drawable/pointer_wait_vector_33.xml
res/drawable/pointer_wait_vector_34.xml
res/drawable/pointer_wait_vector_35.xml
res/drawable/pointer_wait_vector_36.xml
res/drawable/pointer_wait_vector_37.xml
res/drawable/pointer_wait_vector_38.xml
res/drawable/pointer_wait_vector_39.xml
res/drawable/pointer_wait_vector_4.xml
res/drawable/pointer_wait_vector_40.xml
res/drawable/pointer_wait_vector_41.xml
res/drawable/pointer_wait_vector_42.xml
res/drawable/pointer_wait_vector_43.xml
res/drawable/pointer_wait_vector_44.xml
res/drawable/pointer_wait_vector_45.xml
res/drawable/pointer_wait_vector_46.xml
res/drawable/pointer_wait_vector_47.xml
res/drawable/pointer_wait_vector_48.xml
res/drawable/pointer_wait_vector_49.xml
res/drawable/pointer_wait_vector_5.xml
res/drawable/pointer_wait_vector_50.xml
res/drawable/pointer_wait_vector_51.xml
res/drawable/pointer_wait_vector_52.xml
res/drawable/pointer_wait_vector_53.xml
res/drawable/pointer_wait_vector_54.xml
res/drawable/pointer_wait_vector_55.xml
res/drawable/pointer_wait_vector_56.xml
res/drawable/pointer_wait_vector_57.xml
res/drawable/pointer_wait_vector_58.xml
res/drawable/pointer_wait_vector_59.xml
res/drawable/pointer_wait_vector_6.xml
res/drawable/pointer_wait_vector_60.xml
res/drawable/pointer_wait_vector_61.xml
res/drawable/pointer_wait_vector_62.xml
res/drawable/pointer_wait_vector_63.xml
res/drawable/pointer_wait_vector_64.xml
res/drawable/pointer_wait_vector_65.xml
res/drawable/pointer_wait_vector_66.xml
res/drawable/pointer_wait_vector_67.xml
res/drawable/pointer_wait_vector_68.xml
res/drawable/pointer_wait_vector_69.xml
res/drawable/pointer_wait_vector_7.xml
res/drawable/pointer_wait_vector_70.xml
res/drawable/pointer_wait_vector_71.xml
res/drawable/pointer_wait_vector_72.xml
res/drawable/pointer_wait_vector_73.xml
res/drawable/pointer_wait_vector_74.xml
res/drawable/pointer_wait_vector_75.xml
res/drawable/pointer_wait_vector_76.xml
res/drawable/pointer_wait_vector_77.xml
res/drawable/pointer_wait_vector_78.xml
res/drawable/pointer_wait_vector_79.xml
res/drawable/pointer_wait_vector_8.xml
res/drawable/pointer_wait_vector_80.xml
res/drawable/pointer_wait_vector_81.xml
res/drawable/pointer_wait_vector_82.xml
res/drawable/pointer_wait_vector_83.xml
res/drawable/pointer_wait_vector_84.xml
res/drawable/pointer_wait_vector_85.xml
res/drawable/pointer_wait_vector_86.xml
res/drawable/pointer_wait_vector_87.xml
res/drawable/pointer_wait_vector_9.xml
res/drawable/pointer_wait_vector_icon.xml
res/drawable/pointer_zoom_in_icon.xml
res/drawable/pointer_zoom_in_large_icon.xml
res/drawable/pointer_zoom_in_vector.xml
res/drawable/pointer_zoom_in_vector_icon.xml
res/drawable/pointer_zoom_out_icon.xml
res/drawable/pointer_zoom_out_large_icon.xml
res/drawable/pointer_zoom_out_vector.xml
res/drawable/pointer_zoom_out_vector_icon.xml
res/drawable/popup_background_material.xml
res/drawable/popup_inline_error.xml
res/drawable/popup_inline_error_above.xml
res/drawable/popup_inline_error_above_holo_dark.xml
res/drawable/popup_inline_error_above_holo_light.xml
res/drawable/popup_inline_error_holo_dark.xml
res/drawable/popup_inline_error_holo_light.xml
res/drawable/progress_horizontal.xml
res/drawable/progress_horizontal_holo_dark.xml
res/drawable/progress_horizontal_holo_light.xml
res/drawable/progress_horizontal_material.xml
res/drawable/progress_indeterminate_anim_large_material.xml
res/drawable/progress_indeterminate_anim_medium_material.xml
res/drawable/progress_indeterminate_horizontal.xml
res/drawable/progress_indeterminate_horizontal_holo.xml
res/drawable/progress_indeterminate_horizontal_material.xml
res/drawable/progress_large.xml
res/drawable/progress_large_holo.xml
res/drawable/progress_large_material.xml
res/drawable/progress_large_white.xml
res/drawable/progress_medium.xml
res/drawable/progress_medium_holo.xml
res/drawable/progress_medium_material.xml
res/drawable/progress_medium_white.xml
res/drawable/progress_small.xml
res/drawable/progress_small_holo.xml
res/drawable/progress_small_material.xml
res/drawable/progress_small_titlebar.xml
res/drawable/progress_small_white.xml
res/drawable/progress_static_material.xml
res/drawable/quickcontact_badge_overlay_dark.xml
res/drawable/quickcontact_badge_overlay_focused_dark.xml
res/drawable/quickcontact_badge_overlay_focused_light.xml
res/drawable/quickcontact_badge_overlay_light.xml
res/drawable/quickcontact_badge_overlay_normal_dark.xml
res/drawable/quickcontact_badge_overlay_normal_light.xml
res/drawable/quickcontact_badge_overlay_pressed_dark.xml
res/drawable/quickcontact_badge_overlay_pressed_light.xml
res/drawable/ratingbar.xml
res/drawable/ratingbar_full.xml
res/drawable/ratingbar_full_empty.xml
res/drawable/ratingbar_full_empty_holo_dark.xml
res/drawable/ratingbar_full_empty_holo_light.xml
res/drawable/ratingbar_full_empty_material.xml
res/drawable/ratingbar_full_filled.xml
res/drawable/ratingbar_full_filled_holo_dark.xml
res/drawable/ratingbar_full_filled_holo_light.xml
res/drawable/ratingbar_full_filled_material.xml
res/drawable/ratingbar_full_half_material.xml
res/drawable/ratingbar_full_holo_dark.xml
res/drawable/ratingbar_full_holo_light.xml
res/drawable/ratingbar_holo_dark.xml
res/drawable/ratingbar_holo_light.xml
res/drawable/ratingbar_indicator_material.xml
res/drawable/ratingbar_material.xml
res/drawable/ratingbar_small.xml
res/drawable/ratingbar_small_holo_dark.xml
res/drawable/ratingbar_small_holo_light.xml
res/drawable/ratingbar_small_material.xml
res/drawable/red_shield.xml
res/drawable/resolver_button_bg.xml
res/drawable/resolver_icon_placeholder.xml
res/drawable/resolver_outlined_button_bg.xml
res/drawable/resolver_profile_tab_bg.xml
res/drawable/resolver_turn_on_work_button_ripple_background.xml
res/drawable/screen_background_selector_dark.xml
res/drawable/screen_background_selector_light.xml
res/drawable/scroll_indicator_material.xml
res/drawable/scrollbar_handle_material.xml
res/drawable/scrubber_control_selector_holo.xml
res/drawable/scrubber_progress_horizontal_holo_dark.xml
res/drawable/scrubber_progress_horizontal_holo_light.xml
res/drawable/search_dropdown_dark.xml
res/drawable/search_dropdown_light.xml
res/drawable/search_spinner.xml
res/drawable/seek_thumb.xml
res/drawable/seekbar_thumb_material_anim.xml
res/drawable/seekbar_thumb_pressed_to_unpressed.xml
res/drawable/seekbar_thumb_pressed_to_unpressed_animation.xml
res/drawable/seekbar_thumb_unpressed_to_pressed.xml
res/drawable/seekbar_thumb_unpressed_to_pressed_animation.xml
res/drawable/seekbar_tick_mark_material.xml
res/drawable/seekbar_track_material.xml
res/drawable/settings_header.xml
res/drawable/silent_mode_indicator.xml
res/drawable/slice_remote_input_bg.xml
res/drawable/slice_ripple_drawable.xml
res/drawable/spinner_ab_default_holo_dark.xml
res/drawable/spinner_ab_default_holo_light.xml
res/drawable/spinner_ab_disabled_holo_dark.xml
res/drawable/spinner_ab_disabled_holo_light.xml
res/drawable/spinner_ab_focused_holo_dark.xml
res/drawable/spinner_ab_focused_holo_light.xml
res/drawable/spinner_ab_holo_dark.xml
res/drawable/spinner_ab_holo_light.xml
res/drawable/spinner_ab_pressed_holo_dark.xml
res/drawable/spinner_ab_pressed_holo_light.xml
res/drawable/spinner_background.xml
res/drawable/spinner_background_holo_dark.xml
res/drawable/spinner_background_holo_light.xml
res/drawable/spinner_background_material.xml
res/drawable/spinner_default_holo_dark.xml
res/drawable/spinner_default_holo_light.xml
res/drawable/spinner_disabled_holo_dark.xml
res/drawable/spinner_disabled_holo_light.xml
res/drawable/spinner_dropdown_background.xml
res/drawable/spinner_focused_holo_dark.xml
res/drawable/spinner_focused_holo_light.xml
res/drawable/spinner_pressed_holo_dark.xml
res/drawable/spinner_pressed_holo_light.xml
res/drawable/spinner_textfield_background_material.xml
res/drawable/stat_notify_call_mute.xml
res/drawable/stat_notify_disabled_data.xml
res/drawable/stat_notify_wifi_in_range.xml
res/drawable/stat_sys_battery.xml
res/drawable/stat_sys_battery_charge.xml
res/drawable/stat_sys_download.xml
res/drawable/stat_sys_download_done_static.xml
res/drawable/stat_sys_managed_profile_status.xml
res/drawable/stat_sys_private_profile_status.xml
res/drawable/stat_sys_speakerphone.xml
res/drawable/stat_sys_tether_wifi.xml
res/drawable/stat_sys_upload.xml
res/drawable/stat_sys_vitals.xml
res/drawable/status_bar_item_app_background.xml
res/drawable/status_bar_item_background.xml
res/drawable/submenu_arrow.xml
res/drawable/switch_inner_holo_dark.xml
res/drawable/switch_inner_holo_light.xml
res/drawable/switch_thumb_material_anim.xml
res/drawable/switch_track_holo_dark.xml
res/drawable/switch_track_holo_light.xml
res/drawable/switch_track_material.xml
res/drawable/sym_app_on_sd_unavailable_icon.xml
res/drawable/sym_def_app_icon.xml
res/drawable/sym_def_app_icon_background.xml
res/drawable/tab_bottom_left.xml
res/drawable/tab_bottom_left_v4.xml
res/drawable/tab_bottom_right.xml
res/drawable/tab_bottom_right_v4.xml
res/drawable/tab_indicator.xml
res/drawable/tab_indicator_ab_holo.xml
res/drawable/tab_indicator_holo.xml
res/drawable/tab_indicator_material.xml
res/drawable/tab_indicator_resolver.xml
res/drawable/tab_indicator_v4.xml
res/drawable/text_cursor_material.xml
res/drawable/text_select_handle_left_material.xml
res/drawable/text_select_handle_middle_material.xml
res/drawable/text_select_handle_right_material.xml
res/drawable/textfield_search.xml
res/drawable/textfield_search_empty.xml
res/drawable/textfield_search_material.xml
res/drawable/textfield_searchview_holo_dark.xml
res/drawable/textfield_searchview_holo_light.xml
res/drawable/textfield_searchview_right_holo_dark.xml
res/drawable/textfield_searchview_right_holo_light.xml
res/drawable/time_picker_editable_background.xml
res/drawable/title_bar.xml
res/drawable/title_bar_shadow.xml
res/drawable/toast_frame.xml
res/drawable/tooltip_frame.xml
res/drawable/vector_drawable_progress_bar_large.xml
res/drawable/vector_drawable_progress_bar_medium.xml
res/drawable/vector_drawable_progress_bar_small.xml
res/drawable/vector_drawable_progress_indeterminate_horizontal.xml
res/drawable/view_accessibility_focused.xml
res/drawable/work_mode_emergency_button_background.xml
res/drawable/work_widget_mask_view_background.xml
res/interpolator-watch-v8/progress_indeterminate_rotation_interpolator.xml
res/interpolator-watch-v8/rounded_window_interpolator.xml
res/interpolator-watch-v8/trim_end_interpolator.xml
res/interpolator-watch-v8/trim_offset_interpolator.xml
res/interpolator-watch-v8/trim_start_interpolator.xml
res/interpolator/accelerate_cubic.xml
res/interpolator/accelerate_decelerate.xml
res/interpolator/accelerate_quad.xml
res/interpolator/accelerate_quart.xml
res/interpolator/accelerate_quint.xml
res/interpolator/activity_close_dim.xml
res/interpolator/aggressive_ease.xml
res/interpolator/anticipate.xml
res/interpolator/anticipate_overshoot.xml
res/interpolator/bounce.xml
res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml
res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml
res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml
res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml
res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml
res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml
res/interpolator/cycle.xml
res/interpolator/decelerate_cubic.xml
res/interpolator/decelerate_quad.xml
res/interpolator/decelerate_quart.xml
res/interpolator/decelerate_quint.xml
res/interpolator/emphasized.xml
res/interpolator/emphasized_accelerate.xml
res/interpolator/emphasized_decelerate.xml
res/interpolator/fast_out_extra_slow_in.xml
res/interpolator/fast_out_linear_in.xml
res/interpolator/fast_out_slow_in.xml
res/interpolator/ft_avd_toarrow_animation_interpolator_0.xml
res/interpolator/ft_avd_toarrow_animation_interpolator_1.xml
res/interpolator/ft_avd_toarrow_animation_interpolator_2.xml
res/interpolator/ft_avd_toarrow_animation_interpolator_3.xml
res/interpolator/ft_avd_toarrow_animation_interpolator_4.xml
res/interpolator/ft_avd_toarrow_animation_interpolator_5.xml
res/interpolator/ft_avd_toarrow_animation_interpolator_6.xml
res/interpolator/launch_task_behind_source_scale_1.xml
res/interpolator/launch_task_behind_source_scale_2.xml
res/interpolator/launch_task_behind_target_ydelta.xml
res/interpolator/launch_task_micro_alpha.xml
res/interpolator/launch_task_micro_ydelta.xml
res/interpolator/linear.xml
res/interpolator/linear_out_slow_in.xml
res/interpolator/overshoot.xml
res/interpolator/progress_indeterminate_horizontal_rect1_scalex.xml
res/interpolator/progress_indeterminate_horizontal_rect1_translatex.xml
res/interpolator/progress_indeterminate_horizontal_rect2_scalex.xml
res/interpolator/progress_indeterminate_horizontal_rect2_translatex.xml
res/interpolator/screen_rotation.xml
res/interpolator/screen_rotation_alpha_in.xml
res/interpolator/screen_rotation_alpha_out.xml
res/interpolator/standard.xml
res/interpolator/standard_accelerate.xml
res/interpolator/standard_decelerate.xml
res/interpolator/transient_interpolator.xml
res/interpolator/trim_end_interpolator.xml
res/interpolator/trim_start_interpolator.xml
res/layout-car-v8/car_alert_dialog.xml
res/layout-car-v8/car_alert_dialog_button_bar.xml
res/layout-car-v8/car_alert_dialog_title.xml
res/layout-car-v8/car_preference.xml
res/layout-car-v8/car_preference_category.xml
res/layout-car-v8/car_resolver_list.xml
res/layout-car-v8/car_resolver_list_with_default.xml
res/layout-land/date_picker_material.xml
res/layout-land/icon_menu_layout.xml
res/layout-land/ssl_certificate.xml
res/layout-land/time_picker_material.xml
res/layout-large-v4/action_mode_close_item.xml
res/layout-notround-watch-v23/alert_dialog_title_material.xml
res/layout-port/icon_menu_layout.xml
res/layout-round-watch-v23/alert_dialog_title_material.xml
res/layout-sw600dp-v13/date_picker_dialog.xml
res/layout-sw600dp-v13/keyguard.xml
res/layout-sw600dp-v13/preference_list_content_single.xml
res/layout-television-v8/autofill_save.xml
res/layout-watch-v8/alert_dialog_material.xml
res/layout-watch-v8/alert_dialog_progress_material.xml
res/layout-watch-v8/app_anr_dialog.xml
res/layout-watch-v8/app_error_dialog.xml
res/layout-watch-v8/date_picker_dialog.xml
res/layout-watch-v8/global_actions.xml
res/layout-watch-v8/global_actions_item.xml
res/layout-watch-v8/grant_credentials_permission.xml
res/layout-watch-v8/input_method_extract_view.xml
res/layout-watch-v8/input_method_switch_dialog_title.xml
res/layout-watch-v8/input_method_switch_item.xml
res/layout-watch-v8/input_method_switcher_list_layout.xml
res/layout-watch-v8/permissions_package_list_item.xml
res/layout-watch-v8/preference_list_fragment_material.xml
res/layout-watch-v8/preference_material.xml
res/layout-watch-v8/preference_widget_switch.xml
res/layout-watch-v8/progress_dialog_material.xml
res/layout-watch-v8/time_picker_dialog.xml
res/layout-watch-v8/transient_notification.xml
res/layout-watch-v8/watch_base_error_dialog.xml
res/layout-watch-v8/watch_base_error_dialog_title.xml
res/layout-xlarge-v4/activity_list.xml
res/layout-xlarge-v4/breadcrumbs_in_fragment.xml
res/layout-xlarge-v4/breadcrumbs_in_fragment_material.xml
res/layout-xlarge-v4/select_dialog_item_holo.xml
res/layout-xlarge-v4/select_dialog_multichoice_holo.xml
res/layout-xlarge-v4/select_dialog_singlechoice_holo.xml
res/layout/accessibility_button_chooser.xml
res/layout/accessibility_button_chooser_item.xml
res/layout/accessibility_enable_service_warning.xml
res/layout/accessibility_service_warning.xml
res/layout/accessibility_shortcut_chooser_item.xml
res/layout/action_bar_home.xml
res/layout/action_bar_home_material.xml
res/layout/action_bar_title_item.xml
res/layout/action_bar_up_container.xml
res/layout/action_menu_item_layout.xml
res/layout/action_menu_layout.xml
res/layout/action_mode_bar.xml
res/layout/action_mode_close_item.xml
res/layout/action_mode_close_item_material.xml
res/layout/activity_chooser_view.xml
res/layout/activity_chooser_view_list_item.xml
res/layout/activity_list.xml
res/layout/activity_list_item.xml
res/layout/activity_list_item_2.xml
res/layout/adaptive_notification_wrapper.xml
res/layout/alert_dialog.xml
res/layout/alert_dialog_button_bar_leanback.xml
res/layout/alert_dialog_button_bar_material.xml
res/layout/alert_dialog_holo.xml
res/layout/alert_dialog_leanback.xml
res/layout/alert_dialog_leanback_button_panel_side.xml
res/layout/alert_dialog_material.xml
res/layout/alert_dialog_progress.xml
res/layout/alert_dialog_progress_holo.xml
res/layout/alert_dialog_progress_material.xml
res/layout/alert_dialog_title_material.xml
res/layout/always_use_checkbox.xml
res/layout/am_compat_mode_dialog.xml
res/layout/app_anr_dialog.xml
res/layout/app_error_dialog.xml
res/layout/app_language_picker_current_locale_item.xml
res/layout/app_language_picker_system_current.xml
res/layout/app_language_picker_system_default.xml
res/layout/app_not_authorized.xml
res/layout/app_permission_item.xml
res/layout/app_permission_item_money.xml
res/layout/app_permission_item_old.xml
res/layout/app_perms_summary.xml
res/layout/auto_complete_list.xml
res/layout/autofill_dataset_picker.xml
res/layout/autofill_dataset_picker_fullscreen.xml
res/layout/autofill_dataset_picker_header_footer.xml
res/layout/autofill_fill_dialog.xml
res/layout/autofill_save.xml
res/layout/breadcrumbs_in_fragment.xml
res/layout/breadcrumbs_in_fragment_material.xml
res/layout/browser_link_context_header.xml
res/layout/calendar_view.xml
res/layout/cascading_menu_item_layout.xml
res/layout/cascading_menu_item_layout_material.xml
res/layout/character_picker.xml
res/layout/character_picker_button.xml
res/layout/choose_account.xml
res/layout/choose_account_row.xml
res/layout/choose_account_type.xml
res/layout/choose_type_and_account.xml
res/layout/chooser_action_button.xml
res/layout/chooser_action_row.xml
res/layout/chooser_az_label_row.xml
res/layout/chooser_dialog.xml
res/layout/chooser_dialog_item.xml
res/layout/chooser_grid.xml
res/layout/chooser_grid_preview_file.xml
res/layout/chooser_grid_preview_image.xml
res/layout/chooser_grid_preview_text.xml
res/layout/chooser_list_per_profile.xml
res/layout/chooser_profile_row.xml
res/layout/chooser_row.xml
res/layout/chooser_row_direct_share.xml
res/layout/common_tab_settings.xml
res/layout/conversation_face_pile_layout.xml
res/layout/date_picker_dialog.xml
res/layout/date_picker_header_material.xml
res/layout/date_picker_legacy.xml
res/layout/date_picker_legacy_holo.xml
res/layout/date_picker_material.xml
res/layout/date_picker_month_item_material.xml
res/layout/date_picker_view_animator_material.xml
res/layout/day_picker_content_material.xml
res/layout/default_navigation.xml
res/layout/dialog_custom_title.xml
res/layout/dialog_custom_title_holo.xml
res/layout/dialog_custom_title_material.xml
res/layout/dialog_title.xml
res/layout/dialog_title_holo.xml
res/layout/dialog_title_icons.xml
res/layout/dialog_title_icons_holo.xml
res/layout/dialog_title_icons_material.xml
res/layout/dialog_title_material.xml
res/layout/expandable_list_content.xml
res/layout/expanded_menu_layout.xml
res/layout/floating_popup_close_overflow_button.xml
res/layout/floating_popup_container.xml
res/layout/floating_popup_menu_button.xml
res/layout/floating_popup_open_overflow_button.xml
res/layout/floating_popup_overflow_button.xml
res/layout/fragment_bread_crumb_item.xml
res/layout/fragment_bread_crumb_item_material.xml
res/layout/fragment_bread_crumbs.xml
res/layout/global_actions_item.xml
res/layout/global_actions_silent_mode.xml
res/layout/grant_credentials_permission.xml
res/layout/harmful_app_warning_dialog.xml
res/layout/heavy_weight_switcher.xml
res/layout/icon_menu_item_layout.xml
res/layout/immersive_mode_cling.xml
res/layout/input_method.xml
res/layout/input_method_extract_view.xml
res/layout/input_method_nav_back.xml
res/layout/input_method_nav_home_handle.xml
res/layout/input_method_nav_ime_switcher.xml
res/layout/input_method_navigation_bar.xml
res/layout/input_method_navigation_layout.xml
res/layout/input_method_switch_dialog_title.xml
res/layout/input_method_switch_item.xml
res/layout/js_prompt.xml
res/layout/keyboard_key_preview.xml
res/layout/keyboard_popup_keyboard.xml
res/layout/keyguard.xml
res/layout/language_picker_bilingual_item.xml
res/layout/language_picker_bilingual_section_header.xml
res/layout/language_picker_item.xml
res/layout/language_picker_section_header.xml
res/layout/launch_warning.xml
res/layout/list_content.xml
res/layout/list_content_simple.xml
res/layout/list_gestures_overlay.xml
res/layout/list_menu_item_checkbox.xml
res/layout/list_menu_item_fixed_size_icon.xml
res/layout/list_menu_item_icon.xml
res/layout/list_menu_item_layout.xml
res/layout/list_menu_item_radio.xml
res/layout/locale_picker_item.xml
res/layout/media_controller.xml
res/layout/media_route_chooser_dialog.xml
res/layout/media_route_controller_dialog.xml
res/layout/media_route_list_item.xml
res/layout/menu_item.xml
res/layout/miniresolver.xml
res/layout/notification_expand_button.xml
res/layout/notification_intruder_content.xml
res/layout/notification_material_action.xml
res/layout/notification_material_action_emphasized.xml
res/layout/notification_material_action_emphasized_tombstone.xml
res/layout/notification_material_action_list.xml
res/layout/notification_material_action_tombstone.xml
res/layout/notification_material_media_action.xml
res/layout/notification_material_reply_text.xml
res/layout/notification_template_conversation_header.xml
res/layout/notification_template_conversation_icon_container.xml
res/layout/notification_template_header.xml
res/layout/notification_template_material_base.xml
res/layout/notification_template_material_big_base.xml
res/layout/notification_template_material_big_call.xml
res/layout/notification_template_material_big_media.xml
res/layout/notification_template_material_big_messaging.xml
res/layout/notification_template_material_big_picture.xml
res/layout/notification_template_material_big_text.xml
res/layout/notification_template_material_call.xml
res/layout/notification_template_material_compact_heads_up_base.xml
res/layout/notification_template_material_conversation.xml
res/layout/notification_template_material_heads_up_base.xml
res/layout/notification_template_material_inbox.xml
res/layout/notification_template_material_media.xml
res/layout/notification_template_material_messaging.xml
res/layout/notification_template_material_messaging_compact_heads_up.xml
res/layout/notification_template_messaging_group.xml
res/layout/notification_template_messaging_image_message.xml
res/layout/notification_template_messaging_text_message.xml
res/layout/notification_template_part_chronometer.xml
res/layout/notification_template_part_line1.xml
res/layout/notification_template_progress.xml
res/layout/notification_template_progressbar.xml
res/layout/notification_template_right_icon.xml
res/layout/notification_template_smart_reply_container.xml
res/layout/notification_template_text.xml
res/layout/notification_template_text_multiline.xml
res/layout/notification_top_line_views.xml
res/layout/number_picker.xml
res/layout/number_picker_material.xml
res/layout/number_picker_with_selector_wheel.xml
res/layout/overlay_display_window.xml
res/layout/permissions_account_and_authtokentype.xml
res/layout/permissions_package_list_item.xml
res/layout/platlogo_layout.xml
res/layout/popup_menu_header_item_layout.xml
res/layout/popup_menu_item_layout.xml
res/layout/popup_menu_item_layout_material.xml
res/layout/power_dialog.xml
res/layout/preference.xml
res/layout/preference_category.xml
res/layout/preference_category_holo.xml
res/layout/preference_category_material.xml
res/layout/preference_child.xml
res/layout/preference_child_holo.xml
res/layout/preference_child_material.xml
res/layout/preference_dialog_edittext.xml
res/layout/preference_dialog_edittext_material.xml
res/layout/preference_dialog_seekbar.xml
res/layout/preference_dialog_seekbar_material.xml
res/layout/preference_header_item.xml
res/layout/preference_header_item_material.xml
res/layout/preference_holo.xml
res/layout/preference_information.xml
res/layout/preference_information_holo.xml
res/layout/preference_information_material.xml
res/layout/preference_list_content.xml
res/layout/preference_list_content_material.xml
res/layout/preference_list_content_single.xml
res/layout/preference_list_fragment.xml
res/layout/preference_list_fragment_material.xml
res/layout/preference_material.xml
res/layout/preference_widget_checkbox.xml
res/layout/preference_widget_seekbar.xml
res/layout/preference_widget_seekbar_material.xml
res/layout/preference_widget_switch.xml
res/layout/preferences.xml
res/layout/progress_dialog.xml
res/layout/progress_dialog_holo.xml
res/layout/progress_dialog_material.xml
res/layout/recent_apps_dialog.xml
res/layout/recent_apps_icon.xml
res/layout/remote_views_adapter_default_loading_view.xml
res/layout/resolve_grid_item.xml
res/layout/resolve_list_item.xml
res/layout/resolver_different_item_header.xml
res/layout/resolver_empty_states.xml
res/layout/resolver_list.xml
res/layout/resolver_list_per_profile.xml
res/layout/resolver_list_with_default.xml
res/layout/resolver_profile_tab_button.xml
res/layout/restrictions_pin_challenge.xml
res/layout/restrictions_pin_setup.xml
res/layout/safe_mode.xml
res/layout/screen.xml
res/layout/screen_action_bar.xml
res/layout/screen_custom_title.xml
res/layout/screen_progress.xml
res/layout/screen_simple.xml
res/layout/screen_simple_overlay_action_mode.xml
res/layout/screen_title.xml
res/layout/screen_title_icons.xml
res/layout/screen_toolbar.xml
res/layout/search_bar.xml
res/layout/search_dropdown_item_icons_2line.xml
res/layout/search_view.xml
res/layout/select_dialog.xml
res/layout/select_dialog_holo.xml
res/layout/select_dialog_item.xml
res/layout/select_dialog_item_holo.xml
res/layout/select_dialog_item_material.xml
res/layout/select_dialog_material.xml
res/layout/select_dialog_multichoice.xml
res/layout/select_dialog_multichoice_holo.xml
res/layout/select_dialog_multichoice_material.xml
res/layout/select_dialog_singlechoice.xml
res/layout/select_dialog_singlechoice_holo.xml
res/layout/select_dialog_singlechoice_material.xml
res/layout/shutdown_dialog.xml
res/layout/side_fps_toast.xml
res/layout/simple_account_item.xml
res/layout/simple_dropdown_hint.xml
res/layout/simple_dropdown_item_1line.xml
res/layout/simple_dropdown_item_2line.xml
res/layout/simple_expandable_list_item_1.xml
res/layout/simple_expandable_list_item_2.xml
res/layout/simple_gallery_item.xml
res/layout/simple_list_item_1.xml
res/layout/simple_list_item_2.xml
res/layout/simple_list_item_2_single_choice.xml
res/layout/simple_list_item_activated_1.xml
res/layout/simple_list_item_activated_2.xml
res/layout/simple_list_item_checked.xml
res/layout/simple_list_item_multiple_choice.xml
res/layout/simple_list_item_single_choice.xml
res/layout/simple_selectable_list_item.xml
res/layout/simple_spinner_dropdown_item.xml
res/layout/simple_spinner_item.xml
res/layout/slice_grid.xml
res/layout/slice_message.xml
res/layout/slice_message_local.xml
res/layout/slice_remote_input.xml
res/layout/slice_secondary_text.xml
res/layout/slice_small_template.xml
res/layout/slice_title.xml
res/layout/sms_short_code_confirmation_dialog.xml
res/layout/splash_screen_view.xml
res/layout/ssl_certificate.xml
res/layout/status_bar_latest_event_content.xml
res/layout/subscription_item_layout.xml
res/layout/system_user_home.xml
res/layout/tab_content.xml
res/layout/tab_indicator.xml
res/layout/tab_indicator_holo.xml
res/layout/tab_indicator_material.xml
res/layout/tab_indicator_resolver.xml
res/layout/test_list_item.xml
res/layout/text_drag_thumbnail.xml
res/layout/text_edit_action_popup_text.xml
res/layout/text_edit_no_paste_window.xml
res/layout/text_edit_paste_window.xml
res/layout/text_edit_side_no_paste_window.xml
res/layout/text_edit_side_paste_window.xml
res/layout/text_edit_suggestion_container.xml
res/layout/text_edit_suggestion_container_material.xml
res/layout/text_edit_suggestion_item.xml
res/layout/text_edit_suggestion_item_material.xml
res/layout/text_edit_suggestions_window.xml
res/layout/textview_hint.xml
res/layout/thumbnail_background_view.xml
res/layout/time_picker_dialog.xml
res/layout/time_picker_header_material.xml
res/layout/time_picker_legacy.xml
res/layout/time_picker_legacy_material.xml
res/layout/time_picker_material.xml
res/layout/time_picker_text_input_material.xml
res/layout/tooltip.xml
res/layout/transient_notification.xml
res/layout/transient_notification_with_icon.xml
res/layout/twelve_key_entry.xml
res/layout/two_line_list_item.xml
res/layout/typing_filter.xml
res/layout/unsupported_compile_sdk_dialog_content.xml
res/layout/unsupported_display_size_dialog_content.xml
res/layout/user_switching_dialog.xml
res/layout/voice_interaction_session.xml
res/layout/web_runtime.xml
res/layout/web_text_view_dropdown.xml
res/layout/webview_find.xml
res/layout/webview_select_singlechoice.xml
res/layout/work_widget_mask_view.xml
res/layout/year_label_text_view.xml
res/layout/zoom_browser_accessory_buttons.xml
res/layout/zoom_container.xml
res/layout/zoom_controls.xml
res/layout/zoom_magnify.xml
res/menu/language_selection_list.xml
res/menu/webview_copy.xml
res/menu/webview_find.xml
res/mipmap-hdpi-v4/sym_def_app_icon.png
res/mipmap-hdpi-v4/sym_def_app_icon_foreground.png
res/mipmap-ldpi-v4/sym_def_app_icon.png
res/mipmap-ldpi-v4/sym_def_app_icon_maskable.png
res/mipmap-mdpi-v4/sym_def_app_icon.png
res/mipmap-mdpi-v4/sym_def_app_icon_foreground.png
res/mipmap-watch-anydpi-v21/sym_def_app_icon_foreground.xml
res/mipmap-xhdpi-v4/sym_def_app_icon.png
res/mipmap-xhdpi-v4/sym_def_app_icon_foreground.png
res/mipmap-xxhdpi-v4/sym_def_app_icon.png
res/mipmap-xxhdpi-v4/sym_def_app_icon_foreground.png
res/mipmap-xxxhdpi-v4/sym_def_app_icon.png
res/mipmap-xxxhdpi-v4/sym_def_app_icon_foreground.png
res/raw-ar/loaderror.html
res/raw-ar/nodomain.html
res/raw-cs/loaderror.html
res/raw-cs/nodomain.html
res/raw-da/loaderror.html
res/raw-da/nodomain.html
res/raw-de/loaderror.html
res/raw-de/nodomain.html
res/raw-en-rGB/loaderror.html
res/raw-en-rGB/nodomain.html
res/raw-es/loaderror.html
res/raw-es/nodomain.html
res/raw-fi/loaderror.html
res/raw-fi/nodomain.html
res/raw-fr/loaderror.html
res/raw-fr/nodomain.html
res/raw-hu/loaderror.html
res/raw-hu/nodomain.html
res/raw-it/loaderror.html
res/raw-it/nodomain.html
res/raw-iw/loaderror.html
res/raw-iw/nodomain.html
res/raw-ja/loaderror.html
res/raw-ja/nodomain.html
res/raw-ko/loaderror.html
res/raw-ko/nodomain.html
res/raw-nl/loaderror.html
res/raw-nl/nodomain.html
res/raw-pl/loaderror.html
res/raw-pl/nodomain.html
res/raw-pt-rBR/loaderror.html
res/raw-pt-rBR/nodomain.html
res/raw-ru/loaderror.html
res/raw-ru/nodomain.html
res/raw-th/loaderror.html
res/raw-th/nodomain.html
res/raw-tr/loaderror.html
res/raw-tr/nodomain.html
res/raw-zh-rCN/loaderror.html
res/raw-zh-rCN/nodomain.html
res/raw-zh-rTW/loaderror.html
res/raw-zh-rTW/nodomain.html
res/raw/color_fade_frag.frag
res/raw/color_fade_vert.vert
res/raw/default_ringtone_vibration_effect.ahv
res/raw/fallback_categories.csv
res/raw/fallbackring.ogg
res/raw/loaderror.html
res/raw/nodomain.html
res/raw/remote_views_color_resources.arsc
res/transition/explode.xml
res/transition/fade.xml
res/transition/move.xml
res/transition/no_transition.xml
res/transition/popup_window_enter.xml
res/transition/popup_window_exit.xml
res/transition/slide_bottom.xml
res/transition/slide_left.xml
res/transition/slide_right.xml
res/transition/slide_top.xml
res/xml-en/autotext.xml
res/xml-land/password_kbd_qwerty.xml
res/xml-land/password_kbd_qwerty_shifted.xml
res/xml-mdpi-v4/password_kbd_qwerty.xml
res/xml-mdpi-v4/password_kbd_qwerty_shifted.xml
res/xml-xlarge-v4/password_kbd_numeric.xml
res/xml-xlarge-v4/password_kbd_qwerty.xml
res/xml-xlarge-v4/password_kbd_qwerty_shifted.xml
res/xml-xlarge-v4/password_kbd_symbols.xml
res/xml-xlarge-v4/password_kbd_symbols_shift.xml
res/xml/apns.xml
res/xml/audio_assets.xml
res/xml/autofill_compat_accessibility_service.xml
res/xml/autotext.xml
res/xml/bookmarks.xml
res/xml/color_extraction.xml
res/xml/config_user_types.xml
res/xml/config_webview_packages.xml
res/xml/default_zen_mode_config.xml
res/xml/global_keys.xml
res/xml/irq_device_map.xml
res/xml/kg_password_kbd_numeric.xml
res/xml/password_kbd_extension.xml
res/xml/password_kbd_numeric.xml
res/xml/password_kbd_popup_template.xml
res/xml/password_kbd_qwerty.xml
res/xml/password_kbd_qwerty_shifted.xml
res/xml/password_kbd_symbols.xml
res/xml/password_kbd_symbols_shift.xml
res/xml/power_profile.xml
res/xml/power_profile_test.xml
res/xml/sms_7bit_translation_table.xml
res/xml/sms_short_codes.xml
res/xml/storage_list.xml
resources.arsc