mirror of
https://codeberg.org/tom79/Fedilab
synced 2025-02-08 16:18:43 +01:00
Color issue
This commit is contained in:
parent
b60780bcb0
commit
7b0ce01fa3
@ -24,7 +24,8 @@
|
|||||||
android:layout_marginTop="@dimen/card_margin"
|
android:layout_marginTop="@dimen/card_margin"
|
||||||
android:clipChildren="false"
|
android:clipChildren="false"
|
||||||
android:clipToPadding="false"
|
android:clipToPadding="false"
|
||||||
app:cardElevation="2dp">
|
android:backgroundTint="@color/cyanea_primary_dark_reference"
|
||||||
|
app:cardElevation="0dp">
|
||||||
|
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||||||
android:id="@+id/card_status_container"
|
android:id="@+id/card_status_container"
|
||||||
|
@ -20,8 +20,9 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:id="@+id/container"
|
android:id="@+id/container"
|
||||||
|
android:backgroundTint="@color/cyanea_primary_dark_reference"
|
||||||
android:layout_margin="12dp"
|
android:layout_margin="12dp"
|
||||||
app:cardElevation="2dp">
|
app:cardElevation="0dp">
|
||||||
|
|
||||||
<androidx.appcompat.widget.LinearLayoutCompat
|
<androidx.appcompat.widget.LinearLayoutCompat
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user