summaryrefslogtreecommitdiffstats
path: root/res/layout/edit_kind_title.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fixes left alignment for data type headers in ContactEditor screenPaul Soulos2014-09-031-5/+1
| | | | | bug: 17205217 Change-Id: I8fc0fd0093509d24c11fb913cd7eac224981aa68
* Use the old ListSeperatorStyle for EditKindsBrian Attwell2014-08-071-1/+1
| | | | | | | | ag/517887 changed DirectoryHeaderStyle. But UX wants the old DirectoryHeaderStyle used inside the edit view. Bug: 16683381 Change-Id: I8bdec8ae91a830f4b5b569c36d6cd8a15d10b775
* Fix bug #7536213 UI should be mirrored for RTL languages (people, dialer, ↵Fabrice Di Meglio2013-04-051-1/+5
| | | | | | | | | | | | in-call) - add start/end properties aside to left/right ones - update Gravity to START/END - add mirrored version of Drawables - use android:textAlignment="viewStart" when needed on TextView - use android:textDirection="ltr" for when needed for Phone Numbers Change-Id: I5f5deb69e4af350b632a6592447721196bedb539
* Filter and header refactoring.Daisuke Miyakawa2011-10-211-11/+4
| | | | | | | | | | | | | - have AccountFilterUtil to unify account filter implementations. - modify account header on top of search screens Now it is bigger than before (40dip > 32dip), and uses people's blue text color instead of gray (issue 5451033) - introduce ContactListSeparatorTextViewStyle and use it everywhere Bug: 5269692 Bug: 5451033 Bug: 5429203 Change-Id: Ibe810ff9adaafc74d53b0dcf171a3853f4be039a
* Use framework style for section headers and visual tweaksKatherine Kuan2011-08-261-20/+9
| | | | | | | | | | | | | | | - Use list separator style from framework for the blue headers in our app (frequent header, recent header, kind type headers) --> this allows us to get reduce the number of views in our view tree because the divider is now an asset and part of the TextView background. - Adjust padding so it lines up with the new headers now - Minor visual tweaks Bug: 5136189 Change-Id: I7b10cc7e608b809d1a97ad8d8c59e31ab9d77e11
* Pixel perfect for tablet contact editorKatherine Kuan2011-08-081-2/+3
| | | | | | | | | | | | | | | | | | - Remove a bunch of files because now the tablet should look like the phone layout - Fix padding / margins - Don't allow phonetic name to be deletable (it would just clear the field) so that the structured name and phonetic name now line up (UX decision) - Make text in editable fields centered by setting a specific height on the edit text field if it's not multi-line text Bug: 5096927 Change-Id: If5d27752d79680cd40316428c7aa9ec30af6e320
* Pixel perfect work for phone contact editorKatherine Kuan2011-08-041-5/+6
| | | | | | | | | | | | | | | | | - Always show account header for raw contacts - Align text fields and titles along the left margin - Align spinners - Use "Add new" as the default text if there's no value in Event or Groups field yet - Restyle account header - Use primary/secondary colors everywhere - Non-editable contact fixes: remove "not editable on this device" and replace it with a toast when the user clicks on the header, restyle item_read_only_field Bug: 5097095 Change-Id: I94a6c91b05344028b64c62735fb4559f9944529d
* Contact editor fixesKatherine Kuan2011-07-211-0/+48
- Bring back data kind titles - "Delete" button should be invisible not gone - Make field + spinner horizontally stacked instead of vertically stacked on phone - Don't show account header if editing an existing contact that only consists of 1 raw contact Change-Id: I7dd4bfdf273eeaccca8399d182c0a56a6e23a8c7