Simple Notepad Application for Android OS
Revision | 2c679215e0e98eda912b984c520716968938b3d0 (tree) |
---|---|
Time | 2012-08-29 15:31:45 |
Author | Masahiko, SAWAI <say@user...> |
Commiter | Masahiko, SAWAI |
view_notes_activity.xml を削除
* 使用していないレイアウトファイル view_notes_activity.xml を削除
@@ -39,8 +39,8 @@ | ||
39 | 39 | !! notepad-app-level-11 |
40 | 40 | |
41 | 41 | * NoteDetailActivity の実装変更 |
42 | -** 表示モードでは ScrollView + TextView で表示 | |
43 | -** 編集モードは従来通り | |
42 | +#** EditNoteFragment を NoteDetailFragment から分離 | |
43 | +** NoteDetailFragment を ScrollView + TextView で表示するように修正 | |
44 | 44 | |
45 | 45 | * ノート編集画面のリファクタリング |
46 | 46 | ** モデルクラス Note を利用するように修正 |
@@ -1,15 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="utf-8"?> | |
2 | -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
3 | - android:layout_width="fill_parent" | |
4 | - android:layout_height="fill_parent" | |
5 | - android:orientation="horizontal" | |
6 | -> | |
7 | - | |
8 | - <fragment android:name="org.routine_work.notepad.fragment.ViewNotesFragment" | |
9 | - android:id="@+id/note_list_fragment" | |
10 | - android:layout_weight="1" | |
11 | - android:layout_width="0dip" | |
12 | - android:layout_height="fill_parent" | |
13 | - /> | |
14 | - | |
15 | -</LinearLayout> | |
\ No newline at end of file |