mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 19:31:04 +00:00
chore: code refactor
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
android:layout_gravity="start"
|
||||
android:layout_margin="16dp"
|
||||
android:translationZ="7dp"
|
||||
app:cardBackgroundColor="@color/bg_opp"
|
||||
android:visibility="gone"
|
||||
app:cardBackgroundColor="@color/bg_opp"
|
||||
app:cardCornerRadius="16dp">
|
||||
|
||||
<androidx.constraintlayout.utils.widget.ImageFilterView
|
||||
@@ -44,14 +44,14 @@
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_gravity="center"
|
||||
app:tint="@color/bg"
|
||||
android:src="@drawable/ic_incognito_24"
|
||||
app:tint="@color/bg"
|
||||
tools:ignore="ContentDescription" />
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/fragmentContainer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
android:layout_height="match_parent" />
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
|
||||
Reference in New Issue
Block a user