Skip to content

Commit

Permalink
[FIX][create dialog dark theme color fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre Esen authored and Emre Esen committed Mar 4, 2024
1 parent 4a038af commit 27eb373
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/dialog_create_directory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:background="@color/bg_color">

<com.google.android.material.textview.MaterialTextView
android:id="@+id/tv_title"
Expand Down Expand Up @@ -35,6 +36,7 @@
android:fontFamily="@font/adamina"
android:hint="@string/folder_name"
android:padding="@dimen/_8sdp"
android:textColor="@color/first_text_color"
android:textColorHint="@color/first_text_color" />

</com.google.android.material.textfield.TextInputLayout>
Expand Down

0 comments on commit 27eb373

Please sign in to comment.