Skip to content

Commit

Permalink
Build Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Dec 17, 2022
1 parent 26ddbc9 commit 79dfee6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/assets/html/changelogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ <h4>Bug Fixes</h4>
</div>
</div>
</div>
<br>
<div class="wrap-collapsible">
<input id="build_50" class="toggle" type="checkbox">
<label for="build_50" class="lbl-toggle">Build50</label>
Expand Down
16 changes: 16 additions & 0 deletions app/src/main/res/layout/dialog_full_version_reminder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@
app:appFontStyle="bold"
app:textColorStyle="secondary" />

<app.simple.inure.decorations.ripple.DynamicRippleTextView
android:id="@+id/play_store"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end|center_vertical"
android:layout_marginStart="10dp"
android:drawablePadding="@dimen/popup_padding"
android:gravity="center"
android:padding="@dimen/dialog_padding"
android:text="@string/play_store"
android:textSize="@dimen/info_text_small"
android:visibility="gone"
app:appFontStyle="bold"
app:drawableEndCompat="@drawable/ic_open_in_new_tiny"
app:textColorStyle="accent" />

<app.simple.inure.decorations.ripple.DynamicRippleTextView
android:id="@+id/purchase"
android:layout_width="wrap_content"
Expand Down

0 comments on commit 79dfee6

Please sign in to comment.