diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-02-01 23:41:44 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-01 23:41:44 +0530 |
commit | 085b946c7d3df2a7a24183b2949d4bacd5d16c5e (patch) | |
tree | 1ba3638e03ed7af9d52c8ae956be301bdf9ef8ba /app/src/main/res/layout | |
parent | 907b22cf66f583c20b21fab69945526ed4d67e79 (diff) |
Theming related fixes (#627)
* Make navigation match window background
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Remove light navigation flag
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Use black navbar in light theme
windowLightNavigationBar is not portable across API 23 to 29 so we're better off with this solution
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Simplify folder dialog title UI
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Make night theme completely flat
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Remove unnecessary type
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Don't try to use non-existent external repo
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Co-authored-by: Aditya Wasan <adityawasan55@gmail.com>
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/folder_creation_dialog_fragment.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/src/main/res/layout/folder_creation_dialog_fragment.xml b/app/src/main/res/layout/folder_creation_dialog_fragment.xml index 9d5dfda2..dbaf97b3 100644 --- a/app/src/main/res/layout/folder_creation_dialog_fragment.xml +++ b/app/src/main/res/layout/folder_creation_dialog_fragment.xml @@ -7,18 +7,10 @@ android:orientation="vertical" android:padding="16dp"> - <TextView - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:text="@string/title_create_folder" - android:textColor="@color/color_control_normal" - android:textAppearance="@style/TextAppearance.AppCompat.SearchResult.Title"/> - <com.google.android.material.textfield.TextInputLayout style="@style/TextInputLayoutBase" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="16dp" android:hint="@string/crypto_name_hint" app:hintTextColor="@color/color_control_normal" app:hintEnabled="true"> |