Skip to content

Commit

Permalink
Improve GSR tab text (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSnipes29 authored Sep 22, 2023
1 parent 1184dea commit 5491083
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions PennMobile/src/main/res/layout/fragment_gsr_tabs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">

<FrameLayout
android:id="@+id/appbar_container"
Expand All @@ -31,7 +30,6 @@
android:layout_height="wrap_content"
android:layout_gravity="start|top"
android:layout_marginStart="24dp"
android:layout_marginLeft="24dp"
android:layout_marginTop="24dp" />

<TextView
Expand All @@ -41,7 +39,6 @@
android:layout_height="wrap_content"
android:layout_gravity="start|bottom"
android:layout_marginStart="24dp"
android:layout_marginLeft="24dp"
android:layout_marginBottom="4dp"
android:maxLines="1"
/>
Expand Down Expand Up @@ -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" />

<androidx.appcompat.widget.Toolbar
android:id="@+id/internetConnectionGSR"
Expand Down

0 comments on commit 5491083

Please sign in to comment.