File tree Expand file tree Collapse file tree
robototextview/src/main/java/com/devspark/robototextview/widget Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 buildToolsVersion = ' 23.0.1'
2020
2121 // Android dependencies.
22- supportAppCompat = ' com.android.support:appcompat-v7:23.0.1 '
22+ supportAppCompat = ' com.android.support:appcompat-v7:23.1.0 '
2323}
Original file line number Diff line number Diff line change 1616
1717package com .devspark .robototextview .widget ;
1818
19- import android .annotation .TargetApi ;
2019import android .content .Context ;
21- import android .os . Build ;
20+ import android .support . v7 . widget . SwitchCompat ;
2221import android .util .AttributeSet ;
2322import android .widget .Switch ;
2423
2928 *
3029 * @author Evgeny Shishkin
3130 */
32- @ TargetApi (Build .VERSION_CODES .ICE_CREAM_SANDWICH )
33- public class RobotoSwitch extends Switch {
31+ public class RobotoSwitch extends SwitchCompat {
3432
3533 /**
3634 * Simple constructor to use when creating a widget from code.
You can’t perform that action at this time.
0 commit comments