diff options
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/about.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index ba166277..f8f10a2a 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -8,6 +8,12 @@ android:layout_height="wrap_content" android:orientation="vertical" > + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:id="@+id/version" /> + <TextView android:layout_width="match_parent" android:layout_height="wrap_content" |