mirror of
https://github.com/jrpie/Launcher.git
synced 2025-06-28 11:55:44 +02:00
remove unnecessary maxWidth, forgot to add to prior commit
This commit is contained in:
parent
ceedd8b254
commit
d1c194dd8a
1 changed files with 4 additions and 6 deletions
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/dialog_report_bug_button_clipboard"
|
android:id="@+id/dialog_report_bug_button_clipboard"
|
||||||
android:layout_width="0dp"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:minHeight="48dp"
|
android:minHeight="48dp"
|
||||||
android:paddingTop="12dp"
|
android:paddingTop="12dp"
|
||||||
|
@ -41,8 +41,7 @@
|
||||||
android:text="@string/dialog_report_bug_button_clipboard"
|
android:text="@string/dialog_report_bug_button_clipboard"
|
||||||
app:layout_constraintTop_toBottomOf="@id/dialog_report_bug_device_info"
|
app:layout_constraintTop_toBottomOf="@id/dialog_report_bug_device_info"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent" />
|
||||||
app:layout_constraintWidth_max="@dimen/max_button_width" />
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/dialog_report_bug_security_info"
|
android:id="@+id/dialog_report_bug_security_info"
|
||||||
|
@ -56,7 +55,7 @@
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/dialog_report_bug_button_security"
|
android:id="@+id/dialog_report_bug_button_security"
|
||||||
android:layout_width="0dp"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="20dp"
|
android:layout_marginTop="20dp"
|
||||||
android:minHeight="48dp"
|
android:minHeight="48dp"
|
||||||
|
@ -65,8 +64,7 @@
|
||||||
android:text="@string/dialog_report_bug_button_security"
|
android:text="@string/dialog_report_bug_button_security"
|
||||||
app:layout_constraintTop_toBottomOf="@id/dialog_report_bug_security_info"
|
app:layout_constraintTop_toBottomOf="@id/dialog_report_bug_security_info"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent" />
|
||||||
app:layout_constraintWidth_max="@dimen/max_button_width" />
|
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue