mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 23:29:52 +01:00
Move learn-more button to left and make borderless
This commit is contained in:
@@ -27,10 +27,10 @@
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/buttonLearnMore"
|
android:id="@+id/buttonLearnMore"
|
||||||
|
style="?android:attr/borderlessButtonStyle"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/learn_more"
|
android:text="@string/learn_more"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/textViewExplanation" />
|
app:layout_constraintTop_toBottomOf="@+id/textViewExplanation" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user