le bord haut a été enlevé

This commit is contained in:
Clement
2020-09-11 13:41:38 +02:00
parent 542ade383e
commit 9bb453bdaa
2 changed files with 7 additions and 6 deletions
+6 -5
View File
@@ -4,12 +4,13 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#D84747"
tools:context=".GameActivity">
<TextView
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="423dp"
android:layout_height="79dp"
android:fontFamily="@font/alfa_slab_one"
android:text="Info Battlecard"
android:textAlignment="center"
@@ -18,8 +19,8 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.373" />
app:layout_constraintTop_toBottomOf="@+id/imageView2"
app:layout_constraintVertical_bias="0.060000002" />
<Button
android:id="@+id/playButton"
@@ -38,7 +39,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:alpha="0.7"
android:alpha="1"
android:rotation="0"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
+1 -1
View File
@@ -1,6 +1,6 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>