Fixing pixel perfect things :)

This commit is contained in:
h4h13 2019-10-26 19:44:09 +05:30
parent 914b2316c3
commit eb172ef92f
21 changed files with 40 additions and 42 deletions

View file

@ -6,16 +6,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<!--<com.sothree.slidinguppanel.SlidingUpPanelLayout xmlns:sothree="http://schemas.android.com/apk/res-auto"
android:id="@+id/slidingLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="bottom"
sothree:umanoOverlay="false"
sothree:umanoPanelHeight="0dp"
sothree:umanoScrollableView="@+id/recycler_view"
sothree:umanoShadowHeight="0dp">-->
<FrameLayout
android:id="@+id/mainContentFrame"
android:layout_width="match_parent"
@ -46,9 +36,7 @@
android:layout_height="48dp"
tools:layout="@layout/fragment_mini_player" />
</com.google.android.material.card.MaterialCardView>
<!-- </com.sothree.slidinguppanel.SlidingUpPanelLayout>-->
<code.name.monkey.retromusic.views.BottomNavigationBarTinted
android:id="@+id/bottomNavigationView"