Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e965c82 authored by blunden's avatar blunden Committed by Gerrit Code Review
Browse files

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
parent 47f5f2e0
Loading
Loading
Loading
Loading
−266 B (1.27 KiB)
Loading image diff...
+215 B (1.15 KiB)
Loading image diff...
+1.36 KiB
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
        android:layout_height="@android:dimen/app_icon_size"
        android:layout_alignParentTop="true"
        android:layout_alignParentLeft="true"
        android:scaleType="fitCenter"
        android:scaleType="center"
    />

    <TextView android:id="@+id/transfer_title"
+0 −1
Original line number Diff line number Diff line
@@ -82,7 +82,6 @@ public class BluetoothOppBtEnablingActivity extends AlertActivity {

        // Set up the "dialog"
        final AlertController.AlertParams p = mAlertParams;
        p.mIconId = android.R.drawable.ic_dialog_info;
        p.mTitle = getString(R.string.enabling_progress_title);
        p.mView = createView();
        setupAlert();
Loading