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

Commit e87f1272 authored by Anthony Chen's avatar Anthony Chen Committed by android-build-merger
Browse files

Merge "Remove usage of deprecated DayNightStyle values." into pi-dev am: a0d475a4

am: 4d4b5b68

Change-Id: I29d9ee5ce0de960c832386c1443c33acb424c55c
parents 6fece603 4d4b5b68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
            android:layout_height="match_parent"
            android:layout_marginTop="@dimen/car_user_switcher_margin_top"
            app:verticallyCenterListContent="true"
            app:dayNightStyle="force_night"
            app:dayNightStyle="always_light"
            app:showPagedListViewDivider="false"
            app:gutter="both"
            app:itemSpacing="@dimen/car_user_switcher_vertical_spacing_between_users"/>
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
            android:id="@+id/user_grid"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            app:dayNightStyle="force_night"
            app:dayNightStyle="always_light"
            app:showPagedListViewDivider="false"
            app:gutter="both"
            app:itemSpacing="@dimen/car_user_switcher_vertical_spacing_between_users"/>