Browse Source

-added version information on about fragment

Shankar Karuppayah 10 years ago
parent
commit
3e36e6c299
1 changed files with 13 additions and 7 deletions
  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"