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

Commit 4748098d authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Update condition tile action button text color

am: 951deceb

Change-Id: I6dba9ab81515f3e80254a1e59a0ae95132bc02f3
parents 62bb1e75 951deceb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
            android:layout_height="wrap_content"
            android:layout_marginTop="14dp"
            android:textAppearance="?android:attr/textAppearanceSmall"
            android:textColor="?android:attr/colorAccent" />
            android:textColor="?android:attr/textColorPrimary" />

    </LinearLayout>

@@ -75,7 +75,7 @@
            android:paddingStart="0dp"
            android:alpha=".8"
            android:textAlignment="viewStart"
            android:textColor="?android:attr/colorAccent"
            android:textColor="?android:attr/textColorPrimary"
            style="?android:attr/buttonBarButtonStyle" />

        <Button
@@ -85,7 +85,7 @@
            android:layout_weight="1"
            android:alpha=".8"
            android:textAlignment="viewStart"
            android:textColor="?android:attr/colorAccent"
            android:textColor="?android:attr/textColorPrimary"
            style="?android:attr/buttonBarButtonStyle" />

    </android.support.v7.widget.ButtonBarLayout>