mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-19 12:18:59 +00:00
Merge pull request #1904 from Hafizzle/Fiz/justin-text-fix
Show Justin's "remind me again" entire text
This commit is contained in:
commit
e46dd279e4
1 changed files with 1 additions and 2 deletions
|
|
@ -43,10 +43,9 @@
|
|||
<Button
|
||||
android:id="@+id/dismissButton"
|
||||
style="?android:attr/buttonBarButtonStyle"
|
||||
android:layout_width="0px"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/dismiss_tutorial"
|
||||
android:theme="@style/DialogButton"/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue