Fix appLink button color
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
android:insetTop="@dimen/margin_xsmall"
|
android:insetTop="@dimen/margin_xsmall"
|
||||||
android:insetBottom="@dimen/margin_xsmall"
|
android:insetBottom="@dimen/margin_xsmall"
|
||||||
android:text="@string/action_enable"
|
android:text="@string/action_enable"
|
||||||
android:textColorHighlight="?colorOnPrimary"
|
android:textColor="?colorSurface"
|
||||||
app:cornerRadius="@dimen/margin_small" />
|
app:cornerRadius="@dimen/margin_small" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
android:insetTop="@dimen/margin_xsmall"
|
android:insetTop="@dimen/margin_xsmall"
|
||||||
android:insetBottom="@dimen/margin_xsmall"
|
android:insetBottom="@dimen/margin_xsmall"
|
||||||
android:text="@string/action_enable"
|
android:text="@string/action_enable"
|
||||||
android:textColorHighlight="?colorOnPrimary"
|
android:textColor="?colorSurface"
|
||||||
app:cornerRadius="@dimen/margin_small" />
|
app:cornerRadius="@dimen/margin_small" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user