Skip to content

Commit

Permalink
Update custom_bridge_bottom_sheet.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
meenbeese committed Nov 22, 2023
1 parent f4b0c70 commit 789990b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/src/main/res/layout/custom_bridge_bottom_sheet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
app:layout_constraintStart_toStartOf="parent"/>



<androidx.constraintlayout.widget.Guideline
android:id="@+id/mainGuideline"
android:layout_width="wrap_content"
Expand All @@ -53,21 +52,19 @@
android:id="@+id/tvCancel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="28dp"
android:layout_marginTop="144dp"
android:text="@android:string/cancel"
android:textColor="@android:color/white"
android:textStyle="bold"
app:layout_constraintEnd_toStartOf="@id/btnAction"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/mainGuideline" />


<Button
android:id="@+id/btnAction"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/activity_horizontal_margin"
android:layout_marginBottom="@dimen/activity_horizontal_margin"
android:layout_marginTop="128dp"
android:backgroundTint="@color/orbot_btn_enabled_purple"
android:text="@string/connect"
android:enabled="false"
Expand All @@ -77,5 +74,4 @@
app:layout_constraintTop_toBottomOf="@id/mainGuideline"
app:layout_goneMarginBottom="20dp" />


</androidx.constraintlayout.widget.ConstraintLayout>

0 comments on commit 789990b

Please sign in to comment.