File tree Expand file tree Collapse file tree 5 files changed +21
-14
lines changed
MaterialDesignLibrary/MaterialDesign/src/main/java/com/gc/materialdesign/views Expand file tree Collapse file tree 5 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 1
- package com .hallaz .dompet .materialdesignporter .views ;
1
+ package com .gc .materialdesign .views ;
2
+
3
+ import com .gc .materialdesign .R ;
4
+ import com .gc .materialdesign .utils .Utils ;
2
5
3
6
import android .content .Context ;
4
7
import android .graphics .Canvas ;
9
12
import android .widget .RelativeLayout ;
10
13
import android .widget .TextView ;
11
14
12
- import com .hallaz .dompet .R ;
13
- import com .hallaz .dompet .materialdesignporter .utils .Utils ;
14
15
15
16
/**
16
17
* Created by hallaz on 10/26/2015.
Original file line number Diff line number Diff line change 1
- package com .hallaz .dompet .materialdesignporter .views ;
1
+ package com .gc .materialdesign .views ;
2
+
3
+ import com .gc .materialdesign .R ;
4
+ import com .gc .materialdesign .utils .Utils ;
2
5
3
6
import android .content .Context ;
4
7
import android .graphics .Bitmap ;
12
15
import android .view .MotionEvent ;
13
16
import android .widget .TextView ;
14
17
15
- import com .hallaz .dompet .R ;
16
- import com .hallaz .dompet .materialdesignporter .utils .Utils ;
17
18
18
19
/**
19
20
* Created by hallaz on 10/26/2015.
Original file line number Diff line number Diff line change 1
- package com .hallaz .dompet .materialdesignporter .views ;
1
+ package com .gc .materialdesign .views ;
2
+
3
+ import com .gc .materialdesign .R ;
4
+ import com .gc .materialdesign .utils .Utils ;
2
5
3
6
import android .content .Context ;
4
7
import android .graphics .Bitmap ;
15
18
import android .widget .RelativeLayout ;
16
19
import android .widget .TextView ;
17
20
18
- import com .hallaz .dompet .R ;
19
- import com .hallaz .dompet .materialdesignporter .utils .Utils ;
21
+
20
22
import com .nineoldandroids .animation .ObjectAnimator ;
21
23
import com .nineoldandroids .view .ViewHelper ;
22
24
Original file line number Diff line number Diff line change 1
- package com .hallaz .dompet .materialdesignporter .views ;
1
+ package com .gc .materialdesign .views ;
2
+
3
+ import com .gc .materialdesign .R ;
4
+ import com .gc .materialdesign .utils .Utils ;
2
5
3
6
import android .content .Context ;
4
7
import android .graphics .Bitmap ;
14
17
import android .widget .RelativeLayout ;
15
18
import android .widget .TextView ;
16
19
17
- import com .hallaz .dompet .R ;
18
- import com .hallaz .dompet .materialdesignporter .utils .Utils ;
20
+
19
21
import com .nineoldandroids .animation .ObjectAnimator ;
20
22
import com .nineoldandroids .view .ViewHelper ;
21
23
@@ -62,7 +64,7 @@ protected void setDefaultProperties() {
62
64
rippleSize = Utils .dpToPx (5 , getResources ());
63
65
setMinimumWidth (Utils .dpToPx (sizeRadius * 2 , getResources ()));
64
66
setMinimumHeight (Utils .dpToPx (sizeRadius * 2 , getResources ()));
65
- super .background = R .drawable .background_button_rectangle ;
67
+ super .background = R .drawable .background_button_rectangle ;
66
68
// super.setDefaultProperties();
67
69
}
68
70
Original file line number Diff line number Diff line change 1
- package com .hallaz .dompet .materialdesignporter .views ;
1
+ package com .gc .materialdesign .views ;
2
+
2
3
3
4
import android .content .Context ;
4
5
import android .graphics .Canvas ;
You can’t perform that action at this time.
0 commit comments