You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitProject1/01src/res/layout/note_edit_list_item.xml.html

61 lines
3.5 KiB

<html>
<head>
<title>note_edit_list_item.xml</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
.s0 { color: #080808; font-style: italic;}
.s1 { color: #174ad4;}
.s2 { color: #080808;}
.s3 { color: #067d17;}
.s4 { color: #8c8c8c; font-style: italic;}
.s5 { color: #0033b3;}
</style>
</head>
<body bgcolor="#ffffff">
<table CELLSPACING=0 CELLPADDING=5 COLS=1 WIDTH="100%" BGCOLOR="#c0c0c0" >
<tr><td><center>
<font face="Arial, Helvetica" color="#000000">
note_edit_list_item.xml</font>
</center></td></tr></table>
<pre><span class="s0">&lt;?</span><span class="s1">xml version</span><span class="s3">=&quot;1.0&quot; </span><span class="s1">encoding</span><span class="s3">=&quot;utf-8&quot;</span><span class="s0">?&gt;</span>
<span class="s4">&lt;!-- Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net)
Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
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 &quot;AS IS&quot; 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.
--&gt;</span>
<span class="s2">&lt;</span><span class="s5">LinearLayout</span>
<span class="s1">xmlns:android</span><span class="s3">=&quot;http://schemas.android.com/apk/res/android&quot;</span>
<span class="s1">android:layout_width</span><span class="s3">=&quot;fill_parent&quot;</span>
<span class="s1">android:layout_height</span><span class="s3">=&quot;wrap_content&quot;</span><span class="s2">&gt;</span>
<span class="s2">&lt;</span><span class="s5">CheckBox</span>
<span class="s1">android:id</span><span class="s3">=&quot;@+id/cb_edit_item&quot;</span>
<span class="s1">android:layout_width</span><span class="s3">=&quot;wrap_content&quot;</span>
<span class="s1">android:layout_height</span><span class="s3">=&quot;28dip&quot;</span>
<span class="s1">android:checked</span><span class="s3">=&quot;false&quot;</span>
<span class="s1">android:focusable</span><span class="s3">=&quot;false&quot;</span>
<span class="s1">android:layout_gravity</span><span class="s3">=&quot;top|left&quot; </span><span class="s2">/&gt;</span>
<span class="s2">&lt;</span><span class="s5">net.micode.notes.ui.NoteEditText</span>
<span class="s1">android:id</span><span class="s3">=&quot;@+id/et_edit_text&quot;</span>
<span class="s1">android:layout_width</span><span class="s3">=&quot;fill_parent&quot;</span>
<span class="s1">android:layout_height</span><span class="s3">=&quot;wrap_content&quot;</span>
<span class="s1">android:lineSpacingMultiplier</span><span class="s3">=&quot;1.2&quot;</span>
<span class="s1">android:layout_gravity</span><span class="s3">=&quot;center_vertical&quot;</span>
<span class="s1">android:textAppearance</span><span class="s3">=&quot;@style/TextAppearancePrimaryItem&quot;</span>
<span class="s1">android:background</span><span class="s3">=&quot;@null&quot; </span><span class="s2">/&gt;</span>
<span class="s2">&lt;/</span><span class="s5">LinearLayout</span><span class="s2">&gt;</span>
</pre>
</body>
</html>