lil tweaks (#140)

This commit is contained in:
aayush262 2024-01-18 15:04:29 +05:30 committed by GitHub
parent 91b1f4775b
commit 8eadd20968
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 49 additions and 70 deletions

View file

@ -275,22 +275,21 @@
</LinearLayout>
<androidx.cardview.widget.CardView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:cardBackgroundColor="@color/nav_bg_inv"
app:cardCornerRadius="16dp"
app:cardElevation="0dp">
<LinearLayout
android:layout_width="48dp"
android:layout_height="48dp">
<ImageButton
<ImageView
android:id="@+id/animeWebViewTop"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_gravity="center|center_horizontal"
android:layout_marginStart="12dp"
android:background="?android:attr/selectableItemBackground"
app:srcCompat="@drawable/ic_internet"
app:tint="?attr/colorOnBackground"
tools:ignore="ContentDescription,ImageContrastCheck" />
</androidx.cardview.widget.CardView>
</LinearLayout>
</LinearLayout>
</LinearLayout>

View file

@ -304,10 +304,10 @@
<color name="md_theme_light_5_onTertiary">#00FF00</color>
<color name="md_theme_light_5_tertiaryContainer">#00FF00</color>
<color name="md_theme_light_5_onTertiaryContainer">#00FF00</color>
<color name="md_theme_light_5_error">#00FF00</color>
<color name="md_theme_light_5_errorContainer">#00FF00</color>
<color name="md_theme_light_5_onError">#00FF00</color>
<color name="md_theme_light_5_onErrorContainer">#00FF00</color>
<color name="md_theme_light_5_error">#BA1A1A</color>
<color name="md_theme_light_5_errorContainer">#FFDAD6</color>
<color name="md_theme_light_5_onError">#FFFFFF</color>
<color name="md_theme_light_5_onErrorContainer">#410002</color>
<color name="md_theme_light_5_background">#EEEEEE</color>
<color name="md_theme_light_5_onBackground">#000000</color>
<color name="md_theme_light_5_surface">#EEEEEE</color>
@ -338,10 +338,10 @@
<color name="md_theme_dark_5_onTertiary">#00FF00</color>
<color name="md_theme_dark_5_tertiaryContainer">#00FF00</color>
<color name="md_theme_dark_5_onTertiaryContainer">#00FF00</color>
<color name="md_theme_dark_5_error">#00FF00</color>
<color name="md_theme_dark_5_errorContainer">#00FF00</color>
<color name="md_theme_dark_5_onError">#00FF00</color>
<color name="md_theme_dark_5_onErrorContainer">#00FF00</color>
<color name="md_theme_dark_5_error">#FFB4AB</color>
<color name="md_theme_dark_5_errorContainer">#93000A</color>
<color name="md_theme_dark_5_onError">#690005</color>
<color name="md_theme_dark_5_onErrorContainer">#FFDAD6</color>
<color name="md_theme_dark_5_background">#1C1B1E</color>
<color name="md_theme_dark_5_onBackground">#EEEEEE</color>
<color name="md_theme_dark_5_surface">#1C1B20</color>