### Apply Basic CSS Styling for Documentation Pages Source: https://github.com/splitter/android_packages_apps_apollomod/blob/master/assets/licenses.html This CSS snippet defines basic styling for HTML documentation pages, setting font family, preformatted text background and padding, and link colors. It ensures readability and a consistent visual appearance for displayed content. ```CSS body { font-family: sans-serif;} pre { background-color: #eeeeee; padding: 1em; white-space: pre-wrap; } a:link,a:visited,a:hover{color:#0099cc;} ``` -------------------------------- ### Apache 2.0 License for AndroidSlidingUpPanel Library Source: https://github.com/splitter/android_packages_apps_apollomod/blob/master/assets/licenses.html This block contains the Apache License, Version 2.0, applicable to the AndroidSlidingUpPanel library. It outlines the terms under which the software can be used, modified, and distributed, emphasizing permissions, conditions, and limitations. ```Java /* * Copyright (C) 2013 Umano * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ``` -------------------------------- ### Apache 2.0 License for Android Support v4 Library Source: https://github.com/splitter/android_packages_apps_apollomod/blob/master/assets/licenses.html This block contains the Apache License, Version 2.0, applicable to the android-support-v4.jar file. It details the permissions, conditions, and limitations for the use and distribution of this Android Open Source Project component. ```Java /* * Copyright (C) 2012 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ``` -------------------------------- ### Apache 2.0 License for DragSortListView Library Source: https://github.com/splitter/android_packages_apps_apollomod/blob/master/assets/licenses.html This block contains the Apache License, Version 2.0, applicable to the DragSortListView library. It specifies the legal terms for using, modifying, and distributing the software, including disclaimers and liability limitations. ```Java /* * Copyright (C) 2012 Carl Bauer * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.