]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/edit_activity.xml
go
[Dictionary.git] / res / layout / edit_activity.xml
index 58e4b3568c4379500ca44ef49f31c6a3dbaf3e73..d2d6e0683d69c91e9f4fc370f398874652969e7a 100755 (executable)
     android:layout_width="fill_parent" 
     android:layout_height="wrap_content" />
 
+  <TextView 
+    android:id="@+id/dictionaryInfoTitle" 
+    android:text="@string/dictionaryInfo"
+    android:layout_width="wrap_content" 
+    android:layout_height="wrap_content"
+    android:paddingTop="5dip" />
+  <TextView 
+    android:id="@+id/dictionaryInfo" 
+    android:text=""
+    android:layout_width="wrap_content" 
+    android:layout_height="wrap_content"
+    android:paddingTop="20dip" />
 
-  String localFile = "";
-  String wordList = "";
-  
-  int openIndex = 0;
-  String openWord = "";
 </LinearLayout>
 
 </ScrollView>
\ No newline at end of file