Fixes for 2.4 release (#281)

Fix unnecessary reset for repositories

merge screen background color

Merge branch 'master' into fixes-2.4

Add bottom margin for smaller devices

Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/281
This commit is contained in:
M M Arif
2020-03-14 14:22:50 +00:00
parent 26429ca6e7
commit c981ec2f16
5 changed files with 14 additions and 4 deletions

View File

@ -57,7 +57,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/backgroundColor">
android:background="?attr/primaryBackgroundColor">
<LinearLayout
android:layout_width="match_parent"

View File

@ -54,6 +54,7 @@
android:layout_marginEnd="4dp"
android:autoLink="web"
android:layout_marginTop="20dp"
android:layout_marginBottom="30dp"
android:text="@string/settingsHelpTranslateText"
android:textColor="@color/lightBlue"/>