• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Simple Notepad Application for Android OS


Commit MetaInfo

Revision2c679215e0e98eda912b984c520716968938b3d0 (tree)
Time2012-08-29 15:31:45
AuthorMasahiko, SAWAI <say@user...>
CommiterMasahiko, SAWAI

Log Message

view_notes_activity.xml を削除

* 使用していないレイアウトファイル view_notes_activity.xml を削除

Change Summary

  • modified: ToDo.txt (diff)
  • delete: notepad-app-level-11/res/layout/view_notes_activity.xml

Incremental Difference

--- a/ToDo.txt
+++ b/ToDo.txt
@@ -39,8 +39,8 @@
3939 !! notepad-app-level-11
4040
4141 * NoteDetailActivity の実装変更
42-** 表示モードでは ScrollView + TextView で表示
43-** 編集モードは従来通り
42+#** EditNoteFragment を NoteDetailFragment から分離
43+** NoteDetailFragment を ScrollView + TextView で表示するように修正
4444
4545 * ノート編集画面のリファクタリング
4646 ** モデルクラス Note を利用するように修正
--- a/notepad-app-level-11/res/layout/view_notes_activity.xml
+++ /dev/null
@@ -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