summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java
diff options
context:
space:
mode:
authorblunden <blunden2@gmail.com>2012-09-19 00:57:46 +0200
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-09-25 02:37:42 -0400
commitc2fcca65f491e3f506328ccf8dee88f2c67c947b (patch)
treeb15aae8c29ded6b220323dfb1078e4df0c36bef8 /src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java
parentdaaf5bda01f4ba26b0632d0e37f0a86a33986625 (diff)
downloadandroid_packages_apps_Bluetooth-c2fcca65f491e3f506328ccf8dee88f2c67c947b.tar.gz
android_packages_apps_Bluetooth-c2fcca65f491e3f506328ccf8dee88f2c67c947b.tar.bz2
android_packages_apps_Bluetooth-c2fcca65f491e3f506328ccf8dee88f2c67c947b.zip
Upgrade the app to better follow holo guidelines
- Fix the icon scaling in the transfer list The icon is centered and upscaled instead of just centered. - Remove dialog info icon according to UI team recommendation - Replace icons with holo versions and add xhdpi Change-Id: Id3b06e8e06244ec8859d65404d779b66c1354e3d
Diffstat (limited to 'src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java')
-rw-r--r--src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java b/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java
index 23c9cb8a2..993dc0bae 100644
--- a/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java
+++ b/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java
@@ -211,7 +211,6 @@ public class BluetoothOppTransferActivity extends AlertActivity implements
private void setUpDialog() {
// final AlertController.AlertParams p = mAlertParams;
mPara = mAlertParams;
- mPara.mIconId = android.R.drawable.ic_dialog_info;
mPara.mTitle = getString(R.string.download_title);
if ((mWhichDialog == DIALOG_RECEIVE_ONGOING) || (mWhichDialog == DIALOG_SEND_ONGOING)) {