| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: If6ff3476670e42b321d56d4a1482ccff96d4d500
|
|
|
|
| |
Change-Id: I6e1d174a27ccbdc5179bd3d06de0a69c17a5cfcc
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Ide8bb1a11a704d6821b52a0128b24a76de2e707f
|
|/
|
|
| |
Change-Id: I1df85b6a954c29344d537737da57683b2c7941fd
|
|\
| |
| |
| |
| |
| |
| | |
and revise selected/focused" into ics-mr0
* commit '19b1c12b5eb3417e9f56810cc08ee1e560da0a99':
Docs: update state list drawable with state_activated and revise selected/focused
|
| |
| |
| |
| |
| |
| | |
selected/focused
Change-Id: I6bd919fc71a74fc8135ed333c93d187e0d9e9d80
|
|/
|
|
|
|
|
| |
Change-Id: I6406b33f52bd8fb126a9b346d1bfe30ca2c2144b
http://code.google.com/p/android/issues/detail?id=14614
http://code.google.com/p/android/issues/detail?id=3563
http://code.google.com/p/android/issues/detail?id=5960
|
|
|
|
| |
Change-Id: Ie0406bce6c4f1fa03b16bba76ed82ac75bfbb5f7
|
|
|
|
|
|
| |
docs: add docs about "screenSize" configuration changes
Change-Id: I74ca6126d1f61f30014c17c8bd2316c6d05c8aeb
|
|
|
|
| |
Change-Id: I68d514390b5369536be5251e23dbb298c5a0e7b0
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Idc8b017aa202dd2dc6240eb348a7a89a6369ff55
|
|/
|
|
| |
Change-Id: I3b7ffd8147ca828f7749c1f79eafba78d3dce689
|
|
|
|
|
|
| |
docs: resolve issue 5044273 and fix markup error
Change-Id: Ic028292245c14cca218ea9ac771f292254577e7c
|
|
|
|
| |
docs: revise the supporting screens doc for more clarification
|
|\
| |
| |
| | |
doc break"
|
| |
| |
| |
| |
| |
| | |
fix doc break
Change-Id: I8bc19538145e5436128ecbe632d6ecd20ea8ab7a
|
|\ \
| |/
| |
| | |
sdk build"
|
| |
| |
| |
| |
| |
| | |
fix sdk build
Change-Id: I5095cb2413abc08fbf5c8965f3f27bff2a8b2d68
|
|/
|
|
|
|
|
| |
docs: add tvdpi info
also resolve issue 5018379 with more info about how size resources are selected
Change-Id: Ib16d4ba81e4ff8ab798bcdfcfc4e086fedac5a1a
|
|
|
|
|
|
| |
docs: add info to plural strings about using string formats
Change-Id: Id02c3ed8215869724092ce143e71142238098358
|
|
|
|
|
|
|
| |
docs: fix shapedrawable doc error
issue 5030364
Change-Id: I5bc56eb659eabd7e5069d1d7b9c4884f387a61ad
|
|
|
|
|
|
| |
docs: update Support Mult Screens for MR2 features
Change-Id: Ibab5e60c05c71d58f11daa6f48894011b3e31509
|
|\
| |
| |
| |
| |
| |
| | |
support attributes and qualifiers
* commit '44b48a377d47bb27b667ab87347f0a88ba3fba0b':
docs: update docs for new screen support attributes and qualifiers
|
| |
| |
| |
| | |
Change-Id: I8fdfd90e5d7970bdbb72e0b3271f047f5ed300ee
|
|\ \
| |/
| |
| |
| |
| |
| | |
Change-Id: Icd86c888b061e7b6770363443fea490c49b7739e" into honeycomb-mr2
* commit '0b7d7f53a958132eb539fc81130423878c2db650':
cherry pick from hc mr1 Change-Id: Icd86c888b061e7b6770363443fea490c49b7739e
|
| |\
| | |
| | |
| | | |
Icd86c888b061e7b6770363443fea490c49b7739e" into honeycomb-mr2
|
| | |
| | |
| | |
| | | |
Change-Id: I3a91d80c1d298ed0aa9e01c1e1be313e1e72b444
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
with new qualifiers." into honeycomb-mr2
* commit '8a73d211845671880b0d50fbb0c5caa065066c80':
Update resources documentation with new qualifiers.
|
| |/
| |
| |
| | |
Change-Id: I4a3e0d3ece64d8a177157e469c39dbb282094373
|
|\ \
| |/
| |
| |
| |
| |
| | |
I7a3612a1bc22cf53d382f787fa43fe222978d35e docs: add \'animator\' resource info" into honeycomb-mr2
* commit 'b9040e774920c4641c154df2a358100cf78a2bd3':
cherrypick Change-Id: I7a3612a1bc22cf53d382f787fa43fe222978d35e docs: add 'animator' resource info
|
| |
| |
| |
| |
| |
| | |
docs: add 'animator' resource info
Change-Id: Ifbd130e5bf762d89300c20db0d86d7f695b4ff4b
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
You can now specify resource configuration variants "wNNNdp"
and "hNNNdp". These are the minimum screen width/height in "dp"
units. This allows you to do things like have your app adjust
its layout based only on the about of horizontal space available.
This introduces a new configuration change flag for screen size.
Note that this configuration change happens each time the orientation
changes. Applications often say they handle the orientation change
to avoid being restarted at a screen rotation, and this will now
cause them to be restarted. To address this, we assume the app can
handle this new config change if its target SDK version is < ICS.
Change-Id: I4acb73d82677b74092c1da9e4046a4951921f9f4
|
|\ \
| |/
| |
| |
| |
| |
| | |
screen support doc to de-emphasize support for 1.5 this includes a variety of other revisions to reorganize some of the content in the main document and also add separate documents for how to enab
* commit '315595d10dfd4b8fe32cfe45a53f9e342bf0a699':
docs: update screen support doc to de-emphasize support for 1.5 this includes a variety of other revisions to reorganize some of the content in the main document and also add separate documents for how to enable screen filtering and add screen support on 1.5
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
this includes a variety of other revisions to reorganize some of the content in the main document
and also add separate documents for how to enable screen filtering and add screen support on 1.5
For more change history, also see Change-Id: Iadebc9ca3f2f5a0e7490466811f0d741fe2b2b8c
Change-Id: I78825116f5f7825da42120e840e5bc6d8d1e359c
|
|\ \
| |/
| |
| |
| | |
* commit 'e9091efe44f75795fdbad46ef9393d886de806d9':
docs: typo in menu doc
|
| |
| |
| |
| | |
Change-Id: Ic67cce880406a7daeb98d37312dd34c6a681a7af
|
|\ \
| |/
| |
| |
| | |
* commit 'fe4ce4651a8412dfd9780f1078fc1533e4c4b41e':
docs: fix issue 4383086
|
| |
| |
| |
| | |
Change-Id: I43fa88645b6b81102452d4a977ce5579275a2235
|
|\ \
| |/
| |
| |
| |
| |
| | |
headers for config qualifiers
* commit '27ad0df013e7eac9b7b9b6b207832f5ca3bf77e3':
docs: tweak table headers for config qualifiers
|
| |\
| | |
| | |
| | |
| | | |
* commit 'c7eb47fad4fe39bd85c6205e38426c1867b9ed92':
docs: tweak table headers for config qualifiers
|
| | |
| | |
| | |
| | | |
Change-Id: Idc8d48f1db9b6b87372a49095b034edff9baecfa
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The previous implementation would not rebuild the gradient shader
when programmatically changing the shader's properties. Also fixes
the documentation since the gradient center does affect linear
gradients.
Change-Id: I5387188484b862f6835b0da9042b25032e55e792
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
You can now specify resource configuration variants "wNNNdp"
and "hNNNdp". These are the minimum screen width/height in "dp"
units. This allows you to do things like have your app adjust
its layout based only on the about of horizontal space available.
This introduces a new configuration change flag for screen size.
Note that this configuration change happens each time the orientation
changes. Applications often say they handle the orientation change
to avoid being restarted at a screen rotation, and this will now
cause them to be restarted. To address this, we assume the app can
handle this new config change if its target SDK version is < ICS.
Change-Id: I22f8afa136b4f274423978c570fa7c9855040496
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This updates the various documentation on screen sizes to discuss
the exact screen dimensions that are now associated with each size.
In addition, the screen sizes vs. densities table is updated to
include a number of additional representative screens.
Change-Id: Id07491148b1857e0265cef7139e564e190f38e03
|
|\ \
| |/
| |
| |
| |
| |
| | |
importantly, information about using <compatible-screens> also add sample code to <compatible-screens> doc" into honeycomb
* commit 'c2366c898abacb4b6e3723f6cad522615a2b304e':
docs: update optimization guide with more info most importantly, information about using <compatible-screens> also add sample code to <compatible-screens> doc
|
| |
| |
| |
| |
| |
| |
| | |
most importantly, information about using <compatible-screens>
also add sample code to <compatible-screens> doc
Change-Id: I62f6ceee4e358a18f5e513cf54c9c96f27470ae9
|
|\ \
| |/
| |
| |
| |
| |
| | |
3337541 bug: 3355640 bug: 3483758" into honeycomb
* commit 'c411b4ec343406a34db6f53e8a0f7ee9aa417c0d':
docs: fix misc doc bugs bug: 3295540 bug: 3319686 bug: 3337541 bug: 3355640 bug: 3483758
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
bug: 3295540
bug: 3319686
bug: 3337541
bug: 3355640
bug: 3483758
Change-Id: If223787d1fba503184b1b696b97af75e6fd5f398
|