Skip to content
Snippets Groups Projects
Unverified Commit 8ddeb98e authored by Mohamed Metwalli's avatar Mohamed Metwalli Committed by GitHub
Browse files

Hide person name (#3289)

parent d96ec37d
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,7 @@
android:accessibilityHeading="true"
android:focusable="false"
android:textColor="@color/colorTextPrimary1InvertedStable"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/icon"
app:layout_constraintStart_toStartOf="parent"
......
......@@ -67,6 +67,7 @@
android:accessibilityHeading="true"
android:focusable="false"
android:textColor="@color/colorTextPrimary1InvertedStable"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/icon"
app:layout_constraintStart_toStartOf="parent"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment