Skip to content

Commit

Permalink
Correct placement of 馃柡s
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobodemann committed Oct 20, 2021
1 parent ab161cc commit cb3c403
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ ZeWhat?

Based on the previous success of the `ZeAppp`-app, this app will be the same but different:
We'll start with a base app and have several tasks sprinkled out in the code base.
If you are at the booth, please look behind on the wall for the current tasks list, or feel free to add your own.
If you are at the booth, please look around for the current tasks list, or feel free to add your own.
We don't have a project manager yet, so feel free to use your 15 min time slot wisely.

What?
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/berlindroid/zethree/MainActivity.java
Expand Up @@ -84,7 +84,7 @@ public void onCatsLongClicked(View view) {
public void doYourThingClicked(View view) {
Toast.makeText(
this,
"Hey, do what ever you want, you got 15 minutes!\n\nNo idea what to do? Look behind " +
"Hey, do what ever you want, you got 15 minutes!\n\nNo idea what to do? Look around you for some task " +
"you!",
Toast.LENGTH_LONG
).show();
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/berlindroid/zethree/cats/view/Ui.kt
Expand Up @@ -85,7 +85,7 @@ fun CatUi(
)
Text(
text = "energyLevel: $energyLevel",
fontSize = 10.sp,
fontSize = 20.sp,
color = MaterialTheme.colors.secondaryVariant,
modifier = Modifier
.padding(4.dp)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -11,4 +11,4 @@ android.nonTransitiveRClass=true
kotlin.code.style=official

# App Config
version=0.0.9
version=0.0.10

0 comments on commit cb3c403

Please sign in to comment.