• Home
  • History
  • Annotate
  • only in /frameworks/support/v7/cardview/base/android/support/v7/
History log of /frameworks/support/v7/cardview/base/android/support/v7/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e7c701f05b4f6afa2913c3743638d7b25b96df83 21-Apr-2016 Aurimas Liutikas <aurimas@google.com> Add CardView.getBackgroundColor API.

Adding api to CardView to allow developers to get the background color
of the card.

Bug: 25290196
Change-Id: Ic8b9d7b24360178fa4c6600676bc41d9a3cd50bb
idget/CardViewImpl.java
86223c8f397daa57fff72d6bd5cf10ceeb74d40e 13-Apr-2016 Chris Banes <chrisbanes@google.com> resolve merge conflicts of 5ada595 to nyc-dev

Change-Id: I4269d8575545a5fdd5bbf048add563ca77ef3980
ffbf42aa3acb41b82cc6c1226c63c3649bedfe49 06-Apr-2016 Chris Banes <chrisbanes@google.com> Tidy up CardView's background handling

- Moved the CardViewDelegate instance to be a member
variable. Allows us to actually hide implementation
methods.
- Removed some methods from the Delegate which are no
longer needed.
- Allow CardView's background to work with
DrawableCompat.setTint calls
- Fixed an issue with DrawableCompat where we would NPE
if setTint*() was called before mutate()ing the drawable.

BUG: 26478024

Change-Id: I01162774fe193a0c9a6f9ab266f117e0a940dee5
idget/CardViewDelegate.java
d2c60296856244030e9a92ef3065d3884ac67527 03-Mar-2016 Aurimas Liutikas <aurimas@google.com> Add ColorStateList support for CardView background.

Bug: 26791833
Change-Id: I7368a5c3af040a087688474405d20a3748e9ae14
idget/CardViewImpl.java
72aedb5058595ed481c93f78deb9dc1b00fecf2a 31-Dec-2015 Yigit Boyar <yboyar@google.com> Respect set min width/height in CardView

This CL fixes a bug in CardView where it would override
any minimum width/height set by the developer.

Bug: 26202317
Change-Id: I3e1c3876685b3edfaafc173ff6ec9839fbdbeff7
idget/CardViewDelegate.java
4eb77f0ed24a9d300f7d12959de8cf7efd837e2f 26-Sep-2014 Yigit Boyar <yboyar@google.com> Add setCardBackgroundColor API to CardView

Bug: 17668891
Change-Id: I015fcd43a8628aebdebfb2e2079b59951e45c4c9
idget/CardViewImpl.java
c42ba8c000d1e6ce85e152dfc17089a0a69e739f 06-Sep-2014 Yigit Boyar <yboyar@google.com> Add flag to turn off corner padding on CardView

Bug: 17406874
Change-Id: I6e836540e3409dd8516f476b021f658271d9adb3
idget/CardViewDelegate.java
idget/CardViewImpl.java
bdb07a1802c017efa64a5cfd8ab5a7ff4c4926b0 20-Aug-2014 Yigit Boyar <yboyar@google.com> Introduce CardView compat mode to make L behave like Kitkat

This change also introduces ability to add padding between
the contents of CardView and Card bounds.

Bug: 17105390
Change-Id: I83259cbbdf4f09077ce25fd19c4d1faa5bf6f619
idget/CardViewDelegate.java
idget/CardViewImpl.java
18ef68d444a1c059041bf5b683eb612ffed22ea9 29-Jul-2014 Yigit Boyar <yboyar@google.com> Add ability to elevate CardView before L

This CL also changes how CardVeiw measures. Previously,
it would measure like a regular view and offset content according
to shadow. Now, it extends its size to account for shadows.

Bug: 16501750

Change-Id: Ie8a3a16ce67bdc97a8bfac97abddfcdc2e1b1ecf
idget/CardViewImpl.java
83b8526436ba2e564dff99ec4c6cf46fabfdf22e 16-May-2014 Yigit Boyar <yboyar@google.com> CardView

Change-Id: Ic79020497be75a35b20f95f77414d94f84d0a8e4
idget/CardViewDelegate.java
idget/CardViewImpl.java