Loading core/res/res/layout/list_menu_item_icon.xml +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ android:id="@+id/icon" android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxWidth="@dimen/list_menu_item_icon_max_width" android:adjustViewBounds="true" android:layout_gravity="center_vertical" android:layout_marginStart="8dip" android:layout_marginEnd="-8dip" Loading core/res/res/values/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -1065,4 +1065,7 @@ <!-- The non-linear progress interval when the screen is wider than the navigation_edge_action_progress_threshold. --> <item name="back_progress_non_linear_factor" format="float" type="dimen">0.2</item> <!-- The maximum width for a context menu icon --> <dimen name="list_menu_item_icon_max_width">24dp</dimen> </resources> Loading
core/res/res/layout/list_menu_item_icon.xml +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ android:id="@+id/icon" android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxWidth="@dimen/list_menu_item_icon_max_width" android:adjustViewBounds="true" android:layout_gravity="center_vertical" android:layout_marginStart="8dip" android:layout_marginEnd="-8dip" Loading
core/res/res/values/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -1065,4 +1065,7 @@ <!-- The non-linear progress interval when the screen is wider than the navigation_edge_action_progress_threshold. --> <item name="back_progress_non_linear_factor" format="float" type="dimen">0.2</item> <!-- The maximum width for a context menu icon --> <dimen name="list_menu_item_icon_max_width">24dp</dimen> </resources>