|
|
@ -46,6 +46,7 @@ |
|
|
<item name="android:layout_height">@dimen/tab_icon_height</item> |
|
|
<item name="android:layout_height">@dimen/tab_icon_height</item> |
|
|
<item name="android:layout_width">@dimen/tab_icon_width</item> |
|
|
<item name="android:layout_width">@dimen/tab_icon_width</item> |
|
|
</style> |
|
|
</style> |
|
|
|
|
|
|
|
|
<style name="TabText"> |
|
|
<style name="TabText"> |
|
|
<item name="android:layout_height">wrap_content</item> |
|
|
<item name="android:layout_height">wrap_content</item> |
|
|
<item name="android:layout_width">wrap_content</item> |
|
|
<item name="android:layout_width">wrap_content</item> |
|
|
@ -53,4 +54,8 @@ |
|
|
<item name="android:textColor">@color/grey_767c82</item> |
|
|
<item name="android:textColor">@color/grey_767c82</item> |
|
|
<item name="android:textSize">@dimen/tab_text_size</item> |
|
|
<item name="android:textSize">@dimen/tab_text_size</item> |
|
|
</style> |
|
|
</style> |
|
|
|
|
|
|
|
|
|
|
|
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" /> |
|
|
|
|
|
|
|
|
|
|
|
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" /> |
|
|
</resources> |
|
|
</resources> |