From 546bbf2f8d31261c720ed7b06d3f4e4b5bea268f Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Fri, 17 Apr 2015 12:51:24 -0700 Subject: Removing market icon Change-Id: I7837cd8083cf2c07444b509fcfb7447151ba76b5 --- proguard.flags | 1 - res/drawable-hdpi/ic_launcher_market_holo.png | Bin 1644 -> 0 bytes res/drawable-mdpi/ic_launcher_market_holo.png | Bin 1124 -> 0 bytes res/drawable-xhdpi/ic_launcher_market_holo.png | Bin 2187 -> 0 bytes 4 files changed, 1 deletion(-) delete mode 100644 res/drawable-hdpi/ic_launcher_market_holo.png delete mode 100644 res/drawable-mdpi/ic_launcher_market_holo.png delete mode 100644 res/drawable-xhdpi/ic_launcher_market_holo.png diff --git a/proguard.flags b/proguard.flags index ee6bfa5d1..e2a4b5b31 100644 --- a/proguard.flags +++ b/proguard.flags @@ -6,7 +6,6 @@ public void onClickVoiceButton(android.view.View); public void onClickConfigureButton(android.view.View); public void onClickAllAppsButton(android.view.View); - public void onClickAppMarketButton(android.view.View); public void dismissFirstRunCling(android.view.View); public void dismissMigrationClingCopyApps(android.view.View); public void dismissMigrationClingUseDefault(android.view.View); diff --git a/res/drawable-hdpi/ic_launcher_market_holo.png b/res/drawable-hdpi/ic_launcher_market_holo.png deleted file mode 100644 index dc7825114..000000000 Binary files a/res/drawable-hdpi/ic_launcher_market_holo.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_launcher_market_holo.png b/res/drawable-mdpi/ic_launcher_market_holo.png deleted file mode 100644 index cacb37484..000000000 Binary files a/res/drawable-mdpi/ic_launcher_market_holo.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_launcher_market_holo.png b/res/drawable-xhdpi/ic_launcher_market_holo.png deleted file mode 100644 index 958f0de3c..000000000 Binary files a/res/drawable-xhdpi/ic_launcher_market_holo.png and /dev/null differ -- cgit v1.2.3