summaryrefslogtreecommitdiff
path: root/main/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/drawable')
-rw-r--r--main/res/drawable/sud_card_bg_dark.xml (renamed from main/res/drawable/suw_card_bg_dark.xml)4
-rw-r--r--main/res/drawable/sud_card_bg_light.xml (renamed from main/res/drawable/suw_card_bg_light.xml)4
-rw-r--r--main/res/drawable/sud_ic_expand.xml (renamed from main/res/drawable/suw_ic_expand.xml)4
-rw-r--r--main/res/drawable/sud_ic_expand_less.xml (renamed from main/res/drawable/suw_ic_expand_less.xml)0
-rw-r--r--main/res/drawable/sud_ic_expand_more.xml (renamed from main/res/drawable/suw_ic_expand_more.xml)0
-rw-r--r--main/res/drawable/sud_layout_background.xml (renamed from main/res/drawable/suw_layout_background.xml)2
-rw-r--r--main/res/drawable/sud_navbar_btn_bg_dark.xml (renamed from main/res/drawable/suw_navbar_btn_bg_dark.xml)0
-rw-r--r--main/res/drawable/sud_navbar_btn_bg_light.xml (renamed from main/res/drawable/suw_navbar_btn_bg_light.xml)0
-rw-r--r--main/res/drawable/sud_navbar_ic_back.xml (renamed from main/res/drawable/suw_navbar_ic_more.xml)2
-rw-r--r--main/res/drawable/sud_navbar_ic_more.xml (renamed from main/res/drawable/suw_navbar_ic_back.xml)2
-rw-r--r--main/res/drawable/sud_navbar_ic_next.xml (renamed from main/res/drawable/suw_navbar_ic_next.xml)2
11 files changed, 10 insertions, 10 deletions
diff --git a/main/res/drawable/suw_card_bg_dark.xml b/main/res/drawable/sud_card_bg_dark.xml
index cd115cf..7375bfe 100644
--- a/main/res/drawable/suw_card_bg_dark.xml
+++ b/main/res/drawable/sud_card_bg_dark.xml
@@ -19,8 +19,8 @@
xmlns:tools="http://schemas.android.com/tools" android:shape="rectangle">
<corners
- android:topLeftRadius="@dimen/suw_card_corner_radius"
- android:topRightRadius="@dimen/suw_card_corner_radius" />
+ android:topLeftRadius="@dimen/sud_card_corner_radius"
+ android:topRightRadius="@dimen/sud_card_corner_radius" />
<!-- Ignore PrivateResource: This should be fixed -->
<solid android:color="@color/background_material_dark" tools:ignore="PrivateResource" />
diff --git a/main/res/drawable/suw_card_bg_light.xml b/main/res/drawable/sud_card_bg_light.xml
index cd40dbe..2794b0d 100644
--- a/main/res/drawable/suw_card_bg_light.xml
+++ b/main/res/drawable/sud_card_bg_light.xml
@@ -19,8 +19,8 @@
xmlns:tools="http://schemas.android.com/tools" android:shape="rectangle">
<corners
- android:topLeftRadius="@dimen/suw_card_corner_radius"
- android:topRightRadius="@dimen/suw_card_corner_radius" />
+ android:topLeftRadius="@dimen/sud_card_corner_radius"
+ android:topRightRadius="@dimen/sud_card_corner_radius" />
<!-- Ignore PrivateResource: This should be fixed -->
<solid android:color="@color/background_material_light" tools:ignore="PrivateResource" />
diff --git a/main/res/drawable/suw_ic_expand.xml b/main/res/drawable/sud_ic_expand.xml
index 7e79f7d..125c98b 100644
--- a/main/res/drawable/suw_ic_expand.xml
+++ b/main/res/drawable/sud_ic_expand.xml
@@ -16,6 +16,6 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_checked="true" android:drawable="@drawable/suw_ic_expand_less" />
- <item android:drawable="@drawable/suw_ic_expand_more" />
+ <item android:state_checked="true" android:drawable="@drawable/sud_ic_expand_less" />
+ <item android:drawable="@drawable/sud_ic_expand_more" />
</selector>
diff --git a/main/res/drawable/suw_ic_expand_less.xml b/main/res/drawable/sud_ic_expand_less.xml
index ef717c1..ef717c1 100644
--- a/main/res/drawable/suw_ic_expand_less.xml
+++ b/main/res/drawable/sud_ic_expand_less.xml
diff --git a/main/res/drawable/suw_ic_expand_more.xml b/main/res/drawable/sud_ic_expand_more.xml
index ff3a0c5..ff3a0c5 100644
--- a/main/res/drawable/suw_ic_expand_more.xml
+++ b/main/res/drawable/sud_ic_expand_more.xml
diff --git a/main/res/drawable/suw_layout_background.xml b/main/res/drawable/sud_layout_background.xml
index affe95f..52451a5 100644
--- a/main/res/drawable/suw_layout_background.xml
+++ b/main/res/drawable/sud_layout_background.xml
@@ -19,6 +19,6 @@
with a suitable tileable background. -->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <solid android:color="@color/suw_color_accent_light" />
+ <solid android:color="@color/sud_color_accent_light" />
</shape>
diff --git a/main/res/drawable/suw_navbar_btn_bg_dark.xml b/main/res/drawable/sud_navbar_btn_bg_dark.xml
index f4131e5..f4131e5 100644
--- a/main/res/drawable/suw_navbar_btn_bg_dark.xml
+++ b/main/res/drawable/sud_navbar_btn_bg_dark.xml
diff --git a/main/res/drawable/suw_navbar_btn_bg_light.xml b/main/res/drawable/sud_navbar_btn_bg_light.xml
index 5d3bcfa..5d3bcfa 100644
--- a/main/res/drawable/suw_navbar_btn_bg_light.xml
+++ b/main/res/drawable/sud_navbar_btn_bg_light.xml
diff --git a/main/res/drawable/suw_navbar_ic_more.xml b/main/res/drawable/sud_navbar_ic_back.xml
index 603e08d..2d42cf5 100644
--- a/main/res/drawable/suw_navbar_ic_more.xml
+++ b/main/res/drawable/sud_navbar_ic_back.xml
@@ -16,4 +16,4 @@
-->
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/suw_navbar_ic_down_arrow" />
+ android:src="@drawable/sud_navbar_ic_left_arrow" />
diff --git a/main/res/drawable/suw_navbar_ic_back.xml b/main/res/drawable/sud_navbar_ic_more.xml
index 8a6e137..fb355b8 100644
--- a/main/res/drawable/suw_navbar_ic_back.xml
+++ b/main/res/drawable/sud_navbar_ic_more.xml
@@ -16,4 +16,4 @@
-->
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/suw_navbar_ic_left_arrow" />
+ android:src="@drawable/sud_navbar_ic_down_arrow" />
diff --git a/main/res/drawable/suw_navbar_ic_next.xml b/main/res/drawable/sud_navbar_ic_next.xml
index e164e8a..cde0bc6 100644
--- a/main/res/drawable/suw_navbar_ic_next.xml
+++ b/main/res/drawable/sud_navbar_ic_next.xml
@@ -16,4 +16,4 @@
-->
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/suw_navbar_ic_right_arrow" />
+ android:src="@drawable/sud_navbar_ic_right_arrow" />