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

Commit 6f691f21 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Set condition secondary text to 70% alpha." into nyc-dev

parents 37c04d86 4cf3540a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -71,6 +71,8 @@
            android:visibility="gone"
            android:orientation="vertical">

            <!-- TODO: Don't set alpha here, and do proper themeing that
                 handles night mode -->
            <TextView
                android:id="@android:id/summary"
                android:layout_width="match_parent"
@@ -78,6 +80,7 @@
                android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
                android:paddingBottom="16dp"
                android:textAppearance="?android:attr/textAppearanceListItemSecondary"
                android:alpha=".7"
                android:textColor="?android:attr/textColorPrimaryInverse" />

            <!-- TODO: Better background -->
@@ -99,6 +102,7 @@
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:paddingStart="0dp"
                    android:alpha=".7"
                    android:textColor="?android:attr/textColorPrimaryInverse"
                    style="?android:attr/buttonBarButtonStyle" />

@@ -106,6 +110,7 @@
                    android:id="@+id/second_action"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:alpha=".7"
                    android:textColor="?android:attr/textColorPrimaryInverse"
                    style="?android:attr/buttonBarButtonStyle" />