UI background update

Use a softer dark gray background for compatibility with both dark and light modes
This commit is contained in:
Aditya-Sood 2019-06-29 23:37:46 +05:30
parent 93cf742d89
commit 1dcffa41bd
3 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:background="@android:color/darker_gray"
tools:context=".zim_manager.local_file_transfer.LocalFileTransferActivity">
<com.google.android.material.appbar.AppBarLayout

View File

@ -2,6 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:background="@android:color/transparent"
xmlns:app="http://schemas.android.com/apk/res-auto">
<TextView

View File

@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/transparent"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context=".zim_manager.local_file_transfer.TransferProgressFragment">
@ -10,7 +11,7 @@
android:id="@+id/view_file_list_boundary"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@android:color/darker_gray"
android:background="@android:color/black"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"