Skip to content

Commit

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


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Use FOCUS label for swipe from search results" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix few possible ANRs" />


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

0 comments on commit 01fccb7

Please sign in to comment.