themes and various bugs
This commit is contained in:
parent
dc165fa6bc
commit
63526c6ed3
114 changed files with 1719 additions and 558 deletions
|
@ -34,15 +34,16 @@
|
|||
android:layout_marginEnd="8dp"
|
||||
android:layout_weight="1"
|
||||
android:hint="@string/anime"
|
||||
android:textColorHint="@color/bg_opp"
|
||||
android:textColorHint="?attr/colorOnPrimaryContainer"
|
||||
android:transitionName="@string/search"
|
||||
app:boxBackgroundColor="@color/status"
|
||||
app:boxBackgroundColor="?attr/colorPrimaryContainer"
|
||||
app:boxCornerRadiusBottomEnd="28dp"
|
||||
app:boxCornerRadiusBottomStart="28dp"
|
||||
app:boxCornerRadiusTopEnd="28dp"
|
||||
app:boxCornerRadiusTopStart="28dp"
|
||||
app:endIconDrawable="@drawable/ic_round_search_24"
|
||||
app:endIconTint="@color/bg_opp"
|
||||
app:endIconTint="?attr/colorOnPrimaryContainer"
|
||||
app:boxStrokeColor="@color/text_input_layout_stroke_color"
|
||||
app:hintAnimationEnabled="true">
|
||||
|
||||
<AutoCompleteTextView
|
||||
|
@ -54,7 +55,6 @@
|
|||
android:fontFamily="@font/poppins_bold"
|
||||
android:inputType="none"
|
||||
android:padding="8dp"
|
||||
android:textColor="?android:attr/textColorSecondary"
|
||||
android:textSize="14sp"
|
||||
tools:ignore="LabelFor,TextContrastCheck" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
@ -63,7 +63,7 @@
|
|||
android:layout_width="52dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginTop="4dp"
|
||||
android:backgroundTint="@color/status"
|
||||
android:backgroundTint="?attr/colorPrimaryContainer"
|
||||
app:cardCornerRadius="26dp">
|
||||
|
||||
<com.google.android.material.imageview.ShapeableImageView
|
||||
|
@ -71,6 +71,7 @@
|
|||
android:layout_width="52dp"
|
||||
android:layout_height="52dp"
|
||||
android:scaleType="center"
|
||||
android:tint="?attr/colorOnPrimaryContainer"
|
||||
app:srcCompat="@drawable/ic_round_settings_24"
|
||||
tools:ignore="ContentDescription,ImageContrastCheck" />
|
||||
|
||||
|
@ -108,6 +109,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:text="@string/this_season"
|
||||
app:chipStrokeColor="?attr/colorPrimaryContainer"
|
||||
android:textAppearance="@style/Suffix" />
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
|
@ -116,6 +118,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:text="@string/next_season"
|
||||
app:chipStrokeColor="?attr/colorPrimaryContainer"
|
||||
android:textAppearance="@style/Suffix" />
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
|
@ -123,6 +126,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/previous_season"
|
||||
app:chipStrokeColor="?attr/colorPrimaryContainer"
|
||||
android:textAppearance="@style/Suffix" />
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue