diff --git a/PennMobile/src/main/res/layout/fragment_gsr_tabs.xml b/PennMobile/src/main/res/layout/fragment_gsr_tabs.xml
index 460ce041..aeb8bc23 100644
--- a/PennMobile/src/main/res/layout/fragment_gsr_tabs.xml
+++ b/PennMobile/src/main/res/layout/fragment_gsr_tabs.xml
@@ -16,8 +16,7 @@
android:background="@color/white"
android:elevation="0dp"
android:theme="@style/AppTheme.AppBarOverlay"
- app:elevation="0dp"
- tools:targetApi="lollipop">
+ app:elevation="0dp">
@@ -75,7 +72,9 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:tabMode="fixed"
- tools:targetApi="lollipop" />
+ app:tabTextAppearance="@style/tab_text"
+ app:tabSelectedTextColor="#257FE1"
+ app:tabTextColor="#101E3B" />