Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73e8b7a08b | |||
| cf29dc3af0 |
@@ -11,8 +11,8 @@ android {
|
||||
applicationId "com.recordatorios.app"
|
||||
minSdk 26
|
||||
targetSdk 34
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
versionCode 2
|
||||
versionName "1.0.1"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
||||
@@ -25,8 +25,7 @@
|
||||
|
||||
<com.google.android.material.tabs.TabLayout
|
||||
android:id="@+id/tabLayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="40dp"
|
||||
android:layout_height="52dp"
|
||||
android:background="?attr/colorPrimaryContainer"
|
||||
app:tabTextColor="?attr/colorOnPrimaryContainer"
|
||||
app:tabSelectedTextColor="?attr/colorOnPrimaryContainer"
|
||||
|
||||
Reference in New Issue
Block a user