summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorIdo Ofir <iofir@google.com>2014-07-08 15:17:30 -0700
committerIdo Ofir <iofir@google.com>2014-07-08 15:17:30 -0700
commit286558bab0352df9b210b6319005b3ab21edb376 (patch)
treef36e3ddf9a95438be74a52678c29cd495db512d4 /res/layout
parent60f803f49c91a4b35a75db75f07b56f029db3397 (diff)
downloadpackages_apps_Settings-286558bab0352df9b210b6319005b3ab21edb376.zip
packages_apps_Settings-286558bab0352df9b210b6319005b3ab21edb376.tar.gz
packages_apps_Settings-286558bab0352df9b210b6319005b3ab21edb376.tar.bz2
b/16154604 removing the settings link from the trust agent menu.
Change-Id: If5050a16ffd776a5ca2eec6f1dad4eef47f2f0e4
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>