Skip to content

Commit

Permalink
all: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
OxygenCobalt committed Jan 16, 2024
1 parent 881df0f commit 76eb693
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="?attr/colorSurface" />
android:shape="rectangle">
<solid android:color="?attr/colorSurface" />
<corners android:radius="@android:dimen/system_app_widget_background_radius" />
</shape>
6 changes: 3 additions & 3 deletions app/src/main/res/drawable/ui_widget_rectangle_button_bg.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="?attr/colorSurface" />
<corners android:radius="@dimen/spacing_mid_medium" />
android:shape="rectangle">
<solid android:color="?attr/colorSurface" />
<corners android:radius="@dimen/spacing_medium" />
</shape>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
android:gravity="bottom|end"
app:sdMainFabAnimationRotateAngle="135"
app:sdMainFabClosedIconColor="@android:color/white"
app:sdMainFabClosedSrc="@drawable/ic_add_24"/>
app:sdMainFabClosedSrc="@drawable/ic_add_24" />

<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/home_shuffle_fab"
Expand Down
10 changes: 8 additions & 2 deletions app/src/main/res/layout/fragment_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
app:navGraph="@navigation/inner"
tools:layout="@layout/fragment_home" />

<View android:id="@+id/main_scrim" android:layout_height="match_parent" android:layout_width="match_parent"/>
<View
android:id="@+id/main_scrim"
android:layout_width="match_parent"
android:layout_height="match_parent" />

<androidx.coordinatorlayout.widget.CoordinatorLayout
android:id="@+id/playback_sheet"
Expand Down Expand Up @@ -83,7 +86,10 @@

</LinearLayout>

<View android:id="@+id/sheet_scrim" android:layout_height="match_parent" android:layout_width="match_parent"/>
<View
android:id="@+id/sheet_scrim"
android:layout_width="match_parent"
android:layout_height="match_parent" />

</androidx.coordinatorlayout.widget.CoordinatorLayout>

Expand Down

0 comments on commit 76eb693

Please sign in to comment.