summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/pbap/BluetoothPbapActivity.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/pbap/BluetoothPbapActivity.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/pbap/BluetoothPbapActivity.java')
-rw-r--r--src/com/android/bluetooth/pbap/BluetoothPbapActivity.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/bluetooth/pbap/BluetoothPbapActivity.java b/src/com/android/bluetooth/pbap/BluetoothPbapActivity.java
index 0bcd98164..9d98f0da9 100644
--- a/src/com/android/bluetooth/pbap/BluetoothPbapActivity.java
+++ b/src/com/android/bluetooth/pbap/BluetoothPbapActivity.java
@@ -128,7 +128,6 @@ public class BluetoothPbapActivity extends AlertActivity implements
final AlertController.AlertParams p = mAlertParams;
switch (id) {
case DIALOG_YES_NO_AUTH:
- p.mIconId = android.R.drawable.ic_dialog_info;
p.mTitle = getString(R.string.pbap_session_key_dialog_header);
p.mView = createView(DIALOG_YES_NO_AUTH);
p.mPositiveButtonText = getString(android.R.string.ok);