summaryrefslogtreecommitdiff
path: root/res/layout/empty_list_view.xml
AgeCommit message (Collapse)Author
2014-11-14Fix for empty list view text being obscuredYorke Lee
Add static padding to top of empty list view text instead of centering in layout. Bug: 18357286 Change-Id: I9b63eda0de0134e7e4b8dde3984ef4bdb239feec
2014-11-11Add padding around empty list text view.Andrew Lee
After removing newlines from the string, it's going to the edge of the string because it's pretty long. We don't want to do newlines this way because it makes life harder for translations, which could well be shorter and fit on one line. Bug: 17446974 Change-Id: Ie758668c2b70f82916993017fa5c3611c150f257
2014-06-11Code cleanup: delete all contact button.Andrew Lee
Change-Id: I612b5a9dd8451c18ae5b5d38291182b8f5b1589f
2014-06-10Update empty list assets and text.Andrew Lee
- Add new assets for empty lists, delete old no favorites banner. - Adapt phone_no_favorites.xml into generic container shown when a list is empty. - Add helper to DialerUtils to configure empty list view with a provided image and message. - Configure empty list view in relevant fragments. - Some text styling/margin/padding to get things to spec. A minimum height is used on the message so that the icons and text will be laid out in a consistent manner. Bug: 15513399 Change-Id: I52337a4544065a991d3b8084d96b01516a458c42