Skip to content

Commit

Permalink
chore: remove unused things
Browse files Browse the repository at this point in the history
  • Loading branch information
Veirt committed Dec 11, 2024
1 parent 0ef8c0d commit bc7188c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_detail_tutor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@
app:layout_constraintBottom_toBottomOf="@id/tvCategoryName"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/tvCategoryName"
android:visibility="invisible"
app:tint="#757575" />

</androidx.constraintlayout.widget.ConstraintLayout>
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout/activity_edit_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
<View
android:layout_width="1dp"
android:layout_height="25dp"
android:visibility="invisible"
android:background="#E5E5E5" />

<!-- Verify button -->
Expand All @@ -271,6 +272,7 @@
android:text="@string/verify"
android:textColor="@color/darkgreen"
android:textSize="14sp"
android:visibility="invisible"
app:cornerRadius="0dp" />

</LinearLayout>
Expand Down

0 comments on commit bc7188c

Please sign in to comment.