diff --git a/mifospay/build.gradle b/mifospay/build.gradle index 3a1e4b874..5843b1ed7 100644 --- a/mifospay/build.gradle +++ b/mifospay/build.gradle @@ -29,6 +29,7 @@ android { } lintOptions { + abortOnError false disable 'InvalidPackage' } @@ -99,8 +100,8 @@ dependencies { implementation project(':core') - implementation 'com.github.rahul-gill.mifos-ui-library:uihouse:alpha-test' - lintChecks 'com.github.rahul-gill.mifos-ui-library:lint:alpha-test' + implementation 'com.github.rahul-gill.mifos-ui-library:uihouse:alpha-2.1' + lintChecks 'com.github.rahul-gill.mifos-ui-library:lint:alpha-2.1' } apply plugin: 'com.google.gms.google-services' diff --git a/mifospay/src/main/res/layout/activity_bank_account_detail.xml b/mifospay/src/main/res/layout/activity_bank_account_detail.xml index a42d8028c..3df9f79c1 100644 --- a/mifospay/src/main/res/layout/activity_bank_account_detail.xml +++ b/mifospay/src/main/res/layout/activity_bank_account_detail.xml @@ -114,7 +114,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/Mifos.DesignSystem.Spacing.screenHorizontalMargin" - style="@style/Widget.Material3.Button.OutlinedButton" + style="@style/Mifos.DesignSystem.Components.Button.Outline" android:text="@string/setup_upi" android:visibility="visible"/> @@ -123,7 +123,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/Mifos.DesignSystem.Spacing.marginBetweenItemsMedium" - style="@style/Widget.Material3.Button.OutlinedButton" + style="@style/Mifos.DesignSystem.Components.Button.Outline" android:text="@string/delete_bank" android:visibility="visible"/> @@ -131,12 +131,9 @@ + android:layout_marginHorizontal="@dimen/Mifos.DesignSystem.Spacing.screenHorizontalMargin"/> + style="@style/Mifos.DesignSystem.Components.Cards.Filled"> + style="@style/Mifos.DesignSystem.TextStyle.CardTitle"/> + style="@style/Mifos.DesignSystem.TextStyle.CardTitle"/>