diff options
author | smain@google.com <smain@google.com> | 2014-11-25 18:05:39 -0800 |
---|---|---|
committer | smain@google.com <smain@google.com> | 2014-11-25 18:05:39 -0800 |
commit | 3a4b011c9e4260ec34b490368ccf19edb3a0b5fe (patch) | |
tree | af7622060e9d9f0026c5f57784693ff88208bd54 /docs/html/design | |
parent | be718f7cebd3e09eaa2a432d044a8305dc7b8428 (diff) | |
download | frameworks_base-3a4b011c9e4260ec34b490368ccf19edb3a0b5fe.zip frameworks_base-3a4b011c9e4260ec34b490368ccf19edb3a0b5fe.tar.gz frameworks_base-3a4b011c9e4260ec34b490368ccf19edb3a0b5fe.tar.bz2 |
define height for context images to avoid content jumps on load
Change-Id: I95fb6d628f8be12c31c0b7fa2978dd266f72dbf6
Diffstat (limited to 'docs/html/design')
-rw-r--r-- | docs/html/design/wear/context.jd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/html/design/wear/context.jd b/docs/html/design/wear/context.jd index 9672d85..2e66532 100644 --- a/docs/html/design/wear/context.jd +++ b/docs/html/design/wear/context.jd @@ -14,6 +14,9 @@ div.slide { div.slide p { height:40px; } +div.slide img { + height: 208px; +} </style> |