浏览代码

-added version information on about fragment

Shankar Karuppayah 11 年之前
父节点
当前提交
3e36e6c299
共有 1 个文件被更改,包括 13 次插入7 次删除
  1. 13 7
      res/layout/fragment_about.xml

+ 13 - 7
res/layout/fragment_about.xml

@@ -10,13 +10,19 @@
 			android:layout_height="match_parent"
 			android:id="@+id/imageView" android:src="@drawable/hostage_logo_tilted"
 			android:layout_weight="0.6" android:layout_margin="24dp"/>
-	<TextView
-			android:layout_width="wrap_content"
-			android:layout_height="wrap_content"
-            android:textAppearance="?android:attr/textAppearanceLarge"
-			android:text="@string/hostage_with_url"
-			android:id="@+id/hostage" android:layout_gravity="center_horizontal"
-			android:textStyle="bold" android:clickable="false"/>
+    <TextView
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:textAppearance="?android:attr/textAppearanceLarge"
+        android:text="@string/hostage_with_url"
+        android:id="@+id/hostage" android:layout_gravity="center_horizontal"
+        android:textStyle="bold" android:clickable="false"/>
+    <TextView
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:textAppearance="?android:attr/textAppearanceMedium"
+    android:text=""
+    android:id="@+id/hostageVersion" android:layout_gravity="center_horizontal"/>
 	<TextView
 			android:layout_width="wrap_content"
 			android:layout_height="wrap_content"