Enable zooming on Notes
This commit is contained in:
parent
f5291e290f
commit
6a7eb2f8ca
@ -43,6 +43,7 @@ dependencies {
|
||||
implementation(libs.navigation.ui)
|
||||
implementation(libs.room.common)
|
||||
implementation("androidx.recyclerview:recyclerview:1.3.2")
|
||||
implementation("com.github.chrisbanes:PhotoView:2.3.0")
|
||||
testImplementation(libs.junit)
|
||||
androidTestImplementation(libs.ext.junit)
|
||||
androidTestImplementation(libs.espresso.core)
|
||||
|
@ -3,9 +3,10 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<ImageView
|
||||
|
||||
<com.github.chrisbanes.photoview.PhotoView
|
||||
android:id="@+id/fullscreen_image_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="fitCenter"/>
|
||||
android:scaleType="fitCenter" />
|
||||
</RelativeLayout>
|
||||
|
@ -8,6 +8,7 @@ pluginManagement {
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
@ -16,6 +17,7 @@ dependencyResolutionManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven { url = uri("https://www.jitpack.io") }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user