summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/page_info.xml4
-rw-r--r--res/layout/page_settings.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/page_info.xml b/res/layout/page_info.xml
index f7baad0..f436bc9 100644
--- a/res/layout/page_info.xml
+++ b/res/layout/page_info.xml
@@ -71,7 +71,7 @@
android:layout_marginBottom="@dimen/preview_attribution_pane_button_bottom_margin"
android:orientation="horizontal">
- <com.google.android.material.button.MaterialButton
+ <Button
android:id="@+id/preview_attribution_pane_explore_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -86,7 +86,7 @@
android:layout_weight="1"
android:visibility="gone"/>
- <com.google.android.material.button.MaterialButton
+ <Button
android:id="@+id/preview_attribution_pane_set_wallpaper_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
diff --git a/res/layout/page_settings.xml b/res/layout/page_settings.xml
index d770af3..5142928 100644
--- a/res/layout/page_settings.xml
+++ b/res/layout/page_settings.xml
@@ -31,7 +31,7 @@
android:layout_height="0dp"
android:layout_weight="1"/>
- <com.google.android.material.button.MaterialButton
+ <Button
android:id="@+id/preview_attribution_pane_set_wallpaper_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"