summaryrefslogtreecommitdiffstats
path: root/res/layout/setup_cyanogen_services.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/setup_cyanogen_services.xml')
-rw-r--r--res/layout/setup_cyanogen_services.xml48
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"