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

Commit ca7b6935 authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "Use new text color attr on widgets" into sc-dev

parents 379dd20a 875b01d1
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -14,6 +14,7 @@
~ limitations under the License.
~ limitations under the License.
-->
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:layout_width="match_parent"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_height="match_parent"
    android:layout_gravity="center"
    android:layout_gravity="center"
@@ -52,7 +53,7 @@
            android:paddingStart="8dp"
            android:paddingStart="8dp"
            android:paddingEnd="8dp"
            android:paddingEnd="8dp"
            android:textAppearance="@*android:style/TextAppearance.DeviceDefault.ListItem"
            android:textAppearance="@*android:style/TextAppearance.DeviceDefault.ListItem"
            android:textColor="?android:attr/textColorPrimary"
            android:textColor="?androidprv:attr/textColorOnAccent"
            android:background="@drawable/people_space_messages_count_background"
            android:background="@drawable/people_space_messages_count_background"
            android:textSize="14sp"
            android:textSize="14sp"
            android:maxLines="1"
            android:maxLines="1"
+2 −1
Original line number Original line Diff line number Diff line
@@ -16,6 +16,7 @@
 -->
 -->
<LinearLayout
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:theme="@android:style/Theme.DeviceDefault.DayNight"
    android:theme="@android:style/Theme.DeviceDefault.DayNight"
    android:id="@+id/item"
    android:id="@+id/item"
    android:background="@drawable/people_space_tile_view_card"
    android:background="@drawable/people_space_tile_view_card"
@@ -128,7 +129,7 @@
                    android:paddingStart="8dp"
                    android:paddingStart="8dp"
                    android:paddingEnd="8dp"
                    android:paddingEnd="8dp"
                    android:textAppearance="@*android:style/TextAppearance.DeviceDefault.ListItem"
                    android:textAppearance="@*android:style/TextAppearance.DeviceDefault.ListItem"
                    android:textColor="?android:attr/textColorPrimary"
                    android:textColor="?androidprv:attr/textColorOnAccent"
                    android:background="@drawable/people_space_messages_count_background"
                    android:background="@drawable/people_space_messages_count_background"
                    android:textSize="14sp"
                    android:textSize="14sp"
                    android:maxLines="1"
                    android:maxLines="1"
+2 −1
Original line number Original line Diff line number Diff line
@@ -14,6 +14,7 @@
  ~ limitations under the License.
  ~ limitations under the License.
  -->
  -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:theme="@android:style/Theme.DeviceDefault.DayNight"
    android:theme="@android:style/Theme.DeviceDefault.DayNight"
    android:layout_width="match_parent"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    android:layout_height="match_parent">
@@ -50,7 +51,7 @@
            android:gravity="center"
            android:gravity="center"
            android:paddingHorizontal="8dp"
            android:paddingHorizontal="8dp"
            android:textAppearance="@*android:style/TextAppearance.DeviceDefault.ListItem"
            android:textAppearance="@*android:style/TextAppearance.DeviceDefault.ListItem"
            android:textColor="?android:attr/textColorPrimary"
            android:textColor="?androidprv:attr/textColorOnAccent"
            android:background="@drawable/people_space_messages_count_background"
            android:background="@drawable/people_space_messages_count_background"
            android:textSize="@dimen/name_text_size_for_small"
            android:textSize="@dimen/name_text_size_for_small"
            android:maxLines="1"
            android:maxLines="1"