Skip to content

Commit

Permalink
Add changes for v1.7.2-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Mar 22, 2019
1 parent 9cf2028 commit e6c01a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 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,15 @@
android:layout_marginBottom="@dimen/space_between_content_areas"
android:text="@string/whats_new_intro"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix missing expanded time instances in some cases" />


<TextView
style="@style/WhatsNewVersion"
Expand Down

0 comments on commit e6c01a8

Please sign in to comment.