mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 21:29:54 +01:00
Second round of MD3 review feedback
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
android:layout_marginHorizontal="@dimen/margin_large"
|
||||
android:text="@string/hotspot_button_start_sharing"
|
||||
app:icon="@drawable/ic_wifi_tethering"
|
||||
app:iconTint="@color/button_text"
|
||||
app:iconTint="?attr/colorOnPrimary"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
android:layout_marginTop="6dp"
|
||||
android:text="@string/hotspot_button_connected"
|
||||
app:icon="@drawable/ic_check_white"
|
||||
app:iconTint="@color/button_text"
|
||||
app:iconTint="?attr/colorOnPrimary"
|
||||
app:layout_constraintBottom_toTopOf="@+id/stopButton"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
android:layout_marginHorizontal="@dimen/margin_large"
|
||||
android:text="@string/mailbox_setup_button_scan"
|
||||
app:icon="@drawable/ic_qr_code"
|
||||
app:iconTint="@color/button_text"
|
||||
app:iconTint="?attr/colorOnPrimary"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
||||
@@ -38,13 +38,15 @@
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginRight="8dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
app:backgroundTint="@color/briar_accent"
|
||||
android:contentDescription="@string/close"
|
||||
app:backgroundTint="?colorSecondary"
|
||||
app:fabCustomSize="26dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintVertical_bias="0"
|
||||
app:maxImageSize="18dp"
|
||||
app:srcCompat="@drawable/ic_close" />
|
||||
app:srcCompat="@drawable/ic_close"
|
||||
app:tint="?colorOnSecondary" />
|
||||
|
||||
</merge>
|
||||
|
||||
Reference in New Issue
Block a user