Skip to content

Commit

Permalink
Add changes for v1.6.3-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Apr 13, 2018
1 parent 0f22b0a commit 3a6b172
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,24 @@
android:text="@string/whats_new_intro"/>


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix starting SyncService on Oreo"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Use thicker outer circle for folded note's bullet"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Add bottom padding to note and query fragments"/>



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

0 comments on commit 3a6b172

Please sign in to comment.