Skip to content

Commit

Permalink
Push Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
DHD2280 committed May 5, 2024
1 parent 378d913 commit dbdfa2d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/edit2MakeNewBeta
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Editing this file will trigger the build script for a new beta release
Editing this file will trigger the build script for a new beta release.
12 changes: 12 additions & 0 deletions app/src/main/res/drawable/circle_shape.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">

<size
android:width="100dp"
android:height="100dp" />

<solid
android:color="@android:color/system_accent1_400" />

</shape>

0 comments on commit dbdfa2d

Please sign in to comment.