Address issues of first design review

less round buttons, fixed outline buttons, fixed dialogs
This commit is contained in:
Torsten Grote
2024-05-24 11:45:32 -03:00
parent e8ee0f4b44
commit d5f920e9b9
26 changed files with 99 additions and 73 deletions

View File

@@ -18,8 +18,7 @@
app:fab_fabDrawable="@drawable/ic_action_add"
app:fab_fabRippleColor="@android:color/transparent"
app:fab_menu="@menu/contact_list_actions"
app:fab_miniFabTextBackground="@color/briar_accent"
app:fab_miniFabTextColor="@android:color/white"
app:fab_miniFabTextBackground="?attr/colorPrimary"
app:layout_anchorGravity="bottom|right|end"
app:layout_behavior="org.briarproject.briar.android.view.SnackbarAwareBehavior" />

View File

@@ -36,7 +36,7 @@
<Button
android:id="@+id/button"
style="@style/BriarButton"
style="@style/BriarButtonOutline"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_margin="@dimen/margin_medium"
@@ -55,7 +55,7 @@
app:layout_constraintBottom_toBottomOf="@+id/button"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@+id/button"
app:srcCompat="@drawable/ic_help_outline_white"
app:srcCompat="@drawable/ic_info_white"
app:tint="@color/briar_button_text_positive" />
</merge>