Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 918139aa4e | |||
| a9ee62c3f9 |
@@ -11,8 +11,8 @@ android {
|
|||||||
applicationId "com.recordatorios.app"
|
applicationId "com.recordatorios.app"
|
||||||
minSdk 26
|
minSdk 26
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode 3
|
versionCode 5
|
||||||
versionName "1.0.2"
|
versionName "1.0.4"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
@@ -20,9 +20,6 @@ android {
|
|||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
debug {
|
|
||||||
applicationIdSuffix ".debug"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
applicationVariants.all { variant ->
|
applicationVariants.all { variant ->
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
<com.google.android.material.tabs.TabLayout
|
<com.google.android.material.tabs.TabLayout
|
||||||
android:id="@+id/tabLayout"
|
android:id="@+id/tabLayout"
|
||||||
|
android:layout_width="match_parent"
|
||||||
android:layout_height="52dp"
|
android:layout_height="52dp"
|
||||||
android:background="?attr/colorPrimaryContainer"
|
android:background="?attr/colorPrimaryContainer"
|
||||||
app:tabTextColor="?attr/colorOnPrimaryContainer"
|
app:tabTextColor="?attr/colorOnPrimaryContainer"
|
||||||
|
|||||||
Reference in New Issue
Block a user