Watermarked in a few places.

Also removed some useless files.
This commit is contained in:
2020-05-03 17:11:31 -04:00
parent 58afe55d37
commit ffd65cd8d6
29 changed files with 68 additions and 142 deletions

View File

@@ -43,17 +43,31 @@
android:layout_width="0dp"
android:layout_height="0dp"
android:background="@drawable/virus"
app:layout_constraintHeight_percent=".12"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintHeight_percent=".12"
app:layout_constraintWidth_percent=".20"/>
app:layout_constraintWidth_percent=".20" />
<ImageView
android:layout_width="0dp"
android:layout_height="0dp"
android:background="@drawable/virus"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@+id/imageView3"
app:layout_constraintHeight_percent=".12"
app:layout_constraintWidth_percent=".20"/>
app:layout_constraintTop_toTopOf="@+id/imageView3"
app:layout_constraintWidth_percent=".20" />
<!--
Created by Josh Patra or souravp12 on Github.. This comment has been added to prevent people from stealing my work and publishing it as their own.
-->
<TextView
android:id="@+id/textView6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Created by Josh Patra"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.06" />
</androidx.constraintlayout.widget.ConstraintLayout>