diff --git a/app/src/main/res/layout/pbm_shortcut_popup.xml b/app/src/main/res/layout/pbm_shortcut_popup.xml index f1e8a713d..70ae6f737 100644 --- a/app/src/main/res/layout/pbm_shortcut_popup.xml +++ b/app/src/main/res/layout/pbm_shortcut_popup.xml @@ -3,39 +3,39 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + xmlns:app="http://schemas.android.com/apk/res-auto" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical"> + android:layout_width="16dp" + android:layout_height="16dp" + android:layout_gravity="end" + android:layout_marginEnd="16dp" + android:importantForAccessibility="no" + app:srcCompat="@drawable/ic_pbm_triangle" /> + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="@drawable/cfr_background_gradient"> + android:id="@+id/cfr_message" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_marginStart="16dp" + android:layout_marginTop="8dp" + android:layout_marginEnd="32dp" + android:lineSpacingExtra="2dp" + android:text="@string/cfr_message" + android:textColor="@color/primary_text_dark_theme" + android:textSize="16sp" + app:fontFamily="@font/metropolis_medium" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" />