Loading api/current.xml +22 −0 Original line number Diff line number Diff line Loading @@ -11473,6 +11473,28 @@ visibility="public" > </field> <field name="notification_large_icon_height" type="int" transient="false" volatile="false" value="17104902" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="notification_large_icon_width" type="int" transient="false" volatile="false" value="17104901" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="thumbnail_height" type="int" transient="false" core/res/res/values/dimens.xml +6 −0 Original line number Diff line number Diff line Loading @@ -68,4 +68,10 @@ is along the minor axis (that is the screen is portrait). This may be either a fraction or a dimension. --> <item type="dimen" name="dialog_min_width_minor">95%</item> <!-- The width of the big icons in notifications. --> <dimen name="notification_large_icon_width">60dp</dimen> <!-- The width of the big icons in notifications. --> <dimen name="notification_large_icon_height">60dp</dimen> </resources> core/res/res/values/public.xml +2 −0 Original line number Diff line number Diff line Loading @@ -1470,6 +1470,8 @@ <public type="dimen" name="dialog_min_width_major" /> <public type="dimen" name="dialog_min_width_minor" /> <public type="dimen" name="notification_large_icon_width" /> <public type="dimen" name="notification_large_icon_height" /> <!-- Standard content view for a {@link android.app.ListFragment}. If you are implementing a subclass of ListFragment with your Loading packages/SystemUI/res/layout-xlarge/status_bar_notification_row.xml +2 −2 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ <ImageView android:id="@+id/large_icon" android:layout_width="@dimen/notification_large_icon_width" android:layout_height="@dimen/notification_large_icon_height" android:layout_width="@android:dimen/notification_large_icon_width" android:layout_height="@android:dimen/notification_large_icon_height" android:layout_alignParentTop="true" android:layout_alignParentLeft="true" android:scaleType="center" Loading packages/SystemUI/res/layout-xlarge/status_bar_ticker_compat.xml +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ <ImageView android:id="@+id/large_icon" android:layout_width="@dimen/notification_large_icon_width" android:layout_height="@dimen/notification_large_icon_height" android:layout_width="@android:dimen/notification_large_icon_width" android:layout_height="@android:dimen/notification_large_icon_height" android:scaleType="center" android:visibility="gone" /> Loading Loading
api/current.xml +22 −0 Original line number Diff line number Diff line Loading @@ -11473,6 +11473,28 @@ visibility="public" > </field> <field name="notification_large_icon_height" type="int" transient="false" volatile="false" value="17104902" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="notification_large_icon_width" type="int" transient="false" volatile="false" value="17104901" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="thumbnail_height" type="int" transient="false"
core/res/res/values/dimens.xml +6 −0 Original line number Diff line number Diff line Loading @@ -68,4 +68,10 @@ is along the minor axis (that is the screen is portrait). This may be either a fraction or a dimension. --> <item type="dimen" name="dialog_min_width_minor">95%</item> <!-- The width of the big icons in notifications. --> <dimen name="notification_large_icon_width">60dp</dimen> <!-- The width of the big icons in notifications. --> <dimen name="notification_large_icon_height">60dp</dimen> </resources>
core/res/res/values/public.xml +2 −0 Original line number Diff line number Diff line Loading @@ -1470,6 +1470,8 @@ <public type="dimen" name="dialog_min_width_major" /> <public type="dimen" name="dialog_min_width_minor" /> <public type="dimen" name="notification_large_icon_width" /> <public type="dimen" name="notification_large_icon_height" /> <!-- Standard content view for a {@link android.app.ListFragment}. If you are implementing a subclass of ListFragment with your Loading
packages/SystemUI/res/layout-xlarge/status_bar_notification_row.xml +2 −2 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ <ImageView android:id="@+id/large_icon" android:layout_width="@dimen/notification_large_icon_width" android:layout_height="@dimen/notification_large_icon_height" android:layout_width="@android:dimen/notification_large_icon_width" android:layout_height="@android:dimen/notification_large_icon_height" android:layout_alignParentTop="true" android:layout_alignParentLeft="true" android:scaleType="center" Loading
packages/SystemUI/res/layout-xlarge/status_bar_ticker_compat.xml +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ <ImageView android:id="@+id/large_icon" android:layout_width="@dimen/notification_large_icon_width" android:layout_height="@dimen/notification_large_icon_height" android:layout_width="@android:dimen/notification_large_icon_width" android:layout_height="@android:dimen/notification_large_icon_height" android:scaleType="center" android:visibility="gone" /> Loading