mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 21:41:01 +00:00
lil tweaks (#140)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user