mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 20:11:36 +00:00
Converted SavedViewer activity to fragment
This commit is contained in:
parent
034dbfa147
commit
93fc9d82b9
19 changed files with 818 additions and 764 deletions
|
|
@ -4,11 +4,11 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
tools:context=".activities.SavedViewer">
|
||||
tools:context=".fragments.SavedViewerFragment">
|
||||
|
||||
<include
|
||||
android:id="@+id/toolbar"
|
||||
layout="@layout/layout_include_toolbar" />
|
||||
<!--<include-->
|
||||
<!-- android:id="@+id/toolbar"-->
|
||||
<!-- layout="@layout/layout_include_toolbar" />-->
|
||||
|
||||
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
|
||||
android:id="@+id/swipeRefreshLayout"
|
||||
Loading…
Add table
Add a link
Reference in a new issue