Fixed color of 'stop sharing' button in Android 4.x

This commit is contained in:
David A. Velasco 2016-01-13 14:23:50 +01:00
parent e4078a5734
commit 81b8918939

View file

@ -78,7 +78,7 @@
android:textColor="@color/white" android:textColor="@color/white"
/> />
<TextView <android.support.v7.widget.AppCompatButton
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:id="@+id/unshareButton" android:id="@+id/unshareButton"
@ -87,7 +87,7 @@
android:drawableRight="@drawable/ic_action_delete" android:drawableRight="@drawable/ic_action_delete"
android:drawableEnd="@drawable/ic_action_delete" android:drawableEnd="@drawable/ic_action_delete"
android:text="@string/edit_share_unshare" android:text="@string/edit_share_unshare"
android:layout_gravity="center_horizontal" android:gravity="center"
/> />
<android.support.v7.widget.AppCompatButton <android.support.v7.widget.AppCompatButton
@ -96,7 +96,6 @@
android:theme="@style/Button.Primary" android:theme="@style/Button.Primary"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:text="@string/edit_share_done" android:text="@string/edit_share_done"
android:contentDescription="@string/edit_share_done" android:contentDescription="@string/edit_share_done"
/> />