OSDN Git Service

change about title
authoronuxy <n.nanatunoko@gmail.com>
Mon, 9 Jul 2012 17:14:25 +0000 (02:14 +0900)
committeronuxy <n.nanatunoko@gmail.com>
Mon, 9 Jul 2012 17:14:25 +0000 (02:14 +0900)
LectureFolder/AndroidManifest.xml
LectureFolder/res/layout/about.xml
LectureFolder/res/values/strings.xml

index 140bd90..c052d40 100644 (file)
@@ -29,7 +29,7 @@
             android:label="@string/lecture_title">
         </activity>
         <activity android:name="TaskActivity" android:label="@string/lecture_title"></activity>
-        <activity android:name="AboutActivity" android:label="@string/lecture_title"></activity>
+        <activity android:name="AboutActivity" android:label="@string/about_title"></activity>
     </application>
 
 </manifest>
index 2f360a3..943f4f8 100644 (file)
@@ -4,13 +4,6 @@
     android:layout_height="match_parent"
     android:orientation="vertical">
 
-    <TextView
-        android:id="@+id/text_about"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:text="About"
-        android:textAppearance="?android:attr/textAppearanceLarge" />
-
     <RelativeLayout
         android:layout_width="fill_parent"
         android:layout_height="wrap_content"
index 815284b..7770230 100644 (file)
@@ -6,5 +6,6 @@
     <string name="lecture_title">Lecture</string>
        <string name="close_button_label">close</string>
        <string name="return_button_label">return</string>
+    <string name="about_title">About</string>
        <string name="about_message">CUTENは講義補助を行うようなアプリケーションを提供するアプリケーション、 学習環境ミドルウェアみたいなものです。\n\n 「可愛いは正義!!」\n</string>
 </resources>
\ No newline at end of file