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:
@ -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"
|
||||
|
@ -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"/>
|
||||
|
||||
|
Reference in New Issue
Block a user