Merge branch 'feature/nextgen' of github.com:KotatsuApp/Kotatsu into feature/nextgen

This commit is contained in:
Koitharu
2022-07-31 18:21:10 +03:00
2 changed files with 3 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ class MainActivity :
searchSuggestionListener = this@MainActivity
}
binding.root.isLiftAppBarOnScroll = false
navBar.setOnItemSelectedListener(this)
navBar.setOnItemReselectedListener(this)
binding.fab?.setOnClickListener(this)

View File

@@ -14,6 +14,7 @@
android:layout_width="32dp"
android:layout_height="32dp"
android:layout_marginHorizontal="?listPreferredItemPaddingStart"
android:background="?colorControlHighlight"
android:labelFor="@id/textView_title"
android:scaleType="fitCenter"
app:shapeAppearance="?shapeAppearanceCornerSmall"
@@ -55,4 +56,4 @@
android:layout_height="wrap_content"
android:layout_marginEnd="?listPreferredItemPaddingEnd" />
</LinearLayout>
</LinearLayout>