We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c2bc3 commit eed4d81Copy full SHA for eed4d81
2 files changed
.gitignore
@@ -5,7 +5,7 @@ build/
5
# Local configuration file (sdk path, etc)
6
local.properties
7
release.properties
8
-android_keystore.jks
+*.jks
9
10
# Gradle generated files
11
.gradle/
app/src/main/res/layout/activity_main.xml
@@ -30,7 +30,7 @@
30
android:theme="@style/AppTheme.AppBarOverlay"
31
app:popupTheme="@style/AppTheme.PopupThemeOverlay"
32
app:tabMode="fixed"
33
- app:tabGravity="fill"
+ app:tabGravity="center"
34
app:tabBackground="?colorPrimary"
35
app:tabIndicatorColor="?colorAccent"
36
app:tabIndicatorHeight="4dp"
0 commit comments