[Reader] Implemented Fullscreen

This commit is contained in:
tom5079
2021-09-17 18:26:45 +09:00
parent 52a945d0d9
commit c2626cdee4
4 changed files with 39 additions and 14 deletions

View File

@@ -78,6 +78,8 @@ dependencies {
implementation("com.google.accompanist:accompanist-flowlayout:0.16.1")
implementation("com.google.accompanist:accompanist-appcompat-theme:0.16.0")
implementation("com.google.accompanist:accompanist-insets:0.18.0")
implementation("com.google.accompanist:accompanist-insets-ui:0.18.0")
implementation("io.coil-kt:coil-compose:1.3.2")