diff --git a/res/drawable/settings_panel_rounded_top_corner_background.xml b/res/drawable/settings_panel_rounded_top_corner_background.xml new file mode 100644 index 00000000000..1c234cca9b3 --- /dev/null +++ b/res/drawable/settings_panel_rounded_top_corner_background.xml @@ -0,0 +1,26 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/layout/panel_layout.xml b/res/layout/panel_layout.xml index 674e20ecaf3..9e15f151eda 100644 --- a/res/layout/panel_layout.xml +++ b/res/layout/panel_layout.xml @@ -20,7 +20,7 @@ android:id="@+id/panel_container" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@drawable/settings_panel_background" > + android:background="@drawable/settings_panel_rounded_top_corner_background" > @@ -51,14 +55,13 @@ android:id="@+id/header_layout" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginStart="16dp" - android:layout_marginEnd="16dp" android:orientation="vertical"> + android:textSize="24sp" + android:fontFamily="sans-serif-reqular"/> 52dp 16dp + + 28dp + 24dp + 24dp