summaryrefslogtreecommitdiff
path: root/main/res/layout/sud_glif_blank_template_card.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/sud_glif_blank_template_card.xml')
-rw-r--r--main/res/layout/sud_glif_blank_template_card.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/res/layout/sud_glif_blank_template_card.xml b/main/res/layout/sud_glif_blank_template_card.xml
index 8530c6d..eac860d 100644
--- a/main/res/layout/sud_glif_blank_template_card.xml
+++ b/main/res/layout/sud_glif_blank_template_card.xml
@@ -17,7 +17,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/suc_layout_status"
- style="@style/SuwGlifCardBackground"
+ style="@style/SudGlifCardBackground"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
@@ -31,10 +31,10 @@
android:visibility="invisible" />
<com.google.android.setupdesign.view.IntrinsicSizeFrameLayout
- style="@style/SuwGlifCardContainer"
- android:layout_width="@dimen/suw_glif_card_width"
+ style="@style/SudGlifCardContainer"
+ android:layout_width="@dimen/sud_glif_card_width"
android:layout_height="wrap_content"
- android:height="@dimen/suw_glif_card_height">
+ android:height="@dimen/sud_glif_card_height">
<include layout="@layout/sud_glif_blank_template_content" />