1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-03 17:13:50 +00:00

Android theming.,Tab bar icons, etc.

This commit is contained in:
Kyle Spearrin
2016-08-20 01:17:13 -04:00
parent 3c20669296
commit e067d9b6df
48 changed files with 395 additions and 241 deletions

View File

@@ -7,5 +7,9 @@
android:background="?attr/colorPrimary"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:tabIndicatorColor="@android:color/white"
app:tabMaxWidth="0dp"
app:tabGravity="fill"
app:tabTextAppearance="@android:style/TextAppearance.Widget.TabWidget"
app:tabTextColor="@color/tabtext"
app:tabSelectedTextColor="@android:color/white"
app:tabMode="fixed" />