Skip to content

Commit 67cb39f

Browse files
committed
mbrc-90 #90 Fix help tab tex colors
1 parent c66ae8a commit 67cb39f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app/src/main/res/layout/activity_help_feedback.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
android:layout_width="match_parent"
66
android:layout_height="match_parent"
77
android:fitsSystemWindows="true"
8-
tools:context=".ui.activities.HelpFeedbackActivity">
8+
tools:context=".ui.help_feedback.HelpFeedbackActivity">
99

1010
<android.support.design.widget.AppBarLayout
1111
android:layout_width="match_parent"
@@ -28,7 +28,9 @@
2828
android:layout_height="wrap_content"
2929
android:layout_gravity="top"
3030
android:background="@color/primary"
31-
android:textColor="@color/primary_text_material_light"/>
31+
android:textColor="@color/primary_text_material_light"
32+
app:tabSelectedTextColor="@color/primary_text_material_light"
33+
app:tabTextColor="@color/secondary_text_material_light"/>
3234

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

app/src/main/res/layout/app_bar_library.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
android:layout_width="match_parent"
66
android:layout_height="match_parent"
77
android:fitsSystemWindows="true"
8-
tools:context=".ui.activities.nav.LibraryActivity">
8+
tools:context=".ui.navigation.library.LibraryActivity">
99

1010
<android.support.design.widget.AppBarLayout
1111
android:layout_width="match_parent"

0 commit comments

Comments
 (0)