mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-09-19 03:37:45 -04:00
Uppercase Card for consistency too
This commit is contained in:
1 parent
5f534b9646
commit
388db6feab
1 file changed
+1
-1
@@ -673,7 +673,7 @@ public class LoyaltyCardEditActivity extends CatimaAppCompatActivity {
|
||||
mCropperOptions.setAspectRatioOptions(selectedByDefault,
|
||||
new AspectRatio(null, 1, 1),
|
||||
new AspectRatio(getResources().getString(R.string.ucrop_label_original).toUpperCase(), sourceWidth, sourceHeight),
|
||||
new AspectRatio(getResources().getString(R.string.card), 85.6f, 53.98f)
|
||||
new AspectRatio(getResources().getString(R.string.card).toUpperCase(), 85.6f, 53.98f)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user