summaryrefslogtreecommitdiff
path: root/main/src/com/google/android/setupdesign/items/SwitchItem.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/com/google/android/setupdesign/items/SwitchItem.java')
-rw-r--r--main/src/com/google/android/setupdesign/items/SwitchItem.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/com/google/android/setupdesign/items/SwitchItem.java b/main/src/com/google/android/setupdesign/items/SwitchItem.java
index 940acea..862197e 100644
--- a/main/src/com/google/android/setupdesign/items/SwitchItem.java
+++ b/main/src/com/google/android/setupdesign/items/SwitchItem.java
@@ -59,8 +59,8 @@ public class SwitchItem extends Item implements CompoundButton.OnCheckedChangeLi
*/
public SwitchItem(Context context, AttributeSet attrs) {
super(context, attrs);
- final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwSwitchItem);
- checked = a.getBoolean(R.styleable.SuwSwitchItem_android_checked, false);
+ final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SudSwitchItem);
+ checked = a.getBoolean(R.styleable.SudSwitchItem_android_checked, false);
a.recycle();
}