Skip to content

Commit

Permalink
Add changes for v1.7-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Feb 24, 2019
1 parent 456a3f0 commit 0d1fc2d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@
android:layout_marginBottom="@dimen/space_between_content_areas"
android:text="@string/whats_new_intro"/>

<TextView
style="@style/WhatsNewVersion"
android:text="v1.7-beta.5"
tools:ignore="HardcodedText" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Add label to swipe action" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Handle some user action failures" />


<TextView
style="@style/WhatsNewVersion"
android:text="v1.7-beta.4"
Expand Down

0 comments on commit 0d1fc2d

Please sign in to comment.