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

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

Update condition tile action button text color am: 951deceb am: a5dc1d24

am: f01de601

Change-Id: I4e1c7a24e5f63077414c8acf866472e4dee8b512
parents 70927d2b f01de601
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>