Tabbed bottom sheet adjustments (#6309)

* SimpleNavigationView: Don't set background and elevation

* Add divider for tabs in bottom sheet
This commit is contained in:
Ivan Iskandar
2021-12-04 21:57:29 +07:00
committed by GitHub
parent 458a0e608a
commit be0a23d9ad
4 changed files with 17 additions and 14 deletions
@@ -4,7 +4,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="?attr/listPreferredItemHeightSmall"
android:background="?android:attr/colorBackground"
android:gravity="center_vertical"
android:orientation="horizontal"
android:paddingStart="?attr/listPreferredItemPaddingStart"