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

Commit 5b23f3b9 authored by Betty Chang's avatar Betty Chang Committed by Android (Google) Code Review
Browse files

Merge "[GAR] Set the correct color and style to panel UI" into sc-dev

parents f4fafb97 180970e8
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -62,14 +62,18 @@
                    android:ellipsize="end"
                    android:maxLines="1"
                    android:textColor="?android:attr/textColorPrimary"
                    android:textSize="20sp"/>
                    android:textSize="24sp"
                    android:fontFamily="sans-serif-reqular"/>

                <TextView
                    android:id="@+id/header_subtitle"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:ellipsize="end"
                    android:maxLines="1"/>
                    android:maxLines="1"
                    android:textColor="?android:attr/textColorSecondary"
                    android:textSize="14sp"
                    android:fontFamily="sans-serif-reqular" />
            </LinearLayout>
        </LinearLayout>