remove unnecessary divider styling (#1057)

This commit is contained in:
Konrad Pozniak 2019-02-26 18:28:20 +01:00 committed by GitHub
commit 5ee78e68ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 9 additions and 58 deletions

View file

@ -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" />