Fix blur and image loading
This commit is contained in:
parent
dd12d9e34b
commit
07b1559350
22 changed files with 85 additions and 785 deletions
|
@ -17,6 +17,7 @@
|
|||
sothree:umanoFadeColor="#00000000"
|
||||
sothree:umanoOverlay="true"
|
||||
sothree:umanoPanelHeight="0dp"
|
||||
sothree:umanoDragView="@id/playerPanel"
|
||||
sothree:umanoScrollableView="@+id/playerRecyclerView"
|
||||
sothree:umanoShadowHeight="0dp">
|
||||
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipToPadding="false"
|
||||
app:fastScrollPopupBackgroundSize="48dp"
|
||||
app:fastScrollPopupTextSize="18sp"
|
||||
app:fastScrollHorizontalThumbDrawable="@drawable/button_background"
|
||||
android:layoutAnimation="@anim/layout_animation_fall_down"
|
||||
android:scrollbars="none" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue