diff --git a/app/src/main/res/drawable/ic_qr.xml b/app/src/main/res/drawable/ic_qr.xml new file mode 100644 index 000000000..9d22ea8f7 --- /dev/null +++ b/app/src/main/res/drawable/ic_qr.xml @@ -0,0 +1,12 @@ + + + diff --git a/app/src/main/res/drawable/ic_shortcuts.xml b/app/src/main/res/drawable/ic_shortcuts.xml new file mode 100644 index 000000000..2a1a574ec --- /dev/null +++ b/app/src/main/res/drawable/ic_shortcuts.xml @@ -0,0 +1,12 @@ + + + diff --git a/app/src/main/res/drawable/search_pill_background.xml b/app/src/main/res/drawable/search_pill_background.xml new file mode 100644 index 000000000..d86e0dae0 --- /dev/null +++ b/app/src/main/res/drawable/search_pill_background.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_search.xml b/app/src/main/res/layout/fragment_search.xml index c14456abe..323e68ba1 100644 --- a/app/src/main/res/layout/fragment_search.xml +++ b/app/src/main/res/layout/fragment_search.xml @@ -47,9 +47,66 @@ app:layout_constraintTop_toBottomOf="@id/toolbar_wrapper" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintBottom_toTopOf="@id/pill_wrapper" mozac:awesomeBarTitleTextColor="#212121" mozac:awesomeBarDescriptionTextColor="#6b6b6b" mozac:awesomeBarChipTextColor="#ffffff" mozac:awesomeBarChipBackgroundColor="#444444" /> + + + +