Fix file diff background

This commit is contained in:
M M Arif 2020-03-07 13:30:45 +05:00
parent 900b060c31
commit 9a9b836c40
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/colorPrimary"
android:background="?attr/primaryBackgroundColor"
android:padding="4dp"
android:scrollbars="vertical" />