Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
caa64fda6f | |||
6a1c2f032b | |||
ac7db53812 |
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
@ -135,6 +135,8 @@ public class CurrencyDetailsActivity extends AppCompatActivity {
|
||||
Objects.requireNonNull(getSupportActionBar()).setDisplayOptions(ActionBar.DISPLAY_SHOW_HOME |
|
||||
ActionBar.DISPLAY_SHOW_TITLE | ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_USE_LOGO);
|
||||
|
||||
if(currency.getIcon() != null)
|
||||
{
|
||||
Bitmap result = Bitmap.createBitmap(150, 150, currency.getIcon().getConfig());
|
||||
|
||||
Paint paint = new Paint();
|
||||
@ -152,6 +154,7 @@ public class CurrencyDetailsActivity extends AppCompatActivity {
|
||||
, (int) MoodlBox.convertDpToPx(25, getResources())
|
||||
, false)));
|
||||
}
|
||||
}
|
||||
}
|
||||
/*for(int i = 0; i < dataChartList.size(); i++)
|
||||
{*/
|
||||
|
@ -82,7 +82,8 @@ public class DataCrypter {
|
||||
|
||||
} catch(NoSuchPaddingException | NoSuchAlgorithmException
|
||||
| InvalidKeyException | UnsupportedEncodingException
|
||||
| InvalidAlgorithmParameterException e) {
|
||||
| InvalidAlgorithmParameterException | BadPaddingException
|
||||
| IllegalBlockSizeException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
|
@ -7,7 +7,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.2.0'
|
||||
classpath 'com.android.tools.build:gradle:3.1.4'
|
||||
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
Loading…
x
Reference in New Issue
Block a user