Skip to content

Commit

Permalink
fix button visibility issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jul 25, 2022
1 parent 7ea4b34 commit c7bbf40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
android:padding="2dp"
android:scaleType="fitCenter"
android:src="@android:drawable/ic_menu_save"
android:visibility="visible"
android:visibility="gone"
tools:ignore="HardcodedText" />

<ImageButton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
android:padding="0dp"
android:scaleType="fitCenter"
android:src="@android:drawable/ic_menu_save"
android:visibility="visible"
android:visibility="gone"
tools:ignore="HardcodedText" />

<ImageButton
Expand All @@ -258,7 +258,7 @@
android:padding="0dp"
android:scaleType="fitCenter"
android:src="@android:drawable/ic_menu_share"
android:visibility="visible"
android:visibility="gone"
tools:ignore="HardcodedText" />
</LinearLayout>

Expand Down

0 comments on commit c7bbf40

Please sign in to comment.