summaryrefslogtreecommitdiff
path: root/InCallUI/res/layout-w600dp-land
AgeCommit message (Collapse)Author
2016-02-23Merge "Display manage conference button." into nyc-devQi Wang
2016-02-18Reduce cutoff size for multi-window layouts to 500dp.Nancy Chen
Hammerhead devices have a height of 544dp, which currently means they will be adopting the layout of the multi-window UI. Change the threshold so that Hammerhead uses the full-screen layout. Note that this does not affect NYC because Hammerhead is not supported, but will be necessary for unbundled dialer. Bug: 27173087 Change-Id: I6250de91b6e0c5c197d599422ae7a74c27ed9628
2016-02-17Display manage conference button.Nancy Chen
The manage conference button allows the user to unmerge or hangup one of the calls in the conference for GMS and IMS devices. + Move the original manage_conference_call_button layout file to layout-h600dp and layout-w600dp-land directories. + Fix the button to the bottom of the call card fragment. + Split the "manage conference call" text into two pieces and put "conference call" on one side and "manage" with the icon on the other. Bug: 26253432 Change-Id: I9853f479d4e45591026fe7a753eca1ef69b00e42
2016-02-12[DO NOT MERGE] Adjust multi-window UI for InCallUI <100% modes.Nancy Chen
This CL is a direct copy from ag/864936. The original CL missed the move from InCallUI to Dialer/InCallUI. Origianl description: Multi-window mode reduces the available screen real estate for the InCallUI. As a result, some changes need to be made so important information is still shown. When the UI has <100% of its normal screen real estate: * Remove large photo * Shift hangup button down the way the resource files should be interpreted: * The base layout/ is the default layout, in this case, it is the multi-window layout * layout-h600hdp is the layout used when the screen height is >=600 dp, which is the layout in 100% screen size (this is a direct copy of the old layout/ file(s) * layout-w600dp-land is the layout used when the device is in landscape mode with a width >=600 dp (this is a direct renaming from *-land/) Bug:26253432 Change-Id: I3db194a1e5b3334d10ab76806644b1a0769ad777 (cherry picked from commit fc1929393b506e7f7665be49424336ac2b7a02ae)