diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-07-09 15:20:16 +0200 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-07-09 15:20:16 +0200 |
commit | 0a041cf37aad7b77779d80bed616d91512929216 (patch) | |
tree | cfe9eaacd0bea9c556fc94bd3c29216dd8e6971f /res/layout | |
parent | b87f980804de26327bf65c2711b56b36fb8d633c (diff) | |
download | packages_apps_SetupWizard-replicant-6.0.zip packages_apps_SetupWizard-replicant-6.0.tar.gz packages_apps_SetupWizard-replicant-6.0.tar.bz2 |
Rebrand for ReplicantHEADreplicant-6.0
Metrics setup is removed. The Wi-Fi setup page is disabled because
none of the currently supported devices have the internal Wi-Fi
working.
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/setup_cyanogen_services.xml | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/res/layout/setup_cyanogen_services.xml b/res/layout/setup_cyanogen_services.xml index 203376a..9547afc 100644 --- a/res/layout/setup_cyanogen_services.xml +++ b/res/layout/setup_cyanogen_services.xml @@ -38,18 +38,6 @@ android:layout_height="match_parent" style="@style/PageContent"> - <!-- The caption about privacy policy --> - <TextView - android:id="@+id/privacy_policy" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:textSize="15sp" - android:layout_marginBottom="@dimen/summary_margin_bottom" - android:paddingLeft="@dimen/content_margin_left" - android:paddingRight="@dimen/content_margin_right" - style="@style/PageSummaryText" - android:text="@string/services_explanation" - android:clickable="true"/> <LinearLayout android:id="@+id/killswitch" @@ -103,42 +91,6 @@ </LinearLayout> - <!-- Whether or not to enable metrics --> - <LinearLayout - android:id="@+id/metrics" - android:orientation="horizontal" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:paddingLeft="@dimen/location_margin_left" - android:paddingRight="@dimen/content_margin_right" - android:background="?android:attr/selectableItemBackground" - android:clickable="true"> - - - <CheckBox - android:id="@+id/enable_metrics_checkbox" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="top" - android:layout_marginTop="5dp" - android:duplicateParentState="true" - android:clickable="false"/> - - <TextView - android:id="@+id/enable_metrics_summary" - android:layout_width="0px" - android:layout_height="wrap_content" - android:layout_weight="1" - android:textSize="15sp" - android:lineSpacingExtra="@dimen/setup_line_spacing" - android:gravity="top" - android:layout_marginLeft="@dimen/location_text_margin_left" - android:layout_marginRight="@dimen/location_text_margin_right" - android:paddingBottom="@dimen/content_margin_bottom" - android:text="@string/services_metrics_label"/> - - </LinearLayout> - <!-- Whether or not to enable default theme --> <LinearLayout android:id="@+id/theme" |