Fixed styling

pull/146/head
M66B 7 years ago
parent 1754791018
commit 546dc9b68b

@ -78,7 +78,7 @@
android:id="@+id/bottom_navigation" android:id="@+id/bottom_navigation"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@color/colorPrimary" android:background="?android:attr/colorPrimary"
app:itemIconTint="@color/bottomnav_background" app:itemIconTint="@color/bottomnav_background"
app:itemTextColor="@color/bottomnav_background" app:itemTextColor="@color/bottomnav_background"
app:labelVisibilityMode="labeled" app:labelVisibilityMode="labeled"

@ -305,7 +305,7 @@
android:id="@+id/bottom_navigation" android:id="@+id/bottom_navigation"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@color/colorPrimary" android:background="?android:attr/colorPrimary"
app:itemIconTint="@color/bottomnav_background" app:itemIconTint="@color/bottomnav_background"
app:itemTextColor="@color/bottomnav_background" app:itemTextColor="@color/bottomnav_background"
app:labelVisibilityMode="labeled" app:labelVisibilityMode="labeled"

Loading…
Cancel
Save