Skip to content

Commit

Permalink
Change layout width to match parent and background to the correct col…
Browse files Browse the repository at this point in the history
  • Loading branch information
josikie authored Mar 29, 2024
1 parent 14f119e commit 063dcb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_intro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/intro_layout"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/litecoin_litewallet_blue"
android:background="@color/litecoin_litewallet_dark_blue"
android:orientation="vertical">

<ImageView
Expand Down

0 comments on commit 063dcb9

Please sign in to comment.