summaryrefslogtreecommitdiff
path: root/main/res/layout/sud_glif_recycler_template_content.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/sud_glif_recycler_template_content.xml')
-rw-r--r--main/res/layout/sud_glif_recycler_template_content.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/res/layout/sud_glif_recycler_template_content.xml b/main/res/layout/sud_glif_recycler_template_content.xml
index 64d7b2a..9ca640b 100644
--- a/main/res/layout/sud_glif_recycler_template_content.xml
+++ b/main/res/layout/sud_glif_recycler_template_content.xml
@@ -24,20 +24,20 @@
android:orientation="vertical">
<ViewStub
- android:id="@+id/suw_layout_sticky_header"
+ android:id="@+id/sud_layout_sticky_header"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<!-- Ignore UnusedAttribute: scrollIndicators is new in M. Default to no indicators in older
versions. -->
<com.google.android.setupdesign.view.HeaderRecyclerView
- android:id="@+id/suw_recycler_view"
+ android:id="@+id/sud_recycler_view"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:scrollbars="vertical"
- android:scrollIndicators="?attr/suwScrollIndicators"
- app:suwHeader="@layout/sud_glif_header"
+ android:scrollIndicators="?attr/sudScrollIndicators"
+ app:sudHeader="@layout/sud_glif_header"
tools:ignore="UnusedAttribute" />
<ViewStub