summaryrefslogtreecommitdiff
path: root/res/layout/strequents_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/strequents_fragment.xml')
-rw-r--r--res/layout/strequents_fragment.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/strequents_fragment.xml b/res/layout/strequents_fragment.xml
index 3966ffe5..d56fe71f 100644
--- a/res/layout/strequents_fragment.xml
+++ b/res/layout/strequents_fragment.xml
@@ -15,6 +15,7 @@
-->
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/telecom_display_scrim"
@@ -25,5 +26,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/lens_header_height"
- android:clipChildren="false"/>
+ android:clipChildren="false"
+ app:showDivider="false" />
</FrameLayout>