Skip to content

Commit

Permalink
added artist & albums & fixe bugs & +perfomace in player & adjust in …
Browse files Browse the repository at this point in the history
…layout (border radius)
  • Loading branch information
LucasLixo committed Sep 17, 2024
1 parent 8e90f2c commit 6db872a
Show file tree
Hide file tree
Showing 10 changed files with 336 additions and 234 deletions.
3 changes: 2 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ include: package:flutter_lints/flutter.yaml
linter:
rules:
avoid_print: true
# - implementation_imports : true
implementation_imports : true
prefer_const_constructors: true
# prefer_single_quotes: true
6 changes: 6 additions & 0 deletions android/app/src/main/res/drawable/rounded_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@android:color/transparent" />
<corners android:radius="22dp" />
<stroke android:width="0dp" android:color="@android:color/transparent" />
</shape>
3 changes: 2 additions & 1 deletion android/app/src/main/res/layout/visualizer_music.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
style="@style/Widget.Android.AppWidget.Container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/transparent"
android:background="@drawable/rounded_background"
android:theme="@style/Theme.Android.AppWidgetContainer"
tools:ignore="ContentDescription,HardcodedText">
<!-- android:background="@android:color/transparent" -->

<RelativeLayout
android:layout_width="match_parent"
Expand Down
Loading

0 comments on commit 6db872a

Please sign in to comment.