Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosKorir committed Dec 16, 2020
1 parent a1e51fc commit f207cac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
lintOptions {
abortOnError false
}
defaultConfig {
applicationId "com.template.lipanampesa"
minSdkVersion 15
Expand Down
4 changes: 3 additions & 1 deletion lipanampesalib/src/main/res/layout/mpesa_widget_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
android:layout_width="85dp"
android:layout_height="85dp"
app:cardBackgroundColor="@color/colorGreen"
app:cardCornerRadius="250dp">
app:cardCornerRadius="250dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">

<androidx.cardview.widget.CardView
android:layout_width="80dp"
Expand Down

0 comments on commit f207cac

Please sign in to comment.