implementation du boutton handicape
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@@ -65,13 +65,19 @@
|
||||
app:layout_constraintVertical_bias="0.0" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/imageButton"
|
||||
android:id="@+id/handicapeButton"
|
||||
android:layout_width="87dp"
|
||||
android:layout_height="84dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginBottom="32dp"
|
||||
android:adjustViewBounds="true"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/deficients_moteurs"
|
||||
tools:layout_editor_absoluteX="299dp"
|
||||
tools:layout_editor_absoluteY="631dp" />
|
||||
android:src="@drawable/t_h_handicape_greyed"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="0.92"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/textView2"
|
||||
app:layout_constraintVertical_bias="0.95" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -3,4 +3,5 @@
|
||||
<string name="title_item_list">Items</string>
|
||||
<string name="title_item_detail">Item Detail</string>
|
||||
<string name="pickdeck">Choisissez votre deck</string>
|
||||
<string name="handicape">false</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user