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

pull/189/head
Koitharu 4 years ago
commit 656405edbc
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

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

@ -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>

Loading…
Cancel
Save