diff options
author | Ido Ofir <iofir@google.com> | 2014-07-08 15:17:30 -0700 |
---|---|---|
committer | Ido Ofir <iofir@google.com> | 2014-07-08 15:17:30 -0700 |
commit | 286558bab0352df9b210b6319005b3ab21edb376 (patch) | |
tree | f36e3ddf9a95438be74a52678c29cd495db512d4 /res/layout/trust_agent_item.xml | |
parent | 60f803f49c91a4b35a75db75f07b56f029db3397 (diff) | |
download | packages_apps_Settings-286558bab0352df9b210b6319005b3ab21edb376.tar.gz packages_apps_Settings-286558bab0352df9b210b6319005b3ab21edb376.tar.bz2 packages_apps_Settings-286558bab0352df9b210b6319005b3ab21edb376.zip |
b/16154604 removing the settings link from the trust agent menu.
Change-Id: If5050a16ffd776a5ca2eec6f1dad4eef47f2f0e4
Diffstat (limited to 'res/layout/trust_agent_item.xml')
-rw-r--r-- | res/layout/trust_agent_item.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/res/layout/trust_agent_item.xml b/res/layout/trust_agent_item.xml index e2ef953e5..e7b3bc8ad 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> |