for-android/app
AbronStudio bf6546725f Refactor: Introduce SquareButton and SquareElevatedButton components for consistent button styling
This commit adds two new composable functions, SquareButton and SquareElevatedButton, to standardize button styling across the application. The new components encapsulate the button shape and styling, promoting code reuse and cleaner UI implementation.

- Created SquareButton for standard button functionality with customizable onClick and content.
- Created SquareElevatedButton for elevated button functionality with similar customization options.
- Replaced instances of Button and ElevatedButton in various screens with the new SquareButton and SquareElevatedButton components for consistency and improved maintainability.
2025-08-09 10:29:40 +03:30
..
src Refactor: Introduce SquareButton and SquareElevatedButton components for consistent button styling 2025-08-09 10:29:40 +03:30
.gitignore feat: c2dm prototype via fcm 2024-07-12 15:51:29 +02:00
build.gradle.kts Merge branch 'revoltchat:dev' into change/auth-design-to-pep 2025-07-26 14:06:01 +03:30
proguard-rules.pro chore: migratre from groovy build files to Kotlin DSL 2024-11-02 22:17:18 +01:00