Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaji Khan committed Feb 27, 2024
1 parent 8ed58c3 commit a9a8f2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ android {
// Add this extension
firebaseCrashlytics {
// Enable processing and uploading of native symbols to Firebase servers.

// By default, this is disabled to improve build speeds.
// This flag must be enabled to see properly-symbolicated native
// stack traces in the Crashlytics dashboard.
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/layout/activity_purchase2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,15 @@
android:textStyle="italic"
android:textSize="24dp"
android:id="@+id/old_price"
android:visibility="gone"
android:layout_marginLeft="20dp"
android:fontFamily="@font/gruppo"
android:textColor="@color/white"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Save 90%"
android:visibility="gone"
android:layout_gravity="center"
android:textStyle="italic"
android:textSize="24dp"
Expand All @@ -93,6 +95,7 @@
android:text="Limited time deal"
android:layout_gravity="center"
android:textStyle="italic"
android:visibility="gone"
android:textSize="24dp"
android:fontFamily="@font/gruppo"
android:textColor="@color/white"/>
Expand Down

0 comments on commit a9a8f2c

Please sign in to comment.