Skip to content

Commit

Permalink
remove unnecessary backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemkinator committed Nov 12, 2024
1 parent 81cfbe2 commit cc27d47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
android:id="@+id/drawer_layout_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?roundedCornerColor"
app:expanded="false"
app:title="@string/app_name">

Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_oobe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?roundedCornerColor"
app:expanded="true"
app:title="@string/app_name"
tools:context=".ui.OOBEActivity">
Expand Down

0 comments on commit cc27d47

Please sign in to comment.