Skip to content

Commit eed4d81

Browse files
committed
Fixes for tablayout and tablets
1 parent 98c2bc3 commit eed4d81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build/
55
# Local configuration file (sdk path, etc)
66
local.properties
77
release.properties
8-
android_keystore.jks
8+
*.jks
99

1010
# Gradle generated files
1111
.gradle/

app/src/main/res/layout/activity_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
android:theme="@style/AppTheme.AppBarOverlay"
3131
app:popupTheme="@style/AppTheme.PopupThemeOverlay"
3232
app:tabMode="fixed"
33-
app:tabGravity="fill"
33+
app:tabGravity="center"
3434
app:tabBackground="?colorPrimary"
3535
app:tabIndicatorColor="?colorAccent"
3636
app:tabIndicatorHeight="4dp"

0 commit comments

Comments
 (0)