Skip to content

Commit

Permalink
Remove redundant members
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp authored Oct 20, 2022
1 parent 4219ff0 commit c0a3727
Showing 1 changed file with 1 addition and 53 deletions.
54 changes: 1 addition & 53 deletions app/src/main/res/layout/fragment_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,58 +219,6 @@
<!-- android:text="@string/shreya"-->
<!-- android:textColor="@color/myPurple"-->
<!-- android:textStyle="bold"-->
<!-- android:textSize="15sp" />-->

<!-- <TextView-->
<!-- android:id="@+id/name3"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:paddingTop="10dp"-->
<!-- app:layout_constraintLeft_toRightOf="@id/name2"-->
<!-- app:layout_constraintRight_toRightOf="parent"-->
<!-- app:layout_constraintTop_toBottomOf="@id/githubLink"-->
<!-- android:text="@string/parth"-->
<!-- android:textColor="@color/myPurple"-->
<!-- android:textStyle="bold"-->
<!-- android:textSize="15sp" />-->

<!-- <TextView-->
<!-- android:id="@+id/name4"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:paddingTop="10dp"-->
<!-- app:layout_constraintLeft_toLeftOf="parent"-->
<!-- app:layout_constraintRight_toLeftOf="@id/name5"-->
<!-- app:layout_constraintTop_toBottomOf="@id/name2"-->
<!-- android:text="@string/onkar"-->
<!-- android:textColor="@color/myPurple"-->
<!-- android:textStyle="bold"-->
<!-- android:textSize="15sp" />-->

<!-- <TextView-->
<!-- android:id="@+id/name5"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:paddingTop="10dp"-->
<!-- app:layout_constraintLeft_toRightOf="@id/guidelineLeft"-->
<!-- app:layout_constraintRight_toLeftOf="@id/guidelineRight"-->
<!-- app:layout_constraintTop_toBottomOf="@id/name2"-->
<!-- android:text="@string/anant"-->
<!-- android:textColor="@color/myPurple"-->
<!-- android:textStyle="bold"-->
<!-- android:textSize="15sp" />-->

<!-- <TextView-->
<!-- android:id="@+id/name6"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:paddingTop="10dp"-->
<!-- app:layout_constraintLeft_toRightOf="@id/name5"-->
<!-- app:layout_constraintRight_toRightOf="parent"-->
<!-- app:layout_constraintTop_toBottomOf="@id/name2"-->
<!-- android:text="@string/akshat"-->
<!-- android:textColor="@color/myPurple"-->
<!-- android:textStyle="bold"-->
<!-- android:textSize="15sp" />-->

<ImageView
Expand Down Expand Up @@ -304,4 +252,4 @@
ads:adUnitId="ca-app-pub-3940256099942544/6300978111">
</com.google.android.gms.ads.AdView>

</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>

0 comments on commit c0a3727

Please sign in to comment.