summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-06-18 17:12:44 -0700
committerNancy Chen <nancychen@google.com>2014-06-19 16:50:44 -0700
commitc6c44b710cc1689879d8be3382536673634e6350 (patch)
tree67ce563c527882768a6a6bd8384814bdad933b77 /res/layout
parent689cdf3a9f0cbb23d6ecff93f7f1472ec1b9b095 (diff)
downloadandroid_packages_apps_ContactsCommon-c6c44b710cc1689879d8be3382536673634e6350.tar.gz
android_packages_apps_ContactsCommon-c6c44b710cc1689879d8be3382536673634e6350.tar.bz2
android_packages_apps_ContactsCommon-c6c44b710cc1689879d8be3382536673634e6350.zip
Add reference to TelephonyManager, renaming, remove checkbox (2/2)
Incorporating API calls to TelephonyManager.getSubscriptions. Added new SubscriptionManager class to wrap data about subscriptions for the purpose of passing between Dialer and its fragments. * This particular CL deals with the introductoin of the * SubscriptionManager class and the implementation of the dialog. Bug: 15473965 Change-Id: I8c3a1f34e41bb8b39b5bfae43b6bad1792ed72e5
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/default_sim_checkbox.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/res/layout/default_sim_checkbox.xml b/res/layout/default_sim_checkbox.xml
deleted file mode 100644
index a0c4a9a0..00000000
--- a/res/layout/default_sim_checkbox.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/default_sim_checkbox_layout"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dip"
- android:orientation="vertical">
- <!-- Dummy to enable right-justification of checkbox -->
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
- <CheckBox
- android:id="@+id/default_sim_checkbox_view"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingStart="20dip"
- android:layout_marginLeft="20dip"
- android:layout_marginBottom="20dip"
- android:gravity="center"
- android:textSize="14sp"
- android:textAlignment="viewStart"
- android:text="@string/set_default_sim"/>
-</LinearLayout>