Merge "Enable dismissal feature on legacy suggestions." am: ee39335edc
am: 8d8c3e19b5
am: b26711944b
am: 3b8a14e86f
Change-Id: I97bcdc54f908db6f5895d99f284ee24fb4015433
This commit is contained in:
@@ -42,6 +42,23 @@
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginBottom="6dp"/>
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/close_button"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:paddingTop="8dp"
|
||||
android:paddingEnd="8dp"
|
||||
android:orientation="horizontal"
|
||||
android:contentDescription="@string/suggestion_button_close">
|
||||
<ImageView
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
android:layout_gravity="end|top"
|
||||
android:alpha="0.54"
|
||||
android:src="@drawable/ic_suggestion_close_button"/>
|
||||
</FrameLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<TextView
|
||||
|
Reference in New Issue
Block a user