remove unnecessary divider styling (#1057)
This commit is contained in:
parent
744daa052d
commit
5ee78e68ba
14 changed files with 9 additions and 58 deletions
|
|
@ -339,7 +339,7 @@
|
|||
android:layout_height="1dp"
|
||||
android:layout_below="@id/status_timestamp_info"
|
||||
android:layout_marginTop="6dp"
|
||||
android:background="?attr/status_divider_drawable"
|
||||
android:background="?android:attr/listDivider"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
app:layout_constraintTop_toBottomOf="@id/status_timestamp_info" />
|
||||
|
|
@ -384,7 +384,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_marginTop="6dp"
|
||||
android:background="?attr/status_divider_drawable"
|
||||
android:background="?android:attr/listDivider"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
app:layout_constraintTop_toBottomOf="@id/status_counters_barrier" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue