1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-11 14:51:11 +01:00

Added information about android version and device to AboutActivity

This commit is contained in:
vanitasvitae 2016-09-05 18:45:22 +02:00
parent 05d9edbbdb
commit e7f74eb08d
4 changed files with 27 additions and 1 deletions

View file

@ -34,6 +34,23 @@
android:layout_height="wrap_content"
android:id="@+id/fragment_debug__app_version"/>
<TextView
android:id="@+id/fragment_debug__section_device"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/fragment_debug__section_device"
android:paddingTop="@dimen/activity_vertical_margin"
style="@android:style/TextAppearance.DeviceDefault.Large"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/fragment_debug__android_version"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/fragment_debug__device_name"/>
<TextView
android:id="@+id/fragment_debug__section_pod"