Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d77d372d authored by Danny Epstein's avatar Danny Epstein Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE Focus clock by default" into rvc-qpr-dev

parents 61b61e49 ab6fd736
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -77,8 +77,8 @@
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:background="@null"
                systemui:intent="intent:#Intent;component=com.android.car.settings/.common.CarSettingActivities$QuickSettingActivity;launchFlags=0x24000000;end"
            />
                android:focusedByDefault="true"
                systemui:intent="intent:#Intent;component=com.android.car.settings/.common.CarSettingActivities$QuickSettingActivity;launchFlags=0x24000000;end"/>
            <com.android.systemui.statusbar.policy.Clock
                android:id="@+id/clock"
                android:layout_width="wrap_content"
+2 −1
Original line number Diff line number Diff line
@@ -74,7 +74,8 @@
          android:id="@+id/qs"
          android:layout_width="match_parent"
          android:layout_height="match_parent"
          android:background="@null"/>
          android:background="@null"
          android:focusedByDefault="true"/>
      <com.android.systemui.statusbar.policy.Clock
          android:id="@+id/clock"
          android:layout_width="wrap_content"