feat: import settings on login page

This commit is contained in:
rebelonion 2024-02-04 03:59:52 -06:00
parent d80b250650
commit 7a67fbb980
6 changed files with 123 additions and 4 deletions

View file

@ -12,6 +12,17 @@
android:visibility="gone"
tools:ignore="ContentDescription" />
<Button
android:id="@+id/importSettingsButton"
android:layout_width="111dp"
android:layout_height="64dp"
android:layout_gravity="top|end"
android:backgroundTint="?attr/colorPrimaryContainer"
android:fontFamily="@font/poppins_bold"
android:text="@string/import_settings"
android:textColor="?attr/colorOnPrimaryContainer"
app:cornerRadius="16dp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"