blob: 3cf1e58239bb00ef2667c47fdcdeecee8c3a1f7d [file] [log] [blame]
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"
android:orientation="vertical"
android:padding="@dimen/alert_padding">
<TextView
style="@style/TextLight24GreenDark"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/alert_title_margin_bottom"
android:text="@string/about"
android:textAllCaps="true" />
<TextView
style="@style/TextLight24GreenDark"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/alert_text_margin_bottom"
android:text="@string/android_os" />
<TextView
android:id="@+id/about_version_type_info_text"
style="@style/TextRegular14GreenDark"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:text="@string/android_os_info" />
<Button
android:id="@+id/confirmation_yes_button"
style="@style/ButtonSmallGreenDarkGrey"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/alert_button_top_margin"
android:text="@android:string/ok" />
</LinearLayout>