Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Commit a9b115e

Browse files
authored
Merge pull request #562 from HackIllinois/sruthi/schedule/page
color changes for bookmark + time icon
2 parents fb41ed5 + c912738 commit a9b115e

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

app/src/main/java/org/hackillinois/android/view/schedule/ScheduleFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class ScheduleFragment : Fragment() {
125125
}
126126

127127
private fun setupCustomTabs(tabLayout: TabLayout) {
128-
val tabDayOfMonth = arrayOf("28", "29", "30")
128+
val tabDayOfMonth = arrayOf("28", "1", "2")
129129
val tabDayOfWeek = arrayOf("FRI", "SAT", "SUN")
130130
for (i in tabDayOfMonth.indices) {
131131
val tab = tabLayout.newTab()

app/src/main/res/drawable/dark_bookmark_filled.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
android:viewportHeight="20">
77

88
<path
9-
android:fillColor="#662B13"
9+
android:fillColor="#893F2F"
1010
android:pathData="M0 19.043V2.11589C0 1.53402 0.205301 1.0359 0.615902 0.621541C1.0265 0.20718 1.5201 0 2.09669 0H12.5801C13.1567 0 13.6503 0.20718 14.0609 0.621541C14.4715 1.0359 14.6768 1.53402 14.6768 2.11589V19.043L7.33841 15.8691L0 19.043Z" />
1111
</vector>

app/src/main/res/drawable/dark_bookmark_hollow.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
android:viewportHeight="20">
77

88
<path
9-
android:fillColor="#662B13"
9+
android:fillColor="#893F2F"
1010
android:pathData="M0 19.043V2.11589C0 1.53402 0.205301 1.0359 0.615902 0.621541C1.0265 0.20718 1.5201 0 2.09669 0H12.5801C13.1567 0 13.6503 0.20718 14.0609 0.621541C14.4715 1.0359 14.6768 1.53402 14.6768 2.11589V19.043L7.3384 15.8691L0 19.043ZM2.09669 15.8162L7.3384 13.5417L12.5801 15.8162V2.11589H2.09669V15.8162Z" />
1111
</vector>
513 Bytes
Loading

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
android:paddingTop="2dp"
1818
android:paddingBottom="3dp"
1919
android:paddingHorizontal="10dp"
20-
android:background="@drawable/rounded_dark_forest"
21-
android:textColor="@color/cinnamonMilk"
20+
android:background="@drawable/roundedtangerine"
21+
android:textColor="@color/burntSienna"
2222
android:textSize="14sp"
2323
app:layout_constraintEnd_toEndOf="parent"
2424
app:layout_constraintStart_toStartOf="parent"

app/src/main/res/values/colors.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<color name="starColor">#ED9B21</color>
1414
<color name="primaryTextColor">#08151B</color>
1515
<color name="proTagColor">#6D9CA0</color>
16+
17+
<color name="burntSienna">#7D3525</color>
1618
<!-- <color name="selectedAppBarIcon">#000000</color> &lt;!&ndash; For bottom tab icons &ndash;&gt;-->
1719
<!-- <color name="unselectedAppBarIcon">#000000F</color> &lt;!&ndash; For bottom tab icons &ndash;&gt;-->
1820

0 commit comments

Comments
 (0)