File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 26
26
27
27
public class Achievements extends AppCompatActivity {
28
28
29
- private static final double badge_image_ratio_width = 0.5 ;
30
- private static final double badge_image_ratio_height = 0.5 ;
29
+ private static final double badge_image_ratio_width = 0.4 ;
30
+ private static final double badge_image_ratio_height = 0.36 ;
31
31
private ImageView imageView ;
32
32
@ Override
33
33
protected void onCreate (Bundle savedInstanceState ) {
Original file line number Diff line number Diff line change 92
92
android : layout_height =" wrap_content"
93
93
android : layout_marginLeft =" @dimen/activity_margin_horizontal"
94
94
android : layout_marginStart =" @dimen/activity_margin_horizontal"
95
- android : text =" @string/images_uploaded " />
95
+ android : text =" @string/image_reverts " />
96
96
97
97
<com .dinuscxj.progressbar.CircleProgressBar
98
98
android : layout_width =" 35dp"
125
125
android : layout_height =" wrap_content"
126
126
android : layout_marginLeft =" @dimen/activity_margin_horizontal"
127
127
android : layout_marginStart =" @dimen/activity_margin_horizontal"
128
- android : text =" @string/images_uploaded " />
128
+ android : text =" @string/images_used_by_wiki " />
129
129
130
130
<com .dinuscxj.progressbar.CircleProgressBar
131
131
android : layout_width =" 35dp"
Original file line number Diff line number Diff line change 290
290
<string name =" statistics_featured" >Featured Images</string >
291
291
<string name =" level" >LEVEL</string >
292
292
<string name =" images_uploaded" >Images Uploaded</string >
293
+ <string name =" image_reverts" >Images Not Reverted</string >
294
+ <string name =" images_used_by_wiki" >Images Used By Wiki</string >
293
295
</resources >
You can’t perform that action at this time.
0 commit comments