For #24249 - Use Border Primary for Dividers

upstream-sync
Gabriel Luong 2 years ago committed by mergify[bot]
parent ef678b4d17
commit ec53937dd9

@ -14,7 +14,7 @@
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginTop="16dp"
android:background="?neutralFaded" />
android:background="?borderPrimary" />
<ScrollView
android:id="@+id/scroll_view"
@ -33,5 +33,5 @@
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginBottom="8dp"
android:background="?neutralFaded" />
android:background="?borderPrimary" />
</LinearLayout>

@ -182,7 +182,7 @@
android:id="@+id/line_divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?neutralFaded"
android:background="?borderPrimary"
app:layout_constraintTop_toBottomOf="@id/tracking_content_loaded" />
<TextView
@ -274,7 +274,7 @@
android:layout_height="1dp"
android:layout_marginTop="12dp"
android:layout_marginBottom="8dp"
android:background="?neutralFaded"
android:background="?borderPrimary"
app:layout_constraintTop_toBottomOf="@id/smartblock_learn_more" />
<androidx.appcompat.widget.LinearLayoutCompat

@ -47,7 +47,7 @@
android:id="@+id/search_suggestions_hint_divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?neutralFaded"
android:background="?borderPrimary"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="@id/search_suggestions_hint"
app:layout_constraintEnd_toEndOf="parent"
@ -91,7 +91,7 @@
android:id="@+id/pill_wrapper_divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?neutralFaded"
android:background="?borderPrimary"
app:layout_constraintBottom_toTopOf="@id/pill_wrapper" />
<View

@ -34,7 +34,7 @@
android:layout_height="1dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:background="?neutralFaded"
android:background="?borderPrimary"
app:layout_constraintBottom_toTopOf="@id/websitePermissionsLayout" />
<FrameLayout
@ -49,7 +49,7 @@
android:layout_height="1dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:background="?neutralFaded"
android:background="?borderPrimary"
app:layout_constraintBottom_toTopOf="@id/trackingProtectionLayout" />
<FrameLayout
@ -64,7 +64,7 @@
android:layout_height="1dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:background="?neutralFaded"
android:background="?borderPrimary"
app:layout_constraintBottom_toTopOf="@id/clearSiteDataLayout" />
<androidx.constraintlayout.widget.Group

@ -46,7 +46,7 @@
android:id="@+id/search_suggestions_hint_divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?neutralFaded"
android:background="?borderPrimary"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="@id/search_suggestions_hint"
app:layout_constraintEnd_toEndOf="parent"
@ -60,7 +60,6 @@
app:constraint_referenced_ids="awesome_bar,pill_wrapper"/>
<org.mozilla.fenix.search.awesomebar.AwesomeBarWrapper
xmlns:mozac="http://schemas.android.com/apk/res-auto"
android:id="@+id/awesome_bar"
android:layout_width="0dp"
android:layout_height="0dp"
@ -146,14 +145,14 @@
android:id="@+id/fill_link_divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?neutralFaded"
android:background="?borderPrimary"
app:layout_constraintTop_toBottomOf="@id/fill_link_from_clipboard" />
<View
android:id="@+id/pill_wrapper_divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?neutralFaded"
android:background="?borderPrimary"
app:layout_constraintBottom_toTopOf="@id/pill_wrapper" />
<View

@ -51,7 +51,7 @@
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginTop="8dp"
android:background="?neutralFaded"
android:background="?borderPrimary"
app:layout_constraintBottom_toTopOf="@id/appsShareLayout" />
<androidx.constraintlayout.widget.Group

@ -14,5 +14,5 @@
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:layout_gravity="center"
android:background="?neutralFaded"/>
android:background="?borderPrimary"/>
</FrameLayout>

@ -122,7 +122,7 @@
android:layout_marginTop="16dp"
android:layout_marginEnd="1dp"
android:layout_marginBottom="16dp"
android:background="?attr/neutralFaded"
android:background="?attr/borderPrimary"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/dark_theme_title" />

@ -58,7 +58,7 @@
android:id="@+id/vertical_divider"
android:layout_width="1dp"
android:layout_height="0dp"
android:background="?neutralFaded"
android:background="?borderPrimary"
android:paddingStart="1dp"
android:paddingEnd="1dp"
app:layout_constraintBottom_toBottomOf="parent"

Loading…
Cancel
Save