Skip to content

Commit

Permalink
billing-hack: change buy dialog icon
Browse files Browse the repository at this point in the history
  • Loading branch information
KuhakuPixel committed Dec 9, 2023
1 parent d2859f6 commit 8feae6c
Show file tree
Hide file tree
Showing 23 changed files with 1,326 additions and 94 deletions.
10 changes: 10 additions & 0 deletions billing-hack/.idea/deploymentTargetDropDown.xml

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

5 changes: 2 additions & 3 deletions billing-hack/.idea/gradle.xml

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

10 changes: 10 additions & 0 deletions billing-hack/.idea/migrations.xml

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

74 changes: 0 additions & 74 deletions billing-hack/app/src/main/res/drawable/ic_jeffkun_background.xml

This file was deleted.

1,290 changes: 1,290 additions & 0 deletions billing-hack/app/src/main/res/drawable/icon.xml

Large diffs are not rendered by default.

21 changes: 14 additions & 7 deletions billing-hack/app/src/main/res/layout/buy_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,36 @@
tools:context=".MainActivity"
android:orientation="vertical"
>
<TextView
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="AceTheGame"
android:textSize="25dp"
android:orientation="horizontal"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="AceTheGame "
android:textSize="25dp"
android:drawableRight="@drawable/icon"
>

</TextView>
</TextView>

</LinearLayout>
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:text="Do you want to get this item for free? :)"
android:drawableBottom="@mipmap/ic_jeffkun"
android:text="Do you want to get this item for free :)"
android:layout_marginVertical="25dp"
/>



<LinearLayout
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<Button
Expand Down

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 8feae6c

Please sign in to comment.