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

Commit 8f5b74ab authored by Adam Powell's avatar Adam Powell Committed by Gerrit Code Review
Browse files

Merge "Upgrade the app to better follow holo guidelines"

parents 47f5f2e0 7e965c82
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