Skip to content

Commit

Permalink
re-commit , cache , re-deleted files for fonts in libs + sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
AhlaamK-tap committed Jul 2, 2024
1 parent fc1484b commit 6a675ba
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 19 deletions.
Binary file modified .gradle/7.4.2/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/7.4.2/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/7.4.2/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/7.4.2/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/7.4.2/fileHashes/resourceHashesCache.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Mon May 13 12:10:42 AST 2024
#Tue Jul 02 14:51:53 AST 2024
gradle.version=7.4.2
Binary file modified .gradle/file-system.probe
Binary file not shown.
Binary file removed goSellSDKSample/src/main/assets/fonts/DNTitling.ttf
Binary file not shown.
Binary file not shown.
Binary file removed goSellSDKSample/src/main/assets/fonts/NewsCycle.ttf
Binary file not shown.
Binary file removed goSellSDKSample/src/main/assets/fonts/NicksFont.ttf
Binary file not shown.
Binary file removed goSellSDKSample/src/main/assets/fonts/Pecita.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
17 changes: 0 additions & 17 deletions goSellSDKSample/src/main/assets/fonts/font_family.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed goSellSDKSample/src/main/assets/fonts/xenosphere.ttf
Binary file not shown.
Binary file not shown.
Binary file removed library/src/main/assets/fonts/roboto_light.ttf
Binary file not shown.
Binary file removed library/src/main/assets/fonts/roboto_medium.ttf
Binary file not shown.
Binary file removed library/src/main/assets/fonts/roboto_regular.ttf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private void initializeView() {
textView_codeexp = findViewById(R.id.tv_codeexp);
textView_fawrytext = findViewById(R.id.tv_fawrytext);
textView_fawry_payreference = findViewById(R.id.tv_fawry_payreference);
Typeface fontstyle = Typeface.createFromAsset(getAssets(),"fonts/roboto_regular.ttf");
Typeface fontstyle = Typeface.SANS_SERIF;
textView_codeexp_datetime.setTypeface(fontstyle);
textView_emailPhone_sent.setTypeface(fontstyle);
textView_emailphone.setTypeface(fontstyle);
Expand Down

0 comments on commit 6a675ba

Please sign in to comment.