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

Commit daddfada authored by Anna Zappone's avatar Anna Zappone Committed by Android (Google) Code Review
Browse files

Merge "Set theme and support dark mode in People widgets" into sc-dev

parents a373e1ed b370170f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
  ~ limitations under the License.
  -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:theme="@android:style/Theme.DeviceDefault.DayNight"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
  ~ limitations under the License.
  -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:theme="@android:style/Theme.DeviceDefault.DayNight"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 ~ limitations under the License.
 -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:theme="@android:style/Theme.DeviceDefault.DayNight"
    android:id="@+id/item"
    android:background="@drawable/people_space_tile_view_card"
    android:layout_width="match_parent"
@@ -90,6 +91,7 @@

        <ImageView
            android:id="@+id/predefined_icon"
            android:tint="?android:attr/colorAccent"
            android:gravity="start|center_vertical"
            android:paddingEnd="6dp"
            android:layout_width="24dp"
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
  ~ limitations under the License.
  -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:theme="@android:style/Theme.DeviceDefault.DayNight"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
 -->
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:theme="@android:style/Theme.DeviceDefault.DayNight"
    android:layout_gravity="center"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
@@ -129,6 +130,7 @@
                />
            <ImageView
                android:id="@+id/predefined_icon"
                android:tint="?android:attr/colorAccent"
                android:gravity="end|center_vertical"
                android:paddingStart="6dp"
                android:layout_width="24dp"
Loading