Loading packages/SystemUI/res/layout/quick_qs_status_icons.xml +2 −1 Original line number Diff line number Diff line Loading @@ -20,8 +20,9 @@ android:layout_height="20dp" android:layout_marginTop="8dp" android:layout_marginBottom="14dp" android:layout_marginEnd="@dimen/notification_side_paddings" android:layout_below="@id/quick_status_bar_system_icons" android:paddingEnd="@dimen/signal_cluster_battery_padding" > android:paddingEnd="@dimen/status_bar_padding_end" > <com.android.systemui.statusbar.phone.StatusIconContainer android:id="@+id/statusIcons" Loading packages/SystemUI/res/layout/quick_status_bar_header_system_icons.xml +4 −3 Original line number Diff line number Diff line Loading @@ -20,15 +20,16 @@ android:id="@+id/quick_status_bar_system_icons" android:layout_width="match_parent" android:layout_height="@*android:dimen/quick_qs_offset_height" android:layout_marginRight="@dimen/notification_side_paddings" android:layout_marginLeft="@dimen/notification_side_paddings" android:layout_alignParentEnd="true" android:clipChildren="false" android:clipToPadding="false" android:gravity="center" android:paddingStart="8dp" android:paddingEnd="8dp" android:paddingStart="@dimen/status_bar_padding_start" android:paddingEnd="@dimen/status_bar_padding_end" android:orientation="horizontal"> <com.android.systemui.statusbar.policy.Clock android:id="@+id/clock" android:layout_width="wrap_content" Loading packages/SystemUI/res/layout/status_bar.xml +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:paddingStart="@dimen/status_bar_padding_start" android:paddingEnd="8dp" android:paddingEnd="@dimen/status_bar_padding_end" android:orientation="horizontal" > <ViewStub Loading packages/SystemUI/res/values-sw372dp/dimens.xml +1 −1 Original line number Diff line number Diff line Loading @@ -18,5 +18,5 @@ <resources> <dimen name="nav_content_padding">8dp</dimen> <dimen name="rounded_corner_content_padding">8dp</dimen> <dimen name="qs_header_tile_margin_horizontal">5dp</dimen> <dimen name="qs_header_tile_margin_horizontal">13dp</dimen> </resources> packages/SystemUI/res/values/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -185,6 +185,9 @@ <!-- the padding on the start of the statusbar --> <dimen name="status_bar_padding_start">6dp</dimen> <!-- the padding on the end of the statusbar --> <dimen name="status_bar_padding_end">8dp</dimen> <!-- the radius of the overflow dot in the status bar --> <dimen name="overflow_dot_radius">1dp</dimen> Loading Loading
packages/SystemUI/res/layout/quick_qs_status_icons.xml +2 −1 Original line number Diff line number Diff line Loading @@ -20,8 +20,9 @@ android:layout_height="20dp" android:layout_marginTop="8dp" android:layout_marginBottom="14dp" android:layout_marginEnd="@dimen/notification_side_paddings" android:layout_below="@id/quick_status_bar_system_icons" android:paddingEnd="@dimen/signal_cluster_battery_padding" > android:paddingEnd="@dimen/status_bar_padding_end" > <com.android.systemui.statusbar.phone.StatusIconContainer android:id="@+id/statusIcons" Loading
packages/SystemUI/res/layout/quick_status_bar_header_system_icons.xml +4 −3 Original line number Diff line number Diff line Loading @@ -20,15 +20,16 @@ android:id="@+id/quick_status_bar_system_icons" android:layout_width="match_parent" android:layout_height="@*android:dimen/quick_qs_offset_height" android:layout_marginRight="@dimen/notification_side_paddings" android:layout_marginLeft="@dimen/notification_side_paddings" android:layout_alignParentEnd="true" android:clipChildren="false" android:clipToPadding="false" android:gravity="center" android:paddingStart="8dp" android:paddingEnd="8dp" android:paddingStart="@dimen/status_bar_padding_start" android:paddingEnd="@dimen/status_bar_padding_end" android:orientation="horizontal"> <com.android.systemui.statusbar.policy.Clock android:id="@+id/clock" android:layout_width="wrap_content" Loading
packages/SystemUI/res/layout/status_bar.xml +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:paddingStart="@dimen/status_bar_padding_start" android:paddingEnd="8dp" android:paddingEnd="@dimen/status_bar_padding_end" android:orientation="horizontal" > <ViewStub Loading
packages/SystemUI/res/values-sw372dp/dimens.xml +1 −1 Original line number Diff line number Diff line Loading @@ -18,5 +18,5 @@ <resources> <dimen name="nav_content_padding">8dp</dimen> <dimen name="rounded_corner_content_padding">8dp</dimen> <dimen name="qs_header_tile_margin_horizontal">5dp</dimen> <dimen name="qs_header_tile_margin_horizontal">13dp</dimen> </resources>
packages/SystemUI/res/values/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -185,6 +185,9 @@ <!-- the padding on the start of the statusbar --> <dimen name="status_bar_padding_start">6dp</dimen> <!-- the padding on the end of the statusbar --> <dimen name="status_bar_padding_end">8dp</dimen> <!-- the radius of the overflow dot in the status bar --> <dimen name="overflow_dot_radius">1dp</dimen> Loading