Remove info icon from app header

Instead make the app header clickable, launch if coming from app list
and finish if coming from app info.

Bug: 26288458
Change-Id: I7f10a2385356107812dedc8de5d5761b1200e320
This commit is contained in:
Jason Monk
2016-01-22 15:28:16 -05:00
parent 7eda1c5fa1
commit b2e357c788
2 changed files with 13 additions and 11 deletions

View File

@@ -50,7 +50,8 @@
android:minWidth="0dp"
android:contentDescription="@string/notification_app_settings_button"
android:scaleType="center"
android:src="@drawable/ic_info"
android:src="@drawable/ic_settings_24dp"
android:visibility="gone"
style="?android:attr/borderlessButtonStyle" />
</RelativeLayout>