Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/rebelonion/Dantotsu into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelonion committed Feb 29, 2024
2 parents 6240c61 + f226614 commit 94e3dff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/poppins_bold"
android:textColor="?attr/colorSecondaryVariant"
android:textColor="?attr/colorPrimaryVariant"
android:textSize="12sp" />
</LinearLayout>

Expand All @@ -117,7 +117,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/poppins_bold"
android:textColor="?attr/colorSecondaryVariant"
android:textColor="?attr/colorPrimaryVariant"
android:textSize="12sp" />
</LinearLayout>

Expand Down Expand Up @@ -837,4 +837,4 @@

</LinearLayout>
</androidx.core.widget.NestedScrollView>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

0 comments on commit 94e3dff

Please sign in to comment.