• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

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

Révision66b70d797ea01144525eacade2147fc8457d5032 (tree)
l'heure2013-05-30 16:33:19
AuteurMasahiko, SAWAI <say@user...>
CommiterMasahiko, SAWAI

Message de Log

更新日時表示の設定のデフォルト値を変更

notepad-app の画面サイズ small 時の更新日時表示設定の
デフォルト値を非表示に変更した。

Change Summary

Modification

--- a/notepad-app/res/values-small/preference_note_list_item.xml
+++ b/notepad-app/res/values-small/preference_note_list_item.xml
@@ -3,7 +3,7 @@
33 <resources>
44 <!-- Note List Item Modified Time Visibility -->
55 <bool name="note_list_item_modified_time_visibility_port_default_value">false</bool>
6- <bool name="note_list_item_modified_time_visibility_land_default_value">true</bool>
6+ <bool name="note_list_item_modified_time_visibility_land_default_value">false</bool>
77
88 <!-- Note List Item Content Text Lines -->
99 <string name="note_list_item_content_lines_port_default_value">1</string>