mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-14 00:11:40 +00:00
Merge branch 'feature/multistack-navigation' of https://github.com/ammargitham/barinsta into pr/1542
This commit is contained in:
commit
96a377156d
43 changed files with 3881 additions and 1119 deletions
|
|
@ -73,5 +73,6 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
app:labelVisibilityMode="auto" />
|
||||
app:labelVisibilityMode="auto"
|
||||
tools:menu="@menu/bottom_nav_menu" />
|
||||
</awais.instagrabber.customviews.InsetsNotifyingCoordinatorLayout>
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/swipeRefreshLayout"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue