We have moved to a new Sailfish OS Forum. Please start new discussions there.
5

Move the ”End call“ button on Xperia 10 higher

asked 2020-02-09 13:17:09 +0300

ender gravatar image

I just switched from Xperia X to 10, and one of the first things I noticed is that the ”End call“ button is now much harder for me to press with my thumb - 10's screen extends all the way to the bottom edge of the phone, and the button is too close to it to hit comfortably.

edit retag flag offensive close delete

Comments

1

Thanks, this worked. Had to set it to *8 to get it to a comfortable location.

ender ( 2020-02-09 14:11:48 +0300 )edit

You're welcome. I'm pleased to see someone giving it a go instead of waiting for help that may well not be forthcoming,

Spam Hunter ( 2020-02-09 16:20:46 +0300 )edit
5

This is getting improved in the next 3.3.0 release.

Joona Petrell ( 2020-02-10 13:53:16 +0300 )edit

1 Answer

Sort by » oldest newest most voted
7

answered 2020-02-09 13:38:22 +0300

Spam Hunter gravatar image

updated 2020-02-10 17:28:24 +0300

Not answer as such, but more for visibility.

You can either do this yourself or wait for Jolla to 'fix it' ~ see above comment from @Joona Petrell

IF you don't mind using terminal and currently have NO PATCHES applied to the phone app, navigate to line 627 in;

/usr/share/voicecall-ui-jolla/pages/calling/InCallView.qml

The original lines look like this;

        anchors {
            bottom: parent.bottom
            horizontalCenter: parent.horizontalCenter
        }

simply add a margin to the bottom anchor so it looks like this;

        anchors {
            bottom: parent.bottom
            bottomMargin: Theme.paddingLarge*2
            horizontalCenter: parent.horizontalCenter
        }

Once you have made the changes, you need to kill the phone app for the changes to apply, you can do this with;

pkill voicecall-ui

The higher the number at the end of the bottomMargin line, determines the height from the bottom. I'm still using Jolla1 so not a problem for me.

Original;

image description

Edited;

image description

edit flag offensive delete publish link more

Comments

Thanks it is a great idea. I use it now. I moved also my keypad higher like here.

Ralf ( 2020-02-14 22:00:52 +0300 )edit
Login/Signup to Answer

Question tools

Follow
2 followers

Stats

Asked: 2020-02-09 13:17:09 +0300

Seen: 292 times

Last updated: Feb 10 '20