f0d78b95828c001d12cd9a21d42f3d45

来自「基于ANdroid平台的高欢堂书籍的对应源代码 非常有用」· 代码 · 共 34 行

TXT
34
字号
<?xml version="1.0" encoding="utf-8"?><!--  * Copyright (C) 2007 Google Inc. * * 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. --><resources>    <drawable name="red">#7f00</drawable>    <drawable name="blue">#770000ff</drawable>    <drawable name="green">#7700ff00</drawable>	<drawable name="yellow">#77ffff00</drawable>		<drawable name="screen_background_black">#ff000000</drawable>    <drawable name="translucent_background">#e0000000</drawable>    <drawable name="transparent_background">#00000000</drawable>    <color name="solid_red">#f00</color>    <color name="solid_blue">#0000ff</color>    <color name="solid_green">#f0f0</color>    <color name="solid_yellow">#ffffff00</color></resources>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?