summaryrefslogtreecommitdiffstats
path: root/res/layout/account_type_preference.xml
diff options
context:
space:
mode:
authorAlexandra Gherghina <alexgherghina@google.com>2014-05-27 11:18:34 +0100
committerAlexandra Gherghina <alexgherghina@google.com>2014-06-04 08:44:39 +0100
commitba63597d5abc731195bc061b3c7009072224b43d (patch)
tree258a77f86a26a3314dea12d6949b6440c356638d /res/layout/account_type_preference.xml
parentf5ca71751ef12ff5f04906ae77540191a081bdd0 (diff)
downloadpackages_apps_Settings-ba63597d5abc731195bc061b3c7009072224b43d.zip
packages_apps_Settings-ba63597d5abc731195bc061b3c7009072224b43d.tar.gz
packages_apps_Settings-ba63597d5abc731195bc061b3c7009072224b43d.tar.bz2
Move personal account settings to a new screen.
This does not include work account settings. Bug: 13656853 Change-Id: I105044f8261b1c656ed5053b3c02c02cfaae90d1
Diffstat (limited to 'res/layout/account_type_preference.xml')
-rw-r--r--res/layout/account_type_preference.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/layout/account_type_preference.xml b/res/layout/account_type_preference.xml
new file mode 100644
index 0000000..f7ba859
--- /dev/null
+++ b/res/layout/account_type_preference.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/accountTypeIcon"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:contentDescription="@null" />