diff options
| author | Winson Chung <winsonc@google.com> | 2014-07-23 22:08:54 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-07-23 22:08:54 +0000 |
| commit | 33d7f17f1185a0473177157e0792b1aae6c8bb55 (patch) | |
| tree | 6b61a788eefc1b6faddd26ca14da4b3edddc2ab0 /packages/SystemUI/res | |
| parent | 397f6ee931faf86a92877392c4a51cc1c5ef46c3 (diff) | |
| parent | b2cb18f08439b3965280957e04ddb17f158bdd9c (diff) | |
| download | frameworks_base-33d7f17f1185a0473177157e0792b1aae6c8bb55.zip frameworks_base-33d7f17f1185a0473177157e0792b1aae6c8bb55.tar.gz frameworks_base-33d7f17f1185a0473177157e0792b1aae6c8bb55.tar.bz2 | |
am 7c04ca66: am 96af21df: am 86bb7f0a: Merge "Fixing issue with the lock-to-app setting not being refreshed when entering recents." into lmp-dev
* commit '7c04ca66712edf78024156c452287fccefde8479':
Fixing issue with the lock-to-app setting not being refreshed when entering recents.
Diffstat (limited to 'packages/SystemUI/res')
| -rw-r--r-- | packages/SystemUI/res/layout/recents_task_view.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/recents_task_view.xml b/packages/SystemUI/res/layout/recents_task_view.xml index 85668de..93c5538 100644 --- a/packages/SystemUI/res/layout/recents_task_view.xml +++ b/packages/SystemUI/res/layout/recents_task_view.xml @@ -67,8 +67,7 @@ android:layout_width="match_parent" android:layout_height="@dimen/recents_task_view_lock_to_app_button_height" android:layout_gravity="center_horizontal|bottom" - android:background="@drawable/recents_lock_to_task_button_bg" - android:visibility="invisible"> + android:background="@drawable/recents_lock_to_task_button_bg"> <TextView android:layout_width="wrap_content" android:layout_height="match_parent" |
