blob: ce7e04934a764d6fd384003fcdf256be3b5231b1 [file] [log] [blame]
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/download_info_group"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/green"
android:gravity="center_horizontal"
android:orientation="vertical"
android:paddingBottom="@dimen/main_padding"
android:paddingLeft="@dimen/main_padding"
android:paddingRight="@dimen/main_padding">
<TextView
android:id="@+id/download_version_name_text"
style="@style/TextLight24White"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/main_small_text_margin_top"
android:gravity="center_horizontal" />
<include layout="@layout/fragment_download_android_downloading" />
<include layout="@layout/fragment_download_android_install" />
<Button
android:id="@+id/cancel_button"
style="@style/ButtonSmallGreenDarkWhite"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/main_padding_small"
android:text="@android:string/cancel" />
</LinearLayout>