Skip to content

Commit

Permalink
feat: code refactored
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Goel <[email protected]>
  • Loading branch information
grvgoel81 authored and Gaurav Goel committed Dec 17, 2024
1 parent 14cca0b commit a1a75b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
android:layout_marginEnd="10dp"
android:text="@string/show_wallet_ui"
android:textAllCaps="false"
android:visibility="visible"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/btnTorusKey" />
Expand All @@ -36,7 +36,7 @@
android:layout_marginEnd="10dp"
android:text="@string/sign_msg"
android:textAllCaps="false"
android:visibility="visible"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/showWalletUI" />
Expand Down

0 comments on commit a1a75b4

Please sign in to comment.