mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
Fixed color of 'stop sharing' button in Android 4.x
This commit is contained in:
parent
e4078a5734
commit
81b8918939
1 changed files with 2 additions and 3 deletions
|
@ -78,7 +78,7 @@
|
|||
android:textColor="@color/white"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
<android.support.v7.widget.AppCompatButton
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/unshareButton"
|
||||
|
@ -87,7 +87,7 @@
|
|||
android:drawableRight="@drawable/ic_action_delete"
|
||||
android:drawableEnd="@drawable/ic_action_delete"
|
||||
android:text="@string/edit_share_unshare"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:gravity="center"
|
||||
/>
|
||||
|
||||
<android.support.v7.widget.AppCompatButton
|
||||
|
@ -96,7 +96,6 @@
|
|||
android:theme="@style/Button.Primary"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:text="@string/edit_share_done"
|
||||
android:contentDescription="@string/edit_share_done"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue