chore: code refactor

This commit is contained in:
rebelonion
2024-02-06 02:16:10 -06:00
parent 8d7b86a667
commit a2e44da99d
334 changed files with 3550 additions and 3092 deletions

View File

@@ -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>