Skip to content

Commit

Permalink
Bottone per lo switch in manuale inizialmente invisibile
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Cassano committed Dec 3, 2019
1 parent e3d1a8f commit 5e5007f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions liveedgedetection/src/main/res/layout/activity_scan.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,22 @@
android:layout_margin="20dp">

<ImageButton
android:id="@+id/switch_mode"
android:id="@+id/flash"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_hand"
android:background="@drawable/round_button"
android:padding="10dp"
android:visibility="visible" />
android:src="@drawable/ic_flash"
android:background="@drawable/round_lateral_button"
android:padding="10dp"/>

<ImageButton
android:id="@+id/flash"
android:id="@+id/switch_mode"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_flash"
android:background="@drawable/round_lateral_button"
android:src="@drawable/ic_hand"
android:background="@drawable/round_button"
android:padding="10dp"
android:layout_below="@id/switch_mode"
android:visibility="gone"
android:layout_below="@id/flash"
android:layout_marginTop="10dp"/>

</RelativeLayout>
Expand Down

0 comments on commit 5e5007f

Please sign in to comment.