summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp-land
Commit message (Collapse)AuthorAgeFilesLines
* Centers the QuickContact card in portrait on large tabletsPaul Soulos2014-08-291-0/+18
| | | | | bug: 16679207 Change-Id: I72f527296d219fcd168f790b82e4517625d9c0ca
* Remove ContactDetail code.Paul Soulos2014-07-244-287/+0
| | | | | Bug: 16457366 Change-Id: I79367304bb7a0dfdc2b420580f8d8207ef602856
* Use Toolbar for QCBrian Attwell2014-06-111-37/+0
| | | | | | | | | | | * Moved star, add and edit buttons into Toolbar * Fixed implementation of add/edit: copied the ContractDetailFragment implementation * Added unimplemented Share and Place on Home menu items * Deleted some of the quickcontact_activity.xml files * No longer handle click events on Contact photo view Change-Id: Id333b11e89d8755ace600700be15077fd47b6172
* Adds Recent Interaction loading to QuickContacts.Paul Soulos2014-06-111-1/+6
| | | | | | This is launched after the Contact is loaded from CP2, during the bind stage. Change-Id: I63290e0e94c476da1771f6e8b92a9c664f2fe9d3
* Remove two panel layout from PeopleActivityBrian Attwell2014-06-111-132/+0
| | | | | | | | | Also, removed tablet versions of PeopleTheme. There isn't a good reason to have seperate themes for tablets and phones. The only differences will be dimensions. These will be controllable by dimens.xml. Change-Id: Icf24e57fe052d6a820e8bee50fced438bba157b2
* Adds card margins and elevation style for ExpandingEntryCardViewPaul Soulos2014-06-111-4/+2
| | | | Change-Id: I560a4d311b522d0c73cf04b5a16f8440fe1d107e
* Add ExpandingEntryCardView to QuickContactPaul Soulos2014-06-111-36/+17
| | | | | | | | | The communication card is slightly implemented to make sure ExpandingEntryCardView works as intended. There is more work to do in a different CL to finish this. Also delete a bunch of QC code. Change-Id: If7d8373866560c635851fe0e09ffad9cc0054f4f
* Removes the Group tab from the People Application.Paul Soulos2014-05-141-25/+0
| | | | | | | There are still Group related code and resources that need to be removed. This will occur in smaller subsequent CLs to reduce the scope of each. Change-Id: Ifcedf38377f9da022942c694193e4e15f3ed77d3
* Delete dead social/stream code from ContactsBrian Attwell2014-02-041-40/+0
| | | | | | | | | Searched for stream/social code. Next, deleted layouts that showed up in the results from "lint Contacts --check UnusedResources". I didn't bother cleaning up the unused strings. Change-Id: I7473127e8e4e33c97b205f85d4d63f459e9d2b10
* Remove ContactDetailLayoutController's social codeBrian Attwell2014-02-032-123/+0
| | | | | | | | | | | | | | | Prior to this change, the ContactDetailLayoutController used ViewPagers and Carousels to display nothing but the ContactDetailFragment. Originally these ViewPagers and carousels were used to display social code. I have removed the now useless ViewPagers, carousels and adapters. Now that ContactDetailLayoutController's layout only contains the ContactDetailFragment, there is no need for multiple different ContactDetailLayoutController layouts. Change-Id: Iea09bab7e39cfafded56be5c2302f3e36fd40f4c
* am f463cbe2: am d399cc97: Fix group list view on 10" tablet landscape mode.Chiao Cheng2013-06-111-2/+2
| | | | | * commit 'f463cbe24d01a8a689585b74f82433a0c0f4e7d3': Fix group list view on 10" tablet landscape mode.
* am 25affe08: am 15ad27b4: Fix RTL layout for 10" tablet in landscape mode.Chiao Cheng2013-06-041-20/+7
| | | | | * commit '25affe08433a1709ab49a42a2563894533000e1e': Fix RTL layout for 10" tablet in landscape mode.
* Changed layout files to the proper dp size.Christine Chen2013-05-2010-0/+703
Changed sw580dp files to sw600 files. Changed sw680dp files to sw720 files. Bug: 8711262 Change-Id: I4d3653f42c84196c8d78b23aef1760086041d0fe