Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | <?xml version="1.0" encoding="utf-8"?> |
michael@0 | 2 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 3 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 4 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
michael@0 | 5 | |
michael@0 | 6 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
michael@0 | 7 | style="@style/SyncContainer" > |
michael@0 | 8 | |
michael@0 | 9 | <TextView |
michael@0 | 10 | style="@style/SyncTop" |
michael@0 | 11 | android:text="@string/sync_title_success" /> |
michael@0 | 12 | |
michael@0 | 13 | <ScrollView |
michael@0 | 14 | style="@style/SyncMiddle" > |
michael@0 | 15 | |
michael@0 | 16 | <TextView |
michael@0 | 17 | android:id="@+id/setup_success_subtitle" |
michael@0 | 18 | style="@style/SyncTextItem" |
michael@0 | 19 | android:layout_width="wrap_content" |
michael@0 | 20 | android:layout_height="wrap_content" |
michael@0 | 21 | android:gravity="left" |
michael@0 | 22 | android:text="@string/sync_subtitle_success" /> |
michael@0 | 23 | </ScrollView> |
michael@0 | 24 | |
michael@0 | 25 | <LinearLayout |
michael@0 | 26 | style="@style/SyncBottomContainer" > |
michael@0 | 27 | |
michael@0 | 28 | <LinearLayout |
michael@0 | 29 | style="@style/SyncBottom" > |
michael@0 | 30 | |
michael@0 | 31 | <Button |
michael@0 | 32 | style="@style/SyncButton" |
michael@0 | 33 | android:onClick="settingsClickHandler" |
michael@0 | 34 | android:text="@string/sync_settings" /> |
michael@0 | 35 | |
michael@0 | 36 | <Button |
michael@0 | 37 | style="@style/SyncButton" |
michael@0 | 38 | android:onClick="launchBrowser" |
michael@0 | 39 | android:text="@string/brand_short_name" /> |
michael@0 | 40 | </LinearLayout> |
michael@0 | 41 | |
michael@0 | 42 | </LinearLayout> |
michael@0 | 43 | |
michael@0 | 44 | </LinearLayout> |