Refactoring , editactivity and state level added

This commit is contained in:
soraefir
2024-02-07 16:21:37 +01:00
parent 3c1080e8c2
commit b03cbcf457
28 changed files with 574 additions and 405 deletions

View File

@@ -6,27 +6,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.caverock.androidsvg.SVGImageView
android:id="@+id/map"
<com.github.chrisbanes.photoview.PhotoView
android:id="@+id/photo_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0"
app:css="" />
<androidx.core.widget.NestedScrollView
android:id="@+id/sv"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
android:layout_weight="1">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:nestedScrollingEnabled="false"
android:scrollbars="vertical" />
</androidx.core.widget.NestedScrollView>
android:layout_height="match_parent"/>
</LinearLayout>