mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-21 21:35:03 +00:00
double cancel invitation buttons fixed
This commit is contained in:
parent
c8e3622d40
commit
5d9343ce39
1 changed files with 2 additions and 1 deletions
|
|
@ -146,8 +146,9 @@
|
|||
android:id="@+id/quest_leave_button"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/quest_cancel"
|
||||
android:text="@string/leave"
|
||||
style="@style/HabiticaButton.Red" />
|
||||
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Reference in a new issue