summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Euphrosine <proppy@google.com>2015-05-26 06:04:38 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-05-26 06:04:38 +0000
commitbe0742e8ee5cf1fe5cce2788c888171452ffe299 (patch)
treebaeb39aea7bf5f13d45f689da458db65cc34af0a
parent47cfee9d037584bed724f9786d10f85b048e58d0 (diff)
parent4170d9e05b5477d75e4d8a12718e5d7b6aff3cdd (diff)
downloadframeworks_base-be0742e8ee5cf1fe5cce2788c888171452ffe299.zip
frameworks_base-be0742e8ee5cf1fe5cce2788c888171452ffe299.tar.gz
frameworks_base-be0742e8ee5cf1fe5cce2788c888171452ffe299.tar.bz2
am 4170d9e0: am 165d4585: am 1ccbe54f: am 46350fea: frameworks/base/docs/ndk: add missing doxygen css
* commit '4170d9e05b5477d75e4d8a12718e5d7b6aff3cdd': frameworks/base/docs/ndk: add missing doxygen css
-rw-r--r--docs/html-ndk/ndk/reference/doxygen-dac.css53
1 files changed, 53 insertions, 0 deletions
diff --git a/docs/html-ndk/ndk/reference/doxygen-dac.css b/docs/html-ndk/ndk/reference/doxygen-dac.css
new file mode 100644
index 0000000..96b6d84
--- /dev/null
+++ b/docs/html-ndk/ndk/reference/doxygen-dac.css
@@ -0,0 +1,53 @@
+#jd-content td {
+}
+
+#jd-content table {
+ background-color: transparent;
+ width: 100%;
+}
+
+#jd-content tr.heading td {
+ background-color: #999;
+ padding: 0px 12px;
+}
+
+#jd-content tr.heading h2 {
+ font-size: 14px;
+ font-weight: bold;
+ font-family: Roboto, sans-serif;
+ margin: 0px;
+ color: #fff;
+}
+
+#jd-content tr.heading hr, #jd-content td.memSeparator, #jd-content div.headertitle {
+ display: none;
+}
+
+
+#jd-content table td.memItemLeft {
+ text-align: right;
+ width: 20%;
+}
+
+#jd-content table td.memItemRight {
+}
+
+#jd-content div.memproto {
+ font-size: 1.15em;
+ background-color: #e2e2e2;
+ padding: 3px;
+}
+
+#jd-content div.memproto table {
+ margin: 0px;
+ width: auto;
+}
+
+#jd-content table.memname td {
+ border: none;
+ padding: 2px;
+}
+
+#jd-content div.memdoc {
+ margin: 7px 18px;
+}