launcher/app
Luke Wass a9382c1d87 # Tutorial improvements.
## Replace ">>>>>" with "<<<<<<"
- To better visually indicate the direction the user should swipe. Maybe I'm the only one dumb enough to look at the > arrow and swipe that way, which gets you nowhere.
- Ran into a bug here when literally typing in "<"
````The value of attribute “android:text” associated with an element type “TextView” must not contain the '<' character```
- Fixed with the help of [this thread comment](https://stackoverflow.com/a/40971204/22771801).
Change the id to match the respective arrow direction (was '...right' is now '...left').
2025-03-14 13:26:02 -05:00
..
src # Tutorial improvements. 2025-03-14 13:26:02 -05:00
.gitignore Add a basic but functional app. Needs improvement. 2020-05-12 14:52:56 +02:00
build.gradle 0.1.0 2025-03-14 16:35:41 +01:00
proguard-rules.pro reenable proguard 2025-02-10 22:56:45 +01:00