blob: 1c958ea32fdc7a9d36fdd5e7d27fe285d48f7045 [file] [log] [blame]
Pedro Arelo8ce5a7b2014-10-07 12:01:51 +01001<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Filipe374207b2015-02-11 15:12:34 +00002 android:id="@+id/other_os_options_group"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:layout_weight="1"
6 android:gravity="center_horizontal"
7 android:orientation="vertical">
Pedro Arelo8ce5a7b2014-10-07 12:01:51 +01008
Filipe374207b2015-02-11 15:12:34 +00009 <TextView
10 style="@style/TextLight24GreyDark"
11 android:layout_width="wrap_content"
12 android:layout_height="wrap_content"
13 android:paddingLeft="@dimen/main_padding"
14 android:paddingRight="@dimen/main_padding"
15 android:layout_marginTop="@dimen/main_small_text_margin_top"
16 android:text="@string/important_notice"/>
17
18 <TextView
19 style="@style/TextRegular14GreyLight"
20 android:layout_width="wrap_content"
21 android:layout_height="wrap_content"
22 android:layout_marginTop="@dimen/main_button_margin_top"
23 android:paddingLeft="@dimen/main_padding"
24 android:paddingRight="@dimen/main_padding"
Pedro Arelo8ce5a7b2014-10-07 12:01:51 +010025 android:gravity="center_horizontal"
Filipe374207b2015-02-11 15:12:34 +000026 android:maxLines="10"
27 android:text="@string/important_notice_message"/>
Pedro Arelo8ce5a7b2014-10-07 12:01:51 +010028
Filipe374207b2015-02-11 15:12:34 +000029 <Button
30 android:id="@+id/older_fairphone_os_button"
31 style="@style/ButtonTextBackgroundBlue"
32 android:layout_width="match_parent"
33 android:layout_height="wrap_content"
34 android:layout_marginTop="@dimen/main_small_text_margin_top"
35 android:text="@string/fairphone_os"/>
Pedro Arelo8ce5a7b2014-10-07 12:01:51 +010036
Filipe374207b2015-02-11 15:12:34 +000037 <Button
38 android:id="@+id/android_os_button"
39 style="@style/ButtonTextBackgroundGreen"
40 android:layout_width="match_parent"
41 android:layout_height="wrap_content"
42 android:text="@string/android_os"/>
Pedro Arelo8ce5a7b2014-10-07 12:01:51 +010043
Filipe374207b2015-02-11 15:12:34 +000044 <Button
45 android:id="@+id/app_store_install_button"
46 style="@style/ButtonTextBackgroundPink"
47 android:layout_width="match_parent"
48 android:layout_height="wrap_content"
49 android:text="@string/app_store"/>
Pedro Arelo8ce5a7b2014-10-07 12:01:51 +010050</LinearLayout>