Skip to content

Commit

Permalink
Merge pull request #154 from pknu-wap/#152/feature/tgyuu/developAPK
Browse files Browse the repository at this point in the history
#152 add 개발버전 워터마크 추가
  • Loading branch information
pknujsp authored Jun 10, 2023
2 parents cba6e72 + 818b98e commit 8682c70
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,19 @@

<FrameLayout
android:layout_width="match_parent"
android:backgroundTint="@color/white"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:backgroundTint="@color/white">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|right"
android:layout_marginEnd="30dp"
android:layout_marginBottom="130dp"
android:alpha="0.5"
android:text="개발 버전"
android:textColor="@color/main"
android:textSize="30sp" />

<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="match_parent"
Expand Down

0 comments on commit 8682c70

Please sign in to comment.