summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorIdo Ofir <iofir@google.com>2014-07-09 17:57:38 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-09 14:50:26 +0000
commite6d52157fa349d98d6708ef861f30bb4b25ea96f (patch)
treedcc699ac1f23d39d4cbd8b425ec2c28c7b11f3eb /res/layout
parent0244ae05cc0d95b04d115f490ceaba35d99f5273 (diff)
parent286558bab0352df9b210b6319005b3ab21edb376 (diff)
downloadpackages_apps_Settings-e6d52157fa349d98d6708ef861f30bb4b25ea96f.zip
packages_apps_Settings-e6d52157fa349d98d6708ef861f30bb4b25ea96f.tar.gz
packages_apps_Settings-e6d52157fa349d98d6708ef861f30bb4b25ea96f.tar.bz2
Merge "b/16154604 removing the settings link from the trust agent menu."
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/trust_agent_item.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/res/layout/trust_agent_item.xml b/res/layout/trust_agent_item.xml
index e2ef953..e7b3bc8 100644
--- a/res/layout/trust_agent_item.xml
+++ b/res/layout/trust_agent_item.xml
@@ -67,21 +67,4 @@
android:maxLines="4"/>
</RelativeLayout>
</LinearLayout>
- <View
- android:layout_width="2dip"
- android:layout_height="match_parent"
- android:layout_marginTop="5dip"
- android:layout_marginBottom="5dip"
- android:background="@android:drawable/divider_horizontal_dark"/>
- <ImageView
- android:id="@+id/settings"
- android:layout_width="wrap_content"
- android:layout_height="fill_parent"
- android:paddingStart="15dip"
- android:src="@drawable/ic_sysbar_quicksettings"
- android:contentDescription="@string/input_method_settings_button"
- android:layout_gravity="center"
- android:clickable="true"
- android:focusable="true"
- android:background="?android:attr/selectableItemBackground"/>
</LinearLayout>