Remove the smart reply container from the base template; I believe they are never used

Test: atest SystemUITests
Change-Id: Ieca42376381133c07692134dae60e025da0bd3d5
This commit is contained in:
Jeff DeCew
2020-10-27 09:11:13 -04:00
parent 3f2a89f254
commit defc5d9b1d

View File

@@ -39,10 +39,6 @@
android:layout_height="@dimen/notification_progress_bar_height"
android:layout_marginTop="@dimen/notification_progress_margin_top"
layout="@layout/notification_template_progress" />
<include layout="@layout/notification_template_smart_reply_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/notification_content_margin" />
</LinearLayout>
<include layout="@layout/notification_template_right_icon" />
</FrameLayout>