• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Android v
« Previous 1 ... 83 84 85 86 87 ... 124 Next »

Add capability to move display location
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Add capability to move display location
05-17-2017, 06:39 AM
#1
jacapo782
Unregistered
 
Would it be possible to add the ability to move where on the screen the actual display appears? At the moment, it will always display directly in the center of the screen. When in portrait mode, it enjoy being able to put the buttons on the bottom of the screen so that I'm not holding my phone by the very bottom to reach the buttons with my thumbs. Adding the option to make the display appear at the top of the screen would allow more room to relocate buttons at the bottom and middle (most common buttons placed in the middle of the phone is much more comfortable).

Thanks!
Reply
05-17-2017, 07:51 PM
#2
Servlet Offline
Junior Member
**
Posts: 44
Threads: 2
Joined: May 2017
I can hack the UI for my device by changing fragment_emulation.xml

<SurfaceView
android:id="@+id/surface_emulation"
android:layout_height="match_parent" --> CHANGE THIS PART, change this for example 250dp
android:layout_width="match_parent"
android:focusable="false"
android:focusableInTouchMode="false"/>

But for cleaner you need to do a lot more.
Find
Reply
05-17-2017, 09:45 PM
#3
Servlet Offline
Junior Member
**
Posts: 44
Threads: 2
Joined: May 2017
I can provide the apk, but older savestate wont work if you rely on loadstate, because of version change broke it
Find
Reply
05-17-2017, 09:46 PM
#4
Servlet Offline
Junior Member
**
Posts: 44
Threads: 2
Joined: May 2017
I mean old state cannot be load on new version, but you can create new save state and load it just fine. Let me know if you need the apk
Find
Reply
05-18-2017, 02:27 PM
#5
Servlet Offline
Junior Member
**
Posts: 44
Threads: 2
Joined: May 2017
Try this one, I put the height the same with the width, so should be half of the screen, and only affect portrait mode, landscape should not be affected.
http://www.droidbin.com/p1bgcsmj4takc39t681ci11pvm3
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode