Skip to content

Commit

Permalink
Changed the tab bar text color to a dark theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
banasiak committed Jan 29, 2016
1 parent 36590d0 commit abf563e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
android:background="@color/color_primary"
app:tabMode="fixed"
app:tabGravity="fill"
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" />
app:theme="@style/ThemeOverlay.AppCompat.ActionBar" />

</android.support.design.widget.AppBarLayout>

Expand Down

0 comments on commit abf563e

Please sign in to comment.