Skip to content

Commit

Permalink
fixed backgorund color
Browse files Browse the repository at this point in the history
  • Loading branch information
asafazar92 committed Jan 7, 2021
1 parent 7b1565d commit 00cc9db
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/cardview_dark_background"
tools:context=".ui.config.ConfigurationFragment">


<LinearLayout
android:layout_width="400dp"
android:layout_height="72dp"
android:background="@color/cardview_dark_background"
android:orientation="horizontal"
tools:ignore="MissingConstraints"></LinearLayout>

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/config_recycler_view"
android:layout_width="0dp"
Expand Down

0 comments on commit 00cc9db

Please sign in to comment.