Skip to content

Sign In Screen#2

Open
buddhdev-jay wants to merge 1 commit into
developfrom
feature/Signin_Screen
Open

Sign In Screen#2
buddhdev-jay wants to merge 1 commit into
developfrom
feature/Signin_Screen

Conversation

@buddhdev-jay
Copy link
Copy Markdown
Owner

No description provided.

@buddhdev-jay buddhdev-jay force-pushed the feature/Signin_Screen branch 6 times, most recently from bd4d680 to a21f399 Compare May 19, 2022 10:47
const val THIRTYEIGHT = 38
const val TWENETYFOUR = 24
const val ONE = 1
const val ZERO = 0
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code formatting

app:layout_constraintTop_toTopOf="parent" />

<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/textview_signIn_tagline"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

naming convention

app:layout_constraintTop_toBottomOf="@id/textview_signIn_tagline" />

<androidx.appcompat.widget.AppCompatEditText
android:id="@+id/edi_txt_signIn_email"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

android:textSize="@dimen/_10ssp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/txt_layout_password" />

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra space

app:layout_constraintTop_toBottomOf="@id/btn_signIn" />

<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/textview_Or"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

camel case?

@buddhdev-jay buddhdev-jay force-pushed the feature/Signin_Screen branch 2 times, most recently from a0be382 to 9b0f713 Compare May 19, 2022 13:36

override fun updateDrawState(drawState: TextPaint) {
super.updateDrawState(drawState)
drawState.isUnderlineText = false
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use apply

android:imeOptions="actionNext"
android:inputType="textEmailAddress"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/textview_signIn_email_header" />
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

naming convention textview_signIn_email_header

app:passwordToggleEnabled="true">

<androidx.appcompat.widget.AppCompatEditText
android:id="@+id/editxt_signIn_password"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

@buddhdev-jay buddhdev-jay force-pushed the feature/Signin_Screen branch from 614fda1 to b6d4db7 Compare May 24, 2022 05:06

class OnboardingViewHolder(binding:SplashScreenItemContainerLayoutBinding) : RecyclerView.ViewHolder(binding.root) {
//Will be Implemented Later
//Will be Implemeted Later
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong change

@buddhdev-jay buddhdev-jay force-pushed the feature/Signin_Screen branch from fa90e61 to a89853f Compare May 24, 2022 06:35
android:layout_marginStart="@dimen/_24sdp"
android:layout_marginTop="@dimen/_22sdp"
android:fontFamily="@font/manropemedium"
android:text="or"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

static string

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="edit_textStyle" parent="ThemeOverlay.AppCompat" >
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

give style name in camelCase only

<item name="android:layout_marginEnd">@dimen/_24sdp</item>
<item name="android:background">@drawable/edit_text_border</item>
</style>
<style name="social_media_button" parent="ThemeOverlay.AppCompat">
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, check in all the style

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants