Merge branch 'feature/nextgen' of github.com:KotatsuApp/Kotatsu into feature/nextgen
This commit is contained in:
@@ -99,6 +99,7 @@ class MainActivity :
|
|||||||
searchSuggestionListener = this@MainActivity
|
searchSuggestionListener = this@MainActivity
|
||||||
}
|
}
|
||||||
|
|
||||||
|
binding.root.isLiftAppBarOnScroll = false
|
||||||
navBar.setOnItemSelectedListener(this)
|
navBar.setOnItemSelectedListener(this)
|
||||||
navBar.setOnItemReselectedListener(this)
|
navBar.setOnItemReselectedListener(this)
|
||||||
binding.fab?.setOnClickListener(this)
|
binding.fab?.setOnClickListener(this)
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
android:layout_width="32dp"
|
android:layout_width="32dp"
|
||||||
android:layout_height="32dp"
|
android:layout_height="32dp"
|
||||||
android:layout_marginHorizontal="?listPreferredItemPaddingStart"
|
android:layout_marginHorizontal="?listPreferredItemPaddingStart"
|
||||||
|
android:background="?colorControlHighlight"
|
||||||
android:labelFor="@id/textView_title"
|
android:labelFor="@id/textView_title"
|
||||||
android:scaleType="fitCenter"
|
android:scaleType="fitCenter"
|
||||||
app:shapeAppearance="?shapeAppearanceCornerSmall"
|
app:shapeAppearance="?shapeAppearanceCornerSmall"
|
||||||
@@ -55,4 +56,4 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginEnd="?listPreferredItemPaddingEnd" />
|
android:layout_marginEnd="?listPreferredItemPaddingEnd" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user