Skip to content

Commit

Permalink
improvement: signature
Browse files Browse the repository at this point in the history
  • Loading branch information
ckouder committed Feb 4, 2020
1 parent 70d06dd commit 49aedb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,13 @@
android:textAlignment="textEnd"
android:textStyle="bold" />
</LinearLayout>

<TextView
android:id="@+id/textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:alpha=".15"
android:text="By Pengyue &amp; Bingji"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="@+id/mainMaximContainer" />
</androidx.constraintlayout.widget.ConstraintLayout>

0 comments on commit 49aedb7

Please sign in to comment.