Merge remote-tracking branch 'origin/development' into development
This commit is contained in:
1
.idea/inspectionProfiles/Project_Default.xml
generated
1
.idea/inspectionProfiles/Project_Default.xml
generated
@@ -1,7 +1,6 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="AndroidLintWebViewLayout" enabled="false" level="ERROR" enabled_by_default="false" />
|
||||
<inspection_tool class="AutoCloseableResource" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="METHOD_MATCHER_CONFIG" value="java.util.Formatter,format,java.io.Writer,append,com.google.common.base.Preconditions,checkNotNull,org.hibernate.Session,close,java.io.PrintWriter,printf,java.io.PrintStream,printf,android.provider.ContactsContract.Contacts,openContactPhotoInputStream" />
|
||||
</inspection_tool>
|
||||
|
||||
@@ -13,7 +13,7 @@ android {
|
||||
applicationId "com.app.simplitend"
|
||||
minSdk 24
|
||||
targetSdk 33
|
||||
versionCode 7
|
||||
versionCode 8
|
||||
versionName "1.1.1"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
@@ -108,26 +108,25 @@
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:id="@+id/pin"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:autofillHints="password"
|
||||
|
||||
android:background="@drawable/edit_text_bg"
|
||||
|
||||
android:hint="@string/enter_your_pin"
|
||||
android:paddingVertical="15sp"
|
||||
android:paddingHorizontal="10dp"
|
||||
android:fontFamily="@font/nunito_regular"
|
||||
android:textColor="@color/black"
|
||||
android:textColorHint="#5B5B5B"
|
||||
|
||||
android:textAppearance="@style/TextAppearance.Material3.TitleMedium"
|
||||
|
||||
android:drawableStart="@drawable/ic_lock_outline"
|
||||
android:drawablePadding="20dp"
|
||||
|
||||
android:autofillHints="password"
|
||||
android:fontFamily="@font/nunito_regular"
|
||||
android:hint="@string/enter_your_pin"
|
||||
android:inputType="numberPassword"
|
||||
android:maxLines="1"
|
||||
|
||||
android:maxLength="4"
|
||||
/>
|
||||
|
||||
android:maxLines="1"
|
||||
android:paddingHorizontal="10dp"
|
||||
|
||||
android:paddingVertical="15sp"
|
||||
android:textAppearance="@style/TextAppearance.Material3.TitleMedium"
|
||||
android:textColor="@color/black"
|
||||
android:textColorHint="#5B5B5B" />
|
||||
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user