diff options
Diffstat (limited to 'res/layout/fragment_pager_list.xml')
-rw-r--r-- | res/layout/fragment_pager_list.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/fragment_pager_list.xml b/res/layout/fragment_pager_list.xml index 31e1ca0..818aaf9 100644 --- a/res/layout/fragment_pager_list.xml +++ b/res/layout/fragment_pager_list.xml @@ -74,11 +74,11 @@ android:textColor="#78000000"/> <ImageView - android:id="@+id/apply" + android:id="@+id/customize" android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_marginRight="16dp" - android:src="@drawable/ic_theme_apply2"/> + android:src="@drawable/ic_theme_customize"/> <ImageView android:id="@+id/overflow" |