Skip to content

Commit

Permalink
Merge branch 'main' into Feature-Main-Fragment-to-Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis authored Nov 19, 2024
2 parents 0e4f986 + 59f9c35 commit 4710dcb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 38 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/be/scri/fragments/AboutFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class AboutFragment : ScribeFragment("About") {
),
ItemsViewModel(
image = R.drawable.bookmark_icon,
text = ItemsViewModel.Text(R.string.app_about_feedback_version_new, BuildConfig.VERSION_NAME),
text = ItemsViewModel.Text(R.string.app_about_feedback_version, BuildConfig.VERSION_NAME),
image2 = R.drawable.external_link,
url = "https://github.com/scribe-org/Scribe-Android/releases/",
activity = null,
Expand Down
37 changes: 0 additions & 37 deletions app/src/main/res/drawable/doc.xml

This file was deleted.

1 change: 1 addition & 0 deletions app/src/main/res/drawable/external_link.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:autoMirrored="true"
android:viewportWidth="64"
android:viewportHeight="64">
<path
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/drawable/right_arrow.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:autoMirrored="true"
android:viewportWidth="960"
android:viewportHeight="960">
<path
Expand Down

0 comments on commit 4710dcb

Please sign in to comment.