summaryrefslogtreecommitdiffstats
path: root/res/layout/app_ops_details_item.xml
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2013-02-21 15:31:09 -0800
committerJeff Sharkey <jsharkey@android.com>2013-02-21 15:31:09 -0800
commit1a55f95d45d2be39f3206cf1a4c3a1affd98cd92 (patch)
treeadc18faae164397a3ffcc2c5914906fa6f2f696e /res/layout/app_ops_details_item.xml
parent8b78299d94ebb09fb9bf2bc7fb0015d2f1950839 (diff)
downloadpackages_apps_Settings-1a55f95d45d2be39f3206cf1a4c3a1affd98cd92.tar.gz
packages_apps_Settings-1a55f95d45d2be39f3206cf1a4c3a1affd98cd92.tar.bz2
packages_apps_Settings-1a55f95d45d2be39f3206cf1a4c3a1affd98cd92.zip
Explicit GridLayout alignment to fix warnings.
Also show lockdown VPN dialog whenever relaunched. Change-Id: Ib8aecbd4a7f9d61906f65fee39f1e819c79aabb4
Diffstat (limited to 'res/layout/app_ops_details_item.xml')
-rw-r--r--res/layout/app_ops_details_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/app_ops_details_item.xml b/res/layout/app_ops_details_item.xml
index a0434fc11..c630ad61a 100644
--- a/res/layout/app_ops_details_item.xml
+++ b/res/layout/app_ops_details_item.xml
@@ -53,13 +53,14 @@
android:id="@+id/op_time"
android:layout_column="1"
android:layout_row="1"
- android:layout_gravity="fill_horizontal"
+ android:layout_gravity="fill_horizontal|top"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textAlignment="viewStart" />
<Switch android:id="@+id/switchWidget"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
android:layout_marginStart="8dip"
android:layout_column="2"
android:layout_row="0"