1
0
Fork 0

For issues #8191 Increase text contrast for the "Remove" button

on installed Add-ons fragment
master
Arturo Mejia 2020-02-11 18:06:57 -05:00 committed by Christian Sadilek
parent 9374e66b4d
commit f85994e1cc
1 changed files with 3 additions and 3 deletions

View File

@ -76,12 +76,12 @@
<Button <Button
android:id="@+id/remove_add_on" android:id="@+id/remove_add_on"
style="@style/ThemeIndependentMaterialGreyButtonDestructive"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/permissions" android:layout_below="@+id/permissions"
android:layout_marginTop="16dp" android:layout_margin="12dp"
android:text="@string/mozac_feature_addons_remove" android:text="@string/mozac_feature_addons_remove"/>
android:textColor="@color/photonRed50" />
</RelativeLayout> </RelativeLayout>
</ScrollView> </ScrollView>
</FrameLayout> </FrameLayout>