mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Revert "Add vertical contraints. Render error."
This reverts commit 942d84f57e
.
This commit is contained in:
parent
0784d5672c
commit
cfb3d269db
1 changed files with 7 additions and 10 deletions
|
@ -52,9 +52,10 @@
|
||||||
android:paddingEnd="25dp"
|
android:paddingEnd="25dp"
|
||||||
android:text="@string/import_prescriptions"
|
android:text="@string/import_prescriptions"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
app:layout_constraintBottom_toBottomOf="@+id/switch_btn_export"
|
app:layout_constraintEnd_toStartOf="@+id/switch_btn_export"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintHorizontal_bias="0.99"
|
||||||
app:layout_constraintTop_toTopOf="@+id/switch_btn_export" />
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
tools:layout_editor_absoluteY="93dp" />
|
||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
android:id="@+id/notagreed"
|
android:id="@+id/notagreed"
|
||||||
|
@ -109,13 +110,8 @@
|
||||||
android:paddingStart="25dp"
|
android:paddingStart="25dp"
|
||||||
android:paddingEnd="25dp"
|
android:paddingEnd="25dp"
|
||||||
android:text="@string/properties"
|
android:text="@string/properties"
|
||||||
app:layout_constraintBottom_toBottomOf="@+id/btn_backup_location"
|
|
||||||
app:layout_constraintEnd_toStartOf="@+id/btn_backup_location"
|
|
||||||
app:layout_constraintHorizontal_bias="1.0"
|
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
|
||||||
app:layout_constraintTop_toTopOf="@+id/btn_backup_location"
|
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintVertical_bias="0.0"/>
|
tools:layout_editor_absoluteY="173dp" />
|
||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
android:id="@+id/agreed"
|
android:id="@+id/agreed"
|
||||||
|
@ -151,3 +147,4 @@
|
||||||
tools:layout_conversion_absoluteWidth="61dp" />
|
tools:layout_conversion_absoluteWidth="61dp" />
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue