1
0
mirror of https://codeberg.org/gitnex/GitNex synced 2025-02-08 16:18:42 +01:00

Fix file diff background

This commit is contained in:
M M Arif 2020-03-07 13:30:45 +05:00
parent 900b060c31
commit 9a9b836c40

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