Skip to content

Commit 014ed65

Browse files
fix nav commit
1 parent e45df4c commit 014ed65

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

wallet/src/main/res/layout/fragment_account.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
android:paddingTop="4dp"
2727
android:paddingRight="@dimen/activity_horizontal_margin"
2828
android:paddingBottom="4dp"
29-
android:textColor="@color/white"
30-
android:tabIndicatorColor="@color/colorAccent"/>
29+
android:textColor="@color/white"/>
3130

3231
</android.support.v4.view.ViewPager>
3332

wallet/src/main/res/values/styles.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
which is used to tint widgets -->
1212
<item name="colorAccent">@color/accent</item>
1313
</style>
14+
15+
<style name="PagerTabStrip">
16+
<item name="android:textColor">@color/white</item>
17+
<item name="tabIndicatorColor">@color/colorAccent</item>
18+
</style>
1419

1520
<style name="AppTheme" parent="Theme.AppCompat">
1621
<!-- colorPrimary is used for the default action bar background -->

0 commit comments

Comments
 (0)