mobile-wallet
mobile-wallet copied to clipboard
text view bug fixed #1250
Issue Fix
Fixes #1250
Screenshots
Description
In Sign Up Xml file text view of id "android:id="@+id/tv_password_strength" which was showing "weak, strong , very strong and password should contain 6 characters " was getting overlapped sometimes with the confirm password edit text or sometime with progress bar just above it. #1250
-
[x] Apply the
AndroidStyle.xml
style template to your code in Android Studio. -
[x] Run the unit tests with
./gradlew check
to make sure you didn't break anything -
[x] If you have multiple commits please combine them into one commit by squashing them.
I can't see any issue in your commit that shows why this test is failing, @devansh-299 @s-ayush2903 can you guys tell what's the issue here. I checked details of test fail it shows "core: 'annotationProcessor' dependencies won't be recognized as kapt annotation processors. Please change the configuration name to 'kapt' for these artifacts: 'com.google.dagger:dagger-compiler:2.11'.".
Please follow the PR guidelines and add screenshots whenver you make UI changes
Use '<'img src="link_of_image" width="200" height="400"'>' to upload a photo, this will adjust the image to viewable size.😊
, @devansh-299 @s-ayush2903 can you guys tell what's the issue here.
Hmm, now it seems weird to me as it is failing everywhere(at mobile-wallet new PRs). Btw thanks for the ping, I'll investigate and push a fix
, @devansh-299 @s-ayush2903 can you guys tell what's the issue here.
Hmm, now it seems weird to me as it is failing everywhere(at mobile-wallet new PRs). Btw thanks for the ping, I'll investigate and push a fix
Thank you @s-ayush2903 please make it as soon as possible.It would be useful for future contributions:)
We are using compose now