File tree Expand file tree Collapse file tree 9 files changed +20
-84
lines changed
Expand file tree Collapse file tree 9 files changed +20
-84
lines changed Original file line number Diff line number Diff line change 3838 android : fadingEdgeLength =" @dimen/status_bar_recents_text_fading_edge_length"
3939 android : scrollHorizontally =" true"
4040 android : layout_alignParentLeft =" true"
41- android : layout_alignTop =" @id/app_icon"
41+ android : layout_alignTop =" @+ id/app_icon"
4242 android : paddingTop =" 2dp"
4343 android : layout_marginLeft =" @dimen/status_bar_recents_app_label_left_margin"
4444 android : singleLine =" true"
7171 android : background =" @drawable/recents_callout_line"
7272 />
7373
74- <ImageView android : id =" @+ id/app_icon"
74+ <ImageView android : id =" @id/app_icon"
7575 android : layout_width =" wrap_content"
7676 android : layout_height =" wrap_content"
7777 android : layout_toRightOf =" @id/app_label"
File renamed without changes.
File renamed without changes.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 6868
6969 <!-- The length of the vibration when the notificaiotn pops open. -->
7070 <integer name =" one_finger_pop_duration_ms" >10</integer >
71+
72+ <!-- Whether we're using the tablet-optimized recents interface (we use this
73+ value at runtime for some things) -->
74+ <integer name =" status_bar_recents_bg_gradient_degrees" >90</integer >
7175</resources >
7276
Original file line number Diff line number Diff line change 3939 <dimen name =" status_bar_recents_scroll_fading_edge_length" >10dip</dimen >
4040 <!-- Margin between recents container and glow on the right -->
4141 <dimen name =" status_bar_recents_right_glow_margin" >100dip</dimen >
42+ <!-- How far the thumbnail for a recent app appears from left edge -->
43+ <dimen name =" status_bar_recents_thumbnail_left_margin" >20dp</dimen >
44+ <!-- Padding for text descriptions -->
45+ <dimen name =" status_bar_recents_text_description_padding" >8dp</dimen >
46+ <!-- Width of application label text -->
47+ <dimen name =" status_bar_recents_app_label_width" >88dip</dimen >
48+ <!-- Left margin of application label text -->
49+ <dimen name =" status_bar_recents_app_label_left_margin" >0dip</dimen >
50+ <!-- Padding between recents items -->
51+ <dimen name =" status_bar_recents_item_padding" >0dip</dimen >
52+ <!-- Where to place the app icon over the thumbnail -->
53+ <dimen name =" status_bar_recents_app_icon_left_margin" >0dp</dimen >
54+ <dimen name =" status_bar_recents_app_icon_top_margin" >8dp</dimen >
55+
4256 <!-- Amount to offset bottom of notification peek window from top of status bar. -->
4357 <dimen name =" peek_window_y_offset" >-12dp</dimen >
4458
You can’t perform that action at this time.
0 commit comments