blob: 630cac0b277733b241951175abf6d86862b6083a [file] [log] [blame]
Pedro Arelob8a48692014-10-02 18:39:49 +01001<merge xmlns:android="http://schemas.android.com/apk/res/android" >
2
3 <LinearLayout
4 android:id="@+id/version_up_to_date_group"
5 android:layout_width="match_parent"
Pedro Arelo1c0765a2014-10-07 16:56:10 +01006 android:layout_height="match_parent"
7 android:background="@color/background"
Pedro Arelob8a48692014-10-02 18:39:49 +01008 android:gravity="center_horizontal"
9 android:orientation="vertical"
Pedro Arelo1c0765a2014-10-07 16:56:10 +010010 android:paddingLeft="@dimen/main_padding"
11 android:paddingRight="@dimen/main_padding"
Pedro Arelo76623a42014-10-02 19:29:47 +010012 android:visibility="visible" >
Pedro Arelob8a48692014-10-02 18:39:49 +010013
14 <TextView
Pedro Arelo1c0765a2014-10-07 16:56:10 +010015 style="@style/TextRegular16BlueDark"
Pedro Arelob8a48692014-10-02 18:39:49 +010016 android:layout_width="wrap_content"
17 android:layout_height="wrap_content"
Pedro Arelo1c0765a2014-10-07 16:56:10 +010018 android:layout_marginTop="@dimen/main_small_text_margin_top"
Jose Pascoald62becd2014-11-14 19:03:43 +000019 android:gravity="center_horizontal"
Pedro Arelo2d87b0e2014-10-09 18:24:09 +010020 android:text="@string/your_current_os_version" />
Pedro Arelob8a48692014-10-02 18:39:49 +010021
Pedro Arelo1c0765a2014-10-07 16:56:10 +010022 <TextView
Jose Pascoale7b1ccb2014-10-09 17:02:22 +010023 android:id="@+id/version_up_to_date_current_version_name_text"
Pedro Arelo1c0765a2014-10-07 16:56:10 +010024 style="@style/TextLight24BlueDark"
Pedro Arelob8a48692014-10-02 18:39:49 +010025 android:layout_width="match_parent"
26 android:layout_height="wrap_content"
Jose Pascoalee8a8eb2014-10-15 15:20:28 +010027 android:gravity="center_horizontal" />
Pedro Arelo1c0765a2014-10-07 16:56:10 +010028
29 <TextView
30 style="@style/TextRegular14GreyLight"
31 android:layout_width="wrap_content"
32 android:layout_height="wrap_content"
33 android:layout_marginTop="@dimen/main_padding"
Jose Pascoald62becd2014-11-14 19:03:43 +000034 android:gravity="center_horizontal"
Pedro Arelo2d87b0e2014-10-09 18:24:09 +010035 android:text="@string/your_os_is_up_to_date" />
Pedro Arelob8a48692014-10-02 18:39:49 +010036 </LinearLayout>
37
38</merge>