summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2014-11-18 20:10:03 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-11-18 20:10:05 +0000
commit6aa73cf2668e1d4b5b7534995dcc8891b4a7a279 (patch)
tree2c09610d5cfbd019b3a46cc16e1fd70e16489c29 /packages/SystemUI/res/layout
parentf95a9fe5372c5f8f80b578ad98d66e92a7cc8608 (diff)
parentc041d883c3591670441d4c2da8fd1108dfd28acd (diff)
downloadframeworks_base-6aa73cf2668e1d4b5b7534995dcc8891b4a7a279.zip
frameworks_base-6aa73cf2668e1d4b5b7534995dcc8891b4a7a279.tar.gz
frameworks_base-6aa73cf2668e1d4b5b7534995dcc8891b4a7a279.tar.bz2
Merge "Tweaking animation XMLs and removing dead code. (Bug 17672056, Bug 18415217)" into lmp-mr1-dev
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r--packages/SystemUI/res/layout/recents_task_view.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/SystemUI/res/layout/recents_task_view.xml b/packages/SystemUI/res/layout/recents_task_view.xml
index d1d3828..9c6f67c 100644
--- a/packages/SystemUI/res/layout/recents_task_view.xml
+++ b/packages/SystemUI/res/layout/recents_task_view.xml
@@ -29,8 +29,8 @@
<include layout="@layout/recents_task_view_header" />
<FrameLayout
android:id="@+id/lock_to_app_fab"
- android:layout_width="48dp"
- android:layout_height="48dp"
+ android:layout_width="@dimen/recents_lock_to_app_size"
+ android:layout_height="@dimen/recents_lock_to_app_size"
android:layout_gravity="bottom|right"
android:layout_marginRight="15dp"
android:layout_marginBottom="15dp"
@@ -38,8 +38,8 @@
android:contentDescription="@string/recents_lock_to_app_button_label"
android:background="@drawable/recents_lock_to_task_button_bg">
<ImageView
- android:layout_width="24dp"
- android:layout_height="24dp"
+ android:layout_width="@dimen/recents_lock_to_app_icon_size"
+ android:layout_height="@dimen/recents_lock_to_app_icon_size"
android:layout_gravity="center"
android:src="@drawable/recents_lock_to_app_pin" />
</FrameLayout>