blob: ce7e04934a764d6fd384003fcdf256be3b5231b1 [file] [log] [blame]
Jose Pascoalb690af12014-10-06 18:29:26 +01001<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Filipe Gonçalvesb31d5862015-02-04 17:28:58 +00002 android:id="@+id/download_info_group"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:background="@color/green"
6 android:gravity="center_horizontal"
7 android:orientation="vertical"
8 android:paddingBottom="@dimen/main_padding"
9 android:paddingLeft="@dimen/main_padding"
10 android:paddingRight="@dimen/main_padding">
Jose Pascoalb690af12014-10-06 18:29:26 +010011
Pedro Arelo986107b2014-10-08 12:21:39 +010012 <TextView
13 android:id="@+id/download_version_name_text"
14 style="@style/TextLight24White"
Jose Pascoalb690af12014-10-06 18:29:26 +010015 android:layout_width="match_parent"
Pedro Arelo986107b2014-10-08 12:21:39 +010016 android:layout_height="wrap_content"
17 android:layout_marginTop="@dimen/main_small_text_margin_top"
Jose Pascoalee8a8eb2014-10-15 15:20:28 +010018 android:gravity="center_horizontal" />
Jose Pascoalb690af12014-10-06 18:29:26 +010019
Pedro Arelo986107b2014-10-08 12:21:39 +010020 <include layout="@layout/fragment_download_android_downloading" />
Jose Pascoalb690af12014-10-06 18:29:26 +010021
Pedro Arelo986107b2014-10-08 12:21:39 +010022 <include layout="@layout/fragment_download_android_install" />
Jose Pascoalb690af12014-10-06 18:29:26 +010023
Pedro Arelo986107b2014-10-08 12:21:39 +010024 <Button
25 android:id="@+id/cancel_button"
Jose Pascoal3bbe3042015-03-19 15:19:23 +000026 style="@style/ButtonSmallGreenDarkWhite"
Pedro Arelo986107b2014-10-08 12:21:39 +010027 android:layout_width="match_parent"
28 android:layout_height="wrap_content"
29 android:layout_marginTop="@dimen/main_padding_small"
Pedro Arelo773bd822014-10-10 11:57:34 +010030 android:text="@android:string/cancel" />
Pedro Arelo1d14ee52014-10-07 17:38:28 +010031
Jose Pascoalb690af12014-10-06 18:29:26 +010032</LinearLayout>